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
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
Currently using OpenCart ver 3.0.2.0
Trend2style.com
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
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
Currently using OpenCart ver 3.0.2.0
Trend2style.com
of course, change the height of your image and some change on stylesheet.css.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
find "Nivo Slider" and replace the min-height
i'm not tested this yet, but may be can help you: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.
Search description by default
Hi Qahar,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..
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.tplzeuz 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?
Code: Select all
<!-- show the "home footer" -->
<div id="three_module">
<?php echo $featured2; ?>
<?php echo $bestseller2; ?>
<?php echo $special2; ?>
</div>
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'
);
Code: Select all
$this->children = array(
'common/column_right',
'common/column_left',
'common/footer',
'common/header'
);
You can add code from addthis.com into template.spyke__ wrote: I wanted to ask how can I enable the share module.
I put it on header.tpl
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?
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?

~al3xandr1a
Newbie / Student
find background on stylesheet.css and you can edit powered on footer.tpladwords4u 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?
default category menu is fine, i hide it because doing some test.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?
and may be i should fix it back, because many people ask this.
I've been fix the demo.
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
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
the caption is on title tag as bellow:
make sure you had change this then refresh (ctrl + f5) your browser.
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."
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
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?
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.

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;
}
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.
may be you need add extra class, like .categoriesfeliza 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?
then on categories.tpl insert the new class, and the other module font will unchange.
Who is online
Users browsing this forum: No registered users and 1 guest