Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #179862

    Is there a way to move the position of the Previous and Next arrows on the portfolio pages? I’m talking about the arrows are that are on the edge of the browser window.
    Can they be moved inside the container?

    #180092

    Hi timfl!

    You can adjust their position. Add this on your custom.css or Quick CSS:

    #top .avia-post-nav {
    position: absolute;
    top: 70%;
    }
    
    .avia-post-prev {
    left: 10%;
    }
    
    .avia-post-next {
    right: 10%;
    }

    Cheers!
    Ismael

    #180557

    Hi Ismael,

    Thank you guys for your wonderful theme. Loving it.

    I have a similar problem – not sure if I should post here or create another thread.
    1) I need to disable those arrows so is there any other option to disable that plugin itself rather than hiding the arrows with css?
    2) Can I use the same plug in on blog posts, ie, If I am reading a single post, can I implement that arrows there to browse to previous and next blog posts.

    Thanks in advance

    #180796

    Hey!

    1) In your WordPress theme directory, please go to Enfold folder and open functions-enfold.php file and search for “avia-post-nav” it should be on 356th line. Comment out all lines by adding // between including 347 and 366 http://i.imgur.com/mNyYD0F.jpg
    2) There is already such feature on the theme. You can see it on demo page http://kriesi.at/themes/enfold/2013/10/21/postformat-gallery-multiple-images-with-different-sizes/

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Arrows on Portfolio pages’ is closed to new replies.