New Landing How can we help? Atelier 2 questions :)

Viewing 15 posts - 1 through 15 (of 15 total)
  • Posted in: Atelier
  • #185448
    OctoKom
    Member
    Post count: 45

    Hi SwiftIdeas

    First of all, thanks for your great themes, I really enjoy then, escpecially your pagebuilder.

    But Iam working on a shop, where I want to add products shortdescription underneat the product in “shop” instead of breadcrums, since I dont think that makes alot of sense anyway, the image should say everything. How to change this?

    Besides that, I have translated the whole theme into danish, but when the theme updates, it get deleted, is there an easy way to solve this? Maybe by adding the translation into global wordpress languages or something?

     

    Regards,

    Attachments:
    You must be logged in to view attached files.
    #185775
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1. What shop template are you using?
    2. Are you using WPML or another plugin?

    Could you please supply a WP login credential for us?
    Thanks,
    David.

    #185776
    OctoKom
    Member
    Post count: 45

    Hi David,

    Im using Atelier and I havnt got WPML installed, I got other plugins indeed, but it has worked 🙂

    #185781
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    Sorry, I meant what page template for the shop page?

    As this theme is compatible with WPML could I suggest you use this, translations made should never be overwritten – what plugin are you using?

    If you can supply a login we can take a look.

    Thanks.

    David.

    #185785
    OctoKom
    Member
    Post count: 45
    This reply has been marked as private.
    #185870
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    This customisation is a little beyond support, but I can certainly help you to get started on the first question:

    If you open this file in the theme folder:  ‘woocomerce/content-product.php’

    Add this code, right before the last closing div:

    <?php echo apply_filters( 'woocommerce_short_description', $post->post_excerpt ) ?>

    This will output the product short description where you requested.

    I strongly recommend any changes like this be made in a child theme: https://codex.wordpress.org/Child_Themes

    #186363
    OctoKom
    Member
    Post count: 45

    it seems like the description shows under the price, how to I change it with the breadcrums? 🙂

    #186365
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    Sure, that is what you asked “add products short description underneath the product in shop  – maybe I have misunderstood your query?

    To remove the breadcrumbs in your single shop view, you can some CSS:

    nav.woocommerce-breadcrumb {
    display: none;
    }

    Thanks,
    David

    #186367
    OctoKom
    Member
    Post count: 45

    I hoped the attached image would help 🙂 Underneat the product image 🙂

    #186368
    David Martin – Support
    Moderator
    Post count: 20834

    I am sorry, I do not fully understand.

    Here is what I see (see screenshot), can you annotate it to help me understand better?

    – Do you mean remove the categories under the product image?

    Thanks.

     

    Attachments:
    You must be logged in to view attached files.
    #186370
    OctoKom
    Member
    Post count: 45

    What I want to do, is to switch “breadcrums” with “product description”, so breadcrums disapear (which I can do with CSS) and products short desc take its place 🙂

    #186384
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    You would need to open this file in the theme folder:  ‘woocomerce/content-product.php’

    You would then need to move the below to above the product title <h3></h3>:

    <?php echo apply_filters( 'woocommerce_short_description', $post->post_excerpt ) ?>

    To then hide the product categories add:

    .products .product .product-details .posted_in {
    display: none;
    }

    – Let me know how you get on.

    Thanks,
    David.

    #186882
    OctoKom
    Member
    Post count: 45
    This reply has been marked as private.
    #186887
    OctoKom
    Member
    Post count: 45
    This reply has been marked as private.
    #186894
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    Great news, the plugin is very well supported by the WPML developers, for specific queries relating to that lugin open a ticket with them.

    Thanks,
    David.

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

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

License required for the following item
Login and Registration Log in · Register