- Posts: 19
- Thank you received: 0
Comment links do nothing!
-
basdc
Inactive member - Topic Author
- New Member
Less
More
12 years 1 month ago #22959
by basdc
Comment links do nothing! was created by basdc
Can someone help a newby joomla user? I am building a site using responsive template and no matter what comment link I click on "be the first to comment" or " comment" the browser just stays on the sme page.
Would love some help so I can move on with this template Thanks
Would love some help so I can move on with this template Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #22965
by ivan.milic
Replied by ivan.milic on topic Comment links do nothing!
In template parameters turn off ajax loader
Please Log in to join the conversation.
-
basdc
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
12 years 1 month ago #22978
by basdc
Replied by basdc on topic Comment links do nothing!
Hi
Thanks for that, i'm getting somewhere as it now leaves the page but sits there on a white page with this link showing. http://localhost/hotresponsivequickstart/index.php/k2-categories/item/112-2012-ducati-hypermotard#itemCommentsAnchor
Thanks
Thanks for that, i'm getting somewhere as it now leaves the page but sits there on a white page with this link showing. http://localhost/hotresponsivequickstart/index.php/k2-categories/item/112-2012-ducati-hypermotard#itemCommentsAnchor
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #22982
by ivan.milic
Replied by ivan.milic on topic Comment links do nothing!
Please Log in to join the conversation.
-
basdc
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
12 years 1 month ago #22984
by basdc
Replied by basdc on topic Comment links do nothing!
I'm sorry its all a bit too technical for me, can someone explain in a more simple way? thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #22990
by ivan.milic
Replied by ivan.milic on topic Comment links do nothing!
so copy/paste following code at bottom of : \templates\hot_responsive\js\dynlayout.js
copy it from this page not your email client.
Code:
jQuery(document).ready(function(){
if(String(window.location).indexOf('#') > 0){
window.location = String(window.location).split('#')[0];
}
});
copy it from this page not your email client.
The following user(s) said Thank You: basdc
Please Log in to join the conversation.
Time to create page: 0.113 seconds