Css edior troubleshooting
-
Hi,
I’m having trouble adding the css code to my site: https://www.cookmorphosis.com
I tried to add this button code to my site:
[ Moderator note: Code fixed, please wrap code in backticks or use the code button. ]
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script type="text/javascript" src="https://arrow.scrolltotop.com/arrow86.js"></script> <noscript>Not seeing a <a href="https://www.scrolltotop.com/">Scroll to Top Button</a>? Go to our FAQ page for more info.</noscript> <strong>It works fine, however, if I added these code into Footer section, the slideshow on top of my homepage will disappear. I added the slides.php code below (this is the code that included in the theme)</strong> <?php $slideshow_delay = of_get_option('bdesign_slideshow_delay'); ?> <?php $autoPlay = ($slideshow_delay != "0") ? 1 : 0; ?> <script type="text/javascript"> //<![CDATA[ jQuery(document).ready(function(){ jQuery('.flexslider').imagesLoaded(function() { jQuery('.flexslider').flexslider({ slideshowSpeed: <?php echo $slideshow_delay . '000'; ?>, directionNav: true, slideshow: <?php echo $autoPlay; ?>, animation: 'fade', animationLoop: true }); }); }); //]]> </script>
Any idea that why this happened? Why the add on code is conflicted with my current theme? Please help
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Css edior troubleshooting’ is closed to new replies.