Viewing 6 replies - 1 through 6 (of 6 total)
  • Heloo did you ever find a solution to the problem? ?? i am have ing sdame problem!

    Edward

    (@edwardinstinct)

    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

    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

    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!

    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.

    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.