I cannot find the feture slider speed and effects adjustment.
Anyone, please?
-
Hi,
to edit the slider speed, you need to find this code in include_js.php file (located in: ..welcome_inn-parent\library\tfuse_mods\thememodules\include_js.php):
<script type="text/javascript"> jQuery(document).ready(function($) { $('#slides').slides({ width: 960, height: 379, preload: false, preloadImage: '<?php echo get_template_directory_uri() ?>/images/loading.gif', play: 5000, pause: 2500, effect: 'fade, fade', hoverPause: true, animationStart: function(){ $('.caption').animate({ bottom:-96 },100); }, animationComplete: function(current){ $('.caption').animate({ bottom:0 },200); } }); }) </script>
and replace the "Play" value with the desired one in ms.
From this code you can also make others adjustments related to the slider.All the best,
Michelle
Michelle
9 months ago -
So there is no external speed and effects control???
In fact, I cannot even access the code you are referring me to via the WP backend Theme Edit sections?
Or can I? My coder says that I cannot reach this code via Theme Edit section. Please confirm.
admax
9 months ago -
In this version of Welcome Inn template you can make this changes only from code. Soon would be released the theme with new framework where you would be able to change them from dashboard.
Max
9 months ago -
Very disappointing: Welcome is an expensive theme not to have something that basic. What alternative slider do you recommend I replace it with? NIVO? RUDDY?
I must ask my technical assistant to replace it.
admax
9 months ago -
Hi,
In theme specifications there weren't added other sliders, this is the only one included. There are two shortcodes that you can use if you would like [nivoslide] and [slideshow], nivoslide shortcode have some other effects as well and you can change them from shortcode.Cheers,
Max.
Max
9 months ago
Add a new topic!
Chances are your issue is already answered, but if it’s not, you can always create a new topic.
Add new topicSearch forums
Searching for something specific? Type something and press Enter to search.




Add Reply
You must log in to post.