• Hello, I am running on the Expositio theme. Everything was ok, until I updated my slideshow gallery plug-in and then the slideshow on my homepage only showed the images as thumbnails, which looked terrible. I checked image size etc, but nothing worked. Through trial and error, I found that the only thing that got them back to full size, was to include the hardcode in the page:

    <?php if (function_exists('slideshow')) { slideshow($output = true, $post_id = false, $gallery_id = false, $params = array()); } ?>

    The problem is, this now shows up on the bottom of my home page!

    http://www.alystomlinson.co.uk

    The other coding I have on this page is:

    [slideshow post_id=”43″]

    [tribulant_slideshow]

    I am pretty new to this and made the site with the help of a developer, but he’s no longer able to assist me, so any advice would be much appreciated!

    Thanks very much,

    Alys

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    What gallery plugin are you using and where did you get it from?

    Thread Starter alystomlinson

    (@alystomlinson)

    Hi Jose,

    It’s this – not sure where it came from, think my developer must have added it:

    Slideshow gallery

    Feature content in a JavaScript powered slideshow gallery showcase on your WordPress website. The slideshow is flexible and all aspects can easily be configured. Embedding or hardcoding the slideshow gallery is a breeze. To embed into a post/page, simply insert [tribulant_slideshow] into its content with an optional post_id parameter. To hardcode into any PHP file of your WordPress theme, simply use <?php if (function_exists(‘slideshow’)) { slideshow($output = true, $post_id = false, $gallery_id = false, $params = array()); } ?>.

    Version 1.5.3 | By Tribulant Software | View details

    Best, Alys

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘coding showing up on homepage’ is closed to new replies.