Hilighter module does not work

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Apr 26, 2014 6:56 am
Reply with quote
Report this post
Hilighter module does not work. when clicked take a different article with the title.
http://koranopini.com/kopi/


Please referrals.
User avatar
Expert Boarder

teitbite
Sat Apr 26, 2014 11:11 am
Reply with quote
Report this post
Hi

AS with the previous question. I need to see the site first, but please try selecting different animation option. I think it's related.
User avatar
Moderator

GK User
Sat May 24, 2014 2:35 pm
Reply with quote
Report this post
Hello,

I have similar problem on my website (http://2014.myjcr.com). No matter the article you click on, it leads to a particular article on the page.

Website: http://2014.myjcr.com
User avatar
Senior Boarder

teitbite
Sat May 24, 2014 3:37 pm
Reply with quote
Report this post
Hi

As with the previous answer please try to use a different animation first. I think this problem is happening with some of them only.
User avatar
Moderator

GK User
Sat May 24, 2014 6:01 pm
Reply with quote
Report this post
I changed the animation but the problem persists. Some of the titles link to the exact article they refer to whereas others link to only one particular article.
User avatar
Senior Boarder

teitbite
Sat May 24, 2014 9:01 pm
Reply with quote
Report this post
Hi

Please send me an access to ftp and an url to Your site. I'll try to fix it.
User avatar
Moderator

GK User
Sun Jun 01, 2014 10:53 pm
Reply with quote
Report this post
I have sent via PM. Thank you.
User avatar
Senior Boarder

teitbite
Mon Jun 02, 2014 9:01 am
Reply with quote
Report this post
Hi

I've send Your access to programmers. I'll let You know when they will answer.
User avatar
Moderator

teitbite
Mon Jun 02, 2014 10:20 am
Reply with quote
Report this post
Hi

Can You please try to switch the javascript version to jQuery in advanced settings for this module. I know the fix was done for this version already. Meanwhile programmrs will work on mootools version.
User avatar
Moderator

GK User
Tue Jun 03, 2014 7:39 pm
Reply with quote
Report this post
Ok. Thank you. I don't see an option to switch between js and jquery in additional settings of the highlighter gk5. I think the best for me now is to get rid of the module + the module position.

I have unpublished the highlighter module but the module position is still there (a blank space) exist. How do I get rid of it so the slideshow can be directly below the menu instead of the blank space between the menu and the slideshow?
User avatar
Senior Boarder

teitbite
Thu Jun 05, 2014 8:47 am
Reply with quote
Report this post
Hi

Removing this box will result in removing search as well since it's connected. Please publish the module back. I've already placed a fix for mootools script provided by programmers. I edited this file mod_highlighter_gk5/interface/scripts/engine.mootools.js and added this:
Code: Select all
elm.setStyle('z-index', $this.items.length - j);

to line 399
User avatar
Moderator

GK User
Sat Jun 07, 2014 2:18 pm
Reply with quote
Report this post
Noted. I have published the module again but the error exist.
User avatar
Senior Boarder

teitbite
Mon Jun 09, 2014 10:45 am
Reply with quote
Report this post
Hi

Please send me an access to joomla panel along with the url to admin. I can see that the file I have changed is not used. Looks like it was not released because of cache.
User avatar
Moderator

GK User
Tue Jun 10, 2014 1:46 pm
Reply with quote
Report this post
Access sent via PM
User avatar
Senior Boarder

teitbite
Tue Jun 10, 2014 9:26 pm
Reply with quote
Report this post
Hi

Ok. I've tried and none of the versions is working. I've send it again to programmers.
User avatar
Moderator

GK User
Wed Jun 11, 2014 8:51 am
Reply with quote
Report this post
Ok. Thanks.
User avatar
Senior Boarder

teitbite
Thu Jun 12, 2014 10:51 pm
Reply with quote
Report this post
Hi

Programmers checked this again, but looks like it's not working becuase of a conflict with one of the other extention. Anyway I've came up with a trick which will fix it. I've already implemented it in Your site, but for anyone who may be looking for same fix here is a part of the code to add to css:

Code: Select all
.gkHighlighterWrapper .gkHighlighterItem {
    z-index: 1;
}

.gkHighlighterWrapper .gkHighlighterItem[style="display: block; opacity: 1; top: 0px;"] {
    z-index: 10;
}
User avatar
Moderator

GK User
Sat Jun 14, 2014 11:43 am
Reply with quote
Report this post
Thank you so much. The issue has been fixed. My remaining issue now is with the intro text "FEATURED". It "floats to top". I would like it to be in alignment / same level with the title of the featured k2 items.
User avatar
Senior Boarder

teitbite
Sun Jun 15, 2014 12:30 pm
Reply with quote
Report this post
Hi

Please add this to override.css and make sure override is enabled in template settings:

Code: Select all
#gkHighlighterGK5-0 .gkHighlighterInterface span.text {
    line-height: 55px;
}
User avatar
Moderator

GK User
Sun Jun 15, 2014 10:37 pm
Reply with quote
Report this post
Thank you but it worked for desktop view only. The alignment changes in mobile view and bottom border line disappears.
User avatar
Senior Boarder

teitbite
Mon Jun 16, 2014 9:23 pm
Reply with quote
Report this post
Hi

I can see it now. For mobile there is a margin attached which is not neccessary with my code. Please change the class I told You about last time to:

Code: Select all
#gkHighlighterGK5-0 .gkHighlighterInterface span.text {
    line-height: 55px;
    margin: 0 !important;
}
User avatar
Moderator

GK User
Tue Jun 17, 2014 11:47 pm
Reply with quote
Report this post
It worked. Thanks.
User avatar
Senior Boarder


cron