Okay
  Public Ticket #2205361
portfolio ordering
Closed

Comments

  • suchet started the conversation

    Dear Support,

    Thank you for this theme. I'm almaost a beginner with wordpress and I've found my way easily.

    There is still two things I don't get : 

    I've create several portfolio articles. When I create a portfolio layout to see all the portfolio of a category, they are ordered by date. That's fine. But when I click on an article, i get the article and, at the bottom the previous and next. The previous and next are not the correct on. The previous and next don't respect the date ordering.
    Is there a way to have the previous and next in the date ordering ?

    The second one is when I display the url above on a computer all the image of the articles appears with no overlay  but with a grey overlay on a smartphone. Is there a way to have no grey overlay on a smartphone too ?

    Best regards

  •  8,992
    Tahir replied

    Hey Again,

    Try adjusting this option : http://prntscr.com/psohfb . 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 999px) and (min-width: 1px) {
        .portfolio-items[data-ps="8"] .col .work-info-bg {
            opacity: 0 !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • suchet replied

    Thank you Tahir for this fast reply.

    It works for the opacity.

    The "single project nav arrows is already limited to the same category". The articles are separeted by a minute. Do I need to have a consequent time gap beetween them ?

    best

  •  8,992
    Tahir replied

    No the ordering is done via the date . 

    Best 


    ThemeNectar Support Team