• I have displayed the scroller on my site on https://www.totaltraining.eu.

    However, the text paragraph (Starting Welcome to…) is positioned BELOW the scroller. I have tried everything I know of to try to get it to display BEFORE the scroller so that the text gets displayed first then the scroller below it but just cannot work out how to do this. Can some one please advise?

    The line which displays the scroller is [wpsc_product_slider category_id='10' visible_items='5']

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi indianlad,

    I’m having the exact same problem!

    I’ve customised the appearance of the slider quite a bit, and currently have it at https://www.blobble.co.uk/test/ – on the homepage, you can see where I want it to go.

    From the look of your total training website, it looks as though you managed to sort your problem. Please, please, please could you pass on your knowledge! I’be eternally grateful as it’s driving me nuts!!

    Thanks in advance,
    Mark

    Solved the problem, for anyone who may be interested in the future…

    Instead of using the shortcode:
    [wpsc_product_slider category_id=”1″ visible_items=”5″]

    the following works instead:
    <?php echo do_shortcode(‘[wpsc_product_slider category_id=”1″ visible_items=”5″]’); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP e-Commerce – Does not display correctly – Please help.’ is closed to new replies.