logansan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] State Field (Select)Legend. I have installed as a snippet, will test and see if it works with next order (hopefully order isnt broken!!) 🙂
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] State Field (Select)Thought about using Zapier or something but there is nothing that would hook this from the STATE on the checkout page, (which it should!!)
This is too easy to not work 🙁
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] State Field (Select)+1!!!
HELP! This is not working for me either. I have open-ssl in php version so all good there. Anyone fixed this yet? It doesn’t happen in all my sites and also not all the time, I was able to test this myself this morning and it worked, but I just tried again and it failed. 🙁
How do you get the header as I have the problem
Forum: Plugins
In reply to: [Google Forms] "Submit another response" linkThat sounds great!
Here is header information:
Why is this resolved?
No, latest version did not fix.
Same issue as the other poster, if you put ‘headers’ in reply to field, you get error messages.You can’t remove the reply to field, as it just repopulates on save
Hi David, checking if this bug was fixed in the latest version, changelog just says “bug fixes” and this thread is not set to resolved. Assume it is not fixed in latest release?
regards.
Forum: Plugins
In reply to: [Woocommerce Admin Theme] Permissions Error on Header tab in AdminYes, I tried as admin and as a shop manager with the user role editor plugin
Ok, update. I fixed the easy-pricing-table issue and the CSS all renders on the page fine now. So it’s not killing the SU_ css.
SU_BUTTON’s still don’t show correctly. They have no CSS for background-color set, so they effectively don’t look like buttons.
Ruled out conflicting plugins.
I will dig around the SU_ code some more.Yep, updated that file and all is well in easy-pricing-table world.
Look forward to the fixed version.ok, dug around for you.
In simple-flat-table.php it is adding the additional ” in two places in the actual echo php#ptp-<?php echo $id ?> ul.ptp-item-container { border-radius: <?php echo $rounded_corner_width; ?>;"; padding: 0px; margin-left: 0px; margin-right: 0px; }and here:
#ptp-<?php echo $id ?> div.ptp-most-popular{ border-radius: <?php echo $rounded_corner_width; ?>;" font-size: <?php echo $most_popular_font_size.$most_popular_font_size_type; ?>; }I removed those in jsfiddle.net and it worked fine. I will try updating the plugin and see if I can fix on my site too. 🙂