- Posts: 7
- Thank you received: 1
show image
- Alexey Smirnov
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
12 years 2 months ago #3895
by Alexey Smirnov
show image was created by Alexey Smirnov
How I use module "Shadowbox Media viewer". I not understand default_items.php
Attachments:
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
12 years 2 months ago #3916 by Trung Duong
Replied by Trung Duong on topic Re: show image
Can you post your site url here ? it seems has issue with css
Best Regards
Best Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
- Alexey Smirnov
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 7
- Thank you received: 1
12 years 2 months ago #3928
by Alexey Smirnov
Replied by Alexey Smirnov on topic Re: show image
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
12 years 2 months ago #3933
by Trung Duong
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!
[img]...[/img]
[img]...[/img]
[img]...[/img]
Replied by Trung Duong on topic Re: show image
Hello,
You should remove "overflow:hidden" in vituemart.css
Thanks
You should remove "overflow:hidden" in vituemart.css
Code:
div#large_image_holder ul li {
height: 320px;
left: 10px;
overflow: hidden;/* Remove this line */
position: absolute;
top: 10px;
width: 310px;
z-index: 9;
}
div#large_image_holder {
float: left;
overflow: hidden;hidden;/* Remove this line */
text-align: center;
width: 100%;
}
Thanks
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
The following user(s) said Thank You: Alexey Smirnov
Please Log in or Create an account to join the conversation.
- Alexey Smirnov
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 7
- Thank you received: 1
12 years 2 months ago #3941
by Alexey Smirnov
Replied by Alexey Smirnov on topic Re: show image
thanks!!!
How it delete pictures?
How it delete pictures?
Attachments:
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
12 years 2 months ago #3951
by Trung Duong
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!
[img]...[/img]
[img]...[/img]
[img]...[/img]
Replied by Trung Duong on topic Re: show image
Hello,
You should delete code below:
in templates/ot_kid/html/com_virtuemart/productdetails/default_images.php
Thanks
You should delete code below:
Code:
<?php
// Showing The Additional Images
// if(!empty($this->product->images) && count($this->product->images)>1) {
if (!empty($this->product->images)) {
?>
<div class="additional-images">
<ul id="thumb_holder">
<?php
// List all Images
if (count($this->product->images) > 0) {
foreach ($this->product->images as $image) {
//echo '<div class="floatleft">' . $image->displayMediaThumb('class="product-image"', true, 'class="modal"', true, true) . '</div>'; //'class="modal"'
echo '<li><a href="javascript:void(0);"><img src="'.JURI::root().$image->file_url_thumb.'" alt="thumb" /></a></li>';
}
}
?>
</ul>
<div class="clear"></div>
</div>
<?php
in templates/ot_kid/html/com_virtuemart/productdetails/default_images.php
Thanks
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
The following user(s) said Thank You: Alexey Smirnov
Please Log in or Create an account to join the conversation.
Time to create page: 0.197 seconds