Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Maybellyne

    (@maybellyne)

    Hello @gorfeas

    Thanks for reaching out regarding your breadcrumbs. The Yoast SEO breadcrumbs are generated based on your site structure. I want to replicate the behavior you have encountered on my test site.

    and only use the Yoast breadcrumbs everywhere.

    How did you implement the Yoast SEO breadcrumbs for the single product page? Did you use the Yoast SEO breadcrumb shortcode, edit your theme, or turn on the option in the Yoast SEO plugin settings UI?

    single products create a duplicate of the home page in the breadcrumb path

    What content types are Cosmetics, Creams and Anti-Aging? Are they categories, CPTs or tags?

    I look forward to hearing from you.

    Thread Starter gorfeas

    (@gorfeas)

    I have implemented the breadcrumbs by inserting the recommended snippet in the following file of my child theme:

    childtheme/template parts/header/site-nav.php

    <?php endif; ?>
    	<?php
    
    if ( function_exists('yoast_breadcrumb') ) {
      yoast_breadcrumb( '<p id="breadcrumbs">','</p>' );
    }
    
    ?>

    Furthermore I have positioned and styled the breadcrumbs via css:

    #breadcrumbs {
    	width: 100%;
    	color: #55ba5e;
    	font-size: 16px;
    
    }
    #breadcrumbs a {
    	color: #55ba5e;
    	text-decoration: none;
    }
    @media only screen and (max-width: 651px) {
    	#breadcrumbs {
    		font-size: 16px;
    		
    	}
    }
    
    .tw-header-light:not(.tw-header-opaque):not(.primary-navigation-open) #breadcrumbs,
    .tw-header-light:not(.tw-header-opaque):not(.primary-navigation-open) #breadcrumbs a {
    	color: #fff;
    }

    Cosmetics, Creams and Anti-Aging are product categories. The problem appears only for single products.

    Plugin Support Maybellyne

    (@maybellyne)

    Hello @gorfeas

    I’m sorry it took a while to get a response. I have tried to replicate this on my test site, but I don’t get the duplicate Home in my breadcrumb path. The issue could be with your child theme or the implementation. Can you confirm that the breadcrumbs are actually coming from Yoast SEO? It’d also be helpful if you made the test page accessible so we could also check too.

    Thread Starter gorfeas

    (@gorfeas)

    Hi there, would it be possible to give you temporary access to the backend using the Temporary Login Without Password plugin?

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Hi there, would it be possible to give you temporary access to the backend using the Temporary Login Without Password plugin?

    Please do not offer anyone on this site that ever. If they accepted that they would be banned from this site. It is that serious.

    NOTE! No one asked for that and I know that @maybellyne would never do that. I just want to explain that if they did ask then this would be my reply to them.

    ———

    While I know you have the best of intentions, it’s forum policy that you not ask users for admin or server access. Users on the forums aren’t your customers, they’re your open source collaborators, and requesting that kind of access can put you and them at high risk.

    If they are paying customers (such as people who bought a premium service/product from you) then by all means, direct them to your official customer support system. But in all other cases, you need to help them here on the forums.

    Thankfully are other ways to get information you need:

    You get the idea.

    We know volunteer support is not easy, and this guideline can feel needlessly restrictive. It’s actually there to protect you as much as end users. Should their site be hacked or have any issues after you accessed it, you could be held legally liable for damages. In addition, it’s difficult for end users to know the difference between helpful developers and people with malicious intentions. Because of that, we rely on plugin developers and long-standing volunteers (like you) to help us and uphold this particular guideline.

    When you help users here and in public, you also help the next person with the same problem. They’ll be able to read the debugging and solution and educate themselves. That’s how we get the next generation of developers.

    ———

    Again just to be clear: @maybellyne never asked for that and is not in any trouble at all. ?? I hope I’ve made it clear how serious such an offer is and that’s all.

    Thread Starter gorfeas

    (@gorfeas)

    Sorry my bad, I realise she just asked access to the password protected FRONTEND and not the backend.

    Plugin Support Maybellyne

    (@maybellyne)

    This thread was marked resolved due to a lack of activity by the original poster, but the original poster is always welcome to re-open the topic. Please read this post before opening a new request.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘“Home” appears twice in single product breadcrumps’ is closed to new replies.