-
J jsphbngrnd
Hey Laytheme, I'm experiencing the same issue on two websites!
If you have any idea how to fix this please let us know :D -
J jsphbngrnd
@Richard-K
It's happening here for example:
I'm using chrome at the moment.
Thanks for your response :)
-
J jsphbngrnd
Sorry I hadn't seen your response @Richard-K !
I worked something out, but had to start the page over again..!
Here's a link : https://templemagazine.co/
Thanks
-
J jsphbngrnd
Hey @arminunruh I'm experiencing a similar issue on this website: https://templemagazine.co/ on the project thumbnails with videos. I tried using the opacity instead of background-color but it didn't solve anything
-
J jsphbngrnd
@Richard-K hi, I'm having a similar issue on a clients website, all plugins + laytheme are up to date, and I've tried deactivating all plugins, without success.
I'm going to try to take out all my custom css & js, but if that doesn't work do you have any other ideas?
Thanks
-
J jsphbngrnd
Hi @arminunruh / @mariusjopen
I've added this piece of script to toggle dark-mode in custom html/css :
<script> let element = document.getElementById("circle"); element.ondblclick = darkmode; function darkmode() { var element = document.body; element.classList.toggle("dark-mode"); } </script>
It works fine the first time I load the page, but once I visit a new page and come back to my first page it does not work anymore.
Could you help me out with this?
Thanks! :)
Joseph
-
J jsphbngrnd
@mariusjopen Hi Marius,
I added class names to all the links (project titles, project links, and menu) to change color on hover (like in the marquee). Also to the scroll top button to use animate.css library.
-
J jsphbngrnd
Hi,
I've been trying to add custom CSS using custom class names to target elements on my page but they are not working. When I look in the inspector and check the different elements the class names don't show up at all.
I really don't know how to figure this out, any advice? :)
-
J jsphbngrnd
Hi,
For some reason, some custom fonts aren't showing up on mobile (iOS and Android). They all work perfectly on desktop version.
I've tried adding them as text formats, they've of course been uploaded to webfonts.
Here's the page : https://templemagazine.co/font
If anyone has an answer to this problem I would be very grateful!
-
J jsphbngrnd
Hi,
Does anyone know if it's possible to include and use bootstrap in laytheme?
I had to work on a custom menu and used bootstrap to help out, but once I've included the libraries some of my content has disappeared (mainly pictures and project thumbnails) and my layout is not working out properly.
Thanks