Some issues with main menu, nsp5 and k2 item popup

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Apr 20, 2015 2:01 pm
Reply with quote
Report this post
Dear Gavick team,

first of all: Your templates are great, as well as your forum support, which already helped me with some now solved issues. Big compliment!

Got a few problems with my site http://www.bigpic.at anyway:

1.) Even though this was discussed here already, I could not fix the problem with the anchors linking from subpages to main page. In my case, after activating the template menu override in template settings, these are #service, #beispiele and #kontakt.

I saw that you fixed it in this thread, but didn't understand how: https://www.gavick.com/forums/john-joom ... or#p225312

If you wish, I can send you ftp access via PM.

2) I activated main menu subpages for both main site and subpages - but from subpages, only 1st and 2nd menu level can be accessed - 3rd level is visible/pops out, but can not be clicked and mostly disappears when i put the cursor on it. You can test this on subpage: beispiele - fotosevice - fotoservice 01.

3) At some point -I don't know, when- the item title image in K2 items refused opening in a lightbox and now just opens in the regular browser window, which doesn't look as nice as a lightbox with dark background. How can I manage to get the lightbox back?

4) Is there a way to directly link from the image in the NSP5 popup to a full-size view of the image in a lightbox (as it does / in my case once did with the K2 item images)? Don't need an item linked to these images in NSP5 / #beispiele. The short description text should exist further on, but the "read more"-button would not be needed any more then.

5) Last, but not least, one short question: Is it possible to change the yellow left/right arrows and the "X" in NSP5 popup window, or at least change the color?

Thank you very much for your help!

Gerald
User avatar
Junior Boarder

teitbite
Mon Apr 20, 2015 6:14 pm
Reply with quote
Report this post
Hi

1. There is a simple trick to this. Instead of using #contact use http://www.yourdomain.com#contact

2. Edit file /templates/gk_john_s/css/menu/menu.css and delete class:
Code: Select all
#gkMainMenu .gkMenu .childcontent {
    pointer-events: none;
}


3. Please tell me the url to a page with an example of this issue.

4. I'm afraid adding a popup to this will not be possible. Module is implemented to link to articles, so this was never prepared.
Which style have You used? Please check if there is no option to disable showing Read More in settings already. If not. Tell me which module exactly You would like to remove it from.

5. Yes You can by manipulating with CSS. Selectors are:

Code: Select all
.gkNspPM-Portfolio2 .gkPortfolioPrev::before {}

.gkNspPM-Portfolio2 .gkPortfolioNext::before {}

.gkNspPM-Portfolio2 .gkPortfolioClose::before {}
User avatar
Moderator

GK User
Mon Apr 20, 2015 8:34 pm
Reply with quote
Report this post
Hi,

thanks for your help! :)

1.) If I understood that correctly, I should enter the whole url ("http://www.bigpic.at#service") in the menu link field instead of "#service". I did that, but the link still does not work from subpages. I tried it with and without "/", but no effect.

2.) Works fine!

3.) http://www.bigpic.at/index.php/beispiel ... -churchill for example, but every other K2 item page as well.

4.) I am using News Show Pro GK5 in Portfolio II mode. I modified the popup window following these instructions:

https://www.gavick.com/forums/john-joom ... p-up-41031
Removed author, date and category.

https://www.gavick.com/forums/john-joom ... orks-40550
Added short item description.

In NSP GK5 module ("Beispiele") there is a button in 'article layout' to disable readmore, but this seems not to have any effect on the readmore-link underneath the small description text in the popup-window.

5.) Works fine!

Regards,
Gerald
User avatar
Junior Boarder

teitbite
Wed Apr 22, 2015 3:13 pm
Reply with quote
Report this post
Hi

1. Here is a link that works http://www.bigpic.at/index.php#service but I assumed You will be activating htaccess and mod_rewrite, so this link will stop working then.

3. Please edit file /html/com_k2/templates/default/item.php and add this on top:

Code: Select all
<?php JHTML::_('behavior.modal'); ?>


5. Add this to override.css

Code: Select all
.gkPortfolioDescText a.gkReadmore { display: none; }
User avatar
Moderator


cron