• Resolved mapdi

    (@mapdi)


    Hi there,

    I am getting Status: Error in Google Search Console on shop page.

    Either “name” or “item.name” must be specified

    Plugin messes up breadcrumbs and not showing home link on shop page.

    Any chance to fix this?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author annastaa

    (@annastaa)

    Hello Mapdi,

    If the adjustment made by our plugin intervene into your theme’s expectations of breadcrumbs, please try the following to remove all the filters’ breadcrumbs-related code:

    1. Go to annasta Filters > Plugin Settings
    2. Scroll down to the bottom of the page to find the Custom Javascript box, and paste the following code there:

    jQuery( document ).ready( function( $ ){
      if( 'undefined' !== typeof( a_w_f ) && ( 'update_breadcrumbs' in a_w_f ) ) {
        a_w_f.update_breadcrumbs = function() {};
      }
    } );

    3. Save the settings and reload your shop page to see if this resolves the issue

    Thread Starter mapdi

    (@mapdi)

    Hi @annastaa

    Thank you very much.

    Unfortunately, this did not help. When I deactivate the plugin is all back to the old. We use the Flatsome Theme.

    Plugin Author annastaa

    (@annastaa)

    Mapdi,

    In that case, perhaps the reason is not in our breadcrumbs-adjusting routine. Can you please share a link to your dev site for me to check?

    Plugin Author annastaa

    (@annastaa)

    Dear Mapdi,

    We haven’t heard from you in a while, so I will go ahead and mark this thread as resolved. Please feel free to use our support forum to ask additional questions, whenever needed!

    Thread Starter mapdi

    (@mapdi)

    Hi there,

    this issue is still not resolved with Flatsome Theme. I switched to Breadcrumb from my SEO Plugin. Now it works.

    How can I send you message in prvate?

    • This reply was modified 3 years, 6 months ago by mapdi.
    Plugin Author annastaa

    (@annastaa)

    Hello again Mapdi,

    Unfortunately, with your theme not being available for a free download, we cannot perform even the basic debugging steps without an access to the page in question. Please use our contact form for a more private mode of communication!

    Plugin Author annastaa

    (@annastaa)

    Dear Mapdi,

    We haven’t heard from you in a while, so I will close this inactive thread, but please do feel free to open a new one (and if needed, link back here) if you ever decide to offer your cooperation in the resolution of your theme incompatibility!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Either “name” or “item.name” must be specified’ is closed to new replies.