GK Image Show

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Wed Oct 15, 2014 1:42 pm
The widget Gk Image Show is lightening the top of the images properly to see the menu better, but I wish it to not ligthen or adjust opacity in any way but just show the img the way it is, how do I do that?

\Marius
User avatar
Fresh Boarder

GK User
Wed Oct 15, 2014 10:08 pm
Hi,

Please add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
.gk-is-wrapper-gk-storebox .gk-is-overlay {
   background: none;
}
User avatar
Moderator

GK User
Thu Oct 16, 2014 8:34 am
Thank you very much
User avatar
Fresh Boarder

GK User
Thu Oct 16, 2014 8:45 am
Oh... Is there any way I can show the GK Image Show below the menus, so it dosent work as a background to the menu?

I tried to put it in a widget further down, but that "boxes" it and ruins the cool fullwith effect.
User avatar
Fresh Boarder

GK User
Mon Oct 20, 2014 7:52 am
Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
#gk-head.gk-absolute-head {
   position: static;
}
User avatar
Moderator

GK User
Wed Oct 22, 2014 9:05 pm
No, dosent seem to have any effect. It is supporsed to be in header widget right??

Maby it could be possible/easier to make it full width in other widgets, like Header Bottom maby? Then it comes away from the menu.
User avatar
Fresh Boarder

GK User
Thu Oct 23, 2014 9:18 am
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Thu Oct 23, 2014 10:34 am
Yes I have..

Http://www.mariusanhalt.dk

Now the gk image show is in the grader norton widget, and it would look a lot more cool in full width. If i place it in header it goes fullwidth as desired, but then it also interacts with other objects like the menu and other, and I would really like not to over or underlay other objects.
User avatar
Fresh Boarder

GK User
Thu Oct 23, 2014 1:23 pm
I understand, please move Image Show widget back to the header area and let me know. I'll try to adjust CSS a little.
User avatar
Moderator

GK User
Fri Oct 24, 2014 8:53 pm
Done.. As you can se it works good with the menu, with the css you wrote I belive, but what about the boxes underneath overlapping the bottom of the image?
User avatar
Fresh Boarder

GK User
Mon Oct 27, 2014 8:03 am
Please add also this code into override.css file:
Code: Select all
#gk-header-mod.gk-bottom-margin .box {
   margin-bottom: 0;
}
User avatar
Moderator

GK User
Mon Oct 27, 2014 8:18 am
Works like a charm, perfect.

Thanks!
Marius
User avatar
Fresh Boarder


cron