[SOLVED] Color of Photoslide doesn´t work!

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Sat Nov 13, 2010 7:05 pm
Hi Gavick Team,

after updating to version 2.0.10 the color of photoslide on the startsite is always red. It´s not possible to change it about the "template color"-parameter in the presets of the template.

best greetings!
User avatar
Fresh Boarder

GK User
Mon Nov 15, 2010 8:23 am
Same problem. Any solution?
User avatar
Junior Boarder

GK User
Mon Nov 15, 2010 1:14 pm
Never editing css file
User avatar
Junior Boarder

GK User
Tue Nov 16, 2010 2:15 pm
Is there any solution of this problem???
User avatar
Junior Boarder

GK User
Tue Nov 16, 2010 4:01 pm
Dear Gavick-Team!
Only you can make us happy - Please help :kiss:
User avatar
Fresh Boarder

GK User
Tue Nov 16, 2010 6:04 pm
same problem with corporate 2.0.8
User avatar
Junior Boarder

GK User
Wed Nov 17, 2010 12:40 pm
Any solution?????????????????????????
User avatar
Junior Boarder

GK User
Thu Nov 18, 2010 12:55 pm
:whistle:
User avatar
Fresh Boarder

GK User
Thu Nov 18, 2010 3:10 pm
Same her, posted already in another thread.
Different styles 1 - 3 are not taking effect.

Looking at the css I recognized that only the red backgrounds are defined. So had to change it to blue (for my needs). But that should only be a "quick & dirty" solution.

Looking forward to get styles to work?

Regards
Oliver
User avatar
Fresh Boarder

GK User
Mon Nov 22, 2010 6:05 pm
Some admin can solve this problem, or at least can give us an answer????
User avatar
Junior Boarder

teitbite
Tue Nov 23, 2010 3:34 am
Hi

Can someone posta an url to check ? :)

I'm sending it to our programmer anyway.
User avatar
Moderator

GK User
Fri Nov 26, 2010 1:13 am
Hi

Please inform us if you are using MyStore original theme or dark theme?
If you are using dark theme and tried to update with mystore original files, you will have problems.

Dark theme version have it's own updated files to 2.0.11 and will be available next monday.

Cheers
User avatar
Platinum Boarder

GK User
Fri Nov 26, 2010 2:10 am
Hi...again :P

MyStore ImageShow bullets style fix:

Please open the following files:

On style1.css find this line:


Code: Select all
.gk_is_wrapper-style1 .gk_is_slide img:hover { border:1px solid #e2012d; }
.gk_is_wrapper-style1 .gk_is_pagination span { background-image:url('../images/style1/is_bullets.png'); }


replace it with:

Code: Select all
.gk_is_wrapper-template .gk_is_slide img:hover { border:1px solid #e2012d; }
.gk_is_wrapper-template .gk_is_pagination span  { background-image:url('../images/style1/is_bullets.png'); }



On style2.css file find this lines:

Code: Select all
.gk_is_wrapper-style1 .gk_is_slide img:hover { border:1px solid #415f80; }
.gk_is_wrapper-style1 .gk_is_pagination span { background-image:url('../images/style2/is_bullets.png'); }


replace with

Code: Select all
.gk_is_wrapper-template .gk_is_slide img:hover { border:1px solid #415f80; }
.gk_is_wrapper-template .gk_is_pagination span  { background-image:url('../images/style2/is_bullets.png'); }


finally on style3.css file do the same

Code: Select all
.gk_is_wrapper-style1 .gk_is_slide img:hover { border:1px solid #a8bc1d; }
.gk_is_wrapper-style1 .gk_is_pagination span { background-image:url('../images/style3/is_bullets.png'); }


replace with

Code: Select all
.gk_is_wrapper-template .gk_is_slide img:hover { border:1px solid #a8bc1d; }
.gk_is_wrapper-template .gk_is_pagination span  { background-image:url('../images/style3/is_bullets.png'); }


This fix will be release on version 2.0.12 - next monday.
Thank you for the report. ;)

Cheers
User avatar
Platinum Boarder

GK User
Fri Nov 26, 2010 1:56 pm
Thank you very much!

Sunny Greetz from Germany!
User avatar
Fresh Boarder


cron