-
AuthorPosts
-
October 20, 2015 at 10:57 am #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.October 20, 2015 at 1:35 pm #521617Hey 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,
YigitOctober 20, 2015 at 4:21 pm #521780please check my website.
- This reply was modified 9 years, 1 month ago by celebcomms.
October 21, 2015 at 2:30 pm #522317Why don’t you say anything?
I suffer from headache..
Please Help me. :(October 21, 2015 at 2:44 pm #522328Hey!
I am getting 500 internet server error and FTP access is not working for me. Can you please check the login once again?
Regards,
YigitOctober 21, 2015 at 4:03 pm #522357i do check my web server.
but it is Okay.Please re-check my FTP.
HOST: kimbongjour.com
ID: kimbongjour
PW: rlaqhdwns12October 22, 2015 at 6:28 am #522743Hi,
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,
RikardOctober 22, 2015 at 7:18 am #522751Sorry Maybe Chile theme function.php file is broken.
Please re-check my admin info.
October 22, 2015 at 10:48 am #522830October 22, 2015 at 11:32 am #522854please…
re check my info
October 23, 2015 at 7:16 am #523485Hey!
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!
IsmaelOctober 23, 2015 at 7:35 am #523492Thanks Ismael!
-
AuthorPosts
- The topic ‘How to using the breadcrumb shortcode?’ is closed to new replies.