Hello,
on my website Levtheater I'm using the Caitlin template.
When you visit the website for the first time, the navbar on the homepage is floating in the image and you can see that the image behind it continues beneath the navbar.
When you reload the page, the navbar is at the bottom of the image and stays there.
How can I fix this so that the navbar is always at the bottom of the image behind it?
Greetings, Ton.
- Mol4
- Commercial Templates
- Tuesday, 30 August 2016
- Subscribe via email
Thank you
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
#vegas-slideshow {
height: 714px !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 2
Hello
Could you post a URL to an example of this issue? I can't seem to find it within this thread.
Ciarán
Could you post a URL to an example of this issue? I can't seem to find it within this thread.
Ciarán
- more than a month ago
- Commercial Templates
- # 4
Hello Ciarán,
sorry to bother you again with this.
On my clients website the nvabar of the Caitlin template still is floating when you visit the page for the first time.
Because of the fact that with the first CSS exception (#content-outer) the submenu-items are not visible I've put in the second CSS exception (the #header_bg and the #container_slideshow) but somehow that seems to overrule the first CSS exception. Do you have any idea how to fix this?
Thanks again for your great help!
#content-outer {
position:relative;
z-index: 1;
}
#header_bg {
overflow: visible;
z-index: 4;
}
#container_slideshow {
overflow: hidden;
}
sorry to bother you again with this.
On my clients website the nvabar of the Caitlin template still is floating when you visit the page for the first time.
Because of the fact that with the first CSS exception (#content-outer) the submenu-items are not visible I've put in the second CSS exception (the #header_bg and the #container_slideshow) but somehow that seems to overrule the first CSS exception. Do you have any idea how to fix this?
Thanks again for your great help!
#content-outer {
position:relative;
z-index: 1;
}
#header_bg {
overflow: visible;
z-index: 4;
}
#container_slideshow {
overflow: hidden;
}
- more than a month ago
- Commercial Templates
- # 5
Hi Steven
Could you try the following instead...
It is a little tricky this as we are unable to replicate the original issue. If the above CSS results in the original issue coming back, I think we will have to rethink the markup of the Caitlin to something more widely supported. Let me know
Ciarán
Could you try the following instead...
#header_bg {
overflow: visible;
z-index: 4;
}
#container_slideshow {
overflow: hidden;
}
It is a little tricky this as we are unable to replicate the original issue. If the above CSS results in the original issue coming back, I think we will have to rethink the markup of the Caitlin to something more widely supported. Let me know
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Hi Ciarán
This is the URL: http://185.56.225.67/~brucknuggz/nieuwe-site/
You can see the pulldown on the homepage menu of "aanpak" does not work properly.
Steven
This is the URL: http://185.56.225.67/~brucknuggz/nieuwe-site/
You can see the pulldown on the homepage menu of "aanpak" does not work properly.
Steven
- more than a month ago
- Commercial Templates
- # 8
Hello Ciaran,
After the change of the z-index, the pulldown menus doesn't work anymore.
Steven
After the change of the z-index, the pulldown menus doesn't work anymore.
Steven
- more than a month ago
- Commercial Templates
- # 10
Nice!
I changed the z-index of your content area and set an overflow hidden on your header.
Ciarán
I changed the z-index of your content area and set an overflow hidden on your header.
Ciarán
- more than a month ago
- Commercial Templates
- # 12
Hello
I have made some further changes. A bit of a shot in the dark but hopefully has resolved the issue?
Ciarán
I have made some further changes. A bit of a shot in the dark but hopefully has resolved the issue?
Ciarán
- more than a month ago
- Commercial Templates
- # 14
Hello Ciarán,
Unfortunately this doesn't resolve the issue.
My client is viewing the testwebsite with the following specs:
Safari
Versie 10.1.2 (11603.3.8
MacOsX El Capitan
10.11.6 (15G1611)
Monitor
27-inch (5120 x 2880)
and this is how he sees it (attachment)
Unfortunately this doesn't resolve the issue.
My client is viewing the testwebsite with the following specs:
Safari
Versie 10.1.2 (11603.3.8
MacOsX El Capitan
10.11.6 (15G1611)
Monitor
27-inch (5120 x 2880)
and this is how he sees it (attachment)
- more than a month ago
- Commercial Templates
- # 15
Thank you
To resolve we have added the following to the Custom CSS field of your templates parameters...
Ciarán
To resolve we have added the following to the Custom CSS field of your templates parameters...
.vegas-slide, .vegas-slide-inner {
min-height: 590px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 16
Hello
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 17
Hello Ciarán,
I have to open this post again because I'm getting a simular problem again.
On the test-website of my client the navbar is a few pixels above the content what results in a thin line. When I reloade the page this line is gone as it should be. I've tried the extra css you earlier suggested but that doesn't help:
#content-outer {
position:relative;
z-index: 1;
}
I've been trying to do a lot of different things but I can't work this out, so I'm asking for help :-)
Thanks!
I have to open this post again because I'm getting a simular problem again.
On the test-website of my client the navbar is a few pixels above the content what results in a thin line. When I reloade the page this line is gone as it should be. I've tried the extra css you earlier suggested but that doesn't help:
#content-outer {
position:relative;
z-index: 1;
}
I've been trying to do a lot of different things but I can't work this out, so I'm asking for help :-)
Thanks!
- more than a month ago
- Commercial Templates
- # 18
- Page :
- 1
- 2
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »