Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #102577
    Edward
    Participant

    Folks,
    Sorry for asking so many questions about my news implementation of Clean Business Pro, but it’s new and I’m trying to find my way with new features. I very much like the “look and feel” of this new theme.
    1. What’s the best way to implement Yoast Breadcrumbs? Do I need to insert CSS into one of the files? A new child-theme (which I don’t know how to do).
    After doing research, I am using Breadcrumb NavXT, which your themes support. But if I add a widget before the content, widget is much too high-approximately 3 or 4 lines high when we only need 1 or 2. So I have now have the widget at the top of the sidebar. If I could size the before-content widget, my problem might be fixed. But maybe Yoast Breadcrumbs is the better way.
    2. How do I get my office address to show in the Google Map option?
    Thanks,
    Ed

    #102608
    Edward
    Participant

    I already found another map option-which can easily place a map in a widget. It’s called WP Google Map, by flippercode. I’d rather do this than insert code in a file.

    #102669
    Mahesh
    Keymaster

    @ejzohn: For Yoast Breadcrumbs, you’ll need to customize the theme. Please use child theme for customization. You can find more on creating child theme HERE.
    And please refer to the link below.
    https://kb.yoast.com/kb/implement-wordpress-seo-breadcrumbs/
    If you are not familiar with programming, I recommend you to hire a customizer.

    Regards,
    Mahesh

    #102703
    Edward
    Participant

    Mahesh,
    Thanks for your information. It’s what I thought.
    The breadcrumb widget solution, however, isn’t perfect either. I would ideally place the breadcrumb in the “before content” widget, but it is much too thick (high) visually.
    Can I change the size of widgets?
    Thanks,
    Ed

    #102720
    Mahesh
    Keymaster

    @ejzohn: Please post in your site url.

    Regards,
    Mahesh

    #102722
    Edward
    Participant

    Mahesh,
    Thanks much. Here it is: http://www.zohnlaw.com
    Regards,
    Ed

    #102773
    Mahesh
    Keymaster

    @ejzohn: I checked your site, you’ve place the breadcrumb widget on the sidebar, not in before content. Where actually do you want to have it? Let me know further, so that I help you.

    Regards,
    Mahesh

    #102814
    Edward
    Participant

    Mahesh,
    OK, for the overnight (I am in the USA, GMT -4) I set it so that the breadcrumbs are in the “before content” place. That widget is very thick. Can I adjust the thickess of the widget?
    Thanks,
    Ed

    #102833
    Mahesh
    Keymaster

    @ejzohn: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .sidebar-before-content {
        margin-top: 31px;
        padding: 20px 0;
    }

    Regards,
    Mahesh

    #102877
    Edward
    Participant

    Mahesh,
    This mostly worked. However, since I have not chosen to display breadcrumbs on the homepage, a blank horizontal bar appears slightly below the homepage photo. On the other pages, the horizontal bar with the breadcrumbs touches the header, which is what I want.
    Is there anyway to prevent this widget from showing on the homepage?
    Thanks,
    Ed

    #102905
    Mahesh
    Keymaster

    @ejzohn: Add the following CSS:

    .home .sidebar-before-content {
        display: none;
    }

    Regards,
    Mahesh

    #102916
    Edward
    Participant

    Mahesh,
    Thanks much, it worked.
    Regards,
    Ed

    #102926
    Mahesh
    Keymaster

    @ejzohn: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Yoast Breadcrumbs’ is closed to new replies.