Skip Navigation

[Resolved] Menu disappear when Toolset is activated

This thread is resolved. Here is a description of the problem and solution.

Problem: When I activate Forms, Layouts, and Ocean WP Extra with Elementor my site's main menu has a white background and I cannot see the text links.

Solution: Add this custom CSS:

#site-navigation-wrap .dropdown-menu {
  background-color: transparent;
}

Relevant Documentation:
https://toolset.com/documentation/user-guides/using-toolset-with-elementor-page-builder/

0% of people find this useful.

This support ticket is created 6 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 5 replies, has 2 voices.

Last updated by bricoutS-2 6 years, 2 months ago.

Assisted by: Christian Cox.

Author
Posts
#1143186
BugToolSetonMenu.jpg

Hello,

I have a problem with Toolset on WP

It changes the way the menu is shown on all pages
To build the website, I use ocean WP Extra & Elementor Pro

Here are 3 examples depending on which toolset plugins are activated or not to see the changes on the header, it becomes white instead of being transparent.

How can I activate toolset without having this conflict ?

Thank you,
Kind regards
Marie

#1143267

Hi, I can't be 100% sure but this looks like a CSS conflict with your theme or another plugin. The best way to debug this is for me to see it in the browser so I can inspect all the CSS applied to this page. If you can put the site online somewhere, I will be glad to take a look. If not, you can create a clone of the site using Duplicator and post a download link. I will install it locally and take a look.

#1148434

Hello Christian,

Thank you for your answer.
The site is currently on local, we will make the site available soon for you to look at the issue of the custom header.

In the meantime, can you change/add the contact e-mail address to (hidden)
I try to did it by myself but it did not work,

Thank you for your help,
Kind regards
Marie

#1148670

Hello
We have put the site on line with coming soon page activated.

- credentials hidden -

Thank you for your help,
Kind regards
Marie

#1149304

Please add this code in wp-admin > Appearance > Customize > Additional CSS:

#site-navigation-wrap .dropdown-menu {
  background-color: transparent;
}

Let me know if the problem is not resolved.

#1150442

My issue is resolved now. Thank you!