Tagged: 

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #1300158

    I want to breadcrumbs only product page but when i enable option header > show title and breadcrumbs it show all pages….How can i show breadcrumbs only product page…here product page, please give me guidance how can i add breadcrumbs only product page?

    #1300390

    Hi jskindustrial,

    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
      ( to 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,
    Nikko

    #1300414

    I posted

    #1300488

    no response till?

    #1300640

    Hi jskindustrial,

    We apologize for the delayed response.
    Please add this code in your child theme’s functions.php file:

    function enfold_title_args($args) {
    	if( ! (is_shop() || is_product()) ) {
    		$args['html'] = '';
    	} 
        return $args;
    }
    
    add_filter('avf_title_args','enfold_title_args', 10, 1);

    Best regards,
    Nikko

    #1300650

    it doesnt’ work, can you help me?please

    #1300654

    Hi jskindustrial,

    Yes, please give us FTP access.
    Just post the credentials in private content.

    Best regards,
    Nikko

    #1300655

    I already posetd and again i will please let me know you can see it or not

    #1300658

    Hi jskindustrial,

    The one you posted is user access and we don’t have access to the Theme Editor.
    In order for us to properly see why the code is not working is either check the code via FTP or upgrade the user access you gave to an administrator.

    Best regards,
    Nikko

    #1300669

    did you try again? bcoz i changed the role

    #1300727

    Hi jskindustrial,

    Yes, I have checked on it again and it’s now fixed.
    The reason why it doesn’t seem to work is because of this code in Quick CSS:

    .title_container {
        display: none;
    }

    I have commented it out.
    Please review your site.

    Best regards,
    Nikko

    #1300730

    Thank you so much but it is show may be wrong path “should You are here:Home/Ceramic Ball/0.1-55MM 94.5% ZRO2 YTTRIA STABILIZED ZIRCONIA BALL”
    but it shows “You are here:Home/Footer/Ceramic Ball/0.1-55MM 94.5% ZRO2 YTTRIA STABILIZED ZIRCONIA BALL”

    #1300735

    Hi jskindustrial,

    It’s showing that because the Shop Page is set to Footer.
    You can verify this in Woocommerce > Settings > Products > Shop page.
    Once you fixed this, this should also reflect in the permalink.

    Best regards,
    Nikko

    #1300744

    Thank you so much…it works fine

    #1300749

    How can i add image below breadcrumbs?

    #1300827

    Hi jskindustrial,

    Can you give us a screenshot or mockup? so we can have a visual image of what you’re trying to achieve.

    Best regards,
    Nikko

    #1300873


    This is picture which i want to output.. You are here:Home/ceramic division//Ceramic Ball/0.1-55MM 94.5% ZRO2 YTTRIA STABILIZED ZIRCONIA BALL
    and now show this output You are here:Home/Ceramic Ball/0.1-55MM 94.5% ZRO2 YTTRIA STABILIZED ZIRCONIA BALL but here missing one folder ceramic division…..

    #1300929

    Hi jskindustrial,

    You should be able to set it in Settings > Permalinks > Product permalinks.
    Hope it helps.

    Best regards,
    Nikko

    #1300963

    I set it but it didn’t work, any idea? and how can i add background image in breadcrumbs?

    #1300987

    Hi jskindustrial,

    It seems to be the correct breadcrumb.
    You are here:Home/Ceramic Ball/0.1-55MM 94.5% ZRO2 YTTRIA STABILIZED ZIRCONIA BALL since the permalink is /shop/%product_cat%/

    Best regards,
    Nikko

    #1301616

    how can i add background image in breadcrumbs?

    #1301753

    Hi jskindustrial,

    Is this also done?
    I have checked it and it seems you already added a background image to the title container.

    Best regards,
    Nikko

Viewing 22 posts - 1 through 22 (of 22 total)
  • You must be logged in to reply to this topic.