Forum Replies Created
-
AuthorPosts
-
Thanks.
Seems like I don’t have been clearly enough. I’m not looking for just a burger menu (Ialready have one). I want to implement a second (not s submenu!) Menu in the footer or a sidebar-widget which function as a sitemap. Unfortunately, using the existing nav/menu-widget within Enfold, ALL sites are listed (depth = 0). But I look for a solution that behaves (!) like the main or burger-menu, so only parent-pages on root level are shown (but clickable for second, third, level).
So all I need is shortcode (or php-snippet), with which I can place a copied menu in the footer/sidebar which increments the main menu.
Somehting like you posted above. But when I use the shortcode, html only renders the shortcode litearrly in the DOM instead a filled menu.Hope its clearer now.
I found and tried snippets for adding menu also, like in your screenshot. But how to implement them in the html code? I always get back the plain shortcode.
An example:function fhw_register_new_menu() { register_nav_menu( 'sitemap', __( 'Sitemap' ) ); } add_action( 'init', 'fhw_register_new_menu' );
and tried to get frontsidfe-output width
wp_nav_menu( array( 'theme_location' => 'sitemap' ) );
and put this as code in a widget or html-blok, but nothing happend, only the shortcode is given literally (like described above).
Can’t believe that I nee a plugin for that simple question: how to copy the existing main menu in a shortcode which I can use everywhere ion the page…….
Thanks a lot Guenni,
If i use the first code, the output an the frontpage is just “[print_menu_shortcode]”. So the shortcode obviously is not replaced by the array. What do you think, is the variable “menu” not filled? How can I check where the problem is? Does “menu” correspond with “Main Menu” of wordpress? How to fill menu? Or is it a WP-Standard variable automatically filled?
Thanks!
Hi, please ask your programmers: There MUST be solution! What about using something like wp_nav_menu put it in an array and create a shortcode from there? Enfold itselfs uses this to create menues so why shouldn’t it be possible to create a shortcode with a menu?
Thanks
Sure, but thats a complete list of all sites. I want a menu like in the header or the burger, which means, subpages are within a submenu.
May 21, 2025 at 11:43 pm in reply to: Fixed and shrinked Header: Placement problems with logo and menu #1484543Hi,
if I define top with static px, the logo doesn’t stay vertical centered when the header is shrinking. Same with % instead px. Please have a look on the site if its not clear what I mean
ThanksHi Ismael,
the menu-widget lists all sites from all levels. But I only want a list of top-level sites with expandable lists children (so the exakt same desing and function like the main menu). Please have a look on the site I postetd in the private area. You can find the menu-widget in the footer. And what I would like to have in the Burger- or main-menu. Thanks
Hi Ismael,
worked perfectly, thanks. But for what reason the css? The Icons are place perfect, using the css cause a desing-error…
“Looks like the old version duplicated the milestone date which is no longer the case in the latest version.”
For what reason? And are you fising this in a the next update? I used this content-element quite often in diffferent projects…
Thanks
Timsite1
– child 1.1
site 2
site3
– child 3.1
– child 3.2
— child 3.2.1
— child 3.2.2
site 4
site 5Hi Ismael,
please invest some more support-motivation. I’ll post you a link in the private area from another project where it works perfectly, with the same style-setting! So it must be some kind of bug in the newest enfold-theme or something else.
Thanks for your help.
TimI see, That was not what I expected. I look for a solution to autmatically list child-PAGES of a site. How to do this (not in widgets, instead in the main-contetn area.
Maybe now 2.) is more clear? If child sites have child sites I only want to see the first level (but next elvel clickable – like in the burger-menu).
Thanks
And forget: The yet placed “Enfold Table Content” sits in the sidebar and doesn’t work at all. Only the Titel is shown… There should be 8 entries (like in the menue seen).
Thanks
TimHi Ismael,
thanks, that was the problem. BUT: How does it come, that it worked before updating to v7?
Best Regards
TimMeanwhile I fixed the wrong hover-color in the main menu. But eben if I set
.av-burger-menu-main
-av-hamburger
a
to color: #ffffff
it stays invisible?Thanks Mike,
Is there a possibility to disable some options? For example we don’t implement google maps, so it doesn’t make sense to show this option to the user, which might confuses him.
Thanks
Hello Mike,
I found this css also but in the inspector it looked like it came from the theme.So its solved, thanks.
Tim
BTW: I have this Problem in every of my 7 Projects, where I use Enfold…
Hi,
problem caused by cookie-setting, webfont loading was disabled. So its solved now.
To clear it: I didn’t use a uploaded google-font, I just choose from an option within Enfold-Theme…
Hi Ismael,
didn’t understand your question. I chooses the font in the Enfold-Settings in the Backend (General Stylilng -> Fonts -> Selection list -> Source Serif Pro).
Best
TimIs there a chance, to answer today please? Its urgent…
BTW: If you setup a WordPress in German, pleas have a look in teh Enfield-Settings in the Backend: About 5-10% are not in German and still in english! So in the outputs on the frontend. I would like to psot an screenshot for examples, but unfortunately its not possible to post iamges here…
“When refusing all cookies this site might not be able to work as expected. Please check our settings page and opt out for cookies or functions you do not want to use and accept cookies. You will be shown this message every time you open a new window or a new tab.\n\nAre you sure you want to continue?”
Its not about the Button-Text, its about the popup-box taht occurs when user is declining to set cookies. PLease have alook at teh text I posted. Teh WordPress runs in German , but the translation within Enfold doesn’t work propperly. Some things in teh backend are still in english, also system messages like the mentioned popup…
Where can I change that specific text I quoted?its solved, so you can close it. I opend a new topic for an other, more language specific question.
Found the Problem: AdGuard blocks the fields for editing.
Forget to mention: In the Privay&Cookies Setting the filed for my own message is not editable! Nor ist he filed where I can genrally switch messages on and off.
Danke funktioniert jetzt.
In welchem Ordner finde ich die Sprachdateien?Das snippet funktioniert nicht. Cache ist ausgeschaltet…
Davon abgeshen: kann man zentral auf formales Deutsch switchen, sodass alle Dialoge nicht das Du sondern das Sie verwenden?
Ja, sonst würde die deutsche Übersetzung ja nicht angezeigt. Ich möchte den Satz
“Suchergebnis nicht zufriedenstellend? Versuche es mal mit einem Wort oder einer anderen Schreibweise”
verändern…Danke
-
AuthorPosts