Shop - by Elimy - on WordPress WooCommerce support

This topic has 46 replies, 5 voices, and was last updated 8 years, 2 months ago ago by Eva Kemp

  • Avatar: Robert Hall
    Robert Hall
    Support staff
    December 15, 2015 at 10:51

    1) Try this code in Theme Options->Custom CSS->Global Custom CSS.

    .single-product .header-wrapper {
        margin-bottom: 50px;
    }

    Regards,
    Robert Hall.

    Avatar: Elimy
    Elimy
    Participant
    December 15, 2015 at 21:01

    Tks it’s working !

    Can you help to find were I have to translate the two things in a red circle (screenshot) ?
    – Brands
    – No products were found

    I don’t find the good file …

    Thank you.

    Eli

    Please, contact administrator
    for this information.
    Avatar: stan
    Stan Russell
    Participant
    December 16, 2015 at 08:27

    Hello,

    you can edit these strings in files:
    ‘Brands’ – \languages\default.po (can be edited with “POedit” tool)
    ‘No products were found’ – \woocommerce\loop\no-products-found.php (line 16)
    We recommend you to make changes to theme files only in Child Theme to avoid risk of breaking theme or losing customizations on theme update.

    Regards,
    Stan Russell.

    Avatar: Elimy
    Elimy
    Participant
    December 16, 2015 at 09:53

    \languages\default.po is the one I renamed myyaam-fr_Fr ?

    If it is, I already translate the word “Brands” but it’s changed in the dashboard only.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 16, 2015 at 13:11

    Hello,

    To change “Brands” text in the breadcrumbs you need edit the file wp-content/themes/woopress/framework/woo.php in line 560 and change Brands name.

    Best regards,
    Jack Richardson.

    Avatar: Elimy
    Elimy
    Participant
    December 16, 2015 at 22:41

    thanks, it’s working.
    And how about the ‘brand’ in the URL http://www.mya**m.com/brand/le-bichat/ ?

    Avatar: stan
    Stan Russell
    Participant
    December 17, 2015 at 10:12

    Hello,

    you need to edit file woopress\framework\woo.php (string 585)
    'rewrite' => array( 'slug' => 'brand' ),
    We recommend you to make all changes to theme files only in Child Theme

    Regards,
    Stan Russell.

    Avatar: Elimy
    Elimy
    Participant
    December 17, 2015 at 10:19

    If I change ‘brand’ with ‘restaurant’, the page is 404.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 17, 2015 at 11:46

    Hello,

    Try to resave permalinks in WP Dashboard > Settings > Permalinks.
    Clear browser cache and check page after that.

    Best regards,
    Jack Richardson.

    Avatar: Elimy
    Elimy
    Participant
    December 18, 2015 at 16:04

    Thanks. It’s OK!

    Please, I don’t understand why I don’t have the choice with 2 radio for shipping in cart and checkout pages.
    As you can see on screenshots, it works on localhost but not on my website.

    Thank you !
    Eli

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 18, 2015 at 16:44

    Hello,

    I’ve removed France from specific countries in shipping method settings in Woocommerce > Settings > Shipping. Please check the site now.

    Best regards,
    Jack Richardson.

    Avatar: Elimy
    Elimy
    Participant
    January 6, 2016 at 13:00

    Hello !

    Happy new year to the team !

    1) I don’t understand why my review desappears from the product page.. I enable the review…
    Here a video capture. Can you healp me ?

    2) Is it possible that the picture’s preview of the single product page was a landscape ?? For exemple 180*300 ? When I change in woocommerce > setting, it keep a square. (here is a screenschot)

    3) Where do I have to change de URL’s page on “continue my shop” button ? (here is a screenshot)

    Thank you !

    Eli

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    January 6, 2016 at 14:01

    Hello,

    1. You added this code in Theme Options > Custom CSS > Global Custom CSS:

    .product .lastItem { 
        display: none !important; 
    }

    Remove it and Reviews tab will be shown.

    2. When you change images dimensions you need regenerate thumbnails with this plugin http://wordpress.org/plugins/regenerate-thumbnails/ . Please do this.

    3. You can set the link in wp-content/themes/woopress/js/etheme.js in line 1462, write URL instead of 'javascript:void(0);'.

    Regards,
    Eva Kemp.

    Avatar: Elimy
    Elimy
    Participant
    January 6, 2016 at 15:09

    1) and 3) thanks ot’s working.

    2) before to begin and regenerate all thumbnails, please can explain me more about why and you would happen with all pictures already online ? Do I have to change size in woocommerce > setting > products > display before or not necessary ?

    Tks for helping

    Elo

    Avatar: Elimy
    Elimy
    Participant
    January 6, 2016 at 15:13

    4) what should happens when I “Display returning customer login reminder on the “Checkout” page” ? I do not see any change..

    Avatar: Eva
    Eva Kemp
    Support staff
    January 6, 2016 at 17:29

    Hello,

    2. At first you need edit sizes in woocommerce > setting > products > display. Regenerating thumbnails is required for the changes to take effect. It’s also mentioned in woocommerce > setting > products > display.

    4. You can read about Woocommerce options here:
    https://docs.woothemes.com/document/configuring-woocommerce-settings/

    Regards,
    Eva Kemp.

    Avatar: Elimy
    Elimy
    Participant
    January 9, 2016 at 12:00

    1) et 4) I don’t really understand but I still will try.

    New question.
    I don’t find where to change the URL from “Continue tes achat” button on my cart page.
    Here is a screenshot. Tks !!

    Please, contact administrator
    for this information.
    Avatar: Elimy
    Elimy
    Participant
    January 9, 2016 at 12:42

    Please, can you check these questions too?

    1) I would like to remove the 3 lines in the red circle (see my screenshoot) on the single product page.

    2) For ALL my products, I would like a category red but NO links.
    Actually, I don’t want to get a link from category to the page with all products category and filters.
    Hope you understand what I mean ?

    Many thanks for your help !

    Eli

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 11, 2016 at 09:22

    Hello,

    You can change the link for “Continue Shopping” button in the file wp-content/plugins/woocommerce/includes/wc-cart-functions.php in line 83, edit the code href="%s" and write your url instead of %s.

    1. Add this code in Global Custom CSS:

    .product-information .email-link, .product_meta > span {
        display: none;
    }

    2. Do you want to remove links for categories?

    Best regards,
    Jack Richardson.

    Avatar: Elimy
    Elimy
    Participant
    January 11, 2016 at 15:45

    As you can see, to change the link for “continue shopping”, write my URL instead of %s is not working weel.

    1. Perfect !

    2. Exactly. I would like to know how to remove links for categories, so I could put it back when I would need it.

    Thanks for your help.

    Eli

    Please, contact administrator
    for this information.
  • 1 2 3
    Viewing 40 results - 21 through 40 (of 46 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.