Profiles

Badges

CODE
1 badge
Plugin Developer

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
April 2018
Apr 17 Tue · 10:25
Forums med
Posted a reply to Endless loading/spinner on the checkout page, on the site WordPress.org Forums:
Something adding this code: https://wpde.sk/gr/nm9mq.png to every request on your page. Even ajax requests. You…
Apr 17 Tue · 09:49
Forums med
Posted a reply to Endless loading/spinner on the checkout page, on the site WordPress.org Forums:
You have Global site tag (gtag.js) added in wrong way. You added it to functions.php?
Apr 17 Tue · 09:39
Forums med
Posted a reply to Hiding Directory, on the site WordPress.org Forums:
You mean directory listing? Add this to .htaccess file: Options -Indexes
Apr 17 Tue · 09:31
Forums med
Posted a reply to Dropdown variable product don´t work in tablet, on the site WordPress.org Forums:
Mayby it is theme reletad problem. Switch theme to storefront and check if it works.
Apr 10 Tue · 09:18
Forums med
Posted a reply to Woocommerce empty cart & spinning wheel checkout, on the site WordPress.org Forums:
Browser console shows any errors?
Apr 03 Tue · 09:49
Forums med
Posted a reply to Shipping Class in Simple Products, on the site WordPress.org Forums:
Do you have any third party plugins? There are errors in browser console on product…
Apr 03 Tue · 09:37
Forums med
Posted a reply to How To Make An Echo Statement For One Product Attribute Only, on the site WordPress.org Forums:
You can use get_attribute method: https://docs.woocommerce.com/wc-apidocs/source-class-WC_Product.html#1830-1848
March 2018
Mar 27 Tue · 09:23
Forums med
Posted a reply to How to change font properties of product titles in shop page?, on the site WordPress.org Forums:
Try this CSS: h2.woocommerce-loop-product__title { font-weight: bold; }
Mar 27 Tue · 09:21
Forums med
Posted a reply to WooCommerce Shipping Zones Not Working, on the site WordPress.org Forums:
Show us some screens with shipping zones configuration.
Mar 27 Tue · 09:14
Forums med
Posted a reply to Shipping classes now showing in products, on the site WordPress.org Forums:
You are writing about shipping classes or shipping zones and shipping methods?