Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #926829

    Hi
    I followed that post and I ended up at the same trouble: my breadcrumb is way too much on the left side of the screen when I’d like it to be just underneath the menu.

    I tried the CSS code given in the post but it didn’t work for me.
    Any advice please?

    And btw, shouldn’t it be inside the green section underneath?

    http://nrc-bio.com/

    • This topic was modified 6 years, 8 months ago by rvga.
    #926920

    Hey rvga,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Yigit

    #927238
    This reply has been marked as private.
    #927945

    Hi,

    Thank you for the info. The Appearance > Editor panel is not accessible so we can’t edit the files. Please enable the editor or replace the modification with the following code.

    ob_start();
    yoast_breadcrumb('<p id="breadcrumbs">','</p>', true);
    $yoast = ob_get_clean();
    
    if($breadcrumb) $additions .= $yoast;
    

    Best regards,
    Ismael

    #928057

    Thx Ismael,
    I made the changes, it works fine, many thx to you.
    http://nrc-bio.com/

    2 more questions if you allow me
    1/ I’ve changed the code inside this functions-enfold.php file.
    But I have a child theme, so I assume I should make a copy of the entire file, then I should put it in my child directory and restore the original file in the parent theme directory, am I right?
    2/ How can I change the thickness of the green breadcrumb section, please?. I’d like to reduce it a little bit.

    PS.
    I think you couldn’t access the editor file because in the meantime I moved to a multisite WP and I guess you don’t have the super admin permissions. My 2 cents…

    • This reply was modified 6 years, 8 months ago by rvga.
    #928063

    Hey!

    Glad Ismael could help! :)

    1- No, you can simply copy whole “avia_title” function (line 390-465) from functions-enfold.php file to functions.php file of your child theme.
    2- Please add following code to Quick CSS in Enfold theme options > General Styling

    #top .title_container .container {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 35px;
    }

    Cheers!
    Yigit

    #929625

    Brillant, it works just fine thanks to all of you guys.
    You can close this topic.

    #929666

    Hi rvga,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.