Tagged: image slider
- This topic has 14 replies, 6 voices, and was last updated 11 years, 3 months ago by Sakin.
-
AuthorPosts
-
August 3, 2013 at 5:55 am #12718aroma-bobmanParticipant
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,
BobAugust 3, 2013 at 3:49 pm #12723Sarah AlthausParticipantI’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.
August 3, 2013 at 11:12 pm #12733SakinKeymaster@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.
August 3, 2013 at 11:15 pm #12734August 4, 2013 at 4:47 pm #12740akhunaMemberI have the same problem…
Can anyone help me?My web http://www.im-brilliant.com
August 4, 2013 at 7:47 pm #12742SakinKeymaster@akhuna: I just checked your site and you are not using our theme. So, I cannot support on that.
August 4, 2013 at 11:34 pm #12746Sarah AlthausParticipant@Sakin my URL: http://www.rapunzel-will-raus.ch
It’s just one image and not the three of the slider.
August 5, 2013 at 9:36 am #12751SakinKeymaster@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.
August 5, 2013 at 10:57 pm #12764MarianneMemberSakin – 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=1Thanks,
MarianneAugust 5, 2013 at 11:09 pm #12768SakinKeymasterIf 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
August 5, 2013 at 11:11 pm #12769August 6, 2013 at 9:05 pm #12822slabbiMemberI 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.
August 7, 2013 at 12:54 am #12829SakinKeymaster@slabbi: I don’t get it what you mean as catcheverest_pass_slider_value(); need to pass before the slider.
August 7, 2013 at 6:57 am #12837aroma-bobmanParticipantMy 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
August 7, 2013 at 10:08 am #12843SakinKeymaster@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
-
AuthorPosts
- The topic ‘Image slider does not work anymore’ is closed to new replies.