unicco
@unicco on WordPress.org
Bio
- Member Since: March 28th, 2014
- Location: Denmark
- Website: excelautomation.dk
-
Created a topic, After updating to 1.7..5 which obviousely breaks auto-capture, on the site WordPress.org Forums:
Review: Issues with Billwerk Update from 1.7.3 to 1.7.… -
Created a topic, Loading images through CDN, on the site WordPress.org Forums:
Hi. Seems like my images aren't being loaded through m… -
Created a topic, Review on Pro-package, on the site WordPress.org Forums:
Pro-package: - Code: 3/5 - UI: 2/5 - Support: 1/5 - In… -
Created a topic, Some categories dosen’t show up, on the site WordPress.org Forums:
I've a category named: "House Doctor - Sofaer", but wh… -
Posted a reply to MailPoet & WooCommerce, Generate New Coupon Code for New Subscriber, on the site WordPress.org Forums:
Is it just me, or is this thread pretty much NOT RESOLVED? -
Created a topic, Thank you for such a awesome plugin, on the site WordPress.org Forums:
I've been looking for a plugin that optimize the image… -
Created a topic, Very easy to configure. 30 seconds and you’re ready. Well done., on the site WordPress.org Forums:
Very easy to configure. 30 seconds and you're ready. W… -
Posted a reply to WooCommerce API, on the site WordPress.org Forums:
Hi. No problem, I've found another approach. Nevertheless, regarding adding extra images through the API… -
Posted a reply to Add images dynamically (hook these to Fancy Lightbox click-event), on the site WordPress.org Forums:
OK. I added "ari-fancybox"-class to the anchor which wraps around my dynamically added image, and… -
Created a topic, Add images dynamically (hook these to Fancy Lightbox click-event), on the site WordPress.org Forums:
Hi. I'm using slick-slider on my site. Whenever the u… -
Created a topic, WooCommerce API, on the site WordPress.org Forums:
Do it support WooCommerce RestAPI? Can I somehow add t… -
Created a topic, Effective!, on the site WordPress.org Forums:
Thank you -
Created a topic, Garbage, on the site WordPress.org Forums:
Low quality code, login is required, php warnings at h… -
Created a topic, Cache/preloader is not working properly, on the site WordPress.org Forums:
Whenever I scroll through the product-archive, the rep… -
Created a topic, Button text not changing, on the site WordPress.org Forums:
"Tekst pÃ¥ ordreknap" doesn't work - it simply dosen't… -
Posted a reply to Filters for logos, on the site WordPress.org Forums:
The filter is not fired. I guess it due to the fact, that I can't… -
Created a topic, Filters for logos, on the site WordPress.org Forums:
I can't find any proper way to change the logos for Vi… -
Created a topic, Nice one, on the site WordPress.org Forums:
Nice code, simple backend, simple frontend, and works … -
Posted a reply to WP_QUERY with multiple nested array within meta_query, on the site WordPress.org Forums:
Well if you have that opinion, I'd prefer getting an explanation, why that is so.… -
Posted a reply to WP_QUERY with multiple nested array within meta_query, on the site WordPress.org Forums:
Alright. I've an solution for this. Seems like this should be reported as a bug… -
Posted a reply to WP_QUERY with multiple nested array within meta_query, on the site WordPress.org Forums:
Actually I tried to build up my meta_query directly in php. This results in a… -
Posted a reply to WP_QUERY with multiple nested array within meta_query, on the site WordPress.org Forums:
No, because new WP_Query( $args ); returns 504, so I won't be able to call… -
Posted a reply to WP_QUERY with multiple nested array within meta_query, on the site WordPress.org Forums:
And a timeout error seems pretty weird aswell... If I put weird/wrong things in my… -
Posted a reply to WP_QUERY with multiple nested array within meta_query, on the site WordPress.org Forums:
Yes I'm pretty sure about that. If I have one nested meta query it works… -
Posted a reply to WP_QUERY with multiple nested array within meta_query, on the site WordPress.org Forums:
Actually I'm building the query using Ajax, and printing the query args using var_dump returns… -
Created a topic, WP_QUERY with multiple meta_query, on the site WordPress.org Forums:
WP_QUERY is returning an 504 Gateway Time-out error. I… -
Created a topic, limit the alm’s output, on the site WordPress.org Forums:
Hi. Is it somehow possible to limit the alm's output? … -
Posted a reply to Encoding problems with “&”, on the site WordPress.org Forums:
In \wpai-woocommerce-add-on\libraries\XmlImportWooCommerceProduct.php you should change line 585 from $this->pushmeta($pid, '_variation_description', wp_kses_post($product_variation_description[$i]) ); to $this->pushmeta($pid, '_variation_description',… -
Posted a reply to Encoding problems with “&”, on the site WordPress.org Forums:
Btw. Have you ever heard about "high cohesion" in programming. Your import function is like… -
Created a topic, Encoding problems with “&”, on the site WordPress.org Forums:
I'm importing a URL into my woocommerce- "variation de… -
Posted a reply to Delete cache when new posts are published., on the site WordPress.org Forums:
Alright :-). Is it possible that you could send a mail-notification whenever one of your… -
Posted a reply to Delete cache when new posts are published., on the site WordPress.org Forums:
Yes, it'd preferable if the cache was made individually instead of on a grouped basis.… -
Posted a reply to Is this plugin in active development or you have stopped working., on the site WordPress.org Forums:
I agree with @wocmultimedia. In my opinion QtranslateX is still the best plugin for running… -
Created a topic, Delete cache when new posts are published., on the site WordPress.org Forums:
This topic relates to your cache extension plugin. Co… -
Created a topic, Get terms orderby custom order, on the site WordPress.org Forums:
I want to retrieve all terms ("pa_farve"), which is a … -
Posted a reply to get_terms 'orderby', on the site WordPress.org Forums:
@sweetp It dosen't work either: (see http://imgur.com/a/WZCE6) I'm using the following: `$terms = wp_get_object_terms( get_the_ID(),… -
Posted a reply to get_terms 'orderby', on the site WordPress.org Forums:
Hmm. Don't think I've tried that one. Do you have a source for this? -
Created a topic, gj, on the site WordPress.org Forums:
Perfect. What a perfect timing – I just needed t… -
Created a topic, Garbage, on the site WordPress.org Forums:
Have you even tested this? 1) I used 5 different lan… -
Created a topic, Orderby terms not working properly, on the site WordPress.org Forums:
I want to print my color_swatches on the frontend. Thi… -
Posted a reply to Duplicated products on categorypage – how to prevent?, on the site WordPress.org Forums:
Yes. Have just tried that - issue persist. And yeah, it (might) be some async… -
Posted a reply to Duplicated products on categorypage – how to prevent?, on the site WordPress.org Forums:
@dcooney Correction. Actually it's caused by this line:taxonomy_terms="' . $cat_slug . '" Tried disable all… -
Posted a reply to Duplicated products on categorypage – how to prevent?, on the site WordPress.org Forums:
Hmm. It seems it caused by this: ( Not 100% sure on this just yet.… -
Created a topic, Duplicated products on categorypage – how to prevent?, on the site WordPress.org Forums:
Hi again, I'm experiencing duplicated products on my … -
Posted a reply to Cache returns the same page for every category, on the site WordPress.org Forums:
Hi again. It seems the error was caused by "All 404 Redirect to Homepage"-plugin. Everything… -
Posted a reply to Cache returns the same page for every category, on the site WordPress.org Forums:
The error from last time still exist. On my local apache (XAMPP) server things works… -
Posted a reply to Cache returns the same page for every category, on the site WordPress.org Forums:
Thanks for the quick reply. This actually did it the trick! I really wasn't aware… -
Created a topic, Cache returns the same page for every category, on the site WordPress.org Forums:
Hi. I bought the cache-plugin for months ago. At that … -
Posted a reply to get_terms 'orderby', on the site WordPress.org Forums:
Did you find a solution for this? -
Posted a reply to Sort by post with most views in 48 hrs, on the site WordPress.org Forums:
Could be very nice with some additional WooCommerce-examples for this. I think it's pretty hard…