varange
Forum Replies Created
-
Forum: Reviews
In reply to: [Checkout Files Upload for WooCommerce] Awful customer supportThanks for the reply.
Good to see that I understood correctly: You are a small team and have no to little time for customer and product support.
Exactly as I said.
Sorry, it worked for me.
Varange
Jos at soft79.nl supplied the fix!
Well,
actually it’s related to a change I proposed to the WPB guys.
For a quick fix, please find the file plugins/perfect-woocommerce-brands/classes/admin/class-pwb-coupon.php
and replace
if ( empty( $selected_brands ) ) return;
with:
if ( empty( $selected_brands ) ) return $valid;
Forum: Plugins
In reply to: [Newsletter Sign-Up] Not working with Aweber Please helpYes, a setup guide for AWeber is absolutely essential! I have a bunch of lists on AWeber and I’m not going to Mailchimp for this one list only.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] How to remove custom fieldsThe table is called wp_wysija_user.
I have deleted the three columns that were added automatically now.
When I add a new subscriber, those columns still show up.
And when I try to enter the values from those columns into a message with shortcodes, it doesn’t replace the shortcodes with the values.
Really?
Same here. Isn’t it fun in the world of development? Some genius at FB decides to change things and a gazillion man hours are lost around the planet.
Thanks for prioritizing this Ludwig.
Forum: Fixing WordPress
In reply to: slow-queries with many posts. what is this sql SELECT doing?This query exists in wp-content/plugins/wordpress-seo/inc/class-sitemaps.php on line 707.
$query = $wpdb->prepare( "SELECT l.ID, post_title, post_content, post_name, post_author, post_parent, ". "post_modified_gmt, post_date, post_date_gmt FROM ". "( SELECT ID FROM $wpdb->posts {$join_filter} WHERE ". "post_status = '%s' AND post_password = '' AND post_type = '%s' AND post_author != 0 ". "AND post_date != '0000-00-00 00:00:00' {$where_filter} ". "ORDER BY post_modified ASC LIMIT %d OFFSET %d ) o JOIN $wpdb->posts l ON l.ID = o.ID ORDER BY l.ID", $status, $post_type, $steps, $offset );
There was already a problem with this query being slow in the past, but Yoast updated it.
https://www.ads-software.com/support/topic/plugin-wordpress-seo-by-yoast-performance-suggestion?replies=6
and
https://explainextended.com/2009/10/23/mysql-order-by-limit-performance-late-row-lookups/I’m stuck now.
Forum: Fixing WordPress
In reply to: slow-queries with many posts. what is this sql SELECT doing?Ah, found it. Yoast wordpress-SEO plugin. I’ll see if I can run that query on a cron-basis, and post what I find..
Forum: Plugins
In reply to: [W3 Total Cache] "Set expires header" option, in browser settings is disabledYes, I had the same problem and the fixes suggested by vignesh and others works just fine. Jakobde: learn to read.
Thanks for posting a fix!
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Any support available??Yes. Send out messages to all social media accounts you have to let people know how bad the support is.
Wash, rinse, repeat.
Forum: Themes and Templates
In reply to: [Customizr] Which Template File for Posts?Here’s a screenshot of the Reading page. All OK there?
Forum: Plugins
In reply to: Problem with quantity of items in cart woocommerceQuick update: I had a few plugins from InboundNow installed: CallToAction, LandingPages and Leads.
Disabled them and the “proceed to checkout” works.
Man oh man.
Forum: Plugins
In reply to: Problem with quantity of items in cart woocommerceI have exactly the same problem.
I see that the form action for the cart form is set to /cart/ and not /checkout/. Is this normal?