Category Blog Menu does not display well with Firefox

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
Tue Feb 23, 2016 4:17 am
Reply with quote
Report this post
Hi,

I used Category Blog menu to display articles, it is work well with Google Chrome, but does not work well with FireFox.

Here is the view:

By Chrome:

chrome.jpg


By Firefox:

Firefox.jpg


Please review and help me to solve the problem.

Thank you and regards,

Hai
User avatar
Gold Boarder

GK User
Tue Feb 23, 2016 9:50 am
Reply with quote
Report this post
Hello,

Could you provide an URL to your website with this issue? Without it I am unable to help you
User avatar
Moderator

GK User
Tue Feb 23, 2016 5:55 pm
Reply with quote
Report this post
Please add the following custom CSS code in the advanced settings of the template:

Code: Select all
#gkMainbody .blog.itemList, #gkMainbody .blog-featured.itemList {
table-layout: fixed;
width: 100%;
}
User avatar
Moderator

GK User
Wed Feb 24, 2016 12:00 pm
Reply with quote
Report this post
Thank you very mụch Tidy,

It is nicely displayed.

By the way, please help me with another issue. I have a News Show Pro GK5 at bottom of each page and I want to add navigation arrows so users can easily search articles but I cannot find the arrows. Can you help me to find out why?

navigation.jpg


Thank you and regards,

Hai
User avatar
Gold Boarder

GK User
Wed Feb 24, 2016 5:39 pm
Reply with quote
Report this post
Please add the following custom CSS code:

Code: Select all
#gkBottom3 .nspTopInterface {
    top: 6px;
    right: 10px;
}

#gkBottom3 .nspArts {
    padding-top: 30px;
}
User avatar
Moderator

GK User
Thu Feb 25, 2016 4:49 am
Reply with quote
Report this post
Thank you a lot Tidy,

It appears spectacularly.

By the way, please help me to add navigation arrows for module Highlighter GK5 at Highlights position.

hightlightGK5.jpg


Thank you and regards,

Hai
User avatar
Gold Boarder

GK User
Thu Feb 25, 2016 9:47 pm
Reply with quote
Report this post
I do not see the buttons in the module structure so most probably you have not enabled it under the module settings.
User avatar
Moderator

GK User
Sun Feb 28, 2016 3:05 am
Reply with quote
Report this post
Thank you Tidy,

Please help me with this issue that may relating to CSS. When I press Print Icon of an article, there is a Pinterest logo appears.

pin it.jpg


That logo is very big as you see. I tried to hide it by using this CSS, but other image disappears too, like captcha of Jcomment.

article.item-page img {
display: none;
}


So please help me to hide or resize this logo.

Thank you and regards,

Hai
User avatar
Gold Boarder

GK User
Thu Mar 03, 2016 3:17 pm
Reply with quote
Report this post
Hello,

Please try to add in CSS:

Code: Select all
article.item-page .hpinterest img {
    display: none!important;
}
User avatar
Moderator


cron