Some adjustments

Multipurpose WordPress Theme Forum Support
GK User
Wed Jun 03, 2015 9:35 am
Hi, good template! :)
But there are some things I would adjust better for us if is possible. The logo that remained in the top left corner when you scroll down, will not adjust properly to the top menu bar.
I would like to change the time in the booking system like I can change the date. Having to manually wright in the numbers seems strange. I have problem with translating the text in the booking system. How can I do this?
I would like the heading text to change to white while keeping the logo in white as well. Under each heading title that appears in the middle of the page, I would like to add a description if possible.
User avatar
Fresh Boarder

GK User
Wed Jun 03, 2015 11:11 am
Hi,

Please add the following code into Quark/css/override.css file to adjust the logo position:
(you can also use any custom css plugin):

Code: Select all
#gk-header-nav.inactive.gk-fixed-nav .gk-logo {
  margin-top: 50px;
}


Regarding the time - this kind of modification is unortunately beyond our technical support.

Regarding the translation - you have to translate the reservation plugin please check this article (use PoEdit - first method, because Codestyling Localization plugin was removed from WordPress plugin repository)
https://www.gavick.com/blog/translate-wordpress-plugins
http://wplang.org/translate-theme-plugin/

I'm not sure about last part - do you want to have white logo on your frontpage? regarding the description in the headings - you can add i.e. this code:
Code: Select all
<h4>description text</h4>

after your h3 tags.
User avatar
Moderator

GK User
Thu Jun 04, 2015 11:22 am
Thank. All is good now :)
User avatar
Fresh Boarder


cron