I tried to download the theam and it didn`t work.
I made a registration and everythign and still no luck.
Can you guys send a direct link to download it?
I made a registration and everythign and still no luck.
Can you guys send a direct link to download it?
Hi guys pardon me asking can somebody assist me as I've already asked someone to install Opencart and this theme for me but the problem is I don't know how to change the default banner and replaced with mine can some kind soul help? My site www.sgcitymall.com
I've managed to Dl from moolus.com reg and add to shopping cart check out and u will receive the download link via email.Peter Kolev wrote:I tried to download the theam and it didn`t work.
I made a registration and everythign and still no luck.
Can you guys send a direct link to download it?
It's already mentioned on documentation, please read carefully.virgoriangur wrote:Hi guys pardon me asking can somebody assist me as I've already asked someone to install Opencart and this theme for me but the problem is I don't know how to change the default banner and replaced with mine can some kind soul help? My site http://www.sgcitymall.com

Sorry if I didn't clarify properly I accidentally deleted the images folder from the settings anyway to restore it back?
Firstoff, Thank you for this awesome theme. I really appreciate the work you've done for this community.
But i've got some problems in IE8
I've read that there were some problems but i can't really tell if it fixes this problem?

This are the problems pointed out in the picture:
- Around the logo there are some red/black stripes?
- The corners arn't rounded they are squared?
- The menu is a little loose at the right side?
Do you know any fixes for this?
Thank you and again thanks for the theme
But i've got some problems in IE8
I've read that there were some problems but i can't really tell if it fixes this problem?

This are the problems pointed out in the picture:
- Around the logo there are some red/black stripes?
- The corners arn't rounded they are squared?
- The menu is a little loose at the right side?
Do you know any fixes for this?
Thank you and again thanks for the theme

1. I don't have an idea about that.JimVer wrote:This are the problems pointed out in the picture:
- Around the logo there are some red/black stripes?
- The corners arn't rounded they are squared?
- The menu is a little loose at the right side?
2. It's use CSS3 border-radius, of course it not supported on IE
3. Try to reduce the right-margin or width value.
Is there anyway to change the speed of the pictures on the slider I’m looking in the nivo.slider.js file but can not see anything related to it.
I think it may be the pausetime part but can not see how or where to ad or change the value.
Please help the slider is a little fast I need to slow it down a little.
Thanks
I think it may be the pausetime part but can not see how or where to ad or change the value.
Please help the slider is a little fast I need to slow it down a little.
Thanks
Unlimited Everything Hosting + Anytime Money Back Guarantee
Only£1.95pm - Limited Time Offer - http://shortlink.info/?cda56b00
You can set the animSpeedDaz1847 wrote:Is there anyway to change the speed of the pictures on the slider I’m looking in the nivo.slider.js file but can not see anything related to it.
I think it may be the pausetime part but can not see how or where to ad or change the value.
Please help the slider is a little fast I need to slow it down a little.
Thanks
- animSpeed : 500, // Slide transition speed
pauseTime : 3000, // How long each slide will show
Hi I'm a new user of OC and had install this nice looking theme [mantep gan
]
Follow the instructions and change the theme in admin area, but i only got a white blank page on my website, my url is
http://adhicomputer.com is there any other step that I messed up?
I'm using OC 1.4.9.1. Thanks very much

Follow the instructions and change the theme in admin area, but i only got a white blank page on my website, my url is
http://adhicomputer.com is there any other step that I messed up?
I'm using OC 1.4.9.1. Thanks very much
Add code bellow on category.tpl after <div class="middle">
Code: Select all
<?php if ($description) { ?>
<div><?php echo $description; ?></div>
<?php } ?>
<?php if (!$categories && !$products) { ?>
<div class="content"><?php echo $text_error; ?></div>
<?php } ?>
<?php if ($categories) { ?>
<table class="list">
<?php for ($i = 0; $i < sizeof($categories); $i = $i + 4) { ?>
<tr>
<?php for ($j = $i; $j < ($i + 4); $j++) { ?>
<td width="25%"><?php if (isset($categories[$j])) { ?>
<a href="<?php echo $categories[$j]['href']; ?>"><img src="<?php echo $categories[$j]['thumb']; ?>" title="<?php echo $categories[$j]['name']; ?>" alt="<?php echo $categories[$j]['name']; ?>" style="margin-bottom: 3px;" /></a><br />
<a href="<?php echo $categories[$j]['href']; ?>"><?php echo $categories[$j]['name']; ?></a>
<?php } ?></td>
<?php } ?>
</tr>
<?php } ?>
</table>
<?php } ?>
Who is online
Users browsing this forum: No registered users and 3 guests