Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1109087
    countrymiles
    Participant

    For some reason, a slider showing all the images in a post appears above the post header. I WANT the slider on my home page, which is currently set to display my top 5 posts, but how can I remove the slider from all post pages?
    See http://www.countrymiles.net/bangkok-part-2-death-railway-tourist-train/ – the slider also appears to create a large gap underneath the post heading??

    Thanks in advance!!

    #1109184
    Rahul
    Moderator

    Hey There,

    To hide post slider please add the following CSS code under Customize -> Custom -> CSS:

    @media (max-width:760px){
    .x-flexslider.x-post-slider {
    display: none;
    }
    }

    You can attach credentials of your site i.e. WordPress Username and Password so that we can have closer look to it. It will be helpful for our staff to investigate it better.

    Thanks for understanding!

    #1109325
    countrymiles
    Participant
    This reply has been marked as private.
    #1109568
    Jade
    Moderator

    Hi there,

    Please try this:

    .single-post .x-flexslider-featured-gallery {
        display: none;
    }

    Hope this helps.

    #1109953
    countrymiles
    Participant

    That’s done it! Thank you so much guys!

    #1109964
    Rue Nel
    Moderator

    You’re welcome! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

  • <script> jQuery(function($){ $("#no-reply-1109087 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>