sciroccojim
Forum Replies Created
-
That would be great, thanks. I simply can’t use the plugin and checkout flow without correcting the layout issue.
Thank you. I’ve done my best to look into the styling of this area and found the attributes that affect this, but I must enlist some help in order to modify them properly.
Forum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] Labels with variable productsHello. I am looking to purchase the plugin and not trying to hijack the thread, but I think I’m having the same issue. Has this been resolved? In my case, I’d like (just an example) to have labels for “black”, “blue”, and “green” which appear on a *variation” image when ever that color attribute is chosen for a particular variation.
In other words, the main product image needs to appear without any sort of label, but a label corresponding to the variation chosen must appear over the variation image. So if black jeans are chosen, the “Black” label I create will appear over the black jeans image when the variation is selected.
I just spent about an hour trying to make this happen using the plugin demo but all of the labels (black/blue/green) appear over the main product image and subsequently chosen variation images.
Thanks!!
Forum: Plugins
In reply to: [WooCommerce] Are my products getting cached (without a caching plugin)?Thanks. Here’s what I ended up doing (I got impatient):
Deleted endurance-page-cache.php and endurance-browser-cache.php from the mu-plugins folder
Renamed wp-content/endurance-page-cache to endurance-page-cache_old
Edited .htaccess, removing the following:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^/wp-content/endurance-page-cache/ – [L]
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP_COOKIE} !(wordpress_test_cookie|comment_author|wp\-postpass|wordpress_logged_in|wptouch_switch_toggle) [NC]
RewriteCond %{DOCUMENT_ROOT}/wp-content/endurance-page-cache/$1/_index.html -f
RewriteRule ^(.*)$ /wp-content/endurance-page-cache/$1/_index.html [L]
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access plus 1 year”
ExpiresByType image/jpeg “access plus 1 year”
ExpiresByType image/gif “access plus 1 year”
ExpiresByType image/png “access plus 1 year”
ExpiresByType text/css “access plus 1 month”
ExpiresByType application/pdf “access plus 1 month”
ExpiresByType text/javascript “access plus 1 month”
ExpiresByType image/x-icon “access plus 1 year”
ExpiresDefault “access plus 1 weeks”
</IfModule>Now the pages do not appear to be caching and hopefully, my other issue is fixed. I’ll mark this as resolved once I make my determination. Hopefully, this thread will help others.
Forum: Plugins
In reply to: [WooCommerce] Are my products getting cached (without a caching plugin)?Well, guess what? “Endurance Page Cache” was installed (without my permission) by Bluehost, who I no longer use for hosting. .htaccess has references to it, there are thousands of files in an “endurance-page-cache” folder in wp-content and that would explain the caching problem – and possibly the site’s overall issues.
The question is, how to do I get rid of a plugin that I never installed? There’s no sign of it anywhere, except in .htaccess and the caching folders. I guess I have to edit .htaccess but I don’t want to break my site.
Argh.Forum: Plugins
In reply to: [WooCommerce] Are my products getting cached (without a caching plugin)?I have tried that, thanks. There appears to be some caching enabled somewhere, either via .htaccess or something in a plug (I have no caching plugins!).
I’ve been wondering if .htaccess itself isn’t causing the “breaking” issue (no connection to stylesheets) and as I understand, I might be able to fix it by hitting “Save Changes” on the Permalinks page???
Forum: Plugins
In reply to: [PayPal for WooCommerce] Payment Error 26 invalid vendor accountArgh…same issue here.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Express not workingDone
Forum: Plugins
In reply to: [PayPal for WooCommerce] Express not workingJust installed the 1.4.1 update and re-enabled Express Checkout. After entering my billing info on the checkout page and selecting Express and Proceed to Paypal, I get “Error processing checkout. Please try again.” and remain on the Checkout page. The error email is the same as before.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Express not workingOh, my. Had no idea I couldn’t do that here (offer to send login info). Sorry.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Express not workingDo you mean the Live API User Name, Pass and Sig? User name is correct, pass and sig are just dots. [redacted]
- This reply was modified 7 years, 10 months ago by bdbrown.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Express not workingCorrect. Error started with the update.
Forum: Plugins
In reply to: [WooCommerce] Email formatting issues – vary with payment methodThe link you provided above doesn’t work. By the way, on many plugins (such as this one), when I click the “view details” link on the plugin, I get the following message: “An unexpected error occurred. Something may be wrong with www.ads-software.com or this server’s configuration. If you continue to have problems, please try the support forums.”
Some searching on GitHub led me to a page for the plugin that mentions these files:
var/log/amazonpayments/apa_exception.log
var/log/amazonpayments/apa_api.log
var/log/amazonpayments/apa_ipn.log
…but I can’t seem to locate them.I can send you ftp and login credentials….?
Forum: Plugins
In reply to: [WooCommerce] Email formatting issues – vary with payment methodWell, the issue is still not corrected.
It should be noted that customers placing “Amazon” orders don’t even receive an email (I installed a mail logging plugin). If I use the back end to send new order and “processing” emails, the customer email does get sent and I receive an email with the missing fields populated.
Help!
Forum: Plugins
In reply to: [WooCommerce] Email formatting issues – vary with payment methodLooks like this was a problem with the theme. Avada released a patch entitled “WooCommerce 3.0.4 maintenance patch for template override update.” that seems to have corrected the issue. I’ll update and mark as resolved once I confirm as much.