Skip Navigation

[Resolved] Error occurs when using woucommerce plugin

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

Problem:

Activating a block in toolset causes problems in the page form created with the account in woocommerce.

Solution:

It is a known CSS conflict between Woocommerce and Bootstrap, see the details here:

https://github.com/woocommerce/woocommerce/issues/15793

If you don't use Bootstrap in your website, you can try these:

Dashboard-> Toolset-> Settings-> General, in section "Bootstrap loading", choose option "This site is not using Bootstrap CSS", and test again.

If you are going to use Bootstrap in your website, you need to try the custom CSS codes workaround mentioned in above GIT ticket:

https://github.com/woocommerce/woocommerce/issues/15793#issuecomment-356598091

Relevant Documentation:

This support ticket is created 3 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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 4 replies, has 2 voices.

Last updated by chelhwanS 3 years, 3 months ago.

Assisted by: Luo Yang.

Author
Posts
#2157941

I am trying to:

Activating a block in toolset causes problems in the page form created with the account in woocommerce.

hidden link

I'm making it multisite.
I made a serve-directoty "yaksa.site/store" for testing.
The wordpress admin screen breaks when you activate only woocoomerce plugin and activate toolset blocks one by one.

But the page that I made with the account shortcode of woocommerce doesn't break.

hidden link

*** 우커머스 plugin = woocomerce plugin

Link to a page where the issue can be seen:
I expected to see:
Instead, I got:

#2158091

Hello,

It is a known CSS conflict between Woocommerce and Bootstrap, see the details here:
hidden link

If you don't use Bootstrap in your website, you can try these:
Dashboard-> Toolset-> Settings-> General, in section "Bootstrap loading", choose option "This site is not using Bootstrap CSS", and test again.

If you are going to use Bootstrap in your website, you need to try the custom CSS codes workaround mentioned in above GIT ticket:
hidden link

#2159013
20210903-3.png
20210903-2.png
20210903-1.png

I decided not to use bootstrap.
But there is a strange phenomenon.

1. "View" is not visible from the admin toolset menu.

2. Issues occurring in subdirectory (yaksa.site/store) have not been resolved.
In addition, I just found two toolset menu on the adim menu

The toolset menu at the bottom is "toolsets form commerce."

3. Activating "toolset form" breaks the screen

#2159121
admin-menu.JPG
store.JPG

Q1) "View" is not visible from the admin toolset menu.
I have done below modifications in your website:
Dashboard-> Toolset-> Settings-> General, in section "Editing experience", enable option "Show both the legacy and Blocks interface and let me choose which to use for each item I build"
Please test again, check if it is what you want

Q2) Issues occurring in subdirectory (yaksa.site/store) have not been resolved...
I have tried it in your website, both works fine, see my screenshot store.JPG

Q3) In addition, I just found two toolset menu on the admin menu
Same as above, I don't see the problem you mentioned above, see my screenshot admin-menu.JPG

It might be a cache problem, please try to clear your browser cache and test again

Q4) Activating "toolset form" breaks the screen
Same as above, I don't see the problem you mentioned above, please try to clear your browser cache.

#2160493

My issue is resolved now. Thank you!