Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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,
    Antonis

    #691229

    Hey Antonis,

    Could you please also provide login credentials to your administrator panel so that we can take a closer look.

    Best regards,
    Jordan

    #691230

    Here you are:

    #692262

    Hi,

    Login credentials are not working for me. Can you please check them once again?

    Best regards,
    Yigit

    #692309

    Hello,

    Please try now.

    Regards,
    Antonis

    #693850

    Hi,

    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,
    Andy

    #694093

    Hi,

    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.
    #694098

    Just 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,
    Antonis

    #694867

    Hi,

    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,
    Ismael

    #694951

    That did it! –
    Thank you so much Ismael. You can close the ticket now.

    #695296

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Breadcrumbs & Enfold Latest news widget’ is closed to new replies.