Woothemes

Fatal Error: Uncaught ArgumentCountError: on Themes page

Fatal Error: Uncaught ArgumentCountError: on Themes page Preconditions: issue occurs while attempting the automatic update from v.7.7.5 to v.7.7.7 (or newer) of the theme and The7 Elements plugin is either not installed or its version is below v.2.1.6. How to fix: ignore the error messages and update/install The7 Elements plugin via The7 > Plugins interface.This will resolve the…

Woothemes

WooCommerce Germanized Pro style compatibility fixes

WooCommerce Germanized Pro style compatibility fixes In order to make WooCommerce Germanized Pro multistep checkout to have correct styles with The7 theme, the following CSS codecan be added into Dashboard – Theme Options – Advanced – Custom CSS .woocommerce-multistep-checkout .form-row.data-privacy,.woocommerce-multistep-checkout .wc-gzd-checkbox-placeholder {clear: both;.woocommerce-multistep-checkout .woocommerce-checkout .shop_table {background: none;.woocommerce-multistep-checkout .woocommerce-checkout .shop_table thead tr {border: none; .woocommerce-multistep-checkout .woocommerce-checkout-review-order-table…

Woothemes

Tab/Accordion/Toggle Content Is Messed Up

Tab/Accordion/Toggle Content Is Messed Up Tabs (as well as accordion and toggles) are not supposed to be used within complicated combination. We can only assure correct functioning of simple content inside of a tab (text, images, standard WP gallery, lists):http://the7.io/main/shortcodes/5-shortcodes/tabs-side/http://the7.io/main/shortcodes/5-shortcodes/tabs-top/ Content of hidden tabs is not being displayed. In result, a script cannot calculate height…

Woothemes

How to edit mobile layout?

How to edit mobile layout? Theme responsive layout is handled by media queries. The appropriate width values of iDevices are listed below: • @media only screen and (max-width: 990px) – iPad portrait• @media only screen and (min-width: 739px) and (max-width: 990px) – also iPad portrait (with lower bound)• @media only screen and (min-width: 479px) and…