Page 3 of 16
Re: [THEME] new default2
Posted: Thu Jul 29, 2010 1:10 pm
by mayor21
hi Qahar,
First thing want to thank you for this great template. really2 love it!! thank you for sharing
I would like to add new sidebox for a chatbox, pls help me. i dont know how to do it.
very appreciate ur help. Thank you
Re: [THEME] new default2
Posted: Thu Jul 29, 2010 4:03 pm
by qahar
@mayor21 Thank you, hope this will help you:
How to build any html based module: Yahoo PingBox
Yahoo PingBox download ready:
Here
Re: [THEME] new default2
Posted: Thu Jul 29, 2010 6:03 pm
by mayor21
tq Qahar, i manage to insert it.
one more thing, can i change the banner size in the slider at header?
i want to make the banner thinner a bit with same width
thank you
Re: [THEME] new default2
Posted: Thu Jul 29, 2010 6:36 pm
by qahar
mayor21 wrote:tq Qahar, i manage to insert it.
one more thing, can i change the banner size in the slider at header?
i want to make the banner thinner a bit with same width
thank you
of course, change the height of your image and some change on stylesheet.css.
find "Nivo Slider" and replace the min-height
Re: [THEME] new default2
Posted: Thu Jul 29, 2010 7:28 pm
by rafiq.php
Hai i doesnt get the download link of default2 theme please send.
the url which u have given is not working
Re: [THEME] new default2
Posted: Thu Jul 29, 2010 7:41 pm
by qahar
it's work, i haved test it moment a go

Re: [THEME] new default2
Posted: Fri Jul 30, 2010 7:09 am
by qahar
scanreg wrote:Is there a way to enable the ajax search to include product descriptions too?
I tried the demo and it looks like it only works with product titles.
i'm not tested this yet, but may be can help you:
Search description by default
Re: Re:Modules - Featured,Bestseller and Specials
Posted: Sat Jul 31, 2010 6:53 pm
by zeuz
dwhitt wrote:Thank you for your template it is really good and kind of you to put into public area. I am just beginning to develop an ecommerce site, on a small size. I am having difficulty getting anything into the 3 modules that are on the home page, namely - Featured, Bestsellers and Specials? I include special items and when I visit the test site on my domain they remain empty. What might I be doing wrong? Or have I not setup the modules correctly?
Have attached screenshot of areas.
Thanks in advance..
Hi Qahar,
Thanks for the great work. I am trying to disable the Featured, BestSeller and Special under the home>footer area. But when i go to Admin > Extension > Module, i dont see these modules listed there. Could it be my installation problem?
Re: Re:Modules - Featured,Bestseller and Specials
Posted: Sat Jul 31, 2010 8:33 pm
by qahar
zeuz wrote:Hi Qahar,
Thanks for the great work. I am trying to disable the Featured, BestSeller and Special under the home>footer area. But when i go to Admin > Extension > Module, i dont see these modules listed there. Could it be my installation problem?
it's "static module", to remove it you can delete on home.tpl
Code: Select all
<!-- show the "home footer" -->
<div id="three_module">
<?php echo $featured2; ?>
<?php echo $bestseller2; ?>
<?php echo $special2; ?>
</div>
then delete on template/module : bestseller2.tpl, featured2.tpl, and special2.tpl
The last thing on controller/common/home.php
change:
Code: Select all
$this->children = array(
'common/column_right',
'common/column_left',
'common/footer',
'common/header',
'module/special2',
'module/featured2',
'module/bestseller2'
);
into:
Code: Select all
$this->children = array(
'common/column_right',
'common/column_left',
'common/footer',
'common/header'
);
you can also delete the #three_module from stylesheet.css
Re: [THEME] new default2
Posted: Thu Aug 05, 2010 6:45 pm
by spyke__
hi,
thanks for the template.
I wanted to ask how can I enable the share module.
Re: [THEME] new default2
Posted: Fri Aug 06, 2010 3:43 am
by qahar
spyke__ wrote:
I wanted to ask how can I enable the share module.
You can add code from
addthis.com into template.
I put it on header.tpl
Re: [THEME] new default2
Posted: Sun Aug 08, 2010 2:18 am
by adwords4u
How i can add this theme background to default theme given by opencart?
How i can remove "Powered By OpenCart" in bottom of the page?
Re: [THEME] new default2
Posted: Sun Aug 08, 2010 9:16 am
by al3xandr1a
Hi. Thank you so much for the template. Looks really nice.
Had a look at your demo site. I noticed that its harder to show all products by Category search because it needs a keyword for the searching. What happened to the old Navigation menu by category to show all products?

Re: [THEME] new default2
Posted: Mon Aug 09, 2010 1:39 am
by qahar
adwords4u wrote:How i can add this theme background to default theme given by opencart?
How i can remove "Powered By OpenCart" in bottom of the page?
find background on stylesheet.css and you can edit powered on footer.tpl
Re: [THEME] new default2
Posted: Mon Aug 09, 2010 1:42 am
by qahar
al3xandr1a wrote:Hi. Thank you so much for the template. Looks really nice.
Had a look at your demo site. I noticed that its harder to show all products by Category search because it needs a keyword for the searching. What happened to the old Navigation menu by category to show all products?

default category menu is fine, i hide it because doing some test.
and may be i should fix it back, because many people ask this.
I've been fix the demo.
Re: [THEME] new default2
Posted: Mon Aug 09, 2010 7:46 am
by rainer.flame
hi, first of all i want to thank you for this awesome opencart themes.
Im new to this CMS so it make me quite amazed seeing your template.
I have a problem here, see screenshot :
I can change the image file in it, but the caption remain there. even i change it to anything the caption still that. can you help me here, how to change it properly??
i just edit the file with dreamweaver. thx
Re: [THEME] new default2
Posted: Mon Aug 09, 2010 8:25 am
by qahar
the caption is on title tag as bellow:
Code: Select all
title="<b>This is an example of a caption.</b><br />I like OpenCart, im sure it will grow to powerfull ecommerce CMS.<br />I like it, so i make this theme free to increase OpenCart popularity."
make sure you had change this then refresh (ctrl + f5) your browser.
Re: [THEME] new default2
Posted: Mon Aug 09, 2010 9:19 am
by rainer.flame
thx a lot for the quick reply... solved
Re: [THEME] new default2
Posted: Tue Aug 10, 2010 6:09 am
by feliza
It's the best theme ever. Thank you Qahar .
I am also new to CMS. I will appreciate if anybody could help me.
How do I change the font size of the sections in categories and subcategories?
I tried to modified the stylesheet.css
Code: Select all
.box .middle a {
font-size: 20px;
}
.box .middle ul li li a {
font-size: 20px;
}
.box .middle ul li li a:visited {
font-size: 20px;
}
This also applies to the all the items in shopping cart on the left column Which makes shopping cart looks weird. Any solutions? How to keep the shopping cart the regular font size?
Clipboard02.jpg (14.55 KiB) Viewed 6460 times
And For the awesome nivo-slider,
Is it possible to add thumbnails for Control Nav under the big image.
How to accomplish that?
Thanks very much in advance.
Re: [THEME] new default2
Posted: Wed Aug 11, 2010 9:28 pm
by qahar
feliza wrote:It's the best theme ever. Thank you Qahar .
I am also new to CMS. I will appreciate if anybody could help me.
How do I change the font size of the sections in categories and subcategories?
may be you need add extra class, like
.categories
then on categories.tpl insert the new class, and the other module font will unchange.