- Posts: 14
- Thank you received: 4
VM - Products Slideshow - image link disable .. ?
- ömer yiğit
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
11 years 2 weeks ago #7416
by ömer yiğit
Replied by ömer yiğit on topic Re: VM - Products Slideshow - image link disable .. ?
i want to delete black bar (product tittle bar) in banner? Please help..
URL: bulvargida.com/index.php
URL: bulvargida.com/index.php
Attachments:
Please Log in or Create an account to join the conversation.
- Nguyen Mai
-
- Offline
- Senior Boarder
-
Less
More
- Posts: 47
- Thank you received: 10
11 years 2 weeks ago - 11 years 2 weeks ago #7421
by Nguyen Mai
Replied by Nguyen Mai on topic Re: VM - Products Slideshow - image link disable .. ?
Hello
You can edit this file: templates/ot_swizcake/html/mod_virtuemart_product/single.php
and find and comment this code (line 52 - 80)
or you can edit file: templates/ot_swizcake/css/template.css line 1028
find this code
change to
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%;
}
Code:
.ot-single .product .spacer .product-overlay {
bottom: -100%;
display: none;
left: 0;
padding: 10px 5%;
position: absolute;
width: 90%;
}
Last edit: 11 years 2 weeks ago by Nguyen Mai.
Please Log in or Create an account to join the conversation.
- ömer yiğit
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 14
- Thank you received: 4
11 years 2 weeks ago #7423
by ömer yiğit
Replied by ömer yiğit on topic Re: VM - Products Slideshow - image link disable .. ?
thank you..

Please Log in or Create an account to join the conversation.
Time to create page: 0.187 seconds