@arminunruh yeah works perfectly again! Thanks a lot!
Thats why I love LayTheme so much... Your work is awesome!
marcelgross
Posts
-
simple link to page#anchor doesn't work since update 3.3.9 -
customize the mobile view from a page@rubensousaborges just go to LayOptions. The second thing there is «activate custom phone layouts» even the note next to it tells about the switch-buttons. Hope this helps
also in the documentation you can find a lot of answers: http://laytheme.com/documentation.html#custom-phone-layouts -
simple link to page#anchor doesn't work since update 3.3.9I use Firefox 76.0.1
also experienced the same problem in Safari -
simple link to page#anchor doesn't work since update 3.3.9Hi @Armin-Unruh
Since the latest update I face the problem, that links to anchors on a project-page won't work anymore. Tested the same links in an older LayTheme-Version (3.3.2) and there it still worked. I don't need the scrolling, just the link should work to get directly to the Audio. (classic anchor-link: page#anchor)On my page you can test the problem trough clicking on «reinhören». This should bring you directly to the Audio-Shortcodes of the project. But the link only works when copy-pasted into the browser-bar. Clicking on it doesn't work.
https://redesign.podcastlab.ch/podcasts/Do you know, where the problem with the new update could be?
Thx -
Link button in text editor doesnt work after 2.5.0 update@mariusjopen yes – weird, now it works again... today in the morning I really couldn't use the button. thx
-
Link button in text editor doesnt work after 2.5.0 updateSame problem now, after updating to Version: 2.8.2
The Button "Add/edit Link" doesn't work.
The Button "Remove Link" works fine.For the moment I change the <a>-Tags directly in HTML, but my client won't be able to do this on his own...
Can the bug be fixed again?
-
Mobile Background not workingdear @mariusjopen
Here is the link https://podcastlab.marcel-gross.ch/szene/
I placed the background now with code/* Hintergrundbild allgemein */ body { background-image: url("/wp-content/uploads/2019/01/scan-67_hellblau.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-position: center center; background-size: 100% 100%; } @media only screen and (max-height: 900px) { body { background-repeat: repeat; background-position: center top; background-size: 110% 710px; } }
This works as a not too beautiful solution, because I would like to have the picture stretched the same way as on the desktop-version... But it doesn't work with background-size 100%
-
How can I hide the active menu link from the menu on mobile?@mariusjopen Thanks! I should have got this on my own... beginners fault. But I'm very happy about your perfect support even with this little details!
-
Mobile Background not working@arminunruh
I tried to put a background-image with your custumizer-option. But it displays very strange. Its only a small part of the original pic and shown as a bar...
Have you seen this problem before?Thx
-
How can I hide the active menu link from the menu on mobile?@mariusjopen
I tried to use the same classes to change the color of the current-menu-item, but somehow it doesn't show an effect. I first tried your code with display:none and it worked, but as soon as I change it to color: it wouldn't work..mobile-nav .current-menu-item { color: #ff494f !important; }
Do you know, what I could have forgotten? Or is the color defined somewhere else?
Thx -
Change background for a specific page.I think I found it myself. Thanks anyway!
http://laytheme.com/documentation.html#css-based-on-current-page -
Change background for a specific page.@arno_aubry or @arminunruh could you post the link to the tutorial, that is meant in the first question? I'm searching for a solution of the same topic and as it seems you were successfull. Thats why the link would help me a lot.
Cheers
and thanks Armin for the wonderful theme and support-Forum!