Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #68755
    Robertf
    Participant

    Hi Sakin,

    I upgraded from Catch Box 4.0 to 4.2 (and thanks for the mention in the Change Log re. the Content editor width issue) and had a couple of problems:

    1. The Catch Updater plugin didn’t work. It’s installed and activated, but I still had to Activate the 4.2 theme once installed and then manually update various header and menu settings. (Would it have made any difference that I was updating from 4.0 to 4.2?)

    2. After the upgrade, a white widget box appeared between the header/menu and the main content. I had Yoast Breadcrumbs enabled, but I hadn’t added the breadcrumbs code to the header.php file (as I had done in the 4.0 theme). I thought this might be the problem, however, when I added the code I ended up with 2 lots of breadcrumbs, as per the following image:

    Breadcrumbs double up

    I want the 2nd breadcrumb, but not the 1st. For now I’ve disabled Yoast breadcrumbs as it looks silly inside a box.

    I hope you can help me fix this problem – will you need admin access to the template or have I provided enough information?

    Regards,
    Robertf

    #76796
    catchinternet
    Keymaster

    @Robertf: Sakin is away for today and working on server.
    In this latest version, the support for breadcrumb is added automatically. It supports both Breadcrumb NavXT and WordPress SEO by Yoast plugin. So, just install any one and it will show automatically. You don’t need to add in manually.

    To remove the background in breadcrumb, then you need to add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:

    .breadcrumbs {
        background-color: transparent;
        border-bottom: none;
        border-radius: 0;
    }
    #77776
    Robertf
    Participant

    Thanks @CatchInternet – your solution worked for me! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Breadcrumbs in white box after Catch Box Pro 4.2 upgrade’ is closed to new replies.