@mariusjopen The link in mobile was broken, didn't really notice. Perfeccct, thank you!! :)
ananazfr
Posts
-
Mobile: One of the menu items disappeared -
Mobile: One of the menu items disappearedha, yes, sorry, should work now
-
Mobile: One of the menu items disappearedHi Marius,
I ran into another issue unfortunately. One of the menu items disappears in the mobile menu, however, is visible in the desktop version. Any idea why?http://www.konstantin-doeben.de/
Many thanks!
-
javascript doesn't work on all sitesfyi: I replaced jQuery with javascript, works fine so far.
-
javascript doesn't work on all sitesYes, the Javascript is called. Then there must be something with jQuery, A console.log is called whenever I mouseenter/mouseleave over this link. It gets called the first time (see screenshot), but when I navigate to a different site and go back it doesn't get called anymore. The body class id is the same.... I am kind of biting my fingers :/
-
javascript doesn't work on all sitesHi Marius,
The alert is also only getting called as soon as I open the preview directly from the static page in wordpress, but not when I navigate to it (as described in my previous post) . Would be very grateful if you could have a look at it, maybe I am missing something totally obvious. The website is not supposed to be online at this point, will send you the login details.
Many thanks!
Anna -
javascript doesn't work on all sitesHi,
Whenever I hover over a link I would like to exchange the background image via custom javascript. It works fine on the frontpage. Now I would like to do exactly the same on another static page, same look, same code, just different id-xxx selectors. When I navigate through the webpage, starting from the front page, the javascript code is getting executed on the front page, but not on the static page.
However, if I open a preview of that static page directly from within wordpress, then the javascript code is getting executed.Any hints why is that?
I tried both
window.laytheme.on("newpageshown", function(layoutObj, type, obj){ }); window.laytheme.on("newpage", function(layoutObj, type, obj){ });
Many thanks!
Anna