gekomees
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Comments Import & Export] CVS is emptyI see this is marked as resolved. What was the problem/solution? I’m having the same problem. The CSV is empty aside from the headers.
Forum: Plugins
In reply to: [MailerLite - Signup forms (official)] Critical ErrorI fixed it by changing line 86 to
return count( is_array(self::parseResponse($response)) ? self::parseResponse($response) : [] ) > 0;Forum: Plugins
In reply to: [Avif Express] Problem with transparent PNGsHere.
Forum: Plugins
In reply to: [Avif Express] Problem with site in subfolderThank you. It works now!
Might not be related after all. QSM was the only thing loading axe-core but even with the plugin disabled the error persists on a page with many elements. Disregard for now.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Coupon e-mail body not translated WPMLWorks now. Thanks!
Forum: Plugins
In reply to: [Contact Form 7] V 5.8 – Break lines in message body not working anymoreWhy is this marked as resolved when it is not? Absolutely a problem in 5.8.1.
Forum: Plugins
In reply to: [Contact Form 7] V 5.8 – Break lines in message body not working anymoreI have the exact same problem with a site after the update to 5.8. Here’s the site info: https://pastebin.com/Wsj3GtRH
Have the same issue, but only in Firefox. Resizing the window made the chart visible. I have pie and column charts on my page and only pie charts were affected. 3.7.1 works.
Thank you. I missed the documentation part somehow.
This worked fine:
$processedProduct = adp_functions()->calculateProduct($product, 1); if (!empty($processedProduct)) { $processedProduct->isDiscounted(); }
I can confirm the problem described was fixed in 2.0.1
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Setting the wheel optionThanks, hadn’t thought of that.
Forum: Plugins
In reply to: [DPD Baltic Shipping] Weight based costs not working (home delivery)Setting the cost to 0 and removing the decimal part from the weight calculations (ex. 5:20 not 5:20.00 even though the example is like the latter) but it does not take into account the actual weight of the product, it always displays the highest weight price.
- This reply was modified 5 years, 3 months ago by gekomees.
Forum: Plugins
In reply to: [Contact Form 7] select* and first_as_labelYeah, I thought as much that it was somehow a plugin incompatibility but it turned out it wasn’t playing nice with a minify script that a developer had included in the theme. Removing the script restored CF7-s functionality.
So for the record, this minify script doesn’t work with the select* element:
https://gist.github.com/sethbergman/d07e879200bef6862131Solved.
Forum: Plugins
In reply to: [DPD Baltic Shipping] Endless flickering in checkoutProblem solved.