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 ?
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;
}
}
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 ?
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
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):
Thanks
ThemeNectar Support Team
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
No the ordering is done via the date .
Best
ThemeNectar Support Team