how to fix the copyright module position?
- GK User
- Sat Aug 29, 2015 9:06 am
how to fix the high of that? (at the right is my site)
-
- Junior Boarder
- GK User
- Sat Aug 29, 2015 4:00 pm
Could you please post an url to your site?
-
- Moderator
- GK User
- Sat Aug 29, 2015 9:29 pm
yes, www.itsoukalas.com and the other issue is that if coincide:
-
- Junior Boarder
- GK User
- Mon Aug 31, 2015 3:40 pm
Anyone can help me?
-
- Junior Boarder
- GK User
- Tue Sep 01, 2015 7:07 pm
Hi.
Sorry for late response, I have lost all my data and needed to revert from backup. I'm checking your issue...
Sorry for late response, I have lost all my data and needed to revert from backup. I'm checking your issue...
-
- Moderator
- GK User
- Tue Sep 01, 2015 7:08 pm
The problem with image is that you have selected image logo type in template settings, but didn't select actual file for it to be.
-
- Moderator
- GK User
- Wed Sep 02, 2015 8:47 am
Hello, Cyberek never mind!
So i do not select any setting for that logo....
So i do not select any setting for that logo....
-
- Junior Boarder
- GK User
- Wed Sep 02, 2015 5:59 pm
okay, i think i fixed it the issue for gk-social/footer menu.
i change the css in template.css for gk-social margin-bottom from 40px to 10px and in menu.css in smaller menu margin-top: 20px; to margin-top: 10px;
is this ok for code?
now i still have an issue with image/logo! can you help me?
i change the css in template.css for gk-social margin-bottom from 40px to 10px and in menu.css in smaller menu margin-top: 20px; to margin-top: 10px;
is this ok for code?
now i still have an issue with image/logo! can you help me?
-
- Junior Boarder
- GK User
- Mon Sep 07, 2015 7:06 am
Do not change things in template core files... You should copy the declarations to override.css.
Could you please be more specific abut a problem with the logo?
Could you please be more specific abut a problem with the logo?
-
- Moderator
- GK User
- Mon Sep 07, 2015 8:33 am
i did not change any code because it creates other problems! whereupon I left the original code.
regarding the logo, take a look here: https://www.gavick.com/forums/photo-joomla3/logo-type-option-47664
regarding the logo, take a look here: https://www.gavick.com/forums/photo-joomla3/logo-type-option-47664
-
- Junior Boarder
- GK User
- Mon Sep 07, 2015 4:54 pm
Yeah, I see, I'll debug the code to see whats wrong with it.
-
- Moderator
- GK User
- Mon Sep 07, 2015 5:01 pm
if i enable the Style switcher the height is still the same like now but when i scroll down looks like fixing..(if this helps) I do not want to appear the style switcher so i hide it from the template option. Just got something answered please! Thanks.
-
- Junior Boarder
- GK User
- Mon Sep 07, 2015 5:07 pm
Ok, seems it is already fixed but waiting for release. To fix it, please edit file:
templates/gk_photo/layouts/default.php
and find this block of code:
and change it to:
templates/gk_photo/layouts/default.php
and find this block of code:
- Code: Select all
$logo_image = $this->API->get('logo_image', '');
$logo_image = $this->API->URLbase() . $logo_image;
$logo_image_header = $this->API->get('logo_image_header', '');
$logo_image_header = $this->API->URLbase() . $logo_image_header;
and change it to:
- Code: Select all
if ($logo_image != '') {
$logo_image = $this->API->URLbase() . $logo_image;
}
$logo_image_header = $this->API->get('logo_image_header', '');
if ($logo_image_header != '') {
$logo_image_header = $this->API->URLbase() . $logo_image_header;
}
-
- Moderator
- GK User
- Tue Sep 08, 2015 10:33 am
Okay, i changed the code and its fine now about the logo image header. NOW the gk-page position? at the scroll down not working and the height?!
( http://www.itsoukalas.com )
( http://www.itsoukalas.com )
-
- Junior Boarder
- GK User
- Thu Sep 10, 2015 12:23 pm
Could you please be more specific?
-
- Moderator
- GK User
- Thu Sep 10, 2015 4:54 pm
have a look my site: http://www.itsoukalas.com , look the menu bar of social media and copyright... its highest than the demo!!!! how to fix it? and how to fix when i scroll down at the Work page or Contact page? just have a look and scroll down to understand the problem please.
http://www.itsoukalas.com
http://www.itsoukalas.com/index.php/work
http://www.itsoukalas.com/index.php/contact
http://www.itsoukalas.com
http://www.itsoukalas.com/index.php/work
http://www.itsoukalas.com/index.php/contact
-
- Junior Boarder
- GK User
- Sat Sep 12, 2015 8:20 pm
so?
-
- Junior Boarder
- GK User
- Mon Sep 14, 2015 7:38 pm
The footer height is different because additional paragraph in this module.
Please disable tinyMCE editor in global configuration (change editor to "editor - none").
Now compare default code:
and your code:
Please disable tinyMCE editor in global configuration (change editor to "editor - none").
Now compare default code:
- Code: Select all
<a href="#" class="gk-icon-fb">Facebook</a>
<a href="#" class="gk-icon-twitter">Twitter</a>
<a href="#" class="gk-icon-gplus">G+</a>
<a href="#" class="gk-icon-pinterest">Pinterest</a>
<a href="#" class="gk-icon-dribbble">dribbble</a>
<a href="#" class="gk-icon-behance">Behance</a>
and your code:
- Code: Select all
<p>
<a href="#" class="gk-icon-fb">Facebook</a>
<a href="#" class="gk-icon-twitter">Twitter</a>
<a href="#" class="gk-icon-gplus">G+</a>
</p>
-
- Moderator
- GK User
- Fri Sep 18, 2015 8:59 am
This solved my problem! thanks a lot.
-
- Junior Boarder
- GK User
- Fri Sep 18, 2015 1:49 pm
Is there anything else I can help you with regarding this topic?
-
- Moderator
- GK User
- Sun Sep 20, 2015 10:26 am
No, thanks a lot!
-
- Junior Boarder
- GK User
- Tue Sep 22, 2015 9:44 am
Feel free to post new forum threads if you have any other questions (not relative to this thread) - it allows us to answer faster.
-
- Moderator
22 posts
• Page 1 of 1