ank91
Forum Replies Created
-
Forum: Plugins
In reply to: [Flexible Posts Widget] Right way to enquque js/css in widget page.OK, i won’t bother you anymore Sir.
Sorry for inconvenience, since i am a WP beginner.
Forum: Plugins
In reply to: [Flexible Posts Widget] Right way to enquque js/css in widget page.Hi, i am back again with a solution:
public function register_admin_styles() { global $pagenow; if($pagenow!=='widgets.php'&&$pagenow!=='customize.php') return; wp_enqueue_style( $this->get_widget_slug() . '-admin', plugins_url( 'css/admin.css', __FILE__ ), array(), $this->get_plugin_version() ); }we can enqueue js/css file to only some specific pages of wp-admin area.
I have tested this code with your plugin and it is working fine.Forum: Plugins
In reply to: [Better WordPress Minify] How to de-enqueue renamed/removed js and css ?Thank for your quick reply,Sir.
I know there is a button to clear the list then the plugin will rebuilt the list. I did that but no luck.
Is there any way to refresh this list AUTOMATICALLY (cron job ?).Here is the plugins i am using:
-
Ank Google Map
Better WordPress Minify
Breadcrumb NavXT
Contact Form 7 + Contact Form 7 Honeypot
Google XML Sitemaps
JP Widget Visibility
WP-HTML-Compression
WP Super CacheThe Good News is that;
Finally i fixed this problem by clearing (empty) the column name “bwp_minify_detector_log” in ‘wp_options’ table.
Everything is fine now.Thanks again…
Forum: Plugins
In reply to: [Flexible Posts Widget] Right way to enquque js/css in widget page.ok, i got it.
Thanks for your quick response.
Forum: Plugins
In reply to: [Google Map] Failed to load Google Map. Please try again.Hi,
Please check a few things==>
Google Map needs active internet connection to load, are you testing this on localhost without net.?
Please flush/delete website cache (WP super cache/W3 Total cache).
————————————————
Things that may help in debugging==>
This plugin has nothing to do with WP bootstrap theme. It can works with any theme.
This plugin does not use any nonce BTW.
This plugin loads only two java scripts.
1. Google Map Api.
2. Second Script holding your saved settings.(completely depends on above script)
————————————————–
Q. Why you see “Failed to load Google Map. Please try again.” message ?
A. The second script check if Google map API has been loaded or not. Ifgoogleobject not found in DOM than it throw this error.
Possible Solution: Disable other plugins,because other java scripts’ code may be culprit.————————————————
Can you give the link of that page (if exist on www)thanks!
Forum: Plugins
In reply to: [Google Map] Line break in info windowHi! Ploeve,
First thanks for using this plugin.
==============Here is the answer of your question========
First update to latest version 1.5.6 (as of now).
The latest version comes with a Rich text editor and now we allow HTML tags in Info Window.As far as i understand you are talking about the
<BR>tags.
You can add a<BR>tag after the line.
If you don’t know about this tag , here is the reference.
——————————————————
I am also posting the screen shots for you.
Image 1=> http://postimg.org/image/lzqyet999/
Images 2=> http://postimg.org/image/zaqwcme0f/
Hope this help.
——————————————————
Don’t forget to reply if your problem is resolved.