Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1493867

    Hello!
    How can I extract the next/previous portfolio navigation from the slider in Enfold’s portfolio items and position it separately at a custom location on the single portfolio entry page?
    Right now I have two arrows in the Slider, one for the Slider itself, and one for the Portfolios.

    Thanks for helping.

    • This topic was modified 2 weeks, 6 days ago by Sonno.
    #1493872

    It´s getting more and more frustrating for me to work with this theme.
    I now switched to the portfolio grid, however, the first image in the grid is appearing bigger than the others, although it has the same measurements.
    If i change the picture to a different one it is working.
    Is there a way to style the pictures, so I don’t have the red button in the picture, but the portfolio item name in the middle of the picture?
    Thanks for helping out.

    #1493890

    Hi,

    Thank you for the inquiry.

    We understand you’re having issues working with the theme, specifically with the post navigation along with a slider’s default arrow navigation. To get around this issue, we recommend to adjust the position of the post navigation by adding this code in the Enfold > General Styling > Quick CSS field.

    #top .avia-post-nav {
        top: 80%;
    }

    This should move the post navigation lower on the page or within the viewport. Where can we see the portfolio grid element?

    Best regards,
    Ismael

    #1493892

    Thank you very much Ismael. that helped!
    There is no other way to style the navigation or to set via shortcode to a different position?
    The other problem withe the grid element i solved with not using the portfolio raste but the masrony.
    So i can put the excerpt where i want it.
    There was a problem with the excerpt in mobile, which i solved via the functions.php
    All in all I think the options for styling in mobile are to limited.

    • This reply was modified 2 weeks, 5 days ago by Sonno.
    #1493903

    Now i have the problem, that if not using a fullscreen Slider the portfolio navigation disappears completely.
    Any fixes?
    Thanks!

    #1493904

    Also in Mobile the navigation is not visible at all…

    #1493935

    Hi,

    Thank you for the update.

    that if not using a fullscreen Slider the portfolio navigation disappears completely

    The post navigation should not be affected by the slider — it should actually not display when a slider is added to a page, not the other way around. Please create a test page and post the URL in the private field so we can check the issue properly.

    To bring back the post navigation on mobile view, please add this css code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top .avia-post-nav {
        display: block;
      }
    }

    Best regards,
    Ismael

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