Can’t get slideshow feature to work in Living OS Upsilon theme
-
I’ve got the Living OS Upsilon theme working on a test blog I’ve created at this site. It features a slideshow banner working nicely here.
However, when I try to activate the banner at my actual blog the slideshow doesn’t work. I believe there’s something wrong in the filepath I’m using, but can’t figure out where/what the mistake is.
Here’s the code I’m using at my test blog located in the extra.php file:
<a href="https://www.rgpc.co.uk/wordpress/" title="Find out more..." class="open"></a> <img src="<?php bloginfo('stylesheet_directory'); ?>/smoothgallery/images/shine/dafnatalimage.jpg" class="full" alt="Mahzor" />
Here’s the code I’m using at my actual blog:
<a href="https://www.richardsilverstein.com/tikun_olam/" title="Find out more..." class="open"></a> <img src="<?php bloginfo('stylesheet_directory'); ?>/smoothgallery/images/shine/dafnatalimage.jpg" class="full" alt="Mahzor" />
The folder structure in the test blog is: “/wp-content/themes/LivingOS_UPSILON/smoothgallery/images/shine/”
The folder structure in the real blog is: “/public_html/tikun_olam/wp-content/themes/LivingOS_UPSILON/smoothgallery/images/shine/”
I’d be grateful if anyone has any ideas about what’s wrong.
- The topic ‘Can’t get slideshow feature to work in Living OS Upsilon theme’ is closed to new replies.