Frontpage display errors

25 April, 2016
GK User
Tue Jan 24, 2017 6:39 pm
I don't see a thread to solve my problems.

1. I can only see the frontpage when News Show Pro GK5 is turned off Error: The page isn’t redirecting properly

2. I have no backend slideshow option access to current items already published Image Show GK4

Both modules have been updated to the current version. Joomla version 3.6.5

Any suggestions?

https://www.samoanchristianfellowshipfairfield.org
User avatar
Junior Boarder

teitbite
Thu Jan 26, 2017 7:24 pm
Hi

Try clear browser cache while looking at module's confoguraion and try than. If this will not help please send me an access to joomla panel.
User avatar
Moderator

GK User
Fri Jan 27, 2017 3:38 am
Yes, I have tried this. I cleared the DNS cache too. I even tried a backup version on localhost with same results.

I forward you my Joomla panel information. I appreciate any assistance and suggestions.
User avatar
Junior Boarder

teitbite
Thu Feb 02, 2017 10:09 am
Hi

I've just tried to login to Your site, but either joomla panel access or ftp access is not working. Please check that and send me correct one if You still want me to check this problem.
User avatar
Moderator

GK User
Wed Feb 08, 2017 12:08 am
I sent you the corrected login information.
User avatar
Junior Boarder

teitbite
Mon Feb 13, 2017 5:46 pm
Hi

I've just visited your site and I can see You have News Show Pro module called "Information" on Your frontpage and it works fine. I've also visited joomla panel and made a new Image Show GK4 to test if it works. I had no problems here as well. Can You please explain when this issues can be seen?
User avatar
Moderator

teitbite
Mon Feb 13, 2017 5:50 pm
Hi

Och. I've just noticed that You have send me an access to completely different site than the one from Your first post in this thread. Does it mean You had problem in both of those sites or have You send it to me by mistake ?
User avatar
Moderator

GK User
Wed Feb 15, 2017 11:52 pm
The original link is correct. I gave you the wrong admin link on the second reply.
User avatar
Junior Boarder

teitbite
Mon Feb 20, 2017 1:54 pm
Hi

Indeed something is wrong and no errors are shown in console. I've send Your access to our programmers. Will inform You as soon as I'll hear from them.
User avatar
Moderator

teitbite
Wed Feb 22, 2017 3:58 pm
Hi

Programmers has fixed the problem by editing file mod_image_show_gk4/admin/script.js

Line 22 changed from:
Code: Select all
$('ul.nav a[href=#options-IMAGE_SHOW_MANAGER]').click(function() {

to
Code: Select all
$('ul.nav a[href="#options-IMAGE_SHOW_MANAGER"]').click(function() {

and line 25 changed from:
Code: Select all
if ($('ul.nav a[href=#options-IMAGE_SHOW_MANAGER]').parent().hasClass('active')) {

to
Code: Select all
if ($('ul.nav a[href="#options-IMAGE_SHOW_MANAGER"]').parent().hasClass('active')) {


It's already implemented in Your copy.
User avatar
Moderator

GK User
Wed Feb 22, 2017 5:08 pm
2. I have no backend slideshow option access to current items already published Image Show GK4

Yes, issue #2 works perfectly - Image show pro.
1. I can only see the frontpage when News Show Pro GK5 is turned off Error: The page isn’t redirecting properly

Issue #1 continues to be a problem - News Show Pro GK5

Thank you for all that you do.
User avatar
Junior Boarder

teitbite
Sat Feb 25, 2017 9:53 am
Hi

Sorry, forgot about that. I see where the problem is. Please bring back the FTP access, it's not working any more.
User avatar
Moderator

GK User
Sat Feb 25, 2017 10:39 am
FTP access in private message
User avatar
Junior Boarder

teitbite
Mon Feb 27, 2017 3:09 pm
Hi

Here is the a fix programmers used for this problem. Please edit file: mod_news_pro_gk5/admin/class.datasources.js

Replace line 54:
Code: Select all
jQuery('a[href=#attrib-'+obj.tabj3+']').parent().css('display', 'none');

with
Code: Select all
jQuery('a[href="#attrib-'+obj.tabj3+'"]').parent().css('display', 'none');

and line 57:
Code: Select all
jQuery('a[href=#attrib-'+obj.tabj3+']').parent().css('display', 'block');

with
Code: Select all
jQuery('a[href="#attrib-'+obj.tabj3+'"]').parent().css('display', 'block');
User avatar
Moderator

GK User
Mon Feb 27, 2017 4:16 pm
Thanks, I appreciate the assistance.
User avatar
Junior Boarder

teitbite
Mon Feb 27, 2017 8:25 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.