Implementing breadcrumbs on website

Home Forums All Other Themes Implementing breadcrumbs on website

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #128558
    emilia.lahtiemilia.lahti
    Participant
    • Topics: 6
    • Replies: 19
    • Total: 25
    Member since: July 18, 2018

    Hi support,
    I am trying to implement breadcrumbs on my site https://www.valkonverstas.fi/ and was thinking that Yoast breadcrumbs might be the easiest option. On their website (https://kb.yoast.com/kb/implement-wordpress-seo-breadcrumbs/) they advise using this code on either header.php, single.php or post.php and in case asking for help from developers.

    I tried implementing this code at the end of the header.php:

    <?php
    if ( function_exists(‘yoast_breadcrumb’) ) {
    yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
    }
    ?>

    I managed to implement the breadcrumbs but they attach themselves to the slider above (I later removed them). I also don’t want them on the home page but only on certain page types (pages, blog categories, blog posts etc).

    Can you help with the implementation on the breadcrumbs on site please?

    Thank you!

    #128619
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30635
    • Total: 30635
    Member since: August 16, 2013

    Hi,

    Your 1 year support for theme has expired. To continue receiving theme updates/access and support for another year kindly subscribe for just $18

    Pay via PayPal:

    https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=E6MFAFM4T6RDL

    OR

    Pay via Credit Card:

    https://sites.fastspring.com/sktthemes/product/singlethemeyearly

    Once paid we will again renew your support for 1 year and you will also receive theme updates/access as and when they happen.

    Regards,
    Brad

    #130171
    emilia.lahtiemilia.lahti
    Participant
    • Topics: 6
    • Replies: 19
    • Total: 25
    Member since: July 18, 2018

    Hi Brad,

    Thanks for the notice, I have now subscribed to receive theme updates and support again.

    Could you have a look at the issue with breadcrumbs again please? 🙂

    Thanks!
    Emilia

    #130181
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30635
    • Total: 30635
    Member since: August 16, 2013

    Hi,

    Please send us your WordPress credentials to [email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    We will solve this issue directly on your server.

    Regards,
    Brad

    #130369
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30635
    • Total: 30635
    Member since: August 16, 2013

    Hi,

    This is done. Kindly check and confirm

    Regards,
    Brad

    #130412
    emilia.lahtiemilia.lahti
    Participant
    • Topics: 6
    • Replies: 19
    • Total: 25
    Member since: July 18, 2018

    Hi Brad,

    Thanks for your quick action with this one! Breadcrumbs look very good now, thanks again.

    I’ve noticed another kind of pressing issue on the site: All the theme elements are not working properly on the website, for example the CTA buttons & sidebar element colours & the theme fonts and anchor link colours. I am trying to decipher the cause for this issue & if the problem is in the theme, in the plugins or the recent WordPress update.

    The problem originally started about a month ago when I ran out of theme updates & support. I managed to keep the problem under control by manually updating all plugins (or so I think).

    Now that the theme updates and support have been activated again I noticed that if I visit the website in an incognito browser the problems there persist. Maybe the problems never really went away but I just saw an old browser cache of the website.

    I updated a few photos in Imgur that show how the website looks like now with the issues (first picture) and how the website should look like (second picture). Here is a link to the pictures: https://imgur.com/a/jCUuJNH . Could you have a look and help me understand the cause of the issue?

    Thanks again!

    #130521
    emilia.lahtiemilia.lahti
    Participant
    • Topics: 6
    • Replies: 19
    • Total: 25
    Member since: July 18, 2018

    Hi Brad,

    Is there any chance you had the time to look at my query above?

    Thanks!

    #130522
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30635
    • Total: 30635
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    #sidebar aside.widget { background-color:#fff !important;}
    .wpforms-field-container label {
        display: block;
        margin: 10px 0;
    }
    
    .woocommerce input[type="text"], .woocommerce input[type="tel"], .woocommerce input[type="email"], .woocommerce input[type="number"] {
        width: 100%;
        height: 25px;
    }
    
    .woocommerce textarea {
        width: 100%;
        height: 150px;
    }
    
    .su-box.su-box-style-default {
        border: 1px solid #000;
    }
    .su-box-title {
        padding-left: 20px;
        line-height: 40px;
    }
    .su-box-content.su-u-clearfix.su-u-trim {
        padding: 20px;
    }

    Regards,
    Brad

    #130530
    emilia.lahtiemilia.lahti
    Participant
    • Topics: 6
    • Replies: 19
    • Total: 25
    Member since: July 18, 2018

    Hi,

    Thanks for the quick turnaround but unfortunately this didn’t help.

    What would happen if I went back to the old version of WordPress, could the theme be incompatible with the new version or with a plugin I am using on site? The problem is mostly in the theme elements (fonts, colours, even footer).

    #130550
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30635
    • Total: 30635
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    #sidebar aside.widget { background-color:#fff !important;}
    .content-area .wpforms-field-container label {
        display: block !important;
        margin: 10px 0 !important;
    }
    
    .content-area .woocommerce input[type="text"], .content-area .woocommerce input[type="tel"], .content-area .woocommerce input[type="email"], .content-area .woocommerce input[type="number"] {
        width: 100% !important;
        height: 25px !important;
    }
    
    .content-area .woocommerce textarea {
        width: 100% !important;
        height: 150px !important;
    }
    
    .content-area .su-box.su-box-style-default {
        border: 1px solid #000 !important;
    }
    .content-area .su-box-title {
        padding-left: 20px !important;
        line-height: 40px !important;
    }
    .content-area .su-box-content.su-u-clearfix.su-u-trim {
        padding: 20px !important;
    }

    Regards,
    Brad

    #130554
    emilia.lahtiemilia.lahti
    Participant
    • Topics: 6
    • Replies: 19
    • Total: 25
    Member since: July 18, 2018

    Hi,

    Implementing this still did not do the fix. I don’t think this issue will get resolved by custom CSS. The theme font and colors are set through Appearance >> Theme Options >> Basic Settings but they don’t render correct on the website anymore, what could be causing this?

    #130557
    emilia.lahtiemilia.lahti
    Participant
    • Topics: 6
    • Replies: 19
    • Total: 25
    Member since: July 18, 2018

    Hi,

    Just an update – the issue seems fixed, there was a caching plugin messing things up. Thanks for your help!

    #130580
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30635
    • Total: 30635
    Member since: August 16, 2013

    Cool

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.