jdyach
Forum Replies Created
-
Forum: Plugins
In reply to: [Premmerce Permalink Manager for WooCommerce] Freemius conflict?Additional note: I just tried individually activating them (instead of network activating on my multisite) and I worked on the subdomain site. I still get the error on the main/parent site.
Forum: Plugins
In reply to: [W3 Total Cache] Replace site’s hostname with CNAME errorsAccording to these articles:
https://www.h3xed.com/web-development/using-https-with-amazon-s3-and-your-domain?cadd=1#comments
https://stackoverflow.com/questions/42441828/https-on-s3-without-cloudfront-possible
Amazon S3 doesn’t support domain/subdomain mapping using a CNAME, with HTTPS. Why then would “Replace site’s hostname with a CNAME” be an available option? Surely this issue has been encountered before.I don’t want to use CloudFront if i don’t have to, but will that really be the only solution for me to get this working?
Thanks,
j- This reply was modified 6 years, 3 months ago by jdyach. Reason: added second article source
Forum: Plugins
In reply to: [W3 Total Cache] Replace site’s hostname with CNAME errorsUPDATE: I requested a new wildcard Let’s Encrypt SSL for my domain (so no longer self-signed) and that got rid of the ERR_CERT_AUTHORITY_INVALID error.
Now the error I am getting is ERR_CERT_COMMON_NAME_INVALID
Subject: *.s3.amazonaws.comI gather this is because my links are now pointing to the CNAME address, and not the default *.s3.amazonaws.com, so it doesn’t match the cert.
So any ideas on how I get around this?
Hi, I removed the Avada gallery and am now using just the default Woo Commerce product gallery. It seems though that the zoom feature on the images is disabled on only the variation image. Is this a known issue?
Thanks,
jThank you @lemehovskiy! This worked for me using a similar plugin “Smart Variation Swatches for WooCommerce“, with the following adapted code:
$( ".variations_form" ).on( "woocommerce_update_variation_values", function () { let $swatches = $('.atawc-swatches'); $swatches.find('.swatch').removeClass('hidden'); $swatches.each(function(){ let $select = $(this).prev().find('select'); $(this).find('.swatch').each(function(){ if (!($select.find('option[value="'+ $(this).attr('data-value') +'"]').length > 0)) { $(this).addClass('hidden'); } }) }) } );
Forum: Plugins
In reply to: [Recent FB Posts] No recent Facebook posts to show. Any solution?I ended up using “Custom Facebook Feed” and it works great. https://www.ads-software.com/plugins/custom-facebook-feed/
Forum: Plugins
In reply to: [Recent FB Posts] No recent Facebook posts to show. Any solution?When I test via the plugin configuration it tells me all is fine but it still says “No recent Faceboook posts.” Any ideas?
The template header.php was missing <?php wp_head(); ?>
Ahh! So annoying!
hi @varktech.com, I am running WP V 3.5.1. and Woo V 2.0.17
I am having the same problem; Add to Cart button not showing for variable products. When switching to the default theme it works fine. I have tried so many suggested solutions that I can’t even list them all. The site is using a custom theme that was developed for the site. The URL is https://www.8degreesplato.com/shop/. The t-shirts are the variable products. I am not sure what else information to post here, but any help would be greatly appreciated! Thanks.
Forum: Plugins
In reply to: [WooCommerce] Override template files not working?How did you override via the theme’s functions?