Tagged: x
-
AuthorPosts
-
May 20, 2016 at 10:52 am #1001694
janihParticipantHi,
I have two categories on my website and there is direct link to those categories in main menu
– Blogi
– UutisetWhen I open any post under those categories the breadcrumb doesn’t show the category. I tried the code posted here, but it didn’t work for me: https://community.theme.co/forums/topic/categories-breadcrumbs-issue/#post-134515
May 20, 2016 at 10:54 am #1001699
janihParticipantThis reply has been marked as private.May 20, 2016 at 5:54 pm #1002208
RadModeratorHi there,
Thanks for writing in.
The code should be added to child theme’s functions.php, and you don’t have any active child theme.
Please follow the instruction as given to that thread.
Thanks!
May 21, 2016 at 3:56 am #1002738
janihParticipantThis reply has been marked as private.May 21, 2016 at 7:18 am #1002878
Rue NelModeratorHello There,
The code should have work in your site. Are you using CloudFlare or may have installed a caching plugin like WordFence, W3 Total Cache or WP Super Cache? Please keep in mind that after doing every updates, always remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.
Please let us know how it goes.
May 22, 2016 at 9:08 am #1003859
janihParticipantHi,
thanks for your reply. It seems that there have to be something wrong with the code. I pasted another code (bbPress sidebar) to the child theme’s functions.php and it worked. Currently I don’t have CloudFlare and I have always purged W3 cache.
Are sure that the code should work with Ethos stack?
edit: Can it affect that in WordPress>Settings>Reading I haven’t specified Posts page? I use the category archives as posts pages so I can’t specify it.
May 22, 2016 at 4:22 pm #1004145
RadModeratorHi there,
In that case, please provide your FTP login credentials as well. Working with code in admin isn’t recommended, any mistake can put down your live site. I like to apply some changes on the code.
Thanks!
May 22, 2016 at 10:16 pm #1004513
janihParticipantThis reply has been marked as private.May 22, 2016 at 11:14 pm #1004575
RadModeratorHi there,
It’s working now, I just removed this code,
if ( get_option( 'page_for_posts' ) == is_front_page() ) { echo $current_before . $page_title . $current_after; } else { .....content in between this remains untouched...... }Cheers!
May 22, 2016 at 11:34 pm #1004586
janihParticipantHi,
thank you very much! 🙂
May 22, 2016 at 11:44 pm #1004604
Rue NelModeratorYou are most welcome!
If you need anything else we can help you with, don’t hesitate to open another thread.May 23, 2016 at 3:28 pm #1005943
janihParticipantHi again,
I tried pasting the code and removing that block Rad said above, but it doesn’t work.
Is there some other changes that should have been done to the code? I deleted the customized file by accident :/By the way, I may need custom development. Which company do you recommend for bbPress customization, Cheers Creative or Goatsocial?
May 23, 2016 at 9:07 pm #1006418
DarshanaModeratorHi there,
I have commented that code in your child theme. Let us know how it goes.
Also with regard to custom development, currently we don’t have any affiliates that we can recommend.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1001694 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
