background fading to white

  • ntg
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 10 months ago #25201 by ntg
Hello,

I'm having problems with the background fading to white on the following links from my homepage.

I have the background type set to "slideshow". The first picture in the background slideshow shows up, but when proceeding to the next picture, the background fades to white with no returning pictures. How can I make the same on the links/webpages?
---the only page where the background slideshow changes correctly is the homepage.


Thanks for your help.

Please Log in to join the conversation.

More
11 years 10 months ago #25216 by ivan.milic
send link pleas so we could check

Please Log in to join the conversation.

  • ntg
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 10 months ago #25217 by ntg
Replied by ntg on topic background fading to white
Hi there..Here's the link... demokabayan.com/

Thanks

Please Log in to join the conversation.

More
11 years 10 months ago #25235 by ivan.milic
Open:

/templates/hot_destinations/js/animbg.js

this code:
Code:
var imgArr = new Array( // relative paths of images 'templates/hot_destinations/images/bg1.jpg', 'templates/hot_destinations/images/bg2.jpg', 'templates/hot_destinations/images/bg3.jpg', 'templates/hot_destinations/images/bg4.jpg' );

change to
Code:
var imgArr = new Array( // relative paths of images '/templates/hot_destinations/images/bg1.jpg', '/templates/hot_destinations/images/bg2.jpg', '/templates/hot_destinations/images/bg3.jpg', '/templates/hot_destinations/images/bg4.jpg' );

if that does not help:

Code:
var imgArr = new Array( // relative paths of images 'http://demokabayan.com/templates/hot_destinations/images/bg1.jpg', 'http://demokabayan.com/templates/hot_destinations/images/bg2.jpg', 'http://demokabayan.com/templates/hot_destinations/images/bg3.jpg', 'http://demokabayan.com/templates/hot_destinations/images/bg4.jpg' );

Please Log in to join the conversation.

  • ntg
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 10 months ago #25276 by ntg
Replied by ntg on topic background fading to white
Hi there..

You said to open this:/templates/hot_destinations/js/animbg.js

Is this on the template master files or the stylesheets and if so under what?

thanks

Please Log in to join the conversation.

More
11 years 10 months ago #25289 by ivan.milic
It's path relative to joomla root, so use FTP , cpanel's file manager or install xEtplorer to be able to access and edit file

<joomla root>/templates/hot_destinations/js/animbg.js

Please Log in to join the conversation.

Time to create page: 0.247 seconds
Powered by Kunena Forum