Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1053839
    Peter Fae
    Participant

    hey. i’m trying to turn the carousel off on certain pages in my site. The code I used previously worked for the main page and others, but for some reason, this page is still showing the carousel. help?

    http://peterfae.intothemythica.com/story-2/

    #1054081
    Lely
    Moderator

    Hi Peter,

    Please check the following custom CSS. There’s missing closing curly braces for the two CSS declaration.

    .page-id-2128 .x-post-carousel {
    	display: none;
    
    .single-post .entry-featured {
       display:none;
    }
    
    .page-id-3583 .x-post-carousel {
    	display: none;

    Update to this:

    .page-id-2128 .x-post-carousel {
    	display: none;
    }
    .single-post .entry-featured {
       display:none;
    }
    
    .page-id-3583 .x-post-carousel {
    	display: none;
    }
    

    Hope this helps.

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