Add a search position

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
Thu Nov 21, 2013 3:17 pm
Reply with quote
Report this post
Can you add a search position as in (M) Social to be login button ?
User avatar
Senior Boarder

GK User
Thu Nov 21, 2013 4:24 pm
Reply with quote
Report this post
You can add additional module.
How to do it - is described in this documentation:
http://www.gavick.com/documentation/joo ... -position/
User avatar
Moderator

GK User
Mon Nov 25, 2013 12:12 am
Reply with quote
Report this post
I tried to do it in the manner described but gets over the logo. Can you add a position in next time.
User avatar
Senior Boarder

GK User
Mon Nov 25, 2013 5:00 pm
Reply with quote
Report this post
If it overlaps logo its almost done - you need some css to place it where it should be.
Please post an url to your site and screenshot where the search box should show.
User avatar
Moderator

GK User
Mon Nov 25, 2013 5:56 pm
Reply with quote
Report this post
Hello We are currently developing on a virtual server and can not give a link.
If it is possible to put there I'd be very grateful.
User avatar
Senior Boarder

GK User
Thu Nov 28, 2013 4:36 pm
Reply with quote
Report this post
Sorry, but without access to live site cant help much.
You probably would need to create css declaration for this module (with use of its class or unique ID you have created).
If the php that generates this module is placed just before "login" button, then something like that:
Code: Select all
#gkHeaderNav div.myModule {
width: 100px;
height: 50px;
right: 100px;
top: 0px;
position: absolute;
background: green;
}


You need to work with numbers, and in the end - please remove backgdound: greeen.
Also this css targets element with class myModule inside div with id: gkHeaderNav
User avatar
Moderator


cron