merbmerb
@merbmerb on WordPress.org
- Member Since: October 1st, 2013
Contribution History
merbmerb’s badges:- Plugin Developer
-
Posted a reply to Google Page Speed “Links cannot be crawled.”, on the site WordPress.org Forums:
I would not worry about it, it's not actually a link anyway. It just uses… -
Posted a reply to Videos, on the site WordPress.org Forums:
I just tried using the standard video block and a local file and it worked… -
Posted a reply to Videos, on the site WordPress.org Forums:
It should not matter the type of inner block you use, but I can't say… -
Posted a reply to Loading behavior, on the site WordPress.org Forums:
Sorry for the delay. They are all loaded when the window loads. Everything is there… -
Posted a reply to Close the Window with a link or a button, on the site WordPress.org Forums:
You could use jQuery to trigger the click on the close X: $(‘.bod-block-popup-closer’).trigger(‘click’); Hope that… -
Posted a reply to Programmatically open a modal, on the site WordPress.org Forums:
Hi I could not find your code to trigger the click, but I did my… -
Posted a reply to Programmatically open a modal, on the site WordPress.org Forums:
Easiest way to do this is to define the modal so it triggers on a… -
Posted a reply to Changing h2-element, on the site WordPress.org Forums:
Good idea, I will look at putting that in the next release. -
Posted a reply to Performance question, on the site WordPress.org Forums:
Hi It's only loaded on the pages where the block is called. -
Posted a reply to Font and design of button, on the site WordPress.org Forums:
While you cannot do this directly via the block you can target the CSS. In… -
Posted a reply to More Control, on the site WordPress.org Forums:
Not exactly sure what you are asking. You have to add the block to each… -
Posted a reply to Error in the editor, on the site WordPress.org Forums:
That's good news, it always seemed a little strange. Thanks for your update! -
Committed [2974444] to Plugins SVN:
update supported version to 6.3.1 -
Posted a reply to Error in the editor, on the site WordPress.org Forums:
OK, so the jQuery not defined rang a bell for me. Not sure if this… -
Posted a reply to Error in the editor, on the site WordPress.org Forums:
I have not heard of anyone else having this problem. Really strange that '&concat_js=no' gets… -
Posted a reply to Update for compatibility with WP 6.3, on the site WordPress.org Forums:
I did some testing today and everything seems OK. Will need to do a bit… -
Posted a reply to Update for compatibility with WP 6.3, on the site WordPress.org Forums:
Hi I have not had chance to test it yet but I have never had… -
Posted a reply to UI Suggestion, on the site WordPress.org Forums:
Thanks for the feedback, I will certainly look into doing that. -
Posted a reply to Showonce not working, on the site WordPress.org Forums:
Strange that code is pretty simple: } else if (attributes.showOn === 'load') { if (attributes.showOnce… -
Posted a reply to Showonce not working, on the site WordPress.org Forums:
OK so it seems the non-creation of the cookie is the problem. What OS are… -
Posted a reply to Showonce not working, on the site WordPress.org Forums:
You should have a cookie called bodModalOnce -
Posted a reply to Showonce not working, on the site WordPress.org Forums:
Sorry, for the delayed reply, I just tested 'show once' on a live site and… -
Posted a reply to Programmatically close modal, 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 Make Background of page not scrollable when modal is open, on the site WordPress.org Forums:
Sorry for the late reply. You can also use the custom events I created. (function($){… -
Posted a reply to Compatibility with theme, on the site WordPress.org Forums:
Actually just had another idea, try looking at this https://wordpress.org/support/topic/v2-1-update-exposes-some-js-issues-in-theme/ It could be the way… -
Posted a reply to Compatibility with theme, on the site WordPress.org Forums:
Hi thanks for the reminder. OK so I did a test using a different theme,… -
Posted a reply to Compatibility with theme, on the site WordPress.org Forums:
This is an interesting one because I don't specifically enqueue jQuery. This is what I… -
Posted a reply to Model closing too quickly, on the site WordPress.org Forums:
In 2.1 I added custom events e.g. // This is an example for the custom… -
Posted a reply to Broken block, on the site WordPress.org Forums:
That's strange I don't do anything with privileges I just leave it to Wordpress, I… -
Posted a reply to Broken block, on the site WordPress.org Forums:
When you give the users super admin does this stop it breaking or just allow… -
Posted a reply to Broken block, on the site WordPress.org Forums:
Very strange, this type of message usually takes place when something changes but the code… -
Posted a reply to Modal Guten Block – Modal disappears with tap anywhere on the screen. How to fix, on the site WordPress.org Forums:
No problem -
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();…
Developer
-
Modal Guten Block
Active Installs: 3,000+