Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jjsopp

    (@jjsopp)

    You can see my attempt here:

    http://weaversleather.ca/wp/

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    In your theme’s header.php file, the images are output to the page. Somewhere in the <header> element tag you should find the code responsible for it and replace it by the piece of PHP code provided on the slideshow settings page.

    Some time ago I’ve answered the same question. So if you need more help, a more elaborate answer is available on this forum.

    Thread Starter jjsopp

    (@jjsopp)

    Thanks Stefan, I found the code and replaced with the php you provided, and the slideshow looks and works perfectly in Chrowe HOWEVER it does not function in IE??

    Any tips?

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    You’ve wrapped the slideshow in an ‘a‘ (link) tag. This causes Internet Explorer to complain about improper HTML usage, since the slideshow outputs some ‘div‘ elements.

    div‘ elements should never be placed in ‘a‘ tags. To fix the slideshow for Internet Explorer, you should remove these tags surrounding the call to the slideshow.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘New User Question’ is closed to new replies.