-
AuthorPosts
-
April 16, 2020 at 7:56 am #1204280
Hi guys,
I want to add an HTML title tag to menu items in a mega menu. But the field does not exist in the menu settings. It is available for normal menu items.
How can I add the title to a mega menu?
greetings
April 20, 2020 at 12:04 pm #1205476Hey mariokesseler,
Thank you for the inquiry.
Are you referring to the mega menu column title? The column title doesn’t have the title attribute by default, only its child menu items or the items inside the mega menu column.
Best regards,
IsmaelApril 20, 2020 at 2:07 pm #1205489Hello Ismael, thank you for your help.
No I mean the items in the mega menu column. To be exact: The menu items that are displayed in the backend as “Page”.
Only one “Description” field is displayed in these menu items, but none for the meta title.Greetings
April 24, 2020 at 9:01 am #1206742Hi,
The title field of the child the menu items is visible on our local installation, so it is probably a plugin conflict. Did you install any plugins that maybe adds functionality to the menu?
Please try to deactivate the plugin temporarily or post the WP and FTP login details in the private field so that we can inspect the issue further.
Best regards,
IsmaelMay 26, 2020 at 12:11 pm #1216460Hello again,
I deactivated all plugins and the problem still persists. Could the child theme be responsible for this? You can find login data in the box.
Best Regards MarioMay 29, 2020 at 8:57 am #1217611Hi,
Thank you for the info.
Looks like we disabled the option with css. Please try to add this css code in the functions.php file to display the title field.
function ava_admin_css_mod() { echo '<style> .avia_mega_active.menu-item-depth-2 .description-title { display: block; } </style>'; } add_action('admin_head', 'ava_admin_css_mod');
Best regards,
IsmaelJuly 9, 2020 at 9:52 am #1229086Hi Ismael,
it works! Thanks for the great Job!
Best regards,
Mario
- This reply was modified 4 years, 4 months ago by rocketsuits.
July 10, 2020 at 4:21 am #1229294Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘HTML Meta Title / Mega Menu’ is closed to new replies.