Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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-243686

    This 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?

    #601063

    Hi 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,
    Rikard

    #602929

    Thanks! See private section for the details.

    #603866

    Hey!

    Please provide the link to your website to login so we can further investigate this issue :)

    Cheers!
    Vinay

    #604320

    haha of course you also need that. I forgot. See private section.

    #604887

    Hi!

    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,
    Ismael

    #605855

    Awesome!! 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!

    #605914

    Hey!

    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,
    Yigit

    #605928

    Thanks! It works well with the colour!

    Link:

    #605947

    Hey!

    Please add following code to Quick CSS as well

    h1.main-title.entry-title {
        display: none;
    }
    p#breadcrumbs {
        text-align: right;
    }

    Best regards,
    Yigit

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