Home Forums WoodMart support forum Portfolio thumbs e slug

Portfolio thumbs e slug

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #52921

    cri.galia
    Participant

    Hello,
    I have a problem with portfolio.
    In this site: http://progettiverdi.sitowebwp.it/portfolio/ in themes setting I set Full Width portfolio but the images are very small. The image are 600×600 px
    In themes setting I set space 2 and the space in right and left are very big. Why there is this space between image?
    I set 3 cols but with firefox I can see 2 cols for the space problem.

    For the slug in function child theme I set slug progetti but I see always project in breadcrums http://progettiverdi.sitowebwp.it/portfolio/

    Can you help me please?
    Thanks
    Cristina

    //Rewrite Custom Post type “portfolio” to “my_slug”
    add_filter(‘register_post_type_args’, ‘portfolio_to_my_slug’, 10, 2);
    function portfolio_to_my_slug($args, $post_type){

    if ($post_type == ‘portfolio’){
    $args[‘rewrite’][‘slug’] = ‘progetti’;
    }

    return $args;
    }

    I attach the image

    Attachments:
    You must be logged in to view attached files.
    #52945

    Artem Temos
    Keymaster

    Hi,

    You can’t use any full width elements on your website if your general layout is set to boxed.
    As for the permalinks, you need to go to Dashboard -> Settings -> Permalinks and resave your settings.

    Regards

    #52948

    cri.galia
    Participant

    Sorry, I don’t see general layout= boxed and in Theme settings portfolio I don’t see layout=boxed… Where do you set this information?
    Thanks

    #52952

    cri.galia
    Participant

    I want remove layout boxed but I don’t saw as. thanks

    #52956

    Artem Temos
    Keymaster

    It seems to be caused by some custom CSS code added by you or your developer https://gyazo.com/f887c5ed88fc6bb556bb19786d4e1908

    #52999

    cri.galia
    Participant

    Thanks the problems is solved, there was problems in my css.
    Thanks
    Cri

    #53012

    You are always welcome. If you have any questions feel free to contact us.

    Best Regards

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Portfolio thumbs e slug’ is closed to new replies.