Not resolved

Weird Bug

Ultra Theme started by Nicola Thomas Apr 10, 2016 1 reply
Nicola Thomas Apr 10, 2016 · 2:31 pm #3367

Hello, I’m using ultra for a client, she is a beautician….
Im having a very very weird problem happen. When i add a page named “waxing treatments” to the menu instead i get the xing symbol… I can’t figure out why (well, i can guess its because it contains the word “xing”). Im baffled. Any help please, I’m desperately trying to get it fixed so i can put the site live.

Andrew Misplon Puro Apr 10, 2016 · 2:59 pm #3370

Hi Nicola

Thanks for reaching out.

All menus in Ultra are now social icon ready, it sounds like this feature is getting in your way. A Xing icon will be added if the link/URL contains the string: xing. It shouldn’t happen if xing is in the menu label though.

We can roll this back by doing the following:

1. If you don’t have a Custom CSS plugin installed then go to Plugins > Add New and search for Simple Custom CSS. Install and activate.
2. Go to Appearance > Custom CSS and insert:

/* Remove social icon menu feature for Xing network */
.menu a[href*="xing"] {
  color: #5a5d60 !important;
  font-size: 14px !important;
}

.menu a[href*="xing"]:before {
    content: none;
}

Replace #5a5d60 and 14px with your menu color and size assuming they are different to the above values.

Hope that helps. Let me know how it goes.

2 posts