treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Problem with Cubecart template..

  • I want use anythingslider whit this template:

    <!DOCTYPE html> {$META_TITLE} {if isset($CSS)} {foreach from=$CSS key=css_keys item=css_files} {/foreach} {/if} {if $ANALYTICS} {literal}

    var _gaq = _gaq || []; _gaq.push(['_setAccount', '{/literal}{$ANALYTICS}{literal}']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();

    {/literal} {/if}

    {$SESSION} {$CURRENCY} {$LANGUAGE}
    {include file='templates/box.errors.php'} {if isset($CHECKOUT_PROGRESS)}{$CHECKOUT_PROGRESS}{/if} {$PAGE_CONTENT}

     

    {if isset($SKIN_SELECT)}{$SKIN_SELECT}{/if} {$SITE_DOCS}
    {$COPYRIGHT}
    {if !$CONFIG.disable_mobile_skin}
    

    {$LANG.common.mobile_site}

    {/if}

    {if isset($DEBUG_INFO)}{$DEBUG_INFO}{/if}
    
    {include file='js/common.html'}
    
    {if isset($JANRAIN)}{$JANRAIN}{/if}
    
    {if isset($LIVE_HELP)}{$LIVE_HELP}{/if}
    
    {foreach from=$JS_SCRIPTS key=k item=script}
    
    {/foreach}
    
    {if $COOKIE_DIALOGUE}
    

    {$LANG.notification.cookie_dialogue|replace:'%s':{$CONFIG.store_name}}

    {$LANG.notification.cookie_dialogue_declaration}

    {/if}
    {include file='js/common.html'}
    


    when i try to insert code of anythingslider, seems it enter in conflict with previous css style sheet. I have made some modifications and gallery image don't work. How can install without stop previous css and other script?