presscustomizr / customizr

Simple and fast WordPress theme designed to help you attract and engage more visitors. Provides a perfect user experience on smartphones. Powers 100k+ active sites around the world. Hundreds of 5-stars reviews received on WordPress.org.
https://presscustomizr.com/customizr
Other
137 stars 66 forks source link

Broken WooCommerce checkout page on Mobile device. TablePress conflict ? #1298

Closed ghost closed 6 years ago

ghost commented 6 years ago

https://wordpress.org/support/topic/broken-order-review-on-mobile-device-2/#post-9681058

I just made following 3 tabs to readable to everyone

In order to see what is going on with the cart section here is the Woocommerce/shop Shop

Woocomerce/cart Cart

And here is the TablePress plugin that I use TablePress

Had to manually put some .css to work

.tablepress-id-8 .column-1 { width: 100px; } .tablepress-id-8 .column-2 { width: 120px; } .tablepress-id-8 .column-3 { width: 120px; } Here is the custom .css for customizr

.breadcrumbs { display: none; } .navbar-brand-sitename { display: none; } .entry-title { font-weight: bold !important; } I was not able to integrate with child theme. Therefore, I use regular functions.php at themes folder. Prevent automatic update and copy the list of hooks/filters/actions before I update.

eri-trabiccolo commented 6 years ago

I tested some stuff and found the culprit plugin: https://wordpress.org/plugins/custom-registration-form-builder-with-submission-manager/

I tested it with classical style, hueman and twentyseventeen too. Same result (twentyseventeen):

broken-table

see removing that display:block:

right-table

I set this as invalid then, unless I'm missing something :)