389 comments found.
Hi Diabolique, I love this theme but am having one problem with it. The background color for the nivo slider is white and I want to change it to black (to conform with the majority of photographs that will be shown).
Is this possible? My site is currently on http://shop.herpireland.com and you can see the white background on the slideshow on the homepage. It might be more noticeable if you wait for the second image to show.
Do you have any ideas? This theme is by far the best open cart theme I’ve seen though, well done.
Regards, Fionnan
Hi!
This white spaces are generated by Opencart engine, please look here: http://shop.herpireland.com/image/cache/data/IM_Logo_SA_Black-835x430.jpg Right now I don’t know how to change it. I suggest to ask for help on opencart forum: http://forum.opencart.com/Buenas amigo, primero que todo dejame felicitarte.
ahora me gustaria saber como cambiar el color de arriba de negro a un color mas claro como blanco o gris. al igual que al final de la pagina que tambien sale en negro..
muchas gracias de ante mano.
I’m sorry but I don’t understand, a screenshot could help me to understand what do you mean?
Hello Diabolique
How do I make the option menu of the item in the bottom not next to each other?
- Choose Plan :
- Additional Service: this is how I want the option to show.
Respect.
Steve
Hello,
Open stylesheet.css find following code line:.product-info .options .option { width:153px; float:left; }
and replace it for:
.product-info .options .option { width:270px; }
No, I have no external modules, only those that come your installation.
Please check your e-mail box.
This is the error that appears:
public_html/catalog/controller/checkout/shipping.php on line 11
Do you have any idea how to fix it?
This is all error:
2011-11-15 15:25:35 – PHP Notice: Undefined index: shipping_address_id in /home/XXXXX/public_html/catalog/controller/checkout/shipping.php on line 11
Do you use any external module or which shipping modules you use?
Hello Look at this code, he is .. there is no touch test all browsers everywhere so: (
Well, checkout page on the live demo works fine even on the old IE7 . My advice is reupload whole theme.
Step 5: Payment Method, Doesnt Proceed.
After i have clicked the box to accept the terms and conditions , and clicked continue, it doesnt proceed and nothing happens.
What to do?
Probably you have corrupted this file:
catalog/view/theme/phantomshop/template/common/header.tpl
especially this code:
<script src="catalog/view/theme/phantomshop/js/jquery.fancybox-1.3.4.pack.js" type="text/javascript"></script><!-- USED BY CHECKOUT PAGE --> <link href="catalog/view/theme/phantomshop/css/jquery.fancybox-1.3.4.css" rel="stylesheet" media="screen" type="text/css" /><!-- USED BY CHECKOUT PAGE -->
Also what web browser you use.
Hi Diabolique,
Can the left link below (DIGG), SEND TO EMAIL , PRINT be remove? How to do it?
regards, boon
Hi!
Are you talking about this part inside common/footer.tpl:<a class="addthis_button_compact"></a> <a class="addthis_counter addthis_bubble_style"></a>
please, forget my earlier question …
how to make product list in front page centralized .. please take a look http://www.gadizaboutique.com
thanks edy
Try to add following code into stylesheet.css:
common-home .box { margin-left:100px; }
It will be:
common-home .box { margin-left:100px; }
hi diabolique,
1. how do i make limit product in frontpage display ? 2. how do i change location welcome message in frontpage below image slider ?
thanks edy
Very nice template but one problem… i want 3 languages on my site and with the mod on the first page here i inserted the language selection icons but the home page won’t translate if i click on another language, Especialy the welcome text, the “why choose us” titlebar and text and the “brands we offer” titlebar.
Is there a way to fix this?
This is not so simple because you should add new translations into language files (catalog/language/english/common/home.php), something like that:
$_['text_search'] = 'Search';
and then you can paste it inside catalog/view/theme/phantomshop/template/common/home.tpl
<?php echo $text_search; ?>
Also you should register this translation inside controller:
catalog/controller/common/home.phppaste something like that:
$this->data['text_search'] = $this->language->get('text_search');
I want to look just like the demo site.
Right: http://imageshack.us/photo/my-images/403/captureovn.jpg/
How can I make it look like?
Thank you in advance for the answer;)
Diabolique , In my installation of OpenCart no Module Manufacturers/Brands. I Opencart Download the official site but no such module: ( For me it is very important to have a module Manufacturers/Brands, as in the demo version of this template. Where can I get this module? Can you send me your Module Manufacturers / Brands?
Thanks Diabolique.
Great template, for the first time I give money to the template but not sorry. I like and hope to bring me lots of money 


Rong place oeps
Hello Diabolique 
1. How do I change the background picture?
Hello,
It’s inside following selector:
body { background:url("http://www.diaboliquedesign.com/demo/psoc/background.jpg") no-repeat; }
inside:
catalog/view/theme/phantomshop/css/stylesheet.css
Hi there
I want to now if there is some code to paste in category that show the images ?
Example is have the category watch en in this category i have many sub category,s Now there is only the name of the subcategory i want it to show also the image of the subcategorie and with the link to the subcategory
Kind regards Andre Holman
Hi!
It’s impossible to do it on Opencart without very extended work. You can ask for this feature here: http://forum.opencart.com/viewforum.php?f=110&sid=9ab062a59a320f6dde37195ad3b47c15Hi Diabolique
Thanks for the Great theme.
I have 2 questions
1) I want to add AddThis code into my product page. How to do this? with the new opencart 1.5.1.3 does not work. Instructed in this link http://forum.opencart.com/viewtopic.php?t=17416
2) How to get rid of this currency menu tab or bar. http://mobile.heyktown.com/image/data/3333.jpgRespect!
Steve www.mobile.heyktown.com
Hi!
1. Open:catalog/view/theme/phantomshop/template/product/product.tpl...and put it just before:
[/div]<!--productcol ends-->
2. Open catalog/view/theme/phantomshop/css/stylesheet.css
and add this code:.currency-panel { display:none; }
Thank you MASTER !
Thanks!!!
Hello, Diabolique. Great theme! I have a little problem with accentuation. I try to modify the “Cufón”, but does not work. The language is portuguese and the translation work 100%, but not in Cufón fonts. Can you help me? Tks.
Hello,
Did you replaced:
Bebas_basic.font.js
for
Bebas.font.js
like I adviced in the theme’s documentation (chapter – V. Don’t see some font glyphs?).
I’m not sure but it’s possible that bebas neue font doesn’t support your language. Font supports only following chars glyphs: http://www.dafont.com/bebas-neue.font Here is a tutorial how to change cufon font: http://themeforest.net/item/phantom-shop/faq/381434