Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #521488

    Hello
    i have a problem..:(

    I trying to this instructions here.
    http://kriesi.at/documentation/enfold/inserting-breadcrumbs-as-shortcode/

    but now breadcrumb not showing my website.
    please give me a solution.

    just this process is right?
    ” I using the Enfold child theme ”
    1) copy the whole text functions-enfold.php file by the parent theme.
    2) Creating function.php file and then paste the copied text at function-enfold.php
    3) Upload my child theme root
    4) add_shortcode(”bread_crumb’, ‘avia_title’); -> adding my function.php in the child theme root.
    5) then open Enfold/template-builder.php file and comment out 19th line as following -> It’s doing the my parent root.
    Last) I using the shortcode Like thie [bread_crumb].

    this process is Right?
    i still don’t understand :(
    please help me.

    #521617

    Hey celebcomms!

    Well, that should have worked. Do you mind creating a temporary admin login and FTP credentials here privately so we can look into it?

    Regards,
    Yigit

    #521780

    please check my website.

    • This reply was modified 9 years, 1 month ago by celebcomms.
    #522317

    Why don’t you say anything?

    I suffer from headache..
    Please Help me. :(

    #522328

    Hey!

    I am getting 500 internet server error and FTP access is not working for me. Can you please check the login once again?

    Regards,
    Yigit

    #522357

    i do check my web server.
    but it is Okay.

    Please re-check my FTP.

    HOST: kimbongjour.com
    ID: kimbongjour
    PW: rlaqhdwns12

    #522743

    Hi,

    I’m getting an internal error 500 on my end as well on the login page, not sure what’s wrong there but I would contact your hosting service to see what they have to say about it.

    Thanks,
    Rikard

    #522751

    Sorry Maybe Chile theme function.php file is broken.

    Please re-check my admin info.

    #522830

    Hi,

    Not sure what you mean by that, how do you log in yourself?

    Regards,
    Rikard

    #522854

    please…

    re check my info

    #523485

    Hey!

    I checked the Appearance > Editor panel but I don’t see the functions.php file there. Please create a functions.php (NOT functions-enfold.php) file inside the child theme folder then use this code:

    
    <?php 
    
    add_shortcode( 'bread_crumb', 'avia_title' );
    
    // remove title
    add_filter('avf_title_args', function($args) {
    	$args['html']  = "<div class='{class} title_container'><div class='container'>{additions}</div></div>";
    	return $args;
    });
    
    ?>

    You don’t need to modify the functions-enfold.php file. Use the [bread_crumb] shortcode in a text block.

    Cheers!
    Ismael

    #523492

    Thanks Ismael!

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to using the breadcrumb shortcode?’ is closed to new replies.