yithemes / yith-proteo

Proteo is a sleek, modern and “Gutenberg-friendly” e-commerce theme. Developed with a beautiful UI and a minimal design, is perfect for each kind of shop. Easy to manage and to customize, Proteo is the best solution if you want a complete e-commerce template and start quickly to sell your products with WooCommerce without a technical knowledge. Use it also for corporate site or a blog: there are no limits about what you can do with a beautiful and usable theme like this!
https://proteo.yithemes.com
GNU General Public License v2.0
32 stars 4 forks source link

Missing Customizer Options (WooCommerce Product Catalog) #39

Open tltoys opened 7 months ago

tltoys commented 7 months ago

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) image

Documented options from YITH image