-
AuthorPosts
-
September 24, 2016 at 7:29 pm #691216
Hello everyone,
I would like some help with the following please:
1) I am trying to use the breadcrumbs on a website. I have setup the blog (News sections) and created the first post. When I click on the post the category of the post is displayed on the breadcrumbs. Is there a way to hide the category?
2) On the same post i use the Enfold latest news widget. This widget works fine on every page, but on this post the Popular / Recent / Comments titles do not appear on top.
The link of the page is on the private section. Any help is much appreciated.
Regards,
AntonisSeptember 24, 2016 at 7:59 pm #691229Hey Antonis,
Could you please also provide login credentials to your administrator panel so that we can take a closer look.
Best regards,
JordanSeptember 24, 2016 at 8:02 pm #691230Here you are:
September 27, 2016 at 3:05 pm #692262Hi,
Login credentials are not working for me. Can you please check them once again?
Best regards,
YigitSeptember 27, 2016 at 3:58 pm #692309Hello,
Please try now.
Regards,
AntonisSeptember 30, 2016 at 3:54 pm #693850Hi,
1.) Not really easy to do it. I think you could use a plugin like Yoast SEO for it or any other plugin with custom breadcrumb function.
2.) Not sure what you mean. Can you provide us screenshots of the issue please? use imgur.com or drobpox.
Best regards,
AndyOctober 1, 2016 at 12:42 am #694093Hi,
1) There is no way to hide the category Name by using a quick css?
2) On the news page I use the Enfold latest news widget (image1). This widget works fine on all pages, but on the actual posts the Popular / Recent / Comments title does not appear on top. (image2). I do not know a simpler way to explain this. The Enfold latest news widget does not work on posts.
- This reply was modified 8 years, 1 month ago by agougo.
October 1, 2016 at 12:56 am #694098Just to clarify everyone,
1) If you open the class-breadcrumb.php file and you change ‘show_categories’ => true, to false, it will stop displaying the categories. I am just asking you to suggest a method to hide it using CSS.
2) This could be a bug in the code of the theme. If not, you need to tell me why the titles do not appear. I have not changed anything in the theme itself.
Regards,
AntonisOctober 4, 2016 at 5:40 am #694867Hi,
1.) Please add this in the functions.php file:
add_filter( 'avia_breadcrumbs_args', 'avia_breadcrumbs_args_mod', 10, 1 ); function avia_breadcrumbs_args_mod( $args ) { $args['show_categories'] = false; return $args; }
2.) Did you use the Enfold Combo Widget? Looks like you’re using the Enfold Latest News widget.
Best regards,
IsmaelOctober 4, 2016 at 10:34 am #694951That did it! –
Thank you so much Ismael. You can close the ticket now.October 5, 2016 at 6:11 am #695296 -
AuthorPosts
- The topic ‘Breadcrumbs & Enfold Latest news widget’ is closed to new replies.