widget post content showing the bradcrambs

#78926
  • Resolved Aaron Dvir
    Rank Math free

    hey, guys, we get a problem look like a bag or no but in single post template the content widget basically showing the breadcrumbs
    is that something to configure on the setting ?
    and we can’t have the content widget to able to work with elementor
    link

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hello,

    Thank you for contacting Rank Math today.

    I couldn’t quite understand the issue. Please use some screenshots to explain your issue, upload them through htpps://imgur.com and share the URLs in the sensitive section. You can also create a screencast with https://www.loom.com

    I checked the URL you provided and you seem to have breadcrumbs enabled and with custom styling added.

    Looking forward to helping you. Thank you.

    ​​​​​​

    di you saw the url page?
    We implemented a content post widget and got the breadcrumbs very simple
    https://imgur.com/IPHlF8f

    did you saw the URL page?
    We implemented a content post widget and got the breadcrumbs very simple
    https://imgur.com/IPHlF8f

    Hello,

    It may be likely your theme has the breadcrumb function already integrated into the theme and enabling them automatically adds them to your content.

    If you do not wish to have the breadcrumbs, please head over to Rank math > General Settings > Breadcrumbs and disable them.

    Looking forward to helping you. Thank you.

    ​​​​​​

    off course we want breadcrumbs as we telling but not implemented automatically in the post content widget

    tell me where in the fills we putting the code to have breadcrumbs?

    Alberto
    Rank Math business

    Hello,

    I am not sure how they are being added automatically (probably the code is inside your theme, so the best solution would be to ask your theme developers). But if you want, we could take a closer look at the settings. Please edit the first post on this ticket and include your WP logins in the designated Sensitive Data section.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    we just send login link in the sensitive area

    we have few sites to fix it on so do tell what you did and please change the home Toronto locksmith shield in the breadcrumbs to white color instead of the red

    we set the login for 3 days so wondering when you have some time?

    Hello,

    Thank you for the details.

    I checked your site and the breadcrumbs are not added automatically. You have placed rank math breadcrumbs code in your active child theme functions.php file.

    The colors are being modified by the following CSS added to through the Elementor posts template, but the link red color is added through the style.min.css which defaults all link colors to red:

    
    <style type="text/css" id="wp-custom-css">
      .rank-math-breadcrumb {
       text-align:start;
       font-size: 17px;
       color:#ebebe0;
       padding-left: 50px;
       background-color:#404040;
    }
    </style>
    

    I could not edit the Elementor template files so I added the following code with !important to override the already existing CSS:

    
    .rank-math-breadcrumb p, .rank-math-breadcrumb p a {
    	color: white !important;
    }
    

    Your cache plugin is preloading your pages so if you want to preview after modifying your theme files as above, ensure to clear your cache and preview your post/page in a private browser.

    Hope that helps. If you have any further question(s), please let us know. Thank you.

    what css to write so bradcrambs well not to show in home page

    Hello,

    You can add an if to check if the page is home/front page to your breadcrumbs function to be as follows:

    
    if( function_exists( 'rank_math_get_breadcrumbs') && !is_home() && !is_front_page()){
    rank_math_the_breadcrumbs();
    }
    

    Hope that helps you. Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 12 replies - 1 through 12 (of 12 total)

The ticket ‘widget post content showing the bradcrambs’ is closed to new replies.