Home › Forums › All Other Themes › Implementing breadcrumbs on website
- This topic has 12 replies, 2 voices, and was last updated 5 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
August 12, 2019 at 5:50 pm #128558
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!
August 14, 2019 at 6:34 am #128619Hi,
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,
BradSeptember 4, 2019 at 8:14 pm #130171Hi 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!
EmiliaSeptember 5, 2019 at 5:23 am #130181Hi,
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,
BradSeptember 9, 2019 at 7:09 am #130369Hi,
This is done. Kindly check and confirm
Regards,
BradSeptember 9, 2019 at 10:50 am #130412Hi 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!
September 11, 2019 at 7:15 am #130521Hi Brad,
Is there any chance you had the time to look at my query above?
Thanks!
September 11, 2019 at 7:23 am #130522Hi,
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,
BradSeptember 11, 2019 at 8:00 am #130530Hi,
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).
September 11, 2019 at 12:00 pm #130550Hi,
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,
BradSeptember 11, 2019 at 1:17 pm #130554Hi,
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?
September 11, 2019 at 3:04 pm #130557Hi,
Just an update – the issue seems fixed, there was a caching plugin messing things up. Thanks for your help!
September 12, 2019 at 5:08 am #130580Cool
-
AuthorPosts
- You must be logged in to reply to this topic.