-
AuthorPosts
-
March 19, 2016 at 2:27 pm #600703
Hi there,
I changed the code in my child theme like said in this topic:
https://kriesi.at/support/topic/add-yoast-breadcrumbs-in-the-same-spot-of-the-enfold-breadcrumbs/#post-243686This is my new code:
if($breadcrumb) $additions .= yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’, false);I see the same breadcrumbs from Enfold and not the Yoast.
Can you please help me?March 21, 2016 at 7:07 am #601063Hi CaptainCJ,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardMarch 24, 2016 at 11:11 am #602929Thanks! See private section for the details.
March 27, 2016 at 8:15 am #603866Hey!
Please provide the link to your website to login so we can further investigate this issue :)
Cheers!
VinayMarch 29, 2016 at 9:40 am #604320haha of course you also need that. I forgot. See private section.
March 30, 2016 at 3:20 am #604887Hi!
I noticed that you duplicate the functions-enfold.php file in the child theme. This will not override the functions. Copy the whole avia_title function in the child theme’s functions.php file instead.
Regards,
IsmaelMarch 31, 2016 at 1:12 pm #605855Awesome!! This works fine! Thanks Ismael!
– Can you please tell me how i can make the space above the breadcrumbs smaller?
– Can I also chance the colour? I wanna make the breadcrumbs white.
– Is it also possible that i see the breadcrumbs on the right sight of every page?
– Can i delete the functions-enfold.php file in the child theme now? I did not use it before i saw the breadcrumbs tips in the other topic. #post-243686
Thanks!
March 31, 2016 at 2:50 pm #605914Hey!
1 & 3 – Can you please post the link to your page where we can see breadcrumbs?
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab#breadcrumbs * { color: white !important; }
4- Yes, you can delete functions-enfold.php file from your child theme.
Best regards,
YigitMarch 31, 2016 at 3:00 pm #605928March 31, 2016 at 3:20 pm #605947 -
AuthorPosts
- You must be logged in to reply to this topic.