Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #1205476

    Hey 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,
    Ismael

    #1205489

    Hello 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

    #1206742

    Hi,

    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,
    Ismael

    #1216460

    Hello 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 Mario

    #1217611

    Hi,

    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,
    Ismael

    #1229086

    Hi Ismael,

    it works! Thanks for the great Job!

    Best regards,

    Mario

    • This reply was modified 4 years, 3 months ago by rocketsuits.
    #1229294

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘HTML Meta Title / Mega Menu’ is closed to new replies.