Additional Gallery/Sliders

Support Area Forums Responsive Visual Additional Gallery/Sliders

Viewing 10 posts - 1 through 10 (of 10 total)
URL to the page in question: http://www.bootsnsaddlesfolsom.net
  • Author
    Posts
  • #31636
    Avatar photoSRVIVR
    Participant

    Bill,

    I am driving myself out of my mind here. First I thought I had a simple plugin that wasn’t playing nice. But after trying 4 different types of sliders/lightbox galleries, something must be bigger going on here.

    Any time I insert a gallery on a page/post/widget, it is there, but it never shows.

    Ideas?

    #31637
    Avatar photoSRVIVR
    Participant

    You can view the hello-world default page to see what I am talking about

    #31639
    Bill Robbins
    Moderator

    I’m not certain. How are you inserting the gallery? What’s a URL on your site where you’re expecting to see one that you’re not?

    #31640
    Avatar photoSRVIVR
    Participant

    As a shortcode. You can see the issue at http://www.bootsnsaddlesfolsom.net/hello-world and also at /sample-page.

    #31641
    Avatar photoSRVIVR
    Participant

    Also, no other plugins gave me an alert, but the one I am trying now (and we are fiddling with) states that:

    get_footer() or wp_footer() call is missing from the template!

    Not sure if that is a real issue, but I thought I would throw that in the mix as well.

    #31643
    Bill Robbins
    Moderator

    I noticed if I take this line out of the plugin’s stylesheet, I can see the slideshow:

    
    div#nextend-smart-slider-1.nextend-slider-fadeload{
    	position: absolute; opacity: 1;}
    

    You might try adding something like this to the theme’s style.css file:

    
    div#nextend-smart-slider-1.nextend-slider-fadeload {
    	opacity: 1 !important;
    }
    

    Bill

    #31644
    Bill Robbins
    Moderator

    Both get_footer() and wp_footer() are used in the theme. Wouldn’t work without them. Have you tried one of the more widely used sliders like MetaSlider or Soliloquy?

    #31646
    Avatar photoSRVIVR
    Participant

    I tried several. 4 to be exact. I will try those 2 and see if one works. With so many not working, I felt it maybe was conflicting with the theme somehow.

    I will follow up again if needed.

    Thanks for your always prompt help and responses.

    #31650
    Avatar photoSRVIVR
    Participant

    All seems fine now. Thanks.

    On a side note, you should list other plugins that work well with your themes. 😉

    #31651
    Bill Robbins
    Moderator

    Glad to hear all is well now. Enjoy your weekend.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Additional Gallery/Sliders’ is closed to new replies.