New Landing How can we help? Atelier Can I turn these features off on a product page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #207218
    elephant2009
    Member
    Post count: 14

    Hi, appreciate it if you could answer these question about product pages.

    1. Is there a way to turn off previous and next buttons for products.

    2. Is there a way to turn off breadcrumbs at the top of the product as I prefer the title to show at the top and as it includes categories further down don’t want the breadcrumbs on. http://grab.by/JPFw

    3. Is there any way to change http://grab.by/JPN6 the comma between parent (Outspire) and subcategory (Zeneffigy) on the product page details on the right of a product to be something more like this Outspire – Zeneffigy or better still Outspire > Zeneffigy.

    Cheers
    Phil

    #207313
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1 & 2) Add this to your custom css:

    .woocommerce-breadcrumb, .woocommerce .product-navigation {
    display: none;
    }

    3) I’m afraid not sorry, you can only chose one seperator

    – Kyle

    #207324
    elephant2009
    Member
    Post count: 14

    Hi Kyle

    Thanks for the help, that css code worked a treat.

    About the other question, yeah I meant to have only one separator but to change the (,) to a (>) . Is this not possible? Cool if not I’ll live with the comma.

    Regards,

    Phil

    #207330
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Go to atelier/woocommerce/content-product.php and find this code on line 313:

    <?php
    						$size = sizeof( get_the_terms( $post->ID, 'product_cat' ) );
    						echo $product->get_categories( ', ', '<h5 class="posted_in">', '</h5>' );
    					?>

    Change to:

    <?php
    						$size = sizeof( get_the_terms( $post->ID, 'product_cat' ) );
    						echo $product->get_categories( ', ', '<h5 class="posted_in">'> '</h5>' );
    					?>

    – Kyle

    #207337
    elephant2009
    Member
    Post count: 14

    Thanks Kyle you legend!

    #207343
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register