Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #12718
    aroma-bobman
    Participant

    Hello,
    I hope someone can help me with fixing the image slider.
    It did work before I installed the qtranslate plugin, but soon enough I realized that this plugin does not work with the Image slider.Therefore I uninstalled qTranslate again. Everything seems fine, but then i noticed that the image slider does not advance to the next picture anymore. The settings I had before are still the same. Can’t figure out what to do anymore. I tried reinstall the Catch Everest Pro theme again, but that did not help again eighter.
    Could someone please help me? I’m fairly new to webdesign.
    Thanks in advance,
    Bob

    #12723
    Sarah Althaus
    Participant

    I’ve the exact same problem, but the reason I don’t know exactely. It was not the qtranslate plugin, but it must be another reasen, cause my slider isnt working since the last update from the nextGen Gallery.

    #12733
    Sakin
    Keymaster

    @aroma-bobman: I cannot check it without your site URL. So, send me your site URL. I will also contact your through email to check in details.

    #12734
    Sakin
    Keymaster

    @Sarah Althaus: Can you send me our site URL?

    #12740
    akhuna
    Member

    I have the same problem…
    Can anyone help me?

    My web http://www.im-brilliant.com

    #12742
    Sakin
    Keymaster

    @akhuna: I just checked your site and you are not using our theme. So, I cannot support on that.

    #12746
    Sarah Althaus
    Participant

    @Sakin my URL: http://www.rapunzel-will-raus.ch

    It’s just one image and not the three of the slider.

    #12751
    Sakin
    Keymaster

    @Sarah Althaus: Ok I see it now. Have you customize the theme functions. As I don’t see the slider script running in your site. You should have this file http://rapunzel-will-raus.ch/wp-content/themes/simple-catch/js/simplecatch_slider.js?ver=1.0

    I will also contact you though email in case you cannot find it then I need to check in your server.

    #12764
    Marianne
    Member

    Sakin – I have the same problem (http://gindrup.dk/citchcatch).
    The 2 first pictures I added to the Featured Image slider, I could crop as I wished, now I do not have this possibility any more. If I click a picture in a post and choose ‘Post Thumbnail Editor’, I can only choose Crop Thumbnails, and when I try to do that I get a ‘The webpage cannot be displayed’-message.

    It worked for this post http://gindrup.dk/citchcatch/wp-admin/post.php?post=15&action=edit – but not for this
    http://gindrup.dk/citchcatch/wp-admin/post.php?post=189&action=edit&message=1

    Thanks,
    Marianne

    #12768
    Sakin
    Keymaster

    If anyone is using Next Gen Gallery 2.0 plugin then there is conflict in this plugin with themes. They are fixing it. See this http://wordpress.org/support/topic/known-plugin-conflicts-with-nextgen-20/page/3

    #12769
    Sakin
    Keymaster

    @Marianne: Please consult and post it in Post Thumbnail Editor plugin support forum.

    #12822
    slabbi
    Member

    I have already reported a fix for this:

    In catcheverest-functions.php in line 70 (approx.) add
    catcheverest_pass_slider_value();
    below
    wp_enqueue_script( ‘catcheverest-slider’, get_template_directory_uri() . ‘/js/catcheverest-slider.js’, array( ‘jquery-cycle’ ), ‘20130114’, true );

    So it should read
    $enableslider = $options[ ‘enable_slider’ ];
    if ( ( $enableslider == ‘enable-slider-allpage’ ) || ( ( is_front_page() || ( is_home() && $page_for_posts != $page_id ) ) && $enableslider == ‘enable-slider-homepage’ ) ) {
    wp_enqueue_script( ‘catcheverest-slider’, get_template_directory_uri() . ‘/js/catcheverest-slider.js’, array( ‘jquery-cycle’ ), ‘20130114’, true );
    catcheverest_pass_slider_value(); /* SSL */
    }

    The problem is that wp_localize_script() is executed before wp_enqueue_script is executed on some systems (also on my). So it fails and a required Javascript variable is not created.

    #12829
    Sakin
    Keymaster

    @slabbi: I don’t get it what you mean as catcheverest_pass_slider_value(); need to pass before the slider.

    #12837
    aroma-bobman
    Participant

    My picture slider is working after uninstall the Next Gen Gallery 2.0 plugin. For the time being I’m using an older version of the same plugin untill they release an update.

    Thanks for the help

    #12843
    Sakin
    Keymaster

    @aroma-bobman: Thanks yes that’s the way to do it as the Next Gen Gallery plugin author advice to do the same in the support forum at http://wordpress.org/support/topic/known-plugin-conflicts-with-nextgen-20/page/3

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Image slider does not work anymore’ is closed to new replies.