jpowersdev
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Wrong filenamesHi @blazmate,
Thank you for bringing this to my attention, I’m going to work on resolving this. For now, you can delete the MailChimp_Assets (capital C) folder in order to get your backup working. The other folder is what’s being used by our plugin.
Thanks,
JonForum: Plugins
In reply to: [Easy Forms for Mailchimp] Field No Longer Exists & Interest Groups MissingHi @lynne991,
Thank you for the screenshots you’ve provided.
That error is displayed when a field or interest group is stored in our plugin settings but isn’t listed in the response from Mailchimp’s API. The problem you are having leads me to believe that the field groups on your Mailchimp account have been modified in such a way that they no longer line up.
You may be able to resolve this by fetching fresh data from Mailchimp. You can clear the cached values for a specific list by clicking “Clear Mailchimp API Cache” under “Associated List Settings” in the form editor sidebar.
If that doesn’t help, click “View List” in the same section. The following page will have a list of all interest groups Mailchimp is reporting for a given list. See if that lines up with what you expect.
Thanks,
JonForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Pre Select Tab on LoadForum: Plugins
In reply to: [Easy Forms for Mailchimp] Field No Longer Exists & Interest Groups MissingHi @lynne991,
Could you send screenshots of the exact errors you are seeing? You can use a service like https://imgbb.com/.
What type of field is throwing the error?
Thanks,
JonForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] The whole plugin doesnt work?Hi @sampjandoo,
It looks like there’s some sort of conflict with the WYSIWYG editor there. We’re just using the regular TinyMCE editor that ships with WordPress.
– Are you seeing that problem anywhere else, like on the edit screen for posts or pages?
– Are there any errors in the browser console? (Right click the page, click inspect, go to the ‘Console’ tab).
– What browser and operating system are you using?Thanks,
JonForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Pre Select Tab on LoadHey @superclean,
Neat question. I’d probably do the following:
window.onload = () => document.querySelector("a[href='#tab-my-tab']").click()If your theme is more complicated, you may have to select the tab more specifically than what I’ve done. But ultimately, you need to click the anchor tag inside the tab
<li>Let me know if that helps,
JonForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Anchor Link to TabHi @arrowacq,
Yes, simply clicking a link to the tab will not open the tab, you have to click the tab itself for the WooCommerce js to display the tab content. You can add your own JS to do a “fake” click on the tab when a user clicks a link, and we have a knowledge base article outlining that for you:
https://yikesplugins.com/knowledge-base/link-directly-to-a-custom-tab/
Let me know if that helps,
JonForum: Plugins
In reply to: [Easy Forms for Mailchimp] Clicking in form takes back to topHi @decor8rgirl,
Thank you for providing a link. It looks like your entire form is wrapped in the following anchor tag:
<a class="fusion-modal-text-link" href="#" role="link">That will make it so when you click on the form, it tries to visit ‘#’, which is essentially the current page. Hence the scroll to the top.
If you remove that tag, the form should function normally.
Jon
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Mobile form fields unreadableHi @arianelariviere,
I see the problem. I can reproduce it on my phone, but for some reason, I am unable to do so using the dev tools on the desktop. That makes it a little difficult to track down exactly what is happening.
There is clearly some sort of styling issue, and I see styles coming from a variety of sources targeting those fields. I also see a good deal of padding applied to the input fields. I’d probably try removing any padding, making sure the line-height is set to 1 or greater, manually setting colors on specific breakpoints and other similar tactics.
You can use the customizer in WordPress to add additional CSS quickly while refreshing the page on your phone to test it.
Let me know if that helps,
JonForum: Plugins
In reply to: [Easy Forms for Mailchimp] Update email link doesn’t workHi @auntypizza,
I’m wondering if this has to do with your site being under construction. It’s possible that outgoing emails are not turned on, or something similar.
Seeing as your site is under construction, if you’d like to send us a message over at https://yikesplugins.com/about/contact we’d be happy to look into this further for you.
Thanks,
JonHi @klorofilla,
I was not able to reproduce that specific issue on my machine. If you could please send us a message over at https://yikesplugins.com/about/contact/, we can look into this further for you.
Thanks,
JonForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Can’t buy ProForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Can’t buy ProHi @kraemit,
Can you try doing a hard refresh on the checkout page (CTRL+SHIFT+R or CMD+SHIFT+R) and see if that causes it to update?
Are you logged into an account or are you checking out as a guest?
If the hard refresh doesn’t work, could you provide a screenshot of the checkout page that you see? You can use something like https://imgbb.com/ to share the screenshot.
Thanks,
JonHi again @klorofilla,
I’ve just pushed a hotfix to address this issue. Please update the plugin and let me know if your problem is resolved.
Thanks,
JonHi @klorofilla,
I was able to reproduce this bug on my machine as well. I’m still in the process of tracking down the root cause.
Thank you for alerting us to this issue!
Jon