• I received an error warning today from Google Search Console:
    New Index coverage issue detected for site https://rimtours.com/
    To owner of https://rimtours.com/. Search Console has identified that your site is affected by 1 new Index coverage related issue. This means that Index coverage may be negatively affected in Google Search results. We encourage you to fix this issue. New issue found: Indexed, though blocked by robots.txt

    In researching the error, it shows the following URL is blocked: https://rimtours.com/wp-admin/admin-ajax.php

    And, of course, in our robots.txt file, the only block is on the wp-admin folder, as it should be.

    So, the question is — why is this URL being called all of a sudden? I looked at the home page source code and scanned it for that URL. Turns out, near the bottom, in the various jscript calls, Ubermenu is calling that URL:

    <script type=’text/javascript’>
    /* <![CDATA[ */
    var ubermenu_data = {“remove_conflicts”:”on”,”reposition_on_load”:”off”,”intent_delay”:”300″,”intent_interval”:”100″,”intent_threshold”:”7″,”scrollto_offset”:”50″,”scrollto_duration”:”1000″,”responsive_breakpoint”:”959″,”accessible”:”on”,”retractor_display_strategy”:”responsive”,”touch_off_close”:”on”,”submenu_indicator_close_mobile”:”on”,”collapse_after_scroll”:”on”,”v”:”3.4.1.1″,”configurations”:[“main”],”ajax_url”:”https:\/\/rimtours.com\/wp-admin\/admin-ajax.php”,”plugin_url”:”https:\/\/rimtours.com\/wp-content\/plugins\/ubermenu\/”,”disable_mobile”:”off”,”prefix_boost”:””,”aria_role_navigation”:”off”,”aria_expanded”:”off”,”aria_hidden”:”off”,”aria_controls”:””,”aria_responsive_toggle”:”off”,”icon_tag”:”i”,”theme_locations”:{“primary”:”Primary Menu”,”top”:”Top Menu”}};
    /* ]]> */
    </script>

    I’re running the latest update for all software, Ubermenu Version 3.4.1.1

    Since this appeared only in the past 10 days, I’m guessing it’s caused by conflict with another plugin calling resources in some way that conflicts with Ubermenu.

    Since the only plugin that I added within the past month is Slide Anything, is it possible that slide anything is calling jscript resources improperly?

    Franklin

    The page I need help with: [log in to see the link]

  • The topic ‘Conflict with Ubermenu???’ is closed to new replies.