merbmerb
@merbmerb on WordPress.org
- Member Since: October 1st, 2013
Contribution History
merbmerb’s badges:- Plugin Developer
-
Posted a reply to Keyboard tabbing, on the site WordPress.org Forums:
I cannot get it to fail now. A question for you, are the contents of… -
Posted a reply to Keyboard tabbing, on the site WordPress.org Forums:
OK, so sometimes it works and sometimes it does not. Let me dig deeper. -
Posted a reply to Keyboard tabbing, on the site WordPress.org Forums:
OK, I tabbed to the filters, pressed enter, and the modal opened with the first… -
Posted a reply to Broken Aria References, on the site WordPress.org Forums:
I assume you resolved your issue. Thanks -
Posted a reply to need more Explanation!, on the site WordPress.org Forums:
I hope that helped with your understanding -
Posted a reply to Modal to modal transition, on the site WordPress.org Forums:
No there is no way to do this at the moment. It closes the first… -
Posted a reply to need more Explanation!, on the site WordPress.org Forums:
Hi Display Once is used to restrict when you display the modal. Say you have… -
Posted a reply to [Modal Guten Block] Keyboard tabbing, on the site WordPress.org Forums:
I hope that made sense, let me know if you have any more problems. -
Posted a reply to how to close a modal block externally, on the site WordPress.org Forums:
Hi I hope my suggestion worked for you. Thanks -
Posted a reply to Broken Aria References, on the site WordPress.org Forums:
Hi These should be set automatically when the page is loaded, can you provide me… -
Posted a reply to Keyboard tabbing, on the site WordPress.org Forums:
OK, I have looked at the page you provided and I think I found the… -
Posted a reply to how to close a modal block externally, on the site WordPress.org Forums:
You could use jQuery to trigger the click on the close button: $('.bod-block-popup-closer').trigger('click'); -
Posted a reply to Upgrade 2.0 to 2.1 breaks menu item footer more button and mobile menu, on the site WordPress.org Forums:
Hi I assume you have resolved the issue, let me know if you need any… -
Posted a reply to Keyboard tabbing, on the site WordPress.org Forums:
Hi Thanks for the feedback. Do you have an example, and also what version are… -
Posted a reply to Upgrade 2.0 to 2.1 breaks menu item footer more button and mobile menu, on the site WordPress.org Forums:
Sorry about your issues. Take a look at this https://wordpress.org/support/topic/v2-1-update-exposes-some-js-issues-in-theme/ I started using .ready in… -
Posted a reply to Is it possible to use inline text modal?, on the site WordPress.org Forums:
Yes, you can but you will need to use an HTML Block. Inside the HTML… -
Posted a reply to v2.1 update exposes some JS issues in theme, on the site WordPress.org Forums:
Sorry I misread your message. That is strange, before 2.1 I was not using any… -
Posted a reply to v2.1 update exposes some JS issues in theme, on the site WordPress.org Forums:
Actually looking at the code I am using jQuery(document).ready(function( $ ) { bodModal.initModal();… -
Posted a reply to v2.1 update exposes some JS issues in theme, on the site WordPress.org Forums:
Sorry about that, what did you have to change to get them working. BTW I… -
Posted a reply to Custom on close event, on the site WordPress.org Forums:
The release is out with the custom close events. -
Posted a reply to Query Loop modals, on the site WordPress.org Forums:
OK, I just put out a release that should fix your issues. I did a… -
Committed [2849632] to Plugins SVN:
Release version 2.1 -
Committed [2849630] to Plugins SVN:
v2.1 -
Posted a reply to Query Loop modals, on the site WordPress.org Forums:
Hi Took a quick look and it's like I said, the employee data is being… -
Posted a reply to Awesome and simple modal plugin, on the site WordPress.org Forums:
Thanks for the feedback. I have a few questions regarding your enhancement requests: Set to… -
Posted a reply to Query Loop modals, on the site WordPress.org Forums:
Sorry I did not get your screenshots so I am not 100% sure what you… -
Posted a reply to Query Loop modals, on the site WordPress.org Forums:
Not sure but my guess is that your loop is run after the modal loop.… -
Posted a reply to Query Loop modals, on the site WordPress.org Forums:
Hi Unfortunately, the plugin was only designed to be used via the editor and not… -
Posted a reply to Custom on close event, on the site WordPress.org Forums:
Hi Thanks for the reminder. I have put something together but I wanted to check… -
Posted a reply to Navigation inside modals, on the site WordPress.org Forums:
Hi Michael This is possible but you will need to use a custom HTML block… -
Posted a reply to Ability to scroll away the modal, on the site WordPress.org Forums:
Not totally sure what you are after. Do you want to force the user to… -
Posted a reply to Empty h2 headers causing accessibility issues, on the site WordPress.org Forums:
Thanks for the catch, I have made the change and it will be part of… -
Posted a reply to Scrolls to top when custom element clicked, on the site WordPress.org Forums:
Glad it helped, even if just a bit -
Posted a reply to Scrolls to top when custom element clicked, on the site WordPress.org Forums:
What's the button meant to do, it does not look like a modal is used… -
Posted a reply to No confirmation displayed on form submission, on the site WordPress.org Forums:
OK so I took a look and the form seems to refresh the page when… -
Posted a reply to No confirmation displayed on form submission, on the site WordPress.org Forums:
Sorry did not see your example, I will take a look but will not have… -
Posted a reply to No confirmation displayed on form submission, on the site WordPress.org Forums:
Without seeing an example it's difficult to say. For example, how are you closing the… -
Posted a reply to Link to specific modal, on the site WordPress.org Forums:
Not totally sure what that code does, but the functionality on the page you provided… -
Posted a reply to Modal link to close the modal, on the site WordPress.org Forums:
I assume you got this working -
Posted a reply to how to add content to the modal?, on the site WordPress.org Forums:
If you click on the modal content box you can start typing and you get… -
Posted a reply to Link to specific modal, on the site WordPress.org Forums:
You are correct that option does not exist under image click. But if u create… -
Posted a reply to Link to specific modal, on the site WordPress.org Forums:
If you wanted to open a specific review on page load say the example you… -
Posted a reply to Link to specific modal, on the site WordPress.org Forums:
You need to set the Trigger to Image Link. With that option you can select… -
Posted a reply to Link to specific modal, on the site WordPress.org Forums:
Not 100% sure of what you are after but I think you could use the… -
Posted a reply to Modal link to close the modal, on the site WordPress.org Forums:
Sure send it to merbird1160@hotmail.com -
Posted a reply to Modal link to close the modal, on the site WordPress.org Forums:
You do have another bug in your code (sorry should have spotted it the first… -
Posted a reply to Modal link to close the modal, on the site WordPress.org Forums:
Actually looking at your code you may just have a bug. document.getElementsByClassName returns an array.… -
Posted a reply to Modal link to close the modal, on the site WordPress.org Forums:
You could try something like this: <script> var classname = document.getElementsByClassName("bod-btn"); var myFunction = function()… -
Posted a reply to Modal link to close the modal, on the site WordPress.org Forums:
I assume you are linking to somewhere on the same page? If you can add… -
Posted a reply to Long modals, on the site WordPress.org Forums:
Sounds good. You might want to try max-height that way the height restriction only applies…
Developer
-
Modal Guten Block
Active Installs: 3,000+