Where is image show gk4

Feel free to talk about everything related to our Joomla Products
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 Dec 05, 2011 1:04 am
I dont see under GK Tools - the image show gk4 thread... did I miss it?

Question... I put this module on a non gavick template... using GK Sporter 1 module style in the settings... in the text block... when the module first comes on - you see the red and black pagination buttons... but not all the way... ie. the black is there... the red, which is located under it is half cut off... and then after the module cycles through the set of articles for the first time... those 2 buttons thankfully goes away... how do I make it so they never come up?
User avatar
Expert Boarder

GK User
Mon Dec 05, 2011 6:46 am
Hi,

Can you give me a screenshot with annotations to help me understand that more easily to help you better? Also I need your site URL.

Thanks,
User avatar
Platinum Boarder

GK User
Wed Dec 07, 2011 11:54 pm
Go to the website: http://www.mobiezine.com/
You will see the image show gk4... the first "run" through the articles... you will see a red/black pagination button... only half of the red arrow button as its cut off by the bottom of the transparent background... after the first set of articles cycled through - it goes away.... dont need a screen shot I dont think - just look at the site.
User avatar
Expert Boarder

GK User
Fri Dec 09, 2011 5:44 am
Thank you, I see the issue now. But it would help me to find solution if you turn autoplay mode off.
User avatar
Platinum Boarder

GK User
Fri Dec 09, 2011 5:52 am
thanks - doing it now.
User avatar
Expert Boarder

GK User
Fri Dec 09, 2011 5:53 am
I turned autoanimation off.
User avatar
Expert Boarder

GK User
Fri Dec 09, 2011 9:18 am
Thank you, please try my solution:

Open:

Find:

Code: Select all
.gkIsWrapper-gk_sporter1 .gkIsText a.readon { background: transparent url('images/gk_is_button.png') no-repeat 50% 0; border: none; position:absolute; z-index:998; right:20px; text-indent: -99999px; height:40px !important; width: 40px !important; }


Change to:

Code: Select all
.gkIsWrapper-gk_sporter1 .gkIsText a.readon { background: transparent url('images/gk_is_button.png') no-repeat 50% 100%; border: none; position:absolute; z-index:998; right:20px; text-indent: -99999px; height:25px !important; width: 40px !important; }


Find:

Code: Select all
.gkIsWrapper-gk_sporter1 .gkIsText a:hover.readon { background-position: 50% 100%; }


Change to:

Code: Select all
.gkIsWrapper-gk_sporter1 .gkIsText a:hover.readon { background-position: 50% -2%; }


Then let me know if it helps.
User avatar
Platinum Boarder


cron