I solved the problem. Unyson Page Builder has a conflict with WPBakery Page Builder. Deactivating WPBakery Page Builder allowed Unyson’s Page Builder to start working again.
Erik
Did you receive the images? I can’t be sure. Let me know if you did not get them and I will upload again. Thanks.
Erik
Thanks.
Thanks!
Hi. Thanks for your response. I figured out the answers to these today and I am going to include them here in case anyone else reads this.
> I would like specify the top level as maybe “shop” instead of
> “product”. How do I do this?
You can display it from the theme settings as shown in the attached screenshots.
Actually, no. The top level breadcrumb for woocommerce is hardcoded as “product” inside this theme. The solution to hardcoding it to what you want it to be can be found here.
> As you can see above, the selected category disappears from
> breadcrumbs when going to a specific product in the category. How
> can I make sure this level of the breadcrumbs is included?
You have to develop custom code in the Jevelin child theme t achieve this.
Thankfully, the solution above also put me on the right track to solving this as well. Override the function jevelin_breadcrumbs in the child theme functions.php using the code from the above link. Code from here will point you in the right direction for modification.
Hi. This wasn’t exactly what I was looking for, but it totally put me on the right track to figuring out what I wanted. Thanks!!
Thanks!
I look forward to the update that fixes it.
Have a nice day!
Hi.
Thanks.
I updated everything including to Jevelin 3.0.2. (I used the release one, not the beta above). It did not solve the problem.
See private information below. Thanks!
Erik
Thanks. The spacing is still a little weird, but I can live with it.
I am not sure why, but this made the spacing a little better:
#page-container #header-navigation .sh-nav .current-menu-item a {
line-height: 1.0em !important;
margin-top: 10px;
padding-top: 0px;
}
Erik
Works great. Thanks!
Erik
Hi.
Great, thank you. That works. However I need one more fix to finish this. The highlighted menu items that word-wrap are using a different line-height than the non-highlighted menu items. See attached image. I would like them to be the same. What can I add to fix that? (same link as above)
Thanks again!
Erik
Perfect, thanks!!
Erik
I have the same problem….
Thanks. I would like to show the category “Books”.
Erik
Thanks, that worked perfectly!
Out of curiosity, is it pretty easy to remove the category selector, but display a particular category (rather than all categories)?
Thanks again.
Erik
That worked, thank you very much!
I tried clearing both caches, but it didnt help. The site currently has the css code addition with “margin-bottom: 80px;” just to exaggerate the effect (if it were working).
Take a look at this page:
https://www.hightechhealth.com/saunas/
There are 2 paragraphs in the first text block — that is an example of the spacing I wish to change.
Thanks.
Thanks, but unfortunately, your suggestion does not have any effect. (I also tried replacing ‘margin-bottom’ with ‘padding-bottom’, but that didnt work either.)
Erik
Thanks. But I did put my logo in there as “logo 1” — it just doesn’t seem to handle it as a high DPI image.
You can see what I did with the logo at: hightechsauna.com
That image is 210px wide and appears blurry on retina devices. I can put in an image there that is 420px wide, but it will show 4x as big on all devices, messing up the formatting, and be just as blurry.