Thanks Armin, the version you released the next day fixed it for me.
jonasschulte
Posts
-
Css-class doesn´t apply to accordions since last update -
Css-class doesn´t apply to accordions since last updateHey,
I use a lot of accordions on this site: https://eriksen.academy/.
Since the last update the custom css class isn´t applied to the accordions anymore. It still works on normal Textrows. (https://eriksen.academy/mentale-gesundheit/)I updated wordpress and Laytheme. I think one of those updates caused the problem.
I´d appreciate some help,
Jonas -
image centered / resized on all screensGreat, this works. Thanks a lot, Armin!
-
image centered / resized on all screensHi everyone,
How do I get a single image horizontally and vertically centered and proportional scaled, so it doesn´t get cropped, no matter the screen or image format?
The images are displayed on single project pages.
(For example: https://sylviagoebel.de/paredus/)I tried to activate „Use browser height for row height“ and restrict the image through a class and max-width / max-height. But this doesn´t effect the image.
I´m struggling to find a solution and hope someone can help.
Best, jonas
-
Sitetitle under hoverimages?I found a solution myself – had to set the z-index value in the frontend from 20 to 0:
.sitetitle { line-height: 1; color: black; text-decoration: none; white-space: nowrap; z-index: 0; }I did the same before in the custom CSS section without success. I'm not sure if this is the best way as the setting might be overwritten again when the theme is updated, but for now it works.
If there is a better way to do this, let me know..
-
Sitetitle under hoverimages?Hi everyone!
I'm facing a problem that is probably (hopefully) easy to solve if you know something about code, which I don't.
I want to use the hover add on to display images. However, these images should also overlay the logo I have used as the site title. Is that easy to do?
If not, is there any other option to place the logo (as svg) in the background of every page without using it as site title?https://sylviagoebel.de/paintings
Thanks in advance!
Jonas