Muneeb
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple PopUp] [Plugin: Simple PopUp] Simple Pop not showingSimple Popup uses Javascript to display the popup when there are js errors popup cannot be displayed by Simple Popup plugin. I’m not sure either this will works or not but try to disable the minify and combine of scripts from w3tc settings and empty all caches, then visit your site hopefully the popup will get shown.
Forum: Plugins
In reply to: [Simple PopUp] [Plugin: Simple PopUp] Simple Pop not showingIf you have made some changes to your site recently please revert them. As you said it was working but is not working for few weeks it’s due to the changes you made to your site. A quick look into Chrome Developer Console showed me following JavaScript errors on your site.
Uncaught ReferenceError: jQuery is not defined default.include.bc54cf.js:1 The "fb-root" div has not been created, auto-creating all.js:56 FB.getLoginStatus() called before calling FB.init(). all.js:54 Uncaught SyntaxError: Invalid flags supplied to RegExp constructor 'document' /businessaidcentre.com.au/:7 Uncaught TypeError: Object [object Object] has no method 'touchwipe' slideshow.js:42
Forum: Plugins
In reply to: [Simple PopUp] [Plugin: Simple PopUp] Can't disable Socialable on this pluginThe post content filter is applied to popup content before it gets displayed, I think the sociable plugin uses that content filter to add icons on end of the post. There is a workaround unless I make an update i.e replace the simple-popup.php code with this
If you don’t know where the file is please look into the wp-content/plugins/simple-popup/ directory
I hope it’ll solve the problem let me know if you have any other questions and thanks for using my plugin.
Visit your site in private mode or log out of your site as admin then you’ll see the changes.
Forum: Plugins
In reply to: [Simple PopUp] [Plugin: Simple PopUp] Simple pop PremiumYes you can turn off the popup for mobile visitors on premium version there is an option for this on “Rules” page.
If you do some research you’ll find out that the same types of plugins are charging above $50’s I’m afraid I might lose you because I won’t be reducing the price soon.
Yes The exact feature is available in premium version of this plugin
https://imuneeb.com/wordpress-simple-popup-plugin/
Let me know if you have any others questions.
Thanks
MuneebForum: Plugins
In reply to: [Simple PopUp] [Plugin: Simple PopUp] Popup widget area?no doubt great idea would look into it.
Thanks for your suggestionForum: Plugins
In reply to: [Simple PopUp] [Plugin: Simple PopUp] Audio still playing when close boxYou need to do some coding for this stuff to work because every video platform embed methods are different and it’s not possible to support them into plugin.
jQuery('.window .close').click(function(e){ YOUR CODE HERE TO STOP AUDIO });
Forum: Plugins
In reply to: [Simple PopUp] Simple PopUp Does NothingNot compatible with Stereoline theme? sorry ?? but yes
The issue is it’s not possible to support every singe theme you can contact the author of the theme he may solve the issue because the stereoline theme by is generating some javascript errors might be that is the case the plugin isn’t working.
SimplePop works on most of the themes I’m sorry it not works on your site but there is not a problem in the plugin hope you’ll understand. Thanks
Great!
If it’s possible please give the plugin rating and also mark the plugin It Works
Forum: Plugins
In reply to: [Simple PopUp] [Plugin: Simple PopUp] No goWhen you install the plugin it’s already integrated to your site. You just have to add the content on the config screen in the editor at the bottom.
Visual Edior where you can put your html code or content which will be showed to your visitors a pop box on all your site pages and homepage.
Thanks for your comments I’ll try to include the documentation in the plugin asap.
Commenting or removing the line 67-68 in options-menu.php will fix the issue for you .
sorry I’ll fix this in next update
Forum: Plugins
In reply to: [Simple PopUp] [Plugin: Simple PopUp] PHP / UpdatesYes It’s you have to edit options-menu.php
remove the code from line 212 to 228 then on line 229 removes the style=”display:none” and remove the on_click attr in submit input tag
If you feel difficult to make changes let me know by email Thanks
Forum: Plugins
In reply to: [Simple PopUp] [Plugin: Simple PopUp] PHP / UpdatesSorry for the delay yes it’s possible to turn off the editor it uses global settings when you disable visual editor
Disable the visual editor by going to Users->Your Profile