Tagged: enfold, mobile menu, svg, transparency
-
AuthorPosts
-
October 23, 2017 at 5:27 am #867443
For whatever reason, my logo isn’t displaying in the mobile menu. File links are good, but I AM using SVG files, not that it should matter. I know they aren’t natively supported in WordPress, but seem to work everywhere else.
See login details to check CSS.
- This topic was modified 7 years, 1 month ago by caseykidd1.
October 23, 2017 at 5:13 pm #867717Hey,
Please refer to this post – https://kriesi.at/support/topic/add-full-svg-support-by-theme/#post-842956
Also, i could not find your logo image on your mobile menu. To make sure that we are on the same page, out of the box logo is not displayed in mobile menu. If yours displayed it, then some customizations must have been applied.
Best regards,
YigitOctober 23, 2017 at 5:49 pm #867759The image is definitely there. It shows on the desktop version, but not in the mobile menu version.
October 24, 2017 at 6:38 am #867987Hi,
Thanks for the feedback. I’m not sure I understand the problem though, the logo is visible on the mobile layout, but not inside of the menu. That is how it’s supposed to work. The logo is not supposed to show inside of the menu as it’s already showing on the left hand side of it.
Best regards,
RikardOctober 24, 2017 at 6:41 am #867993So there’s not supposed to be anything here?
October 24, 2017 at 1:37 pm #868184Hi,
That is correct, you can check the default demo for instance: https://kriesi.at/themes/enfold/
Best regards,
RikardOctober 24, 2017 at 2:36 pm #868215October 24, 2017 at 2:39 pm #868217so if you have done that:
you have to get rid of the image in normal menu !
custom-class from the menu will help you : set it to display noneas long as 4.12 does not take over the classes set in menu – then the display none will be enought !!!
maybe for your svg it is needed to set a width option
and to shift it a bit#av-burger-menu-ul li:first-child img { width: 300px !important; position: relative; left: -30px; }
see here: https://webers-testseite.de/weber/
October 25, 2017 at 12:08 am #868469 -
AuthorPosts
- You must be logged in to reply to this topic.