• Resolved indiana31491

    (@indiana31491)


    Hello, OceanWP was an awesome theme with so many features.

    The breadcrumbs displayed normally a few days ago,
    but it changed oddly about 12 hours ago, looking like the screenshots below:
    Computer screenshots: https://prnt.sc/jyayd4
    Mobile screenshots: https://prnt.sc/jyayul

    The breadcrumbs displayed just like the original unordered list in html,
    but I didn’t change the settings of the breadcrumb. How could I get the breadcrumbs back?

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi Indiana,

    Do you want to display the breadcrumbs inline?

    Thank you!

    Theme Author oceanwp

    (@oceanwp)

    Hello, in Theme Panel > Scripts & Styles, have you un-checked the Page Title style?

    Thread Starter indiana31491

    (@indiana31491)

    Hi emranemranx,

    Yes, I want it to display inline.

    Thread Starter indiana31491

    (@indiana31491)

    Hi oceanwp,
    I cannot find Page title, but there is Page header option.
    Do you mean that one?
    Screenshot: https://prnt.sc/jye46x

    Theme Author oceanwp

    (@oceanwp)

    Yes, I meant Page header sorry.

    Thread Starter indiana31491

    (@indiana31491)

    Hi, Oceanwp.
    Neither checked or unchecked worked.

    Thread Starter indiana31491

    (@indiana31491)

    Checked: Header, Page Header
    Unchecked: Transparent Header, Top header, full screen header, center header, medium header, verticle header, custom header

    Screenshot: https://prnt.sc/jye7r5

    • This reply was modified 6 years, 9 months ago by indiana31491.
    Theme Author oceanwp

    (@oceanwp)

    The breadcrumb style is in the page header style, do you use Cloudflare or a cache plugin? Clear your cache and check again.

    Thread Starter indiana31491

    (@indiana31491)

    Hello, oceanwp.

    Still don’t work.
    By the way, I have added some custom css.
    The followings are about headers, breadcrumbs, and unordered list.
    Could those css changes the breadcrumbs appreance?

    /* Hide page title */
    .page-header .page-header-title {
    display: none;
    }

    /* Set page header padding */
    .page-header {
    padding: 0;
    }

    /* Change breadcrumbs color */
    .site-breadcrumbs {
    color: #13aff0;
    }

    /* Remove unordered list indent */
    #noindent {
    margin: 0;
    padding-left: 5vw;
    }

    #noindent1 {
    margin: 0;
    padding-left: 23vw;
    }

    #noindent2 {
    margin: 0;
    padding-left: 23vw;
    }

    #noindent3 {
    margin: 0;
    padding-left: 23vw;
    }

    #noindent4 {
    margin: 0;
    padding-left: 23vw;
    }

    #noindent5 {
    margin: 0;
    padding-left: 23vw;
    }

    Thread Starter indiana31491

    (@indiana31491)

    Hello, Oceanwp team.

    It is solved, thank you.

    Theme Author oceanwp

    (@oceanwp)

    You’re welcome ??

    Can someone please help me set white-space in the following custom css code for mobile viewing because with white-space: unset; my breadcrumbs appear with 2 to 3 lines worth of white space between them.

    this is the custom css code I’m currently using.

    @media only screen and (max-width: 767px) {
    .site-breadcrumbs {
    display: block;
    white-space: unset;
    overflow:visible;
    }
    }

    Instead of displaying as-

    Example Site > Example Category > Made Up Example
    Post Title

    They are appearing as follows-

    Example Site > Example Category > Made Up Example

    Post Title

    I can’t set a padding for this because of the variances in title lengths and the fact that the extra white space causes the breadcrumbs to display over top of the content that comes after them.

    Theme Author oceanwp

    (@oceanwp)

    Hello, can you send me the page url where you have this problem?

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Breadcrumbs displaying oddly (both computer & mobile)’ is closed to new replies.