Page 15 of 16

Re: [THEME] Default2 Free v.0.3

Posted: Tue Dec 07, 2010 7:28 pm
by Peter Kolev
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?

Re: [THEME] Default2 Free v.0.3

Posted: Wed Dec 08, 2010 2:21 am
by virgoriangur
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

Re: [THEME] Default2 Free v.0.3

Posted: Wed Dec 08, 2010 2:24 am
by virgoriangur
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?
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.

Re: [THEME] Default2 Free v.0.3

Posted: Thu Dec 09, 2010 5:56 pm
by qahar
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
It's already mentioned on documentation, please read carefully. ;)

Re: [THEME] Default2 Free v.0.3

Posted: Thu Dec 09, 2010 10:11 pm
by virgoriangur
Sorry if I didn't clarify properly I accidentally deleted the images folder from the settings anyway to restore it back?

Re: [THEME] Default2 Free v.0.3

Posted: Fri Dec 10, 2010 7:56 pm
by qahar
Just make new folder "slide", then make some change on home.tpl.
or you can copy from image/data/slide on default2 installer to your site.

Re: [THEME] Default2 Free v.0.3

Posted: Wed Jan 05, 2011 5:04 am
by JimVer
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?

Image

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 ;D

Re: [THEME] Default2 Free v.0.3

Posted: Wed Jan 05, 2011 8:06 pm
by qahar
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?
1. I don't have an idea about that.
2. It's use CSS3 border-radius, of course it not supported on IE
3. Try to reduce the right-margin or width value.

Re: [THEME] Default2 Free v.0.3

Posted: Wed Jan 05, 2011 8:15 pm
by JimVer
so 1 and 2 can't be fixed?

Re: [THEME] Default2 Free v.0.3

Posted: Wed Jan 05, 2011 8:42 pm
by qahar
For number 2, you can change it with png image.
For number 1, I'm not see the same issue on default 2 demo. That why i don't have any idea. Try to check your logo image, may the border is on the image.

Re: [THEME] Default2 Free v.0.3

Posted: Thu Jan 27, 2011 5:20 am
by topsat
How i can change the color price? and size????

thanks

Re: [THEME] Default2 Free v.0.3

Posted: Fri Mar 11, 2011 2:31 am
by alex1
I just downloaded this from your site, and it's missing the stylesheets and other files. I tried to download it twice.

Is there a known error right now?

thanks

Re: [THEME] Default2 Free v.0.3

Posted: Fri Mar 11, 2011 3:16 am
by qahar
it should be okay, i will check it.

Re: [THEME] Default2 Free v.0.3

Posted: Wed Apr 06, 2011 4:21 am
by Daz1847
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

Re: [THEME] Default2 Free v.0.3

Posted: Wed Apr 06, 2011 3:17 pm
by onsisada
Makasih bro buat theme nya....
It works well in oc 149.4.

Re: [THEME] Default2 Free v.0.3

Posted: Wed Apr 06, 2011 8:13 pm
by qahar
Daz1847 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
You can set the animSpeed
  • animSpeed : 500, // Slide transition speed
    pauseTime : 3000, // How long each slide will show

white blank page

Posted: Thu Apr 07, 2011 4:14 pm
by suryadilia
Hi I'm a new user of OC and had install this nice looking theme [mantep gan :D]
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

Re: [THEME] Default2 Free v.0.3

Posted: Sun Apr 10, 2011 2:44 pm
by qahar
This isn't theme issue.
Check your config.php specially at absolute path.

Re: [THEME] Default2 Free v.0.3

Posted: Fri May 20, 2011 10:38 pm
by kit_kit
i have try to add manufacturer photo . it doesnt show . i not sure where should i mod the code.

Re: [THEME] Default2 Free v.0.3

Posted: Sat May 21, 2011 12:31 pm
by qahar
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 } ?>