reliklaires Posted March 11, 2019 Share Posted March 11, 2019 I saw something on classic theme that i don't like : ./themes/classic/templates/catalog/product.tpl line 194 : <div class="tab-content" id="tab-content"> <div class="tab-pane fade in{if $product.description} active{/if}" id="description" role="tabpanel"> {block name='product_description'} <div class="product-description">{$product.description nofilter}</div> {/block} </div> It makes the tab-pane not "fading in" which is not cool as you can see on my screen. Can we replace it by : <div class="tab-pane fade in">{$product.description nofilter}</div> ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now