Forum Replies Created
-
AuthorPosts
-
March 16, 2018 at 1:37 pm in reply to: Can´t use backoffice anymore after replacing: class-framework-widgets.php #928084
killed it.
…will try to reboot through backUp file.
//thread closed.
cheerzPlease, can anyone explain me what happens with those files? or why this is a bad idea, … anything?
The served CSS files are different !?
I got a small hint on what is going on… The CSS of those two files (maybe also others) gets manipulated somewhere in the process.
While inspecting the website I noticed that the file size of those files is smaller and when I manually copy the original CSS back into it (in the browser) everything looks as before.Does anyone know why the served files differ from the ones in the theme? I’m not such a WordPress PHP crack and have no clue why and where this is happening.
PS: it definitely starts with taking the CSS files from the child – For debugging I added “* {color: blue!important;}” to the end of the layout.css file, which does get executed.
- This reply was modified 7 years, 6 months ago by Manuel.
And we are on the latest Enfold Version 4.0.7
Providing a link to the our website in development (the version which is broken duo loading the layout and shortcode.css from the child theme) + an image how it looked before.
- This reply was modified 7 years, 6 months ago by Manuel. Reason: images with img tags
May 30, 2017 at 10:07 pm in reply to: How to add the Search Button to the main Menu with full functionality #801678Thank you Basilis. With this we made it work somehow.
Now we hide our custom menu elements in the desktop version via css and added the shop button in functions.php as you suggested (just as the search button is integrated). For the mobile version we on the contrary hide these extra search and shop buttons.
It would have been great to get around these duplicates but unfortunately it seemed too complicated to actually integrate it the way we anticipated.
If anyone else needs something similar it might work in the following direction:
#1 Add span to Menu with “your-fancy-button” as id or class
#2 catch the element in php (eg.: https://stackoverflow.com/questions/6366351/getting-dom-elements-by-classname )
#3 Make a custom Filter for it (https://code.tutsplus.com/tutorials/adding-custom-hooks-in-wordpress-custom-filters–cms-26508)best,
Manuel(PS: sorry for the late replay, I’ve been on holiday :D)
May 15, 2017 at 11:27 am in reply to: How to add the Search Button to the main Menu with full functionality #793256Here you go, you’ll find the access details in the private content box…
Hope you can help us.best,
ManuelMay 12, 2017 at 11:09 pm in reply to: How to add the Search Button to the main Menu with full functionality #792538we put it in the menu like that:
-
AuthorPosts