Okay
  Public Ticket #1022235
Grid size portfolio + move main menu
Closed

Comments

  •  2
    Jules started the conversation

    Hello !

    I have 2 questions :

    1: Couple months ago i did a ticket about making the portfolio thumbnail with more space between elements. It was working well but when i updated to the 2.0 version, everything was broken (no more space). I found a screenshot of what i had before the update. Is it possible to do it again ? Because I didn't change any CSS line.

    2: Is it possible to put the main menu at the same place I did in my screenshot ? Because when i change the value of the height of the menu, when i resize it its not responsive :(


    Thank you !

  • [deleted] replied

    Hi Jules,

    1— You just need to edit this CSS code on your Custom CSS:

    .portfolio-holder .portfolio-item.with-padding {
        padding: 40px;
    }
    
    and add !important rule, the new code should look like this:
    .portfolio-holder .portfolio-item.with-padding {
    padding: 40px !important;
    }

    2— That option is not possible on our theme. You can achieve that only if you modify our theme.

  •  2
    Jules replied

    Thank you it worked !

    I have another question :

    When i scroll down my portfolio I have one thumb whose not in the line. It is in the middle (4th place) instead of being on the left. Is it a bug ?

    Thanks !

  • [deleted] replied

    Hi Jules,

    This problem should be fixed on the next theme update that will be published next week

  •  2
    Jules replied

    Hello !

    Thank you for you answers. I'm back with just 1 request and 2 bugs notifications:

    1— I would like to resize the space between my categories selector and my video and my portfolio. Check the image I linked to know what i'm talking about. The two red arrows i want it smaller.

    Image : reduce_space_categories

    2— I still have the bug on my Mac (and every Mac, not windows) where a line appears on the right side of the thumbnail. On my windows computer it doesn't appears.

    Image : line_hover_portfolio

    3— Another bug with the portfolio. I created different portfolio posts. Some of them have bugs. Like there is link where it should not etc.. Some texts are selected where it should not etc..

    I read my code several times and there is NO mistakes. No errors. Its just a bug from the script that do the portfolio i guess.

    If you want an exemple : check my second video called "Damso - Amnesie". The title of the video can be clic. It should not be possible because there is no code to allow this + the other videos do not. Same with the text content where "Realisateurs" (realisator in french) is selected as a link but my code say the opposite.

    I think its a "major" bug / problem i noticed here.

    Look at my screen shot Bug_link_portfolio. Or just go on the website and back-end with the access to notice by yourself.

    Thank you :)

    P.S: i know i can be painful with my request etc. but i REALLY REALLY LOVE your theme. I like to work with it a lot with most of my clients. So don't be offend with my sentences or request. I try my best to explain it with my english without offend you :p Keep going guys ! :3

  • [deleted] replied

    Hi Jules,

    1— Can you please add the code below to Custom CSS:

    .wpb_revslider_element.wpb_content_element {
        margin-bottom: 0px;
    }
    .product-filter ul {
        margin-bottom: 0px !important;
    }
    

    Padding on the bottom is happening because of this modification that you added:

    .portfolio-holder .portfolio-item.has-padding {
        padding: 40px !important;
    }
    

    as you can see on this video http://drops.laborator.co/AhKu

    2— Can you please add the code below to Custom CSS

    .portfolio-holder .thumb .hover-state {
        width: 100.5% !important;
    }
    

    3— The problem is on your side and this is not a bug. Maybe when you have copied the text from somewhere it copied an hidden text too.

    See the video: http://drops.laborator.co/TcmM

    P.S: Don't worry for that

    Have a great weekend!