MB Creation
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] lots of jQuery and jQuery UI conflicts in WP 3.6Yes i do have Wysija Newsletter ! I’m gonna check this…thx
Forum: Plugins
In reply to: [WooCommerce] lots of jQuery and jQuery UI conflicts in WP 3.6Hi.
I also have a lot of javascript issues since 3.6. With WooCommerce.
Quick fix to put in your theme in functions.phpif( !is_admin()){ wp_deregister_script('jquery'); wp_register_script('jquery','https://code.jquery.com/jquery-1.9.1.min.js', false, ''); wp_enqueue_script('jquery'); }
Forum: Plugins
In reply to: [Simple Popup Manager] Change languageHi, glad you found your answer !
Feel free to send me the german localization, i’ll add it to the repository ??
Forum: Plugins
In reply to: [Simple Popup Manager] No longer working in chromeWell i just installed it on fresh wordpress install and it works on Chrome (back)
Do you use WordPress jQuery or a more recent version ?Because jQuery “live” is not supported in the last version.
Any log in your console ?Forum: Plugins
In reply to: [Simple Popup Manager] No longer working in chromeHi.
I’ll have a look and come back to you very soon !
Forum: Plugins
In reply to: [Simple Popup Manager] Close on click?Hi,
You can manually add class=”closepopup” to your hyperlink over your image.
Forum: Plugins
In reply to: [Simple Popup Manager] Mobile Browser QuestionsDisable for mobile and disable for logged in user are planned for the next update ?? thanks for the suggestion.
Forum: Plugins
In reply to: [Simple Popup Manager] No show more checkboxHi, could be a nice feature for the next update. Like a permanent cookie… i’ll think about it !
Forum: Plugins
In reply to: [Simple Popup Manager] Opacity does not workHi !
Do you have any URL i can go to and check ?
What browser do you use ?Thanks.
Benoit
Forum: Plugins
In reply to: [Simple Popup Manager] background colourHi.
You can use css style to manually add background to the frame :
This should works :
#framePopUp{
background-color: red!important;
}Forum: Plugins
In reply to: [Simple Popup Manager] Site links not working after closing popup.Hello Andrew,
This is weird !
I don’t have any explanations right now…
I’ll come back to you as soon as i have news.Forum: Plugins
In reply to: [Simple Popup Manager] Advertisement on close buttonApologies accepted !
Thank you for the rating ??Forum: Plugins
In reply to: [Simple Popup Manager] Advertisement on close buttonHi satyaki,
Like i said, there’s nothing in the plugin that can arm your website.
I’m closing the topic now.
You can see by yourself here https://plugins.trac.www.ads-software.com/browser/simple-popup-manager/trunk that the code is clean.Many WordPress have been hacked these days, but not because of my plugin. Your missing something in your website.
Forum: Plugins
In reply to: [Simple Popup Manager] Advertisement on close buttonHi satyaki,
There are no malware or any kind or advertisement in my plugin.
I think you have malware on your webserver. Plenty of wordpress sites have been hacked recently with compromise javascript.Do you have an url i can look at ?
Benoit
Hi. This is a time interval in days. If the value (integer) is 5 for exemple the plugin will create a cookie that last 5 days. So the user wont see the popup anymore for the next five days. If you leave it empty the cookie will last only during the session. If you specify 0 there will be no cookie. Popup each time for every visit on the home page… Hope that helps !