Problem with News Show Pro GK5 link

GK User
Thu Mar 17, 2016 6:13 pm
Hi, i've a problem with News Show Pro GK5 module in the sidebar position o my site http://www.petithotel.net

I can't find out why there is no clickable link on the articles shown...

Thanx in advance for your help
User avatar
Senior Boarder

teitbite
Wed Mar 23, 2016 11:42 am
Hi

I think it can be because of validation error You have there. https://validator.w3.org/nu/?doc=http%3 ... tel.net%2F Please try to fix it first, so I'll be able to check.
User avatar
Moderator

GK User
Tue Mar 29, 2016 8:29 am
Hi, sorry, but i don't know how to fix it... in fact, i see that if i use in module configuration/external files/use default CSS OFF, links work properly. Unfortunately is not the layout i like... May it be because i override this "
Code: Select all
.gkNspPM-NewsBlocks > figure > figcaption h3 {
    font-weight: 800;
}
.box {
    position: relative;
}

to change the title visualization?
User avatar
Senior Boarder

GK User
Tue Mar 29, 2016 9:02 am
UPDATE: sorry, i did the change to solve this error, but i still can't solve my problem :(
User avatar
Senior Boarder

teitbite
Sat Apr 02, 2016 9:50 am
Hi

Now when You have pointed that out I see that it is a problem in fact.

This class:

Code: Select all
.box {
    position: relative;
}


is causing this problem. Please remove it and links will work.
User avatar
Moderator

GK User
Tue Apr 26, 2016 10:33 pm
Sorry if it take me much time to reply... Thank you, it worked great... By the way, i find out a problem with the aside menu in page http://petithotel.net/index.php/per-tutta-la-famiglia/sci-di-fondo-e-discesa
It doesn't work (only in this page ad i've seen, probably for this js problem:
Code: Select all
jQuery('#gk-menu-button').sidr({
name: 'aside-menu',
      onOpen: function() {
         jQuery('#gk-bg').addClass('menu-open');
         jQuery('#gk-menu-button').addClass('menu-clicked');
         
         setTimeout(function() {
            jQuery('#gk-menu-button').addClass('menu-open');
         }, 450);
      }

but i can't find out how to fix it... May you help me this time too?
User avatar
Senior Boarder

teitbite
Thu Apr 28, 2016 1:17 pm
Hi

Please send me an access to joomla panel and ftp. I need to check it.
User avatar
Moderator

GK User
Mon Jun 20, 2016 8:51 am
Hi, sorry if it take so much time to reply.. i'll give you an access ad a private message.

PS: sorry again i've also open a new topic for this problem.
User avatar
Senior Boarder

teitbite
Tue Jun 21, 2016 1:41 pm
Hi

When I try to login to Your joomla panel I have a message as seen on screen. Can You please check it Poland is not blocked by server to access this by any chance ?

Also Your FTP access only shows one folder.
User avatar
Moderator

GK User
Fri Jul 08, 2016 3:30 pm
i have only italian and english as installed languages.. may it be the problem?

for the ftp, maybe you get into a wrong folder... the site is www.petithotel.net
User avatar
Senior Boarder

teitbite
Tue Jul 12, 2016 10:08 am
Hi

I've just checked the FTP again, but my user simply doesn't have permissions to anything else than /incoming, which is empty. I'm not able to check the problem without it, sorry.
User avatar
Moderator

GK User
Fri Jul 15, 2016 3:25 pm
Hi sorry, i checked there was a mistake on the directory.. i had fixed it (i hope).

You should be albe to connect with the credentials i gave you in pm.

Thank you.

PS: the problem with articles link seems to be fixed.. really thank)
User avatar
Senior Boarder

teitbite
Tue Jul 19, 2016 6:49 pm
Hi

After checking the code I've figured out that there were not issue there. Simply title was not designed to link to article, just the read more link below it.

Anyway I've moved title into the link of read more by changing:
Code: Select all
         echo '<h3><strong>'.$title_part_one.'</strong>'.$title_part_two.'</h3>';
         echo '<a href="'.$this->get_link($i).'" title="'.strip_tags($this->parent->content[$i]['title']).'">';


with

Code: Select all
         echo '<a href="'.$this->get_link($i).'" title="'.strip_tags($this->parent->content[$i]['title']).'">';
         echo '<h3><strong>'.$title_part_one.'</strong>'.$title_part_two.'</h3>';


in file /modules/mod_news_pro_gk5/tmpl/portal_modes/news_blocks/controller.php
User avatar
Moderator

GK User
Fri Jul 22, 2016 5:12 pm
Thank you really much...

Did you find out also something for the problem with aside menu?
It still don't open on some pages, for example http://petithotel.net/index.php/il-mond ... ri-animali
User avatar
Senior Boarder

teitbite
Tue Jul 26, 2016 7:40 pm
Hi

About the menu problem I've send You access to programmers. I'll let You know as soon as they will message me.
User avatar
Moderator

teitbite
Sat Jul 30, 2016 10:12 am
Hi

Apparently the joomla backend access stopped working since we have "Server cannot be found" message right after an attempt to login to. Anyway programmers has spotted that on the pages where menu is not working You have jQuery library loaded multiple times, so most probably this is a cause of this problem. Please just find out which modue is loading the extra jQuery libarary and disable it there.
User avatar
Moderator

GK User
Thu Aug 04, 2016 8:47 am
I'll try as soon as possible, thank you
User avatar
Senior Boarder

teitbite
Sun Aug 07, 2016 7:11 pm
Hi

As I've seen in Your other thread problem is solved. So I'm closing this thread now.
User avatar
Moderator


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