broodi
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] reCaptcha not showing up in the formI’m having the same problem.
http://sexualabusesummit.com/contact-us/I updated contact form 7 to 4.5.1 on WP 4.6.1 and recaptcha no longer shows up.
<div data-sitekey="XX"class="wpcf7-form-control g-recaptcha wpcf7-recaptcha">{nothing here}</div>The code inside the div container is empty
HELP!!
- This reply was modified 9 years, 7 months ago by broodi.
Forum: Plugins
In reply to: [Shopify eCommerce Plugin - Shopping Cart] ACF PRO repeaterHas this been officially fixed, because my previous fix kills the cart button functionality? It looks like if I take out my “fix” code. everything works normally.
Forum: Plugins
In reply to: [Shopify eCommerce Plugin - Shopping Cart] ACF PRO repeatersweet. great plugin. thanks for the follow-up
Forum: Plugins
In reply to: [Shopify eCommerce Plugin - Shopping Cart] ACF PRO repeaterOK I have solved this. although it is only a patch.
it doesn’t have any thing to do with the repeater. it happens in any custom field. It appears that Shopify/Wordpress is only looking for the main content() to add the javascript include file. I simply hard coded:<script id=”ShopifyEmbedScript” src=”https://widgets.shopifyapps.com/assets/widgets/embed/client.js” type=”text/javascript”></script>
into the page.
it works fine, but if you have a button in content AND a button in a custom field, you will have included the javascript twice.
hopefully an official patch is coming.
Forum: Plugins
In reply to: [Shopify eCommerce Plugin - Shopping Cart] ACF PRO repeaterThe short code is working. It is creating the divs. BUT the widgets.shopify.com assets are not getting included. if I add the button the content(), then the other 2 buttons appear.