@arminunruh Thanks resolved, had to update my css coding
Cheers
Toby
@arminunruh Thanks resolved, had to update my css coding
Cheers
Toby
I've reverted back to old version until I get the time to look at my css, However I also noticed when I increased the viewing window ( in chrome) the carousel image enlarged / zoomed into a huge size
and when css was turned off the mobile site had duplicated my project posts!?
Oh - Odd as it worked fine in Google Chrome!
Thanks Armin - info has been sent.
HI
I've just updated all plugins and the theme and the carousel images are no longer visible on safari.
Also the set frame is also not working on my iPhone 14 pro ( all carousel images appear full bleed to edge of screen )
Great - Thanks Armin
Just updated to latest lay theme version and have now noticed the activated scroll element on a row that has text allocated, is scrolling up multiply times at great speed too.
I'm viewing this on an apple iphone14 Pro
Thanks Armin - have it working.
btw I did read the link but i'm the daft student who's changes the navbar to static and fails!!
Thanks again
Toby
Hi Armin
I Could only find these posts
http://laythemeforum.com:4567/topic/7217/category-filter-position?_=1680510893228
http://laythemeforum.com:4567/topic/6399/category-filter-position/4?_=1680510893231
but they don't help with positioning of the categories text above the navbar.
I don't understand why a fixed .lay-hr at a z-index at 20
can appear above the navbar
but a fixed .lay-thumbnailgrid-filter at a z-index at 99 is still hidden below said navbar!?
Cheers
Toby
Any help please?
I'd like the thumbnail grid images to go behind the navbar and the categories to remain above the navbar.
As soon as I allocate a z-index higher than 1 to the navbar it hides the thumbnail grid and categories despite giving the thumbnail grid -filter a index of 99
Hi
I've added a fixed header to one of my pages and have the thumbnailgrid scrolling behind it. but I'd like the categories to remain fixed not scroll up and be in front of the fixed header.
The code on said page so far is this -
.lay-thumbnailgrid-filter {
position:fixed;
top:0;
left:12.1%;
margin-top:90px;
margin-right:20px;
z-index:99;
}
body.slug-project_test .lay-hr {
background-color: #d3d3c3;
position:fixed;
z-index:99;
}
body.slug-project_test .navbar{
background-color: #f1f1f1 !important;
height:17.5%;
}
Cheers
Toby
Hi
Is there a way to stop mobile rotation / lock screen?
Cheers
Toby
ah ok thanks Armin.
@alasdair17 said in Navbar:
body.slug-about .navbar{
background-color: #ffffff !important;
}
body.slug-about .navbar{
position: initial !important; !important;
}
Great!
Thanks Alistair
I have my menu bar set to move away when scrolling down - however I'm looking to fix it on one specific page and change the navbar colour on said specific page.
I have seen on a previous thread this code was suggested for a fixed navbar
.navbar{
position:initial !important;
}
I've also applied this code to try and change colour a specific nav bar
body[data-type="page"][data-id="990"] .navbar{
background-color: #ffffff !important;
}
I also tried to combine the two
body[data-type="page"][data-id="990"] .navbar{
position:initial !important;
background-color: #ffffff !important;
}
but unfortunately no joy - can you help?
Cheers
Toby
is it possible to the hide menu on a project page but have the ability to show again on mouseover?
( project page is on a carousel layout with no scroll down)
Also is it possible to show menu again when you mouse over site title or site title image?
Cheers
Toby