GeoDirectory SupportFlexislider – GeoDirectory Support https://wpgeodirectory.com/support/topic/flexislider/feed Sat, 15 Mar 2025 05:26:06 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/flexislider/#post-14033 <![CDATA[Flexislider]]> https://wpgeodirectory.com/support/topic/flexislider/#post-14033 Tue, 02 Sep 2014 10:44:05 +0000 Rich B Hi

Is there any way of making the thumbnails under the flexislider static and not a carousel? Dont really want to force it with CSS, would prefer if it was possible through PHP or JS

Thanks!

]]>
https://wpgeodirectory.com/support/topic/flexislider/#post-14054 <![CDATA[Reply To: Flexislider]]> https://wpgeodirectory.com/support/topic/flexislider/#post-14054 Tue, 02 Sep 2014 15:49:08 +0000 Paolo Hi Rich,

I’m not sure I understand exactly what you are after, so I can’t really offer a solution here. The thubnails below the slider will move only if there are more than X images (taking more than the total space availabe below the slider). Otherwise they just change opacity level when selected (or when the slider moves).

In any case, you will have to modify geodirectory.js on line 17 following these docs : http://www.woothemes.com/flexslider/

Best way to do that is to dequeue that script from your child theme functions.php file.

Enqueue and register function for geodirectory.js are in geodirectory_template_tags.php line 104/105:


		wp_register_script( 'geodirectory-script', geodir_plugin_url().'/geodirectory-assets/js/geodirectory.js' ,array(),GEODIRECTORY_VERSION);
		wp_enqueue_script( 'geodirectory-script' );

Copy and rename geodirectory.js in your child theme and in functions.php enqueue the new script with your mods.

Hope this is enough to get you started.

Let me know,

Thx

]]>
https://wpgeodirectory.com/support/topic/flexislider/#post-14067 <![CDATA[Reply To: Flexislider]]> https://wpgeodirectory.com/support/topic/flexislider/#post-14067 Tue, 02 Sep 2014 18:16:48 +0000 Rich B Paolo thats perfect thank you!

]]>
https://wpgeodirectory.com/support/topic/flexislider/#post-14075 <![CDATA[Reply To: Flexislider]]> https://wpgeodirectory.com/support/topic/flexislider/#post-14075 Tue, 02 Sep 2014 18:55:22 +0000 Paolo super 🙂

]]>