Urgent: remove product information - by clickicase

This topic has 26 replies, 4 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp

  • Avatar: clickicase
    clickicase
    Participant
    July 9, 2014 at 03:57

    hi,
    i really need to remove product information on the single product page (i have been trying for over a week and my client are complaining on seeing too many info on the single product page)
    http://clickicase.com/product/shiny-disco/

    i want to remove: (above the price)

    product information
    product code
    category

    one of your guy gave me this code to add in custom css it didn’t work
    .single-product-page .product_meta h4, .single-product-page .sku_wrapper, .single-product-page .product-info .posted_in {display: none;}

    thanks

    Please, contact administrator
    for this information.
    25 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 9, 2014 at 06:02

    Hello,

    Your password is not correct.
    Please provide us with wp-admin access as well.

    Regards,
    Robert Hall.

    Avatar: clickicase
    clickicase
    Participant
    July 9, 2014 at 06:36

    here the ftp access:

    http://ftp.clickicase.com
    frederiquebros
    Z*4vA?7W

    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 9, 2014 at 06:51

    Hello,

    Sorry, but still incorrect.

    Regards,
    Robert Hall.

    Avatar: clickicase
    clickicase
    Participant
    July 10, 2014 at 04:15

    i reset the password for you see in private contnet and sorry about that.

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 10, 2014 at 06:04

    Hello,

    Add this code to custom.css file and clear your cache.

    .single-product-page .product-info .sku_wrapper {
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: clickicase
    clickicase
    Participant
    July 10, 2014 at 06:39

    the product code is still there! http://clickicase.com/product/patchwork/

    so i added in the code .single-product-page .product-info .product-code. sku_wrapper {
    display:none;
    }

    but it’s not working.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 10, 2014 at 06:45

    Please provide us with more permissions to wp-admin access or FTP credentials, because I can’t do customization in your custom.css file.

    Regards,
    Robert Hall.

    Avatar: clickicase
    clickicase
    Participant
    July 10, 2014 at 06:50

    it’s in private content to access to my wordpress admin

    Avatar: clickicase
    clickicase
    Participant
    July 10, 2014 at 06:57

    please ensure to remove all text above the price – product information, product code, and category, thanks

    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 10, 2014 at 07:02

    I can’t make changes to your file, because there is no button “Update file”
    You can see what I mean http://prntscr.com/417nbf
    It will be better if you give me FTP credentials.

    Regards,
    Robert Hall.

    Avatar: clickicase
    clickicase
    Participant
    July 10, 2014 at 07:05

    the ftp credentials are also in the private content

    Avatar: clickicase
    clickicase
    Participant
    July 10, 2014 at 07:13

    here access to ftp in private content, thanks

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 10, 2014 at 07:27

    Sorry, but your ftp access isn’t correct. Try to log with that.

    Regards,
    Robert Hall.

    Avatar: clickicase
    clickicase
    Participant
    July 10, 2014 at 07:49

    just give me the correct code to remove all info I will myself update the css custom file form my ftp – my fpt is a secure one with sftp maybe that’s why you can’t connect. thanks for your efforts.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 10, 2014 at 08:10

    Try to add this code.

    .single-product-page .product-info .sku_wrapper {
    display:none !important;
    }

    Regards,
    Robert Hall.

    Avatar: clickicase
    clickicase
    Participant
    July 10, 2014 at 09:45

    this is not working.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 10, 2014 at 10:07

    Hello,

    It is necessary to edit woocommerce/content-single-product.php file. That’s why we can’t help you without FTP access.

    Regards,
    Jack Richardson

    Avatar: clickicase
    clickicase
    Participant
    July 10, 2014 at 22:08

    ok, then can you give me the code to modify for woocommerce/content-single-product.php file. and i will di it, thanks.

    Avatar: Eva
    Eva Kemp
    Support staff
    July 11, 2014 at 08:18

    Hello,

    Please try to use this code in custom.css:

    .single-product-page .product-info h4 {
        display: none;
    }
    .single-product-page .product-info .posted_in {
      display: none;
    }

    Regards,
    Eva Kemp.

  • 1 2
    Viewing 20 results - 1 through 20 (of 26 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.