Title: SLIDE_TEMPLATE default &#8211; HELP
Last modified: August 21, 2016

---

# SLIDE_TEMPLATE default – HELP

 *  [m2links](https://wordpress.org/support/users/m2links/)
 * (@m2links)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/slide_template-default-help/)
 * Store URL: [http://wholesalestore.oodlescompany.com/](http://wholesalestore.oodlescompany.com/)
   
   WordPress version: version 3.9.1 WP eCommerce version: Version 3.8.14.1 Gold 
   Cart version: Version 2.9.7.8 Theme: BlancoVersion: 2.9.2 By 8theme
 * SLIDE_TEMPLATE default
    I can’t get the METADATA value to not display on the 
   single product page. I see the METADATA section under ‘Product Details’ in the
   edit product page; but when I delete the SLIDE_TEMPLATE default and click save………
   it just reappears. HELP!
 * [https://wordpress.org/plugins/wp-e-commerce/](https://wordpress.org/plugins/wp-e-commerce/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Wiser Oner](https://wordpress.org/support/users/wiser-oner/)
 * (@wiser-oner)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/slide_template-default-help/#post-5025309)
 * Heloo did you ever find a solution to the problem? 🙂 i am have ing sdame problem!
 *  [Edward](https://wordpress.org/support/users/edwardinstinct/)
 * (@edwardinstinct)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/slide_template-default-help/#post-5025310)
 * Please add the following to your style.css in your theme
 * Please add the following to style.css of your theme.
 * `.custom_meta{display:none!IMPORTANT;}`
 * Regards
    Edward
 *  [Wiser Oner](https://wordpress.org/support/users/wiser-oner/)
 * (@wiser-oner)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/slide_template-default-help/#post-5025311)
 * Thanks for the response! 🙂 i tried what you said in wordpress but it had no 
   result. 🙁 i may be doing it wrong… is there anything else you can suggest? 🙂
   
   Thanks again! WISER
 *  [Heronf](https://wordpress.org/support/users/heronf/)
 * (@heronf)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/slide_template-default-help/#post-5025315)
 * I tried this too and it didn’t work.
    Any other suggestions?
 * It’s hard to change something you can’t find in the code!
 *  [Heronf](https://wordpress.org/support/users/heronf/)
 * (@heronf)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/slide_template-default-help/#post-5025316)
 * I just put this as custom css – blocks the grid_slider ( header image) from displaying.
 * `.grid_slider {display:none!IMPORTANT;}`
 * Still working on the extra tabs under the products.
 *  [cloudware](https://wordpress.org/support/users/cloudware/)
 * (@cloudware)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/slide_template-default-help/#post-5025317)
 * Hi,
 * I’ve fixed this in the blanco theme by editing /wp-content/themes/blanco/wpsc-
   single_product.php around line 371 – add a class “wpsc-custom-meta” to the li
   element `( change
    <li> to <li class=”wpsc-custom-meta”> )` :
 *     ```
       <?php if (wpsc_have_custom_meta()) : ?>
                                       <?php while ( wpsc_have_custom_meta() ) : wpsc_the_custom_meta(); ?>
                                       <li class="wpsc-custom-meta">
       ```
   
 * then in a custom.css file, add the following:
 * .wpsc-custom-meta {
    display:none !important; }
 * As long as the custom.css is loaded, this should stop the custom meta from appearing,
   whilst still allowing the other tabs (short description, custom tabs for all 
   products etc).
 * Really the problem appears to be that Revolution Slider should not be adding 
   custom meta to Products – and the authors of that ought to fix that issue – at
   the bottom of Product editing screen Revolution Slider Options (slide_template:
   default) should have a ‘none’ option rather than defaulting to ‘default’ when
   there is no slide_template required against that product.
 * Keith

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘SLIDE_TEMPLATE default – HELP’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-e-commerce_ebebeb.svg)
 * [WP eCommerce](https://wordpress.org/plugins/wp-e-commerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-e-commerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-e-commerce/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-e-commerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-e-commerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-e-commerce/reviews/)

 * 6 replies
 * 5 participants
 * Last reply from: [cloudware](https://wordpress.org/support/users/cloudware/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/slide_template-default-help/#post-5025317)
 * Status: not resolved