AlexPetrie
Forum Replies Created
-
Thanks for the reply
Here’s a walk-thru of the setup – https://watch.screencastify.com/v/34Hxl6CynlmoGfqe4Ler
Hi Peter,
thanks for coming back to me.
So what risks does a hacked subscriber account open up?
I guess I’m just trying to work out if I should care. I feel like we don’t need to, but would welcome your opinion.
Cheers,
AlexHi,
that’s what I had surmised from my research, but both of these links do not make that clear:
https://www.paidmembershipspro.com/trial-memberships/
Indeed the first link details setting up a 30-day trial by doing exactly what I did but setting the trial amount to 0 for the first 1 subscription payments. So that would suggest that I’d get what I needed by changing the 1 to a 3 (not a 2 as you suggest)
Can the plugin help at all, in terms of invoicing the missed payments?
Can anything be done with regards to those members who haven’t passed three months yet, for example by changing the trial period?
Thanks,
AlexHere’s a link to a screenshot – https://ibb.co/NrL8kSv
This is the JS code that was added to Divi -> Theme Options -> Integration Tab -> 1st Field.
<script> (function($){ jQuery(document).ready(function() { setTimeout(function(){ <code>jQuery('.single-product .yith-ywraq-add-to-</code>quote').insertAfter('.single-product .et_pb_wc_description'); }, 300); }); })(jQuery); </script>
Hopefully, this posts with the JS commented out
- This reply was modified 3 years, 6 months ago by AlexPetrie.
- This reply was modified 3 years, 6 months ago by AlexPetrie.
I contacted Elegant Themes and this is a known bug that has been passed to their development team.
They might be able to help you in the meantime as they sent me a JS code snippet as a temporary fix` but it didn’t let me post it here.
I have the exact same problem, however I found that the Add to Quote button positions itself correctly on variable products, it’s just the simple products that have the button top left
I’m also wondering how the shortcode might help fix the product page (as suggested by others) as this page should be grabbing the button anyway?
Forum: Reviews
In reply to: [Groups] Does the jobWe used https://wisdmlabs.com/woocommerce-user-specific-pricing-extension/
Support was great from these guys too
Forum: Networking WordPress
In reply to: WordPress Admin Bar is not working with my custom theme?My Thanks to both eceleste and Andrea_r
I had created my first custom theme (based on WP 2010) and had tried stripping code out bit by bit with no effect. Of course that’s because it wasn’t that my code had something WP didn’t like, it was missing wp_footer()