nathancbriggs
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] Only show certain countries at checkoutThis snippet from wp-e-commerce/wpsc-core/js/wp-e-ecommerce.js, line 560, looks relevant https://pastebin.com/A4LHYkgG
Forum: Plugins
In reply to: [WP eCommerce] Issue with Country dropdown sort order on checkout pageDisabling JavaScript, as suggested in the thread you posted, works on my client’s site too. Odd.
This snippet from wp-e-commerce/wpsc-core/js/wp-e-ecommerce.js, line 560, looks relevant https://pastebin.com/A4LHYkgG
I don’t have the time today to dig properly and fix it, but maybe later.
Forum: Plugins
In reply to: [WP eCommerce] Issue with Country dropdown sort order on checkout pageConfirming this issue on a client’s site
WordPress version: 3.9.1
WP eCommerce version: 3.8.14.1
Gold Cart version: 2.9.7.3
Theme: Twenty Eleven 1.8Forum: Plugins
In reply to: [WooCommerce] Woocommerce and Varnish cacheYou don’t have to. There is a “Subscribe to Topic’ link at the right side-bar on all topics.
I didn’t know about that (or forgot) – thanks!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce and Varnish cache1) wc_session_cookie no longer exists in WC2.1, which “will be released shortly” – https://github.com/woothemes/woocommerce/issues/3513
2) modification for your Varnish VCL – https://docs.woothemes.com/document/configuring-caching-plugins/
Forum: Plugins
In reply to: [WooCommerce] Woocommerce and Varnish cacheJust started having a problem with the cart being cleared, too. Commenting to get updates in this thread. Will post her if I find a solution.
Awesomepants.
I’m one of the developers. We’re working with Jackstin to get a more accurate location, using a GPS chip when one is available.
@mlwmlw: thank you, saving the settings worked on my client’s site. Thanks to you, fix time was < 2 minutes ??
Forum: Fixing WordPress
In reply to: Add additional class to get_the_post_thumbnail()?$featured = str_replace( 'class="', 'class="titlerep ', $featured );
??
Forum: Fixing WordPress
In reply to: Add additional class to get_the_post_thumbnail()?get_the_post_thumbnail uses wp_get_attachment_image internally to generate the html. Looks like wp_get_attachment_image doesn’t process merging the attr with the default attributes (specifically, it doesn’t ADD any class you specify to the default class, ‘attachment-$size’, it just replaces it). Naughty!
Suggest you open a ticket in trac and try to persuade the core team to fix it.