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: Elimy
    Elimy
    Participant
    December 14, 2015 at 10:14

    Hi!

    Here is my problems.

    1/ As you can see on screenshots, there is a shop by default..
    Is it possible to hide it ?
    If not, I need to put it above (in place of my “products” area) to add informations below…

    2/ Also, is it possible to show off the filter area ?

    How can I do ?

    Tks for you help !

    Please, contact administrator
    for this information.
    45 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 14, 2015 at 11:45

    Hello,

    This questions are a bit unclear for us. Could you please clarify us with more details?

    1) Do you want to remove section that is in red circle?
    2) Do you want to remove the filter area on the shop page?

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Elimy
    Elimy
    Participant
    December 14, 2015 at 12:47

    I would like to remove section that is in red circle (shop by defaut) yes 🙂

    I’m working on localhost for now, so can you tell me what to do ?
    Or you can change things on wp-admin first.

    Thanks a lot

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 14, 2015 at 12:51

    Could you please transfer your site to some hosting and provide us with credentials?

    Regards,
    Robert Hall.

    Avatar: Elimy
    Elimy
    Participant
    December 14, 2015 at 15:09

    Here you are.

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 14, 2015 at 16:09

    As I see your test site is in the root folder http://prntscr.com/9e29da. Please move it to ‘www’ folder and then we’ll can view your test site via http://www.myy***.com/localhost link.

    Regards,
    Robert Hall.

    Avatar: Elimy
    Elimy
    Participant
    December 14, 2015 at 16:27

    It’s done. But it seems the links doesn’t work.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 14, 2015 at 16:49

    We’ve checked the localhost/wp-config.php file and there is an empty field with password. You need add there correct database password.

    /** Nom de la base de données de WordPress. */
    define('DB_NAME', 'myyaamwp');
    
    /** Utilisateur de la base de données MySQL. */
    define('DB_USER', 'root');
    
    /** Mot de passe de la base de données MySQL. */
    define('DB_PASSWORD', '');
    
    /** Adresse de l'hébergement MySQL. */
    define('DB_HOST', 'localhost');

    Also please check all credentials (as DB_NAME, DB_USER) in this file.

    Regards,
    Robert Hall.

    Avatar: Elimy
    Elimy
    Participant
    December 14, 2015 at 17:28

    I’m sorry but I do not understand how I have to do.
    I’ve just added my localhost files on the FTP.

    I don’t want to replace all my stuff and active my news pages right now… so I don’t know what I have to do.

    Tks.

    Eli

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 14, 2015 at 17:54

    Is page that you provided in a first screenshot selected as Shop page? (WooCommerce->Settings->Products->Display) If yes then you need to remove from there and you’ll see only content that you’ve added.

    Regards,
    Robert Hall.

    Avatar: Elimy
    Elimy
    Participant
    December 14, 2015 at 18:05

    Ok I thought aboout it..
    But when I’m going on my cart… empty cart… there is a button “Return to the shop”… If I didn’t choose the shop in Display, so the button doesn’t work.

    So I guess I have to edit the .php ?

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 14, 2015 at 18:30

    Yes, in this case you need edit \themes\woopress\woocommerce\cart\cart-empty.php file.

    Regards,
    Robert Hall.

    Avatar: Elimy
    Elimy
    Participant
    December 14, 2015 at 19:09

    Hum, ok but… what have I to change exactly ?

    I’ve tried to change the ID ‘shop’ by sth else… but it doesn’t work..

    Tks for you help !

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 14, 2015 at 19:14

    You need to change the link in a hrefattribute there. For example
    href="<?php echo apply_filters( 'woocommerce_return_to_shop_redirect', wc_get_page_permalink( 'shop' ) ); ?>"
    to
    href="http://your-link.com"

    Regards,
    Robert Hall.

    Avatar: Elimy
    Elimy
    Participant
    December 14, 2015 at 19:18

    PERFECT !!

    Avatar: Elimy
    Elimy
    Participant
    December 14, 2015 at 19:41

    Hum, others problems happens …

    1/ Page header appears on the single product page… when I display no shop page. I would like to remove it.

    2/ I think there is a problem with the tabs in the single product page : The tab ‘reviews’ disappears…

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 15, 2015 at 08:34

    Hello,

    1) Please try to add the following code in Theme Options->Custom CSS->Global Custom CSS

    .single-product .page-heading {
        display: none;
    }

    2) Navigate to Dashboard->Products->edit Product->Advanced and check ‘enable reviews’ option.

    Regards,
    Robert Hall.

    Avatar: Elimy
    Elimy
    Participant
    December 15, 2015 at 09:28

    Hi

    1) It’s OK, tks.
    Just would like to add a empty space up (between fixed-header and single product page).

    2) It’s already select. And when I deselect, the tab before (‘Informations sur la livraison’) desappears too… I guess it’s a problem in the code ? :/ Maybe after my translation ? Could it be sth else ?

    Tks !
    Eli

    Please, contact administrator
    for this information.
    Avatar: Elimy
    Elimy
    Participant
    December 15, 2015 at 10:37

    2) I don’t know what happens on localhost but it’s OK on the website, so no worries.

    3) other question : is the title (as you see in the screenshoot, red circle) was removed from new version of theme ?? Is it possible to keep it ?

    Please, contact administrator
    for this information.
    Avatar: Elimy
    Elimy
    Participant
    December 15, 2015 at 10:45

    I cannot edit my last post.. but forget about the 3rd questions. I’ve found the solution 😉

  • 1 2 3
    Viewing 20 results - 1 through 20 (of 46 total)

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

Helpful Topics

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