Hello,
The blog I’m working on tells a story. I’m wondering if there’s a way to give a user the option to view posts from the reverse of what they currently are?
Hey feoleb,
Thanks for using Enfold. Unfortunately, we don’t have such feature, but if you want to reverse the order of the blog elements you can refer to this thread: http://kriesi.at/documentation/enfold/change-the-sort-order-of-blog-posts-elements/
Hope this helps.
Best regards,
Nikko
Hello Nikko,
Thanks for getting back to me. It’s ok. I suppose I could link to the first post. However it would be a lot easier if there were next/previous buttons I could add to posts to cycle through them. Is that possible or would I have to purchase a separate plugin?
Thanks,
Brendon
Hi Brendon,
Thanks for the feedback, though I’m not sure I understand what you mean by your last post. Do you want to replace the existing next/previous buttons with something else?
Best regards,
Rikard
Hello Rikard,
Sorry maybe I’m missing something. I don’t have next/previous buttons on the posts for that website. I want them though but I don’t know to make that happen.
oh I do have them, I just can’t see them! I’m blind :p Is there any way to make them a bit more prominant? Like to adjust opacity or color. Additionally, could I make them show up on mobile? Thanks!
Hi,
Thanks for the feedback. On your site it might be better to make them white? If so you can try this in Quick CSS:
.avia-post-nav {
background: white !important;
}
.avia-post-nav span {
color: #aaa !important;
}
Best regards,
Rikard
Thanks, that works, and is there a way to get the buttons to show up on mobile?
Hi,
Try adding this css code in Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top .avia-post-nav {
display: block !important;
}
}
Let us know if this helps :)
Best regards,
Nikko