Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #168924

    Hi,

    First I wanted to thank you for this nice theme. It works great and looks very professionnal !

    I am willing to put a phone number in lieu of the breadcrumb. I know the phone number is supposed to be at the top in the social header, but it would look awkward on my site, so I would prefer to do it my own way. I just don’t really know what to change.

    I also had a feature request : could it be possible to make accordions with several levels ? (menu, submenu, etc…)

    Thanks :)

    #169077

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #169139
    This reply has been marked as private.
    #169590

    Hello!

    You can request features here https://kriesi.at/support/topic/enfold-feature-requests/

    In your WordPress theme directory please go to Enfold folder and open Functions-enfold.php file and find following code in line 302

    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));

    and change it to

    if($breadcrumb) $additions .= "<span class='breadcrumb-title'>Tel:2312312312</span>";

    Cheers!
    Yigit

    • This reply was modified 11 years, 1 month ago by Yigit.
    #169609

    Hi,

    Try adding this code to the Quick CSS area in the Theme options page:

    .title_container:after {
    content: "2566654";
    position: absolute;
    right: 50px;
    top: 15px;
    }

    Change “2566654” for the desired number, result:

    Regards,
    Josue

    #169880

    Thanks a lot to you both ! ;)

    Josue’s way of doing it (via CSS) works better as Yigit’s solution adds a line break. Besides, Quick CSS is preserved when the theme is updated.

    Now it works perfectly :)

    #169882

    Hello!

    Glad we could help :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Replace breadcrumb with custom text & another feature request’ is closed to new replies.