Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter Ben

    (@ben69007)

    Hello John,
    Email sent on the address found on your G+
    Other addresses and the application form failed in my side.
    I hope it’s ok for you.
    Thanx.

    Could you solve this problem? I’m running into the same problem with version 5.2.2. I even tried the Dev-Tree with version 5.2.80.

    I’m running a premade theme based on Cherry Framework 3.1.5.

    Thank you

    Plugin Author John Havlik

    (@mtekk)

    Unfortunately, after digging into the issue, there were some really weird behavior (something was messing with the page state). Worse yet, I was unable to reproduce the issue locally.

    If you are on the latest development version (the SVN Trunk, or Git Master), then I suggest deactivating all other plugins (other than WooCommerce and Breadcrumb NavXT) and see if the issue persists. You may also want to try using the ‘default’ twenty fifteen theme and see if it still has the problem.

    I also tried using breadcrumb navxt to change the product root page but still the product slug is still mysite.com/product/author-name. I am expecting it to be mysite.com/authors/author-name. Can you please help?

    I’ve come across this issue today and couldn’t find a solution, a temporary fix would be to edit the breadcrumb.php in the global folder of your WooCommerce templates folder.

    Wrap the following conditional around around what you want it to say like so:

    <?php if(is_shop()){ ?>
    
    						You are currently viewing:
    						<span typeof="v:Breadcrumb"> <a rel="v:url" property="v:title" href="<?php echo get_home_url(); ?>" class="home">Home</a> </span> > <span property="itemListElement" typeof="ListItem"><span property="name">Shop</span><meta property="position" content="2"></span>
    
    					<?php }else{ ?>
    
    					   You are currently viewing: <?php bcn_display(); ?>
    
    					<?php } ?>

    It’s not a permanent solution but it helps until one is worked out.

    Thread Starter Ben

    (@ben69007)

    Hello everybody, hello John,

    I just wanted to report that your new version (5.4.0) has fixed this issue. To remind, the problem in my side was to change the display of the breadcrumb “MYSITE > Products” by “MYSITE > SHOP” on the root page of the shop page using Woocommerce.

    Thanx a lot !

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Change "MYSITE > Products" by "MYSITE > SHOP" (Woocommerce)’ is closed to new replies.