• Resolved dod1983

    (@dod1983)


    Hi the slideshow images are appearing below each other on my homepage and not as a slideshow.
    http://www.psw.ie
    I have designed the site using artisteer and it recently upgraded my theme and ever since then the slideshow has not been displaying correctly. Have you any sugggestions or things to check? Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi, I have not used Artisteer, but it looks like it is stripping out the divisions around your slides, which is breaking the slideshow.

    Are you using the shortcode, I’m thinking it is messing with that, I wonder if it would work better with the template tag or the widget.

    I’d have to check out the code of your theme to find the conflict, could you email me the login info for your site?

    Plugin Author Josh Leuze

    (@jleuze)

    Just an FYI to anyone else using an Artisteer theme. The posts use a custom loop that breaks the slideshow when it is added to a post with a short code.

    I haven’t figured out what is causing the issue, but the slideshow works fine if the short code is added to a page, and the widget and template tag should both work as well.

    I also used artisteer to design my site and am having trouble when trying to use the template tag to create the header slideshow. It basically doesn’t work. I am not sure if I am posting the tag in the right place in the header.php file. I was trying to post the tag in the second to last line where it says:

    “art-header-jpeg”

    Any help would be greatly appreciated. Thanks!

    Header.php file coding:

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>
    <head profile=”http://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />
    <title><?php if (is_home () ) { bloginfo(‘name’); } elseif ( is_category() ) { single_cat_title(); if(get_bloginfo(‘name’) != “”) echo ‘ – ‘ ; bloginfo(‘name’); }
    elseif (is_single() ) { single_post_title(); }
    elseif (is_page() ) { bloginfo(‘name’); if(get_bloginfo(‘name’) != “”) echo ‘: ‘; single_post_title(); }
    else { wp_title(”,true); } ?></title>
    <script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/script.js”></script>
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <!–[if IE 6]><link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/style.ie6.css” type=”text/css” media=”screen” /><![endif]–>
    <!–[if IE 7]><link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/style.ie7.css” type=”text/css” media=”screen” /><![endif]–>
    <link rel=”alternate” type=”application/rss+xml” title=”<?php printf(__(‘%s RSS Feed’, ‘kubrick’), get_bloginfo(‘name’)); ?>” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”<?php printf(__(‘%s Atom Feed’, ‘kubrick’), get_bloginfo(‘name’)); ?>” href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php wp_head(); ?>
    </head>
    <body>
    <div id=”art-page-background-simple-gradient”>
    <div id=”art-page-background-gradient”></div>
    </div>
    <div id=”art-main”>
    <div class=”art-sheet”>
    <div class=”art-sheet-body”>
    <div class=”art-nav”>
    <ul class=”art-menu”>
    <?php art_menu_items(); ?>

    </div>
    <div class=”art-header”>
    <div class=”art-header-jpeg”></div>

    </div>

    Btw, the website is goorganicvending.com

    Plugin Author Josh Leuze

    (@jleuze)

    Hi, did you figure out how to add it to the header, or did you end up having to add it to the page’s content?

    Similar problem with the stacking. However I am working in the Facebook tab manager plugin and posting from there. I thought I would try an add a slide show but it stacked the images.
    http://www.dreamweavingdesigns.com/?fbtab=dream-on

    Any suggestions?

    BTW-When I create a new page outside the Facebook Tab manager the show works.

    Somehow it started working and looks great thanks

    Plugin Author Josh Leuze

    (@jleuze)

    Glad to hear you got it figured out Violajj!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Meteor Slides] Slide show images appearing under each other’ is closed to new replies.