normal VM - Products Slideshow - image link disable .. ?

More
10 years 2 weeks ago #7416 by ömer yiğit
i want to delete black bar (product tittle bar) in banner? Please help..
URL: bulvargida.com/index.php
Attachments:

Please Log in or Create an account to join the conversation.

More
10 years 2 weeks ago - 10 years 2 weeks ago #7421 by Nguyen Mai
Hello
You can edit this file: templates/ot_swizcake/html/mod_virtuemart_product/single.php
and find and comment this code (line 52 - 80)
Code:
<div class="product-overlay"> <div class="product-detail"> <?php if ($show_price) { ?> <?php if (!empty($product->prices['salesPrice'])) { ?> <div class="product-price pull-right"> <span class="PricesalesPrice"><?php echo $currency->createPriceDiv ('salesPrice', '', $product->prices, TRUE);?></span> </div> <?php } ?> <?php } ?> <h3 class="product-name"> <a href="<?php echo $url ?>"><?php echo $product->product_name ?></a> </h3> <div class="clear"></div> <?php //Product short DESC ?> <!-- <div class="product-s-desc"> <p class="product_s_desc"> <?php echo shopFunctionsF::limitStringByWord($product->product_s_desc, 75, '...');?> </p> </div> <div class="clear"></div> --> <?php if ($show_addtocart) { ?> <div class="product-addtocart"> <?php //echo mod_virtuemart_product::addtocart ($product);?> <?php echo JHTML::link($product->link, JText::_('COM_VIRTUEMART_PRODUCT_DETAILS'), array('title' => $product->product_name,'class' => 'product-details'));?> </div> <div class="clear"></div> <?php } ?> </div> </div>

or you can edit file: templates/ot_swizcake/css/template.css line 1028
find this code
Code:
.ot-single .product .spacer .product-overlay { bottom: -100%; left: 0; padding: 10px 5%; position: absolute; width: 90%; }
change to
Code:
.ot-single .product .spacer .product-overlay { bottom: -100%; display: none; left: 0; padding: 10px 5%; position: absolute; width: 90%; }
Last edit: 10 years 2 weeks ago by Nguyen Mai.

Please Log in or Create an account to join the conversation.

More
10 years 2 weeks ago #7423 by ömer yiğit

Please Log in or Create an account to join the conversation.

Time to create page: 0.277 seconds

About Growth

Innovative tech for eCommerce growth

Contact Info

Head: No. 3, 175/55 Lane, Lac Long Quan St., Nghia Do Ward, Cau Giay District, Hanoi City, Vietnam