Clickable search & highlghted slideshow

GK User
Thu Oct 18, 2012 7:22 pm
Hello, I've got two questions for my website http://www.jmjv.fr :

1) I want that the magnifying glass from the search section become clickable. Actually, for launch a search, the ENTER button is the only way :

Image

2) I want that the active article of my slideshow become highlighted like on the demo template. You must know that I'm using Party Freak slideshow on my Game Magazine template :

Image

Thanks in advance and sorry if my english is bad, once again
Johann
User avatar
Fresh Boarder

GK User
Sat Oct 20, 2012 10:58 am
Please ?
User avatar
Fresh Boarder

teitbite
Sat Oct 20, 2012 8:34 pm
Hi

Please enable search button in search module and show me Your site. I'll tell You what code to modificate and check if a solution to Your second question is possible.
User avatar
Moderator

GK User
Sun Oct 21, 2012 2:07 pm
I sent a private message for you. Thanks
User avatar
Fresh Boarder

teitbite
Sun Oct 21, 2012 4:58 pm
Hi

All requests implemented by adding this code to override.css file:

Code: Select all
#gkSearch {
    position: relative;
}

#gkSearch input.button {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
}

.gkIsWrapper-gk_partyfreak .gkIsThumb.active {
    background-color: #444444;
}
User avatar
Moderator


cron