Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #779475

    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?

    #779561

    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

    #779632

    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

    #779777

    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

    #779987

    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.

    #779990

    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!

    #780324

    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

    #780842

    Thanks, that works, and is there a way to get the buttons to show up on mobile?

    #780869

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.