You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to troubleshoot this and found the code for these missing customizer options in \inc\customizer\panels\woocommerce\product-catalog.php.
Missing options (WooCommerce Product Catalog):
Add to cart style (yith_proteo_products_loop_add_to_cart_style)
Add to cart font size (yith_proteo_product_catalog_add_to_cart_font_size)
Add to cart position (yith_proteo_products_loop_add_to_cart_position)
Show “View details” link (yith_proteo_product_loop_view_details_enable)
I tried disabling all plugins other than WooCommerce and the problem persisted.
I also checked my database for wp_options -> theme_mods_yith-proteo-child and it does not contain the values for the 4 missing options.
I don’t see what is causing the issue. Please let me know if you can help!
My cusomizer view (WooCommerce->Product Catalog)
Documented options from YITH
The text was updated successfully, but these errors were encountered:
I noticed the wordpress customizer is missing 4 options that are documented in the official docs found here:
https://docs.yithemes.com/yith-proteo/shop-options/product-catalog/
I attempted to troubleshoot this and found the code for these missing customizer options in
\inc\customizer\panels\woocommerce\product-catalog.php
.Missing options (WooCommerce Product Catalog):
Add to cart style (
yith_proteo_products_loop_add_to_cart_style
)Add to cart font size (
yith_proteo_product_catalog_add_to_cart_font_size
)Add to cart position (
yith_proteo_products_loop_add_to_cart_position
)Show “View details” link (
yith_proteo_product_loop_view_details_enable
)I tried disabling all plugins other than WooCommerce and the problem persisted.
I also checked my database for
wp_options
->theme_mods_yith-proteo-child
and it does not contain the values for the 4 missing options.I don’t see what is causing the issue. Please let me know if you can help!
My cusomizer view (WooCommerce->Product Catalog)
Documented options from YITH
The text was updated successfully, but these errors were encountered: