MB Creation
Forum Replies Created
-
Forum: Hacks
In reply to: network_site_new_form usageHi bcworkz, and thanks for your answer. I’ll test that if i can access to my form !
Have a good day.
Forum: Reviews
In reply to: [Boxzilla - WordPress Popup Builder] Great tool, beautifully codedHi, actually had the issue on 5.2 (autoloader.php) migrate to 5.4 🙂
Regarding the translation, do you think you can add all the strings in the pot file ? i see translation is far from complete !Bonus : one great addition could be “default settings” in the setting panel. So every new box inherit these settings 🙂
Thanks for the good work !
Forum: Hacks
In reply to: Private plugin update renames directory since 4.4Hi Bas Schuiling, i’m facing the exact same issue as a plugin developper.
What you mean is that the zip must contain a folder and not directly the plugin content ?How about backward compatibility ?
You have a fix ?Forum: Plugins
In reply to: [Category Posts Widget] Should use widget_title filterThanks for the update, i’ll test that for sure 🙂
Forum: Plugins
In reply to: [Category Posts Widget] Should use widget_title filterHi, and thank you for coming back to me that quick !
Regarding the filter, i often use the widget_title filter to apply effect to all widgets in sidebar (ie display widget title on two lines separate by a
or strong etc…And i’m pretty sure i’m using the latest version….this is weird !
Don’t think filter the all thing is a better idea, but always a “plus” to filter every output !
Have a good day.
Benoit
Hi, any update on this ?
Seems to be the case on Apache too ?Thanks for your time and plugin.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] MySQL server has gone awayHi, thanks for your feedback.
Yes there are 1.2M options in the table … what i don’t get is why WordPress is trying to update them all and it’s seems to be triggered by jetpack construct ?Forum: Plugins
In reply to: [Simple Popup Manager] Auto CloseHi, here is what you need to put in the editor in order to show a video that will close the popup at the end. Replace XXXXXXXX by your youtube id.
Have a good day.
<div id="player"></div> <script type="text/javascript">// <![CDATA[ //Load player api asynchronously. var tag = document.createElement('script'); tag.src = "//www.youtube.com/iframe_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); var done = false; var player; function onYouTubeIframeAPIReady() { player = new YT.Player('player', { height: '360', width: '640', videoId: 'XXXXXXXX', events: { 'onReady': onPlayerReady, 'onStateChange': onPlayerStateChange } }); } function onPlayerReady(evt) { evt.target.playVideo(); } function onPlayerStateChange(evt) { if (evt.data == YT.PlayerState.ENDED && !done) { document.getElementById('spmCloseButton').click(); done = true; } } // ]]></script>Forum: Reviews
In reply to: [Woocommerce Smart Export] OK, just remove it from the repo …Hi cubecolour – just did.
Thanks for your advice 🙂Forum: Plugins
In reply to: [Simple Popup Manager] Won't show on mobile phone, except landscapeHi,
There’s a paramater for that.
The “threshold”. It defines the minimum width of the screen where you want the popup to show. You can set it to 0 if you want the popup on every device. I think default is 320 (that why you wont see it on portrait phone)Thanks.
Forum: Plugins
In reply to: [Simple Popup Manager] Works in debug modeI see that the popup is back Good news 🙂
You can rate & review the plugin if you like it !
http://wordpress.org/support/view/plugin-reviews/simple-popup-managerForum: Plugins
In reply to: [Simple Popup Manager] no longer working?you’re welcome
Forum: Plugins
In reply to: [Simple Popup Manager] no longer working?Hi.
I made a stupid mistakes in th 1.3.2 version. Corrected by 1.3.3. You need to update to fix….
Sorry about that. Let me know
Forum: Plugins
In reply to: [Simple Popup Manager] no longer working?Hi, can you be a little more specific ?
Maybe an url so i can check console logs….
Thanks.
Forum: Plugins
In reply to: [WooCommerce] lots of jQuery and jQuery UI conflicts in WP 3.6Wysija update fixed the issue ! Great.