Forum Replies Created
-
AuthorPosts
-
Thank you for clarifying Yigit!
I also get a notification that version 4.0.4 is available???
September 14, 2016 at 12:33 pm in reply to: WPML Fahnen erscheinen wieder nach Enfold-Update auf 3.8 #686313I’ve managed to hide the flags by adding:
.av-language-switch-item {
display: none !important;
}
to the quick CSS.
Not my preferred way of working, but at least my client is happy now.September 14, 2016 at 11:57 am in reply to: WPML Fahnen erscheinen wieder nach Enfold-Update auf 3.8 #686293Having the same issue. Is there already a fix for this?
Hi Rikard,
Thank you for the hint. It never occurred to me that ‘display: none’ would also remove the line break behavior.
Super tip! However, this line of CSS also removes all other -intentional- breaks on that page, and is limited to that page only.However, you pointed me in the right direction and I modified the CSS rule to apply only to the menu by using the custom class that I had on that layout element. So this did the trick:
.magma-on-page-menu br { display:none !important; }
Thanks again and best regards,
Kristoff
Hi Elliot,
Thank you for your swift reply.
The site hasn’t been launched yet and is still on a development environment, but I’ll send you the link.I’ve managed to find a workaround by activating the development view in the editor and adding HTML comment tags <!– –> in between the button shortcodes.
However, each time I change something in the button menu, the comment tags disappear and I have to add them again. A bit cumbersome and not workable when my client starts editing the content himself. So any other more permanent solution would be most welcome.
Thanks,
KristoffDecember 8, 2015 at 7:04 pm in reply to: Enfold – portfolio categories not showing after update to 3.4.5 #548954Thanks guys – problem solved!
December 8, 2015 at 6:06 pm in reply to: Enfold – portfolio categories not showing after update to 3.4.5 #548899Me too – I seem to have the same issue
-
AuthorPosts