• Hi, wonder if someone could shed some light on this for me. Before I start I know I am using an old version, but there are reasons for that.

    Main problem is that on PC my menus work fine. On mobile, I’ve just noticed that there are two extra headings, Posts and Comments. Neither of these are in the menus and seem to be and XML file with no style, etc, etc with the document tree shown below, etc. Any idea how I can get these removed from the mobile menu?

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey Nat,

    By the first look of it, it seems to be some kind of RSS feed links that are created there. I would advise to check your RSS settings (if any) for this.

    Kind regards,

    Thread Starter Nat Nader

    (@nat-nader)

    Hi,

    Thank you for your reply. I thought it may have some relation to the RSS, but can not seem to locate anything for it in the editor, settings or widgets. I have an RSS feed burner running for subscription part only.
    Don’t really know where to look!

    Regards,

    Nat

    Best to ask your theme vendor’s support service about this. Forum members have no access to commercial themes.

    Meanwhile you could hide the unwanted entries. Try this custom css:

    
    .select-menu option:nth-child(11),
    .select-menu option:nth-child(12),
    .select-menu option:nth-child(13),
    .select-menu option:nth-child(14),
    .select-menu option:nth-child(15),
    .select-menu option:nth-child(16),
    .select-menu option:nth-child(17),
    .select-menu option:nth-child(18) {
      display:none
    }
    

    If your theme does not have a setting where you can enter custom css, you can use a plugin like this one:
    https://wordpress.org/plugins/simple-custom-css/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menus working fine on PC, but not on mobile’ is closed to new replies.