ISSUES WITH MENU AND QUERY

GK User
Thu Feb 12, 2015 10:54 pm
Hi there

Having an issue with my menu - it falls behind the menu buttons, rather then sitting above as it does on the demo (see attached screenshot).

Also, my read more link on the homepage is showing as mod-image-show-photo-read-more, instead of just the text (also on screenshot)

Is it possible to add something extra to the footer - I would like to add a subcribe box?

Finally I would like to change the css of the slideshow text, can you tell me where it is in the files - firebug won't pick it up.

Thanks a lot!!!!
User avatar
Fresh Boarder

GK User
Fri Feb 13, 2015 7:56 am
There is no screenshot attached. Could you please post it one more?
Could you please post an url to your site?
User avatar
Moderator

GK User
Wed Feb 18, 2015 8:29 pm
Hi - so sorry not to come back quicker, I didn't realise you had replied! The site is www.verychicgeek.co.uk but it is currently hidden behind a dev wall so I will need to send you a log in to actually see it - trying to re-attach now.
User avatar
Fresh Boarder

GK User
Wed Feb 18, 2015 8:37 pm
Ok this should work this time - all three issues detailed in screenshots.
User avatar
Fresh Boarder

GK User
Thu Feb 19, 2015 8:30 pm
Hi any ideas?
User avatar
Fresh Boarder

GK User
Fri Feb 20, 2015 4:23 pm
1. Please do not bump your questions - it makes you wait longer.

Your site is password protected.
Please send me a PM with:
1. URL to your website
2. login and password of user with login privileges (please create one for me)
3. link to this thread
User avatar
Moderator

GK User
Tue Mar 03, 2015 4:11 pm
Seems like a bug in our template. I'll report that to our devteam and will write back as soon as I'll get an answer.
User avatar
Moderator

GK User
Tue Mar 03, 2015 4:18 pm
To fix the "cutted" logo issue Please edit: /templates/gk_photo/css/override.css and add at its end:
Code: Select all
#gk-footer {
margin-bottom: 40px;
}
.gk-logo img {
height: 78px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Mar 04, 2015 6:22 pm
Ok fab will do that first - and will the dev team come back on the menu issue and the other bits or shall I keep checking here?

Thank you for your help - very much appreciated!!
User avatar
Fresh Boarder

GK User
Wed Mar 04, 2015 8:58 pm
I have reported both problems - with the alignment of the menu and image logo issue. Ill post here when a fix to the menu alignment will be ready.
User avatar
Moderator

GK User
Thu Mar 05, 2015 5:40 pm
ok thank you - much appreciated
User avatar
Fresh Boarder

GK User
Sat Mar 07, 2015 7:50 pm
The issue was marked as a bugfix, but still it requires some work. I'll let you know whet the fix will be ready and will provide it here.
User avatar
Moderator

GK User
Mon Mar 16, 2015 11:42 am
You might try to use override.css with this declaration:
Code: Select all
#overlay-menu-content-wrap1 .gk-overlay-menu {padding: 30px 0 110px 0;}
User avatar
Moderator

GK User
Tue Mar 24, 2015 5:38 pm
Cyberek wrote:You might try to use override.css with this declaration:
Code: Select all
#overlay-menu-content-wrap1 .gk-overlay-menu {padding: 30px 0 110px 0;}


YAY - it took a little bit of a tweak ({padding: 50px 0 70px 0;} but that looks fine now. The only remaining problem is the link on the homepage slideshow, which still says mod_image_show_photo_readmore, instead of just read more! Almost there! Hoping to go live next week, so thank you for all your help!!
User avatar
Fresh Boarder

GK User
Tue Mar 24, 2015 9:07 pm
Please edit file:
/language/en-GB/en-GB.mod_image_show_gk4.ini
and add at its end:
Code: Select all
MOD_IMAGE_SHOW_PHOTO_READMORE="Read more..."

or you can define different button text for each slide using:
Code: Select all
[Your Custom Text]#http://someurl.com

where Your Custom Text will show inside of the button.
User avatar
Moderator


cron