kursora
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Endless loading/spinner on the checkout pageSomething adding this code: https://wpde.sk/gr/nm9mq.png to every request on your page. Even ajax requests. You must remove this code.
Forum: Plugins
In reply to: [WooCommerce] Endless loading/spinner on the checkout pageYou have Global site tag (gtag.js) added in wrong way. You added it to functions.php?
Forum: Plugins
In reply to: [WooCommerce] Hiding DirectoryYou mean directory listing? Add this to .htaccess file:
Options -IndexesForum: Plugins
In reply to: [WooCommerce] Dropdown variable product don´t work in tabletMayby it is theme reletad problem. Switch theme to storefront and check if it works.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce empty cart & spinning wheel checkoutBrowser console shows any errors?
Forum: Plugins
In reply to: [WooCommerce] Shipping Class in Simple ProductsDo you have any third party plugins?
There are errors in browser console on product edit pages?Forum: Plugins
In reply to: [WooCommerce] How To Make An Echo Statement For One Product Attribute OnlyYou can use get_attribute method: https://docs.woocommerce.com/wc-apidocs/source-class-WC_Product.html#1830-1848
Forum: Plugins
In reply to: [WooCommerce] How to change font properties of product titles in shop page?Try this CSS:
h2.woocommerce-loop-product__title { font-weight: bold; }Forum: Plugins
In reply to: [WooCommerce] WooCommerce Shipping Zones Not WorkingShow us some screens with shipping zones configuration.
Forum: Plugins
In reply to: [WooCommerce] Shipping classes now showing in productsYou are writing about shipping classes or shipping zones and shipping methods?
Forum: Plugins
In reply to: [WooCommerce] Checkout is giving Internal Server Error messageEnable WP_DEBUG and check debug.log file for errors: https://codex.ww.wp.xz.cn/Debugging_in_WordPress#WP_DEBUG_LOG
Forum: Plugins
In reply to: [WooCommerce] Orders PageDeactivate all other plugins but not woocommerce. Problem still occurs?
Forum: Plugins
In reply to: [WooCommerce] Cant send any emailsUse some third party plugins for emails. https://pl.ww.wp.xz.cn/plugins/search/smtp/
Forum: Plugins
In reply to: [WooCommerce] Can’t activate freshly installed Woocommerce pluginRemove woocommerce folder from plugins folder and install woocommerce again.
Forum: Plugins
In reply to: [WooCommerce] Move Field Labels Above FieldYou can use custom CSS to do it.