Review Tab, Add to Cart Button, Visual Composer in Static Blocks,WooCommerce msg

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

  • Avatar: RachelPeppers
    RachelPeppers
    Participant
    June 12, 2015 at 09:36

    Hi,
    Here are a list of questions:

    1. i took out the reviews tab on single product page with css. ive updated the theme and its back. how can i get rid of it again, this was the css:

    #tab_reviews{
    display:none !important;
    }

    2. i like the “add to cart” button on the main page or shop pages but not on the single product page. how can i switch out the button?
    please see the add to cart button here, this is from the main page:
    http://themeforest.net/item/legenda-responsive-multipurpose-wordpress-theme/full_screen_preview/5888906

    this is the “add to cart” button on the single product page that i dont want:
    http://themeforest.net/item/legenda-responsive-multipurpose-wordpress-theme/full_screen_preview/5888906

    3. i cant create the footer in static blocks, its not showing visual composer. from the front main page, i can edit with visual composer. on the backend, when i put in a new product, there is no visual composer either. i am using visual composer with another website from the same envato account. they want me to use the key from the other website but i cant. is there any way around this?

    4. I’ve deleted the woocommerce files and updated the theme and get this message on every background page:

    Your theme has bundled outdated copies of WooCommerce template files. If you notice an issue on your site, this could be the reason. Please contact your theme developer for further assistance. You can review the System Status report for full details or learn more about WooCommerce Template Structure here.

    thank you so much!!!!

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    June 12, 2015 at 10:43

    Hello,

    1. Please read this article how to remove Reviews tab:
    http://docs.woothemes.com/document/editing-product-data-tabs/

    2. Add this code in custom.css file:

    .single-product-page .product-info .single_add_to_cart_button {
      color: black !important;
      background-color: transparent !important;
      border: 1px solid grey !important;
      font-size: 13px !important;
    }
    .single-product-page .product-info .single_add_to_cart_button:hover {
      color: red !important;
      border: 1px solid red !important;
    }

    3. To get Visual Composer editor shown in Static Blocks go to Visual Composer in wp-admin panel > Settings > Content Types > tick “Static Block”.

    4. That message won’t affect your site work at all. You can hide it without any worries.

    Thank you.
    Regards,
    Eva Kemp.

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