problem with photoslide GK3

GK User
Wed Dec 14, 2011 3:37 pm
hello all
I would have a little problem ..

Template II on the news ... I put photoslideGK3 The characters of the slide titles are on the menu and they should change arial how can I do? same thing that you notice on the news module on the right .. Can you help me?

I have also asked if it 'possible to insert characters of different sizes ... for example:

EFFEGI Italy S.p.A. effeggi the word must have a size of 20px and a size of 18 px Italy how can I make this thing even on the slide titles? the black band?

I leave the site so you can see
http://www.neographic.it/effegi/index.php

thank you for everything .. I hope you can help
User avatar
Expert Boarder

GK User
Wed Dec 14, 2011 7:46 pm
Also can you tell me how can I stop the blue navigation menu by just scrolling the page content of the site without having to bring down the whole site?
User avatar
Expert Boarder

teitbite
Thu Dec 15, 2011 3:22 am
Hi

Having different size is only possible if You select NOT to use clean HTML. With this You will be able to use HTML tags like <small></small> inside text.
User avatar
Moderator

GK User
Thu Dec 15, 2011 10:34 am
teitbite wrote:Hi

Having different size is only possible if You select NOT to use clean HTML. With this You will be able to use HTML tags like <small></small> inside text.



thank you very much ... then the title of the article is not photoslide 'various sizes of text, but can only text! with regard to my other question on the function menu for fixed top and slide only the content and not the whole site?? how can I do?? and what I want 'as facebook or the navigation bar and scroll down only on the contents ... mel my case over to the menu I would like to keep blocked the logo and login / register there 'a way??
User avatar
Expert Boarder

teitbite
Thu Dec 15, 2011 4:39 pm
Hi

You need to describe me in details what should be static and what should have content with scroll. The main content with scroll can be available using this code:

Code: Select all
#component_wrap {
    height: 300px;
    overflow-y: auto;
}


Static top of the template can be achived with this code:

Code: Select all
#gk-logo-wrap {
    position: fixed;
}


but You will need to add a margin to menu part than.
User avatar
Moderator

GK User
Thu Dec 15, 2011 6:32 pm
Hello Teit
So I wish only the red part is blocked, while the rest able to make the scroll

Image
User avatar
Expert Boarder

GK User
Thu Dec 15, 2011 6:46 pm
teitbite
What do you mean when you say not to use pure html? in what sense? I tried to remove the editor and does not work.
I tried to write directly <small> text </ small> introduction into the slide and does not work

what you meant?
User avatar
Expert Boarder

teitbite
Thu Dec 15, 2011 11:59 pm
Hi

Please check the Photoslide documentation to see how the parameter to disable using of a clean HTML should looks like.

For the main problem please add this to css:

Code: Select all
#gk-logo-wrap {
    min-height: 124px;
    position: fixed;
    width: 1000px;
}

#gk-menu-wrap {
    margin-bottom: 0px;
    position: fixed;
    top: 122px;
    width: 1000px;
}

#gk-container {
    padding-top:210px;
}
User avatar
Moderator

GK User
Fri Dec 16, 2011 1:03 am
teitbite wrote:Hi

Please check the Photoslide documentation to see how the parameter to disable using of a clean HTML should looks like.

For the main problem please add this to css:

Code: Select all
#gk-logo-wrap {
    min-height: 124px;
    position: fixed;
    width: 1000px;
}

#gk-menu-wrap {
    margin-bottom: 0px;
    position: fixed;
    top: 122px;
    width: 1000px;
}

#gk-container {
    padding-top:210px;
}




Teitbite are always very polite ... thank you so much ...

I have only one problem ... I put everything in template.css as you told me just as you can see the image, the page when it runs and goes under the menu, you see the white ... even under the menu you see the page that runs ... you can 'make sure that you do not see the page that runs beneath the menu and the logo? how can I fix this? There are ways?
User avatar
Expert Boarder

teitbite
Fri Dec 16, 2011 7:21 pm
Hi

Add this code to css:

Code: Select all
html,
#gk-logo-wrap,
#gk-menu-wrap {
    background: url("../images/style2/bg1.jpg") no-repeat fixed center top #D9D9D9;
}


User avatar
Moderator

GK User
Fri Dec 16, 2011 11:31 pm
teitbite wrote:Hi

Add this code to css:

Code: Select all
html,
#gk-logo-wrap,
#gk-menu-wrap {
    background: url("../images/style2/bg1.jpg") no-repeat fixed center top #D9D9D9;
}





teitbite do not know how to thank you, you're always very polite, you're very helpful and you always manage to fix my mess!
: D

spectacular!

thanks again ...

Obviously, thanks also go to all the other staff members gavick always very willing and able
User avatar
Expert Boarder

teitbite
Sat Dec 17, 2011 6:19 pm
Hi

Glad I could help. :)
User avatar
Moderator

GK User
Wed Dec 21, 2011 1:14 pm
teitbite wrote:Hi

Glad I could help. :)




was born a problem!! : D ahahahahah

on this pagehttp://www.gruppoeffegi.it/index.php?option=com_content&view=article&id=88&Itemid=143&lang=it as you scroll, the map goes to cover the menu ... as you can 'do to make it pass under the menu as a page?
User avatar
Expert Boarder

teitbite
Thu Dec 22, 2011 11:38 pm
Hi

You got to tell me more about this problem. Menu and map looks good to me. Please show me a screenshot and tell which browser are You using.
User avatar
Moderator

GK User
Fri Dec 23, 2011 1:33 am
teitbite wrote:Hi

You got to tell me more about this problem. Menu and map looks good to me. Please show me a screenshot and tell which browser are You using.



Hello teitbite then the problem and 'this
Image

Thanks' fo all!!!!

Great!!!

i'm exuse me for very very very very bad english . i'm speak only italian but i pray speak small english for you undestrand me
User avatar
Expert Boarder

teitbite
Fri Dec 23, 2011 1:28 pm
Hi

Haha. With a bigger resolution map was starting exacly under the bottom menu line, so I couldn't see it :)

Add this code to css:

Code: Select all
#gk-menu-wrap,
#gk-logo-wrap {
    z-index: 1;
}
User avatar
Moderator

GK User
Sat Dec 24, 2011 1:52 pm
teitbite wrote:Hi

Haha. With a bigger resolution map was starting exacly under the bottom menu line, so I couldn't see it :)

Add this code to css:

Code: Select all
#gk-menu-wrap,
#gk-logo-wrap {
    z-index: 1;
}


Perfect!! teitbite thank you very much!

I have another problem solved! : D
Thank you very much and best wishes for the holidays!
User avatar
Expert Boarder

teitbite
Wed Dec 28, 2011 2:23 am
Hi

Thanks for the wishes. I'm glad I could help.
User avatar
Moderator

GK User
Wed Jan 11, 2012 10:39 am
teitbite wrote:Hi

Thanks for the wishes. I'm glad I could help.




Hello guys, sorry!

on the home page of this site is the drop down menu covered by the slide ... how can I fix this?

Teitbite could be due to the scrolling of the page? all the code we entered?

Can you help?
User avatar
Expert Boarder

GK User
Wed Jan 11, 2012 12:09 pm
The problem occurs on every page ? I've checked your site >> http://www.neographic.it/effegi/index.php and the drop down menu is above the image slider.
User avatar
Platinum Boarder

GK User
Wed Jan 11, 2012 12:17 pm
bkrztuk wrote:The problem occurs on every page ? I've checked your site >> http://www.neographic.it/effegi/index.php and the drop down menu is above the image slider.



I noticed that only occurs in the home page for now ...

If I click on the first slide you see the drop down, but if I click on 2 or 3 or 4 slides the drop down is covered by the slide ..

the site is http://www.gruppoeffegi.it/index.php


How can I fix this?

Excuse me
User avatar
Expert Boarder

teitbite
Thu Jan 12, 2012 5:25 am
Hi

Please just change z-index. Add this to css:

Code: Select all
#gk-menu-wrap {
    z-index: 10000000;
}
User avatar
Moderator

GK User
Thu Jan 12, 2012 1:50 pm
teitbite wrote:Hi

Please just change z-index. Add this to css:

Code: Select all
#gk-menu-wrap {
    z-index: 10000000;
}




great!!

Thanks as always Teitbite
User avatar
Expert Boarder

teitbite
Fri Jan 13, 2012 1:43 am
Hi

No problem. Glad I could help :)
User avatar
Moderator

GK User
Tue Jan 24, 2012 5:12 am
teitbite wrote:Hi

Please just change z-index. Add this to css:

Code: Select all
#gk-menu-wrap {
    z-index: 10000000;
}


Hi Guys

Im having the same issue with the drop down menu displaying behind the Image Show GK4 [ver. 1.20] I have placed in the header position on the Pixellove template.
Can you please confirm which css file I need to change the z-index for?

Regards
Dan
User avatar
Junior Boarder

Konrad M
Tue Jan 24, 2012 9:24 am
I advise add it to the override.css Remember to enable override.css option in template settings.
User avatar

teitbite
Tue Jan 24, 2012 2:11 pm
trashdan wrote:
teitbite wrote:Hi

Please just change z-index. Add this to css:

Code: Select all
#gk-menu-wrap {
    z-index: 10000000;
}


Hi Guys

Im having the same issue with the drop down menu displaying behind the Image Show GK4 [ver. 1.20] I have placed in the header position on the Pixellove template.
Can you please confirm which css file I need to change the z-index for?

Regards
Dan



Hi

Can I please see Your site ?
User avatar
Moderator

GK User
Wed Jan 25, 2012 2:52 am
teitbite wrote:
trashdan wrote:
teitbite wrote:Hi

Please just change z-index. Add this to css:

Code: Select all
#gk-menu-wrap {
    z-index: 10000000;
}


Hi Guys

Im having the same issue with the drop down menu displaying behind the Image Show GK4 [ver. 1.20] I have placed in the header position on the Pixellove template.
Can you please confirm which css file I need to change the z-index for?

Regards
Dan



Hi

Can I please see Your site ?


Code: Select all
www.zidanc.com/beautythrunature


Have activated override.css and added the above code without any result.
Look forward to your incite.

Dan
User avatar
Junior Boarder

GK User
Fri Jan 27, 2012 2:27 am
Hi Guys

Any other ideas on why my drop down menus are still stuck behind Image Slider?
Override is active and working with other mods that I have put in there, but no result for the menu.

Regards
Dan
User avatar
Junior Boarder

GK User
Mon Jan 30, 2012 5:01 pm
Hello everyone!

I have a little problem ... A few days ago with teitbite we ordered the page of this site www.gruppoeffegi.it/ flowing under the menu instead of scrolling around the site to read the pages.

The problems are 2:

1. when I open any popup mini photographs on this page such as:
http://www.gruppoeffegi.it/index.php?op ... 68&lang=it

The menu covers all the popups and does not hide ... how can I do to hide the popup menu also?


2. I have problems with the menu, in practice if I'm going to skim the page and use the pull down menu "Company" will disappear immediately, but if the menu is not used to scroll the page below it, then in that case everything works .. .


How can I solve these two problems

Thank you all and thanks again for the great help that teitbite me constantly
User avatar
Expert Boarder

GK User
Wed Feb 01, 2012 10:15 am
neographic wrote:Hello everyone!

I have a little problem ... A few days ago with teitbite we ordered the page of this site http://www.gruppoeffegi.it/ flowing under the menu instead of scrolling around the site to read the pages.

The problems are 2:

1. when I open any popup mini photographs on this page such as:
http://www.gruppoeffegi.it/index.php?op ... 68&lang=it

The menu covers all the popups and does not hide ... how can I do to hide the popup menu also?


2. I have problems with the menu, in practice if I'm going to skim the page and use the pull down menu "Company" will disappear immediately, but if the menu is not used to scroll the page below it, then in that case everything works .. .


How can I solve these two problems

Thank you all and thanks again for the great help that teitbite me constantly



UP :( :(
User avatar
Expert Boarder

GK User
Thu Feb 02, 2012 11:38 am
I post a screenshot for you guys understand ...

Image

you see the menu? this and 'the problem ... through menus and shadow box and also causes me problems down the menu disappears when I scroll the page ...
User avatar
Expert Boarder

teitbite
Sun Feb 05, 2012 5:27 pm
Hi

1. Please change the value of menu z-index:

Code: Select all
#gk-menu-wrap {
    z-index: 10000;
}


2. Explain me the second problem.
User avatar
Moderator

GK User
Tue Feb 07, 2012 4:24 pm
teitbite wrote:Hi

1. Please change the value of menu z-index:

Code: Select all
#gk-menu-wrap {
    z-index: 10000;
}


2. Explain me the second problem.



Hello... i' changed the template.css file....

Teit ... So the first problem seems solved, but I take issue with the video still gallery (built only with individual pictures that have the rel = shadowbox) on this page you can still see the menu please go to finish behind the shadowbox?


The second problem 'that if I go for example on this page:

http://www.gruppoeffegi.it/index.php?op ... 68&lang=it

and pass the mouse on the menu "company" when the curtain opens on the menu I can not click on menu items below ...

problem that can 'be?
User avatar
Expert Boarder

teitbite
Wed Feb 08, 2012 12:08 pm
Hi

I'm looking at it and I have no idea :) It is clear that javascript for megamenu stops working when cursor is over the component content below. Please ask this component's developers for help. I do not know how it works and if it's triggering any javascript which interferes with megamenu. Please tell me what they answered and we will think some more about it.
User avatar
Moderator

GK User
Wed Feb 08, 2012 1:43 pm
teitbite wrote:Hi

I'm looking at it and I have no idea :) It is clear that javascript for megamenu stops working when cursor is over the component content below. Please ask this component's developers for help. I do not know how it works and if it's triggering any javascript which interferes with megamenu. Please tell me what they answered and we will think some more about it.


ok perfect Teit ... I can direct to the people I contact ... I have no idea who to contact ... Tell me who to talk to and contact them then tell you the answers! : D
User avatar
Expert Boarder

teitbite
Thu Feb 09, 2012 2:59 pm
Hi

You need to contact the developer of the component used on this page. I do not know even how it's called, but layers are named as "rokbox-album". So it has to be a component :)
User avatar
Moderator


cron