streamworksaudio
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Problem with TLS 1.2I am just starting to read up on making sure my setup is ready for TLS 1.2 (and WooCommerce/Stripe) and Google brought to this thread.
Where are you seeing these errors? I am not seeing anything here but maybe I am not looking in the right place.
Cheers
Forum: Plugins
In reply to: [WooCommerce] woocommerce_process_product_meta to update SKUThanks – I was sure I could. It turned out that the priority was not high enough and that is why I couldn’t get it to work.
But it is working now after adjusting that.
Cheers
Perfect – that did it. Just change the button text from the function to get the test to the font awesome <i> tag.
Thanks again.
Thanks Daniel,
Is that the correct path though for the template file? I made a copy into my child theme directory (child-theme/popmake/popup.php) and made some changes but they are not having any affect.
Cheers
How about using an <i> tag. Something like this…
<i class="fa fa-times" aria-hidden="true"></i>This only shows the HTML itself and not the desired font.
Cheers
Yeah that is what I figured as the pop up is an element and not a new window.
Cheers
Thanks for the offer. I think that the extension will have a use in the future, and with your great support as well as offering amazing products I think no refund is necessary.
I am sure we can find a great use for the extension.
Thanks again!
Hi Daniel,
I purchased the Remote Content extension, but I could not figure out how to pass the required values from the triggered element to the function that was run via AJAX. And I could not find anything in the documentation.
What I needed was to take a dynamic value that was assigned to the clickable element and pass it along. After doing some digging, I found how to have the Javascript grab the value I needed ( trigger.attr(‘needed-value’) ). I can then use this to change the src of the iframe via Javascript.
So after all that I didn’t end up needed the Remote Content extension. 🙂
Cheers
Thanks Daniel,
I have been looking at the Remote Content Extension… and I might just end up going for that. Hope you take PayPal 😉
Again your help is much appreciated.
Cheers,
ChrisI am not the best at describing what I am trying to get done… but here it goes.
I have a popup made that loads an iframe to a YouTube video. However each product page has a different video that is loaded from YouTube, and in some cases there are 3 or more popups with YouTube videos on a single page.
So what I was trying to do was having an ID set for each <div> tag (from our database and PHP script – which is the YouTube video ID) and when clicked the javascript would then get the ID of the div (again which is the YouTube video ID) and change the iframe src to the correct YouTube video.
This way I only need one popup that loads pretty the same content, other than changing the YouTube ID.
Thanks Daniel,
I also found (after posting this) that event.target.id works as well.
Cheers
Skip this question… seems like it is working now (must have had a typo in the shortcode ;))
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Conflict with Gravity Forms 1.9.16I think I found the problem shortly after posting this.
I had some custom code being launched by Gravity Forms hooks – however, the forms that the were associated with those hooks were set to un-active. I removed my custom code and all seems to work now.
Cheers
Thank you Sebro,
But I am not talking about Yoast Google Analytics and Yoast SEO (I already have those two installed). I am asking about Yoast Google Analytics and the WooCommerce Google Analytics Integration plugin (https://en-ca.wordpress.org/plugins/woocommerce-google-analytics-integration/).
I want to be sure that there are no issues if I use both of these plugins.
Cheers
Forum: Plugins
In reply to: [WooDiscuz - WooCommerce Comments] database tablesThanks!