Before you ask please READ THIS

New menu items missing attributes

in Rife Posts: 30
The imported menu items contain attributes - title, icons, etc, new ones do not.

Comments

  • AirAir
    Posts: 10,970
    Hey :-)

    Could you explain the situation in more details?

    You and set icons and titles in menu settings https://rifetheme.com/help/docs/basic-setup/menus/menu-enhancements/

    Have you tried it?

    With kind regards.
  • Posts: 30
    Figured it - menu needs to be saved and then each menu item appears with attributes, as per
    image
    But not before you save menu.
  • edited September 2018 Posts: 30
    Can I have a menu item, with link, with no text only an icon? I.e. #CONTACT is: envelope icon, no txt.
    Post edited by m0rg5 on
  • AirAir
    Posts: 10,970
    m0rg5 said: Can I have a menu item, with link, with no text only an icon? I.e. #CONTACT is: envelope icon, no txt.
    You can try to insert as label  . There still will be "text part" of menu item but it will just be invisible space.

    It seems WordPress doesn't allow for empty labels. But hey have the good reason for that https://wordpress.org/support/topic/create-a-menu-item-with-a-blank-title/ - accessibility.

    With kind regards.
  • edited September 2018 Posts: 30
    Air said:
    m0rg5 said: Can I have a menu item, with link, with no text only an icon? I.e. #CONTACT is: envelope icon, no txt.
    You can try to insert as label  . There still will be "text part" of menu item but it will just be invisible space.
    Works for me, thanks :blush:
    Post edited by m0rg5 on
  • AirAir
    Posts: 10,970
    To improve on this result you can add such Custom CSS( it will center the envelope):
    #menu-item-14509 em {
        text-indent: 10px;
    }
    With kind regards.
  • Posts: 30
    Perfect :)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!