Search in menu and GK Image show

Responsive WordPress theme for musicians, bands, artists - easy to configure and various theme features.
GK User
Tue Oct 01, 2013 10:01 pm
1- How can I put the search in the top menu instead of the search area widget?

2 - For the GK Image Show css (override), I put for the placeholder a specific height that matches my pictures but when the plugin loads the placeholder is less so I see everything below the header (sidebar, mainbody and inset) lowering down when the first picture is displayed.
User avatar
Junior Boarder

GK User
Wed Oct 02, 2013 7:54 am
Hi,

Could you provide an URL to your website? (here or via PM)
User avatar
Moderator

GK User
Thu Oct 03, 2013 8:24 am
1. You can add a new widget postion to your theme: http://www.gavick.com/documentation/wor ... ess-theme/
but I think it will be easier to use existing search area widget and then use absolutely positioning.

2. I'm not sure what effect do you want to achieve.. Yo don't want animation after loading, right? (when widget is lowering down?), so you should set the same height to wrapper and preloader, something like this:
Code: Select all
.gk-is-wrapper-gk-rockwall {
   min-height: 493px;
}

.gk-is-wrapper-gk-rockwall .gk-is-preloader {
   height: 493px;
}
User avatar
Moderator

GK User
Thu Oct 03, 2013 1:50 pm
Ok I see my problem concerning Image Show.

My pictures are 439px height but the Image Show seems to stretch them to 494px.
If you right click and save the image you can see the correct height.

What would cause this stretching?
User avatar
Junior Boarder

GK User
Thu Oct 03, 2013 2:24 pm
width is set to 100%, but your images don't have 1150px (your page width), so they are stretched (width and height).
User avatar
Moderator


cron