-
AuthorPosts
-
March 14, 2018 at 8:53 pm #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?
- This topic was modified 6 years, 8 months ago by rvga.
March 14, 2018 at 11:37 pm #926920Hey rvga,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- 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 ). - Click ” Submit “.
- 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,
YigitMarch 15, 2018 at 12:27 pm #927238This reply has been marked as private.March 16, 2018 at 6:31 am #927945Hi,
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,
IsmaelMarch 16, 2018 at 12:05 pm #928057Thx 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.
March 16, 2018 at 12:13 pm #928063Hey!
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!
YigitMarch 20, 2018 at 9:49 am #929625Brillant, it works just fine thanks to all of you guys.
You can close this topic.March 20, 2018 at 10:22 am #929666Hi rvga,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.