Ryann Micua
Forum Replies Created
-
Forum: Plugins
In reply to: [Magic Action Box] Custom HTML form creating two Submit buttonsHi @browneyestfc,
sorry for the late reply. Anyhow, you just need to remove the 2nd submit button from the processed form code.
This is the processed form code with the second button removed:
<form action="//app.mailerlite.com/webforms/submit/k0j9y5" data-id="148895" data-code="k0j9y5" method="POST"> <div class="mab-field"> <input type="text" name="fields[name]" placeholder="First Name*" /> </div> <div class="mab-field"> <input type="text" name="fields[email]" placeholder="Email*" /> </div> <input type="hidden" name="ml-submit" value="1" /> <div class="mab-field"> <input type="submit" class="mab-optin-submit" value="Submit" /> </div> <div class="clear"></div> </form>Forum: Plugins
In reply to: [Magic Action Box] Submit button not showing "button" styleThe contact page has a validation error that is causing css styling issues.
The relevant bit to this question is #19. Basically nested
<form>tags. Not sure how you’re adding the action box widget but it looks like the widget is being added inside a form.Solve that and the button style should work properly.
Forum: Plugins
In reply to: [Magic Action Box] Two Magic Boxes?First file to look would be the footer.php file 😉
after that, it could be anywhere. Best place to ask would be the theme author
Forum: Plugins
In reply to: [Magic Action Box] Two Magic Boxes?MAB works by attaching the boxes at the end of calls to “the_content()” function in wordpress. normally, there is only one of these calls on a page. This becomes a problem when there are multiple calls to “the_content()” function which I think is what is happening.
The footer on your site, is the content editable? how do you edit the content for the footer?
One way of checking my theory is to install this https://wordpress.org/plugins/simple-share-buttons-adder/ and enable the share buttons on that page. see if you get double buttons
Forum: Plugins
In reply to: [Magic Action Box] Opt-in redirect to different pageHi @gloomyghost, the thank you page redirect is set up from the email service provider i.e. mailchimp.
This is because on non-ajax forms, a user is taken to the service provider when they click on the submit button. Once a user leaves your site, there is nothing that MAB can do to bring the user back. it is up to the service provider to bring the user back to your site or a thank you page.
Forum: Plugins
In reply to: [Magic Action Box] Two Magic Boxes?Hi @gabstero,
It’s hard to tell without knowing how your site is set up. Can you try changing the action box on the page and see if both action boxes change too?
Forum: Plugins
In reply to: [Magic Action Box] Not compatible with latest WP version 4.5.2haha.. you are totally right in doing that 😉 check back in about 12 hours.
Forum: Plugins
In reply to: [Magic Action Box] Not compatible with latest WP version 4.5.2MAB will work on the latest WP version. We just need to update the plugin info that says what version it’s compatible with.
Forum: Plugins
In reply to: [Magic Action Box] Process CodeHi @elsy,
I already answered you on the ticket you created https://prosulum.zendesk.com/tickets/2277 you should have received an email about my reply last May 31.
Long story short, it was wordfence. I activated training mode on the firewall, ran process code, and enabled the firewall again.
Forum: Plugins
In reply to: [Magic Action Box] Is MAB compatile with PHP7?Yes. The general rule is, if it works with lower PHP version, then it should work with higher versions. But, if something shouldn’t work as expected, feel free to let me know.
Forum: Plugins
In reply to: [Magic Action Box] Subscription box loads slowlyYes I visited the website that’s why I made the last paragraph 😉
Unfortunately, there’s not much that can be done because when MAB (or any other display plugin) is used as a widget, stylesheets are loaded down at the bottom of the page instead of at the top where styles are usually loaded. This is because a page won’t know there’s a widget until it is rendered on the page and the accompanying stylesheet is added by then (and not before).
I did notice that the images on the website loaded a bit more slowly than what I’d expect. Checking out the images, they were pretty big by web standards. two of the banner images alone took up almost 2mb.
I ran a quick page load test on your home page. Here are the results: http://imgur.com/FPR5kVo 15 seconds to complete. That’s quite long.
You might be wondering what this has to do with MAB. Remember what I said about the form is up top and the stylesheet is down at the end? Well, between the two is the rest of the page, notably the images. The faster you can render the rest of the page, the faster the stylesheet down at the end can load.
Forum: Plugins
In reply to: [Magic Action Box] Subscription box loads slowlyThis is the test.
To clarify, the loading issue went away after replacing the MAB widget with a text widget? As in when using a regular text widget the site no longer loads “slowly”?
I assumed when you say loads “slowly” that the page loading bar kept spinning.
If on the other hand, what you are experiencing is that you see the unstyled form for quite a bit, then that is because when using MAB as a widget, the style files for box is added at the end of the page – it doesn’t get read until the rest of the page has loaded which means the form will remain unstyled until the whole html page has been loaded.
Forum: Plugins
In reply to: [Magic Action Box] Subscription box loads slowlyHi @browneyestfc,
try removing the box from the widget and see if the loading issue persists.
Forum: Plugins
In reply to: [Magic Action Box] Subscription box loads slowlydoes removing the box solve the loading issue?
Forum: Plugins
In reply to: [Magic Action Box] Process CodeI can process the code you sent just fine on my website.
Would you like us to check out the problem on your wordpress dashboard? If so, please open a support ticket at http://prosulum.zendesk.com and we’ll work from there.