Group Details Private
Global Moderators
Forum wide moderators
Member List
-
Richard K
Dear @MaxWinter
There is a scroll to top button hiding on your page - is it possible to delete this first to make sure its not interfering?
Best wishes :)
Richard -
Richard K
Dear @evey_k
Its not the selector that is the issue - Making the text mix-blend-mode:difference doesnt seem to have any effect - currently i do not know why, but hopefully this stops you doubting if it is the text or not :)
Best
Richard -
Richard K
Having trouble myself sorry @ray
Also because Ninjaforms is a third party plugin i wont be able to devote much time to sorry - ( although i know many users have ninja forms... )Best
Richard -
Richard K
Dear @Kappa
I have the same carousel settings as you and this works for me:
img.carousel-img { transform: translateX(-25%) }
Images are now positioned in the center rather than the left margin:
Best wishes and have a wonderful day! :)
Richard
-
Richard K
Dear Hanna @hanna
I see you have de-activated all plugin's but just to be sure on our troubleshooting page we talk about Yoast & i see it there:
"Gridder does not show up?
Disable the Yoast SEO plugin and make sure you have updated your Carousel Plugin."Also do any of the following steps apply to you or help?
- Did this happened just after new update?
- Wordpress, Lay Theme & Laytheme's Addons are all up to date ?
- Any Custom CSS or JS that may interfere is temporarily removed.
- Any third-party plugins de-activated to see if this resolves the issue.
- If using a WordPress Cache plugin, disable it or clear your cache.
- License key not activated - (in website blank situations or button not available)
- If your WordPress Dashboard shows a warning "PHP Update required” please update your PHP version in your webhost control panel.
Let me know how you go Hannah :)
best wishes and have a wonderful day
Richard -
Richard K
Dear Julian @julianfallas
Within "Lay Options" you have the ability to turn this on, (apologies that i wasn't clear enough :)
-
Richard K
Dear Robin @rbnbm
I know its a test-site but is it online so that i can have a better look? :)
Best
Richard -
Richard K
Dear @vernandel
Ok lets take it step by step :)
"http://360style.de/neu
here i would like to have no menu. also no tag line."The CSS would be:
.slug-neu .sitetitle { display:none; } .slug-neu .laynav{ display:none; }
As for the second:
"If you scroll down or click on the text, you will land here :
http://360style.de/neu#shortcut
i would like to have the menu and the tagline"This is more difficult - you would need to add some jQuery saying if your reach a certain scroll position or reach that #anchor point then:
.slug-neu .sitetitle { display:block; } .slug-neu .laynav{ display:block; }
Look into this idea:
https://stackoverflow.com/questions/23037672/how-do-you-add-a-class-to-an-element-when-the-page-scroll-reaches-a-specific-perThis functionality is not built into Lay Theme so if you wish to customize you will need to look into Adding some Custom CSS & JS:
https://laytheme.com/documentation.html#custom-javascriptLet me know how you go! :)
Best
Richard