- Posts: 32
- Thank you received: 0
Activate button top.
-
sergofoto
Inactive member - Topic Author
- Member
Less
More
11 years 3 months ago #32645
by sergofoto
Replied by sergofoto on topic Activate button top.
Thank you.
Hosting probably some time not worked. Now everything is fine.
Thank.
Hosting probably some time not worked. Now everything is fine.
Thank.
Please Log in to join the conversation.
-
sergofoto
Inactive member - Topic Author
- Member
Less
More
- Posts: 32
- Thank you received: 0
11 years 3 months ago #32646
by sergofoto
Replied by sergofoto on topic Activate button top.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #32661
by ivan.milic
Replied by ivan.milic on topic Activate button top.
Open templates/hot_hotel/js/scrollTo.js
replace:
with:
replace:
Code:
return this._scrollable().each(function(){
var elem = this,
$elem = jQuery(elem),
with:
Code:
return this._scrollable().each(function(){
var elem = jQuery("BODY")[0],
$elem = jQuery("BODY"),
The following user(s) said Thank You: sergofoto
Please Log in to join the conversation.
-
sergofoto
Inactive member - Topic Author
- Member
Less
More
- Posts: 32
- Thank you received: 0
11 years 3 months ago #32670
by sergofoto
Replied by sergofoto on topic Activate button top.
I tried this script and the button stopped working altogether.
Unfortunately for work Widgetckit I deactivated jQuery.
How to be now?
Unfortunately for work Widgetckit I deactivated jQuery.
How to be now?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #32685
by ivan.milic
Replied by ivan.milic on topic Activate button top.
When I load your page I still see old js. Maybe you did not even load changes. Make changes, then browse :
to make sure script file with changes is updated in cache then, refresh your page. If it does not work leave it like that so I could check further
Code:
http://www.sergofoto.com/templates/hot_hotel/js/scrollTo.js?X=random
to make sure script file with changes is updated in cache then, refresh your page. If it does not work leave it like that so I could check further
The following user(s) said Thank You: sergofoto
Please Log in to join the conversation.
Time to create page: 0.096 seconds