Forum Replies Created

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter ank91

    (@ank91)

    OK, i won’t bother you anymore Sir.

    Sorry for inconvenience, since i am a WP beginner.

    Thread Starter ank91

    (@ank91)

    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.

    Thread Starter ank91

    (@ank91)

    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 Cache

    The 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…

    I have the same issue.

    As @ian said ; This breaks responsiveness.

    Please fix it.

    Thread Starter ank91

    (@ank91)

    ok, i got it.

    Thanks for your quick response.

    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. If google object 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!

    Hi! 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.

Viewing 7 replies - 16 through 22 (of 22 total)