-
AuthorPosts
-
shemeam Friend
shemeam
- Join date:
- February 2015
- Posts:
- 259
- Downloads:
- 55
- Uploads:
- 67
- Thanks:
- 106
- Thanked:
- 16 times in 4 posts
October 8, 2017 at 1:37 pm #1066568Hi there
I was running JA Decor 1.1.2 and I had problems with the index on a page. I saw in the forums that you had fixed this problem in version 1.1.5. Anyway you have since updated to version 1.1.8 so i uploaded this.
These are the results (see screen dumps attached)
- I get an upload error when using the joomla upload
- when I check the template it tells me I am using the latest version
- when I check the joomla updates page (after clearing the cache) it tells me I am still using version 1.1.2
My main problem is that the index links do not work on this page https://www.shemeam.com/mumblings/retreat (see menu list in the side bar), so I need to update ASAP so this can be resolved.
I appreciate your assistance in this matter.
many thanks
Alison- shemeam Friend
shemeam
- Join date:
- February 2015
- Posts:
- 259
- Downloads:
- 55
- Uploads:
- 67
- Thanks:
- 106
- Thanked:
- 16 times in 4 posts
October 8, 2017 at 6:01 pm #1066587OK, I have managed to update Decor to version 1.1.8 using JA extension manager. But the index links are still not working on the page https://www.shemeam.com/mumblings/retreat. They open if I right click and open the link that way, but not a single left click.
Please can you help me sort this out. Thanks
- This reply was modified 7 years, 1 month ago by shemeam.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 9, 2017 at 3:52 am #1066686Hi
I fixed the issue directly on your site.
Here as my changesOpen script.js file in js folder of template.
Find// Tab (function($){ $(document).ready(function(){ if($('.nav.nav-tabs').length > 0){ $('.nav.nav-tabs a').click(function (e) { e.preventDefault(); $(this).tab('show'); }) } }); })(jQuery);
Replace it with
// Tab (function($){ $(document).ready(function(){ if($('.nav.nav-tabs').length > 0){ if ($('.article-index .nav.nav-tabs').length > 0) { return false; } $('.nav.nav-tabs a').click(function (e) { e.preventDefault(); $(this).tab('show'); }) } }); })(jQuery);
Kindly check your site now.
Regards
1 user says Thank You to Pankaj Sharma for this useful post
shemeam Friendshemeam
- Join date:
- February 2015
- Posts:
- 259
- Downloads:
- 55
- Uploads:
- 67
- Thanks:
- 106
- Thanked:
- 16 times in 4 posts
October 9, 2017 at 8:03 am #1066721Thank you.
Will I need to do this again if there is a template update?Shemeam
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 4 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum