Slider Won't Slide
Home › Forums › Free Theme Support › Triton Lite › Slider Won't Slide
-
#54150
Cynthia
On November 9, 2013 at 5:47 pmHi, love the theme! Seem to be having some issues out of the blue though. My slider won’t switch slides, I have it set to 4 in the options, the slides are the correct size according to the documentation, but for whatever reason they won’t cycle through them. Could you please let me know what I can do to correct the issue? Thanks! Site: http://www.squareeggvisions.com
#54153On November 9, 2013 at 5:51 pmLooks like a plugin conflict. try disabling all the plugins and see which one is causing this.
#55049
Cynthia
On November 11, 2013 at 2:19 amI disabled all the plugins (only 4 of them) and the sliders still wouldn’t work. Refreshed the browser too in case that would have any effect. Anything else I can try?
#55129On November 11, 2013 at 5:50 amhmm.. looks like enabled the plugin again.. can you disable all the plugins again and keep it like that and then let me know?
#55637On November 12, 2013 at 6:19 amthe plugin “Radykal fancy gallery” is still there. try disabling it.
#55685
Cynthia
On November 12, 2013 at 8:39 amEverything on my plugins page reads “Activate”, including the fancy gallery, it’s disabledā¦
#55770On November 12, 2013 at 2:10 pmare you sure? because I still see this being loaded in your site:
<!-- Style Sheets --> <link rel='stylesheet' href='http://squareeggvisions.com/wp-content/plugins/radykal-fancy-gallery/prettyphoto/css/prettyPhoto.css' /> <link rel='stylesheet' href='http://squareeggvisions.com/wp-content/plugins/radykal-fancy-gallery/css/jquery.fancygallery.css' /> <!-- Javascript Files --> <script src='http://code.jquery.com/jquery-latest.min.js' type='text/javascript'></script> <script src='http://squareeggvisions.com/wp-content/plugins/radykal-fancy-gallery/js/jquery.fancygallery.min.js' type='text/javascript'></script> <script src='http://squareeggvisions.com/wp-content/plugins/radykal-fancy-gallery/prettyphoto/jquery.prettyPhoto.js' type='text/javascript'></script> <!-- Calling the plugin --> <script type='text/javascript'>jQuery(document).ready(function($){ $ = jQuery.noConflict(); jQuery('#fancygallery-1').fancygallery({ backgroundColor: '#F5F5F5', titleColor: '#383634', thumbWidth: 140, thumbHeight: 79, thumbOpacity: 0.6, imagesPerPage: 6, titleHeight: 20, borderThickness: 3, rowOffset: 15, columnOffset: 15, shadowOffset: 0, textFadeDirection: 'normal', shadowImage: 'http://squareeggvisions.com/wp-content/plugins/radykal-fancy-gallery/images/fancygallery/shadow.png', hoverImage: '', hoverImageEffect: 'fade', navPosition: 'bottom', selectAlbum: '', dropdown: 1, divider: 1, showTitle: 0, slideTitle: 1, inverseHoverEffect: 0, secondThumbnail: 0, timthumbUrl: 'http://squareeggvisions.com/wp-content/plugins/radykal-fancy-gallery/admin/timthumb.php', timthumbParameters: '&zc=1&f=2', allMediasSelector: '', albumSelection: 'dropdown', navigation: 'arrows', navStyle: 'white', navAlignment: 'left', navPreviousText: '<', navNextText: '>', navBackText: 'āµ', thumbnailTransition: 'fade', lightbox: 'prettyphoto', boxOptions: { theme: 'pp_default', allow_resize: 1 , overlay_gallery: 1, autoplay_slideshow: 0, deeplinking: 0 }, columns: 0, dropdownTheme: 'white', showOnlyFirstThumbnail: 0, mediaText: 'Media', borderColor: '#cccccc', inlineGalleryOptions: {width: '100%', height: '500', youtubeParameters: '&showinfo=1&autoplay=1', vimeoParameters: 'autoplay=1', showFirstMedia: 0}, thumbnailSelectionOptions : {layout: 'default', width: 250, height: 150}, albumDescriptionPosition: 'top' }); }); </script>
#55788
Cynthia
On November 12, 2013 at 2:56 pmOn my dashboard, under plugins, it says it’s disabledā¦ I’m not sure how else I can disable it, I haven’t touched any of the codeā¦ would I have to delete it from each pages code?
#56032On November 12, 2013 at 10:08 pmthats very weird. can you send me the code of your header.php file?
#59689
Cynthia
On November 19, 2013 at 6:06 amOk, that jogged my memory of adding some code in the header. I removed that code and the slider works fine now. The only thing that sucks about that is now the gallery (that I unfortunately paid for) doesn’t work. Do you have any suggestions on galleries that are compatible with the theme? I have three galleries that need to be put up and I do like a lightbox type of optionā¦.. Any help or suggestions would be greatly appreciated.
#59697On November 19, 2013 at 6:21 amso, when you add a gallery with that plugin, the slider breaks right?
add a gallery in your post and share the link here.
#59722
Cynthia
On November 19, 2013 at 7:07 amThat’s the thingā¦ I can’t add a gallery without adding the code in the header. Technically the galleries are still there, but once I removed that code from the header it wouldn’t work. I think I need to figure out how to maybe enter the code in the header of each page I have for the gallery, but I’m not that familiar with wordpress for doing that. I signed in through my FTP thinking maybe I could find somewhere there, but I’m afraid I’m lost.
#59723
Cynthia
On November 19, 2013 at 7:08 amFor example, this page should have images, but nothing shows up:
#60440On November 20, 2013 at 6:01 amare you adding the code in the header.php manually?