Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1119564

    Hi guys,

    I would like to use breadcrumbs. For testing, I implemented it on only a single post.
    It works fine – EXECEPT: The Structure is not quite right.

    It shows a structure as followed:

    Homepage (fine) – Product post (wrong – it should NOT be here!!!) – Category main (fine) – Category secondary (fine) – Product post (fine)

    Could you please help me to delete the display in the second position?
    Thank you very much for your support.

    Best Regards,
    Christina

    #1119726

    Hey christina-grab,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #1119858
    This reply has been marked as private.
    #1120165

    Hi,

    Thank you for the update.

    Did you add any filters or modificastions to the theme? Please try to upgrade the theme from version 4.5.3 to the latest version — 4.5.7.

    Best regards,
    Ismael

    #1120311

    HI Ismael,

    thank you for your reply.

    I have installed now the latest version 4.5.7 – same result.
    Further I deactivated some plugins, which could be problematic – again with no change.
    Apart from that, I have no filters or modifications on the theme.

    I would be very grateful, if we could find a solution.

    Best regards,
    Christina

    #1120801

    Hi,

    Thank you for the update.

    We can’t reproduce the issue on our own installation, so we’re not really sure what’s the issue in your site. We had to add this code in the functions.php file around line 19 to remove the duplicate title.

    function avia_woocommerce_breadcrumb_mod_check( $trail, $args ) {
    	if( is_singular('post') ) unset($trail[1]);
    	return $trail;
    }
    add_filter('avia_breadcrumbs_trail','avia_woocommerce_breadcrumb_mod_check', 9999, 2 );

    Best regards,
    Ismael

    #1122171

    It now works perfectly. Thank you very much for your support.

    Best regards,
    Christina

    #1122265

    Hi Christina,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1123057

    Hi Rikard,

    At the moment, everything works perfectly. So I hope, I don’t need further support on this topic…
    You can close this topic.

    Best regards,
    Christina

    #1123079

    Hi Christina,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Issue with Breadcrumb’ is closed to new replies.