- Posts: 6
- Thank you received: 1
Background Type Slide Show does not work
-
davigeneroso
Inactive member - Topic Author
- New Member
Less
More
12 years 3 weeks ago #23598
by davigeneroso
Replied by davigeneroso on topic Background Type Slide Show does not work
Yes .. See the picture you sent before the parameter is like "Slide Show."
www.hotjoomlatemplates.com/media/kunena/...ents/45808/Image.png
Even I modified the parameter then went back to normal still does not work!
Looking at the css style that looks really showing fixed only a picture!
www.hotjoomlatemplates.com/media/kunena/...ents/45808/Image.png
Even I modified the parameter then went back to normal still does not work!
Looking at the css style that looks really showing fixed only a picture!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 weeks ago #23602
by ivan.milic
Replied by ivan.milic on topic Background Type Slide Show does not work
Delete value from static image field, send use admin login using "Report To Moderator" if that does not help. Before that install xEtplorer RC5
Please Log in to join the conversation.
-
darowiche
Inactive member - New Member
Less
More
- Posts: 2
- Thank you received: 0
12 years 2 weeks ago #23623
by darowiche
Replied by darowiche on topic Background Type Slide Show does not work
i've same problem, if you disable the URL SEF you can see all the bg1.jpg, bg2,jpg, .... and the background slider work fine. the problem is in the rewrite engine. I don't know how to fix it.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 weeks ago #23626
by ivan.milic
Replied by ivan.milic on topic Background Type Slide Show does not work
Did you add some rules by yourself to htaccess ?
Please Log in to join the conversation.
-
darowiche
Inactive member - New Member
Less
More
- Posts: 2
- Thank you received: 0
12 years 2 weeks ago #23628
by darowiche
Replied by darowiche on topic Background Type Slide Show does not work
i've solved the problem by adding a / before the relative paths of images in templates\hot_destinations\js\animbg.js
before :
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'
);
after:
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'
);
Thank's
before :
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'
);
after:
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'
);
Thank's
Please Log in to join the conversation.
-
davigeneroso
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 1
12 years 2 weeks ago #23645
by davigeneroso
Replied by davigeneroso on topic Background Type Slide Show does not work
I tried all of the above without success!
Today I tried to return the parameter to a solid color and also could not, simply does not change, it is as if the parameters did not work!
I'm interested in removing the background that does not work already, but even that I'm getting to do!
I do not understand what happened, it seems that the parameters simply do not work!
Today I tried to return the parameter to a solid color and also could not, simply does not change, it is as if the parameters did not work!
I'm interested in removing the background that does not work already, but even that I'm getting to do!
I do not understand what happened, it seems that the parameters simply do not work!
Please Log in to join the conversation.
Time to create page: 0.112 seconds