• I have an image (not posts) slideshow that shows up and works fine in CC Settings, Customizer. The slideshow is configured to Display on Home, and
    Wordpress is configured so Front Page Displays a Static Page (Home).
    However when I browse to my site the correct Home page displays but the slideshow does not display. When I view the source code I see code for the header followed by code for the menu – I don’t see any code for the slideshow.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter tbelles

    (@tbelles)

    Sure would appreciate any help with this problem. Thank you.

    There’s a javascript error in their slideshow template. They left out the interval for it on the line:

    jQuery( ‘#carousel-index-generic’ ).carousel({
    interval: })

    And speaking of their javascript, ‘cmon guys, use semi-colons. Everyone likes clean code. 🙂

    Thread Starter tbelles

    (@tbelles)

    Thank you risingfish for your suggestion. I checked however, and this code appears in my source code looking OK:
    // the sliding intervall
    jQuery( ‘#carousel-index-generic’ ).carousel({
    interval: 6000 })

    Don’t think that’s the problem. What’s interesting about this is that the slideshow appears and works fine in CC Settings, and when I Inspect Element from CC Settings I see all the code for the slideshow. However when I browse to the site itself and Inspect Element, no slideshow code exists. The code deals with Header stuff then goes right to Menu stuff, leaving out the slideshow stuff.
    Another note: this problem is specific to version 2.0.25. I have another test sight running version 2.0 and the slider works just fine on that site.

    The member “sinitita” fixed my problem :

    “just to leave a note… it seems that it is some sort of caching problem. After unchecking it all in the “Display Header” section, save, and re-check everything header is finally showing up on my pages.”

    Hope that helps !!

    Thread Starter tbelles

    (@tbelles)

    Thank you Atelier Ni for your help. The problem you addressed is a problem with the Header not displaying, which I did experience and fixed using the method you described.
    The problem I am trying to solve is with the

      slider

    not displaying on Home page even though it displays correctly in CC2 settings.

    Hey tbelles, just checking back in. I’ve still been unable to get the slider working. I was able to get the interval to show up finally (just have to change the default) but it’s still not showing for me yet. I did run that jQuery selector (jQuery( ‘#carousel-index-generic’ )) on the page and it was unable to find the container for the carousel on the live site as you mentioned. And of course, as you also said, it shows perfectly in the theme customizer. Something funky is going on.

    Thread Starter tbelles

    (@tbelles)

    Hi risingfish. I’m going to investigate the possibility that a plugin incompatibility may be the problem. I am planning to reproduce my site on another test site starting just with WP, BP, and CC2 and no other plugins.
    If the slider operates OK I can assume one of my plugins may be causing the problem. Since you’re having a similar problem I thought perhaps we could compare plugin lists and narrow it down.
    My plugins are:
    Invite Anyone
    BP | You Are Blocked
    Agreeable
    BuddyPress Moderation (BP Moderation)
    BuddyPress Security Check
    DD Contact Form
    Peters Login Redirect
    BuddyPress Members Only
    Dynamic Widgets
    Paypal Donations
    BP Profile Search
    Toolbar Remixed – Free
    Easy Set Favicon
    WP Google Fonts
    WP Edit
    Simple Custom CSS
    Backupwordpress

    I only have a couple plugins installed and activated on this site, it’s a new one:

    The Events Calendar
    Media File Manager

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘No slideshow on home page CC2 ver. 2.0.25’ is closed to new replies.