285 comments found.
I realized its the slideshow dimension problem. Whats the W x H for it?
thank you!
Please open theme’s documentation and read chapter called: IX. How to add new banners and display it on NivoSlider?
Hi why is the main banner image out of proportion? Even when i use the correct image size. it stretches past the template on the right?
Hi,
Could you post a screenshot of your frontpage or create another administrator and send me password and login?
Sorry maybe I wasn’t clear enough with my question. I want the dimensions:
Dimensions (L x W x H):
that I enter into the products/data page to appear where the product is. Changing the sizes has just made the product image size smaller.
Is there a way of doing this or do I have to do it manually when I do the description of each product. There is a check box to display the weight on the cart page but really I need weight and dimensions to be where the product is.
Also how do I get rid of the word “only” and the star background where the price is and beneath the reward points, I don’t want to use this right away.
Thanks again!
Parameria
“Only” word and reward points are inside catalog/view/theme/vanityshop/template/product/product.tpl
<div class="price-only">Only!</div>
<li><span><?php echo $text_reward; ?></span> <?php echo $reward; ?></li>
<?php if ($points) { ?>
<span class="reward"><small><?php echo $text_points; ?> <?php echo $points; ?></small></span> <br />
<?php } ?>
Price background you can remove from:
catalog/view/theme/vanityshop/css/stylesheet.css
.product-info .price { background-image:url("../image/bg-price.png"); background-repeat:no-repeat; }
(but do not remove whole code line)
Hi,
This one is probably staring me in the face but can you please explain how I get the dimensions I enter onto the dashboard to show for each product?
Thanks
Parameria
Go to System -> Settings -> Image and put the same sizes like on the following screenshot:
http://www.diaboliquedesign.com/demo/vanityoc/image-sizes.gifHi Diabolique, how can I add things to the right column on the “Information” pages?
Create some pages under Catalog -> Information. Activate “Informations” module and select Layout: Product and Position: Column Right
Hi Diabolique, I have tried this but the right column shows above the text (on the right side) instead of next to the text…
the right column shows above the text (on the right side) instead of next to the text…
Are you gonna solve this??
Checking
Hi Diabolique,
You haven’t read my question correctly. I need to add things to the right column ON THE information pages (for example on the About us page I want to add bestsellers)
Hope to hear from you soon!
#information-information #content,from following line:
#checkout-checkout #content, #checkout-cart #content, #information-information #content, #checkout-success #content { width:855px; }
..and paste it into following 2 lines:
#account-account #container, #account-address_form #container, #account-address_list #container, #account-address #container, #account-address-insert #container, #account-download #container, #account-edit #container, #account-forgotten #container, #account-login #container, #account-newsletter #container, #account-order #container, #account-order-info #container, #account-password #container, #account-register #container, #account-return #container, #account-return #container, #account-return-insert #container, #account-return #container, #account-reward #container, #account-transaction #container, #account-wishlist #container, #product-product #container, #affiliate-login #container, #affiliate-register #container, #affiliate-account #container, #affiliate-edit #container, #affiliate-password #container, #affiliate-payment #container, #affiliate-tracking #container, #affiliate-transaction #container, #product-product #container { background-image:url("../image/bg-container.png"); }
#account-account #content, #account-address_form #content, #account-address_list #content, #account-address #content, #account-address-insert #content, #account-download #content, #account-edit #content, #account-forgotten #content, #account-login #content, #account-newsletter #content, #account-order #content, #account-order-info #content, #account-password #content, #account-register #content, #account-return #content, #account-return #content, #account-return-insert #content, #account-return #content, #account-reward #content, #account-transaction #content, #account-wishlist #content, #product-product #content, #affiliate-login #content, #affiliate-register #content, #affiliate-account #content, #affiliate-edit #content, #affiliate-password #content, #affiliate-payment #content, #affiliate-tracking #content, #affiliate-transaction #content { width:610px; padding:0 0 7px 0px; }
Hi Diabolique,
I really love this theme! I have a small (but important) difference between my install and the demo when you enter a subcategory the other subcategories are not shown above the products… Any idea what the reason can be??
Hope to hear from you soon!
Hi,
I’m not sure what do you mean, are you talking about this categories: http://i.imm.io/ceEF.pngDo you have the same problem with Default opencart theme?
Hi,
Yes I am talking about those categories! I don’t know if the default theme has this problem… I installed OC 1 .5.3 and then followed your instructions for the theme installation.
Hope to hear from you soon!
I’m asking about default theme because it looks like you have corrupted Opencart installation. You are the first client with such problem so I suggest to reinstall opencart.
Hi Diabolique,
I don’t see how I have a corrupted install as everything else is working correctly! The categories show up when I click on a main category, but when entering in a subcategory they disappear.
Hope to hear from you soon!
Inside following file:
catalog/view/theme/vanityshop/template/product/category.tpl
should be following code:
<?php if ($categories) { ?>
<div class="category-list">
<?php foreach ($categories as $category) { ?>
<div class="child-cat"><a href="<?php echo $category['href']; ?>"><?php echo $category['name']; ?></a></div>
<?php } ?>
<div class="clear"></div>
</div>
<?php } ?>
Hi Diabolique,
The code is there in the file. The only thing is that the $categories array is empty when in a subcategory (with no subsubcategories)! This is normal within OC. In your online demo it works differently!
OC demo main category: http://demo.opencart.com/index.php?route=product/category&path=20 Your demo: http://www.diaboliquedesign.com/demo/vanityoc/jeans OC subcategory (doen’t show other subcategories): http://demo.opencart.com/index.php?route=product/category&path=20_27 Your demo (it seems your subcategory links are not working): http://www.diaboliquedesign.com/demo/vanityoc/jeansMaybe it is a problem with your demo sites subcategory links? But I need the other subcategories to show up on a subcategory page!
Hope to hear from you soon!
Your demo (it seems your subcategory links are not working): http://www.diaboliquedesign.com/demo/vanityoc/jeansIt works, I just didn’t add “SEO Keyword”: http://imm.io/choK
Go to “Child category 1” and you will see another subcategory “Child A”
They didn’t work until today… How can I make it that the subcategories stay visible when entering a subcategory?
Yes, because SEO Keyword field was empty and now contains some keyword, it wasn’t a theme issue.
If your subcategories are still invisible then you have something broken in opencart. How about to paste default code from default theme into product/category.tpl or just activate default theme and check how it works?
Hello again,
Is it possible to add additional text boxes in checkout Step 2? Im need to add info to every product bougth: - Year of birth - Cloths size - Extra/message
Thanks!
http://goeras.se/// Tom
Thanks for the answer! I implemented the changes. Now I need to adjust the font and size. Where do I do it in code?
I don’t know which part of website you want to adjust.
It’s in the product options.
See link: KICK -OFF http://bit.ly/st0bIE
Ok, thanks! Can I see what version I got? I have made design changes and do not want to overwrite all files, just update the new ones.
Hello again,
I have now updated the files to 1.1.1. (according ti the changelog). I still have that issue with the font and size. Where in the code can i change the font and font size for product options?
Screenshot: http://bit.ly/tMVkov
Textarea width you can change inside:
catalog/view/theme/vanityshop/template/product/product.tpl
cols="40" rows="5"
Speaking about font size, you can put following styling into stylesheet.css:
.option b { font-size:12px; }
Hello,
I would like to purchase this theme, and I 1. Does the theme support RTL languages? 2. Does this theme support easy translations? 3. Can I change the entire direction of the theme, e.g. have the cart on the left side instead of the right side.
Thanks in advance.
Hello,
1. I have changed dir=”rtl” to dir=”ltr” and it doesn’t look good. So right now theme doesn’t support RTL languages. Also you can always grab html code from the live demo (save as in your web browser) and check how it looks.
2. Yes.
3. Yes, but there will be A LOT of work.
Hi could you tell me where to go to change the “welcome to our shop” text below the slider please. Loving the site although not fully got my head around it yet, more questions to come.
Thanks
Parameria
This image with welcome message is inside following file:
catalog/view/theme/vanityshop/template/common/home.tpl
Quick question. The slide show on my page seems to be expanding out.
http://prettyrockgirlcollection.com/shop/take a look there.
All and all, great stuff.
I don’t see nothing wrong. Size for slider images must be 835px – 300px.
Where can I edit the text for the shopping cart. I would like to edit the text for the “Apply Discount Code” section.
The current text is “Enter your coupon here: “
It’s here:
catalog/language/english/total/coupon.phpThis tool is very useful when you want to find specific code very quickly: http://code.google.com/p/opencart/source/browse/trunk/upload/catalog/
@luco01 It is line 97 in stylesheet.css and it is the margin call;
margin: 0 62px 0 0;
Change the 62px to whatever you want.
I hasten to add that I am just a customer also working on this template and cannot guarantee anything. In fact this is nothing to do with me at all of course but just thought it might help. Hope it does 
@Diabolique Hi again, I have only just noticed that my drop downs only drop down one level. If I have say, Top level category – Sub Category – Sub Sub Category The Sub Sub categories do not show up. Do you have any tips on how I can add, say, one more level. Your help is very much appreciated and thankyou.
Paul.
Thanx for help. Speaking about 3rd lever for categories, main menu styling supports classic 3-level drop-down but Opencart engine can generate only 2-level UL list right now. It requires much more work with controller files. Anyway I’ll be working on it.
Hi Diabolique
Very happy with how the site I’m using the template for is turning out but have another, hopeful final, question.
I’d like to reduce the gap between items in the main navigation as I have more categories than your demo and one of them goes onto the next line.
If you could confirm which line(s) in the CSS I need to amend that would be great!
Hi,
Great theme! I get this error message: http://goeras.se/index.php?route=product/special
Any idea why?
Hi,
It will disappear when you create any special product, anyway can remove it from:
catalog/view/theme/vanityshop/template/product/special.tpl
<div class="buttons">
<div class="right"><a href="<?php echo $continue; ?>" class="button"><span><?php echo $button_continue; ?></span></a></div>
</div>
Hi,
Fantastic theme, great work!
No problems at all (at least not with the theme, but with OC have had a few! Although I love OC so can bear a bug or two.)
Excellent work and thank you! Theme works without problems, documentation is pretty good too but the coding is clean and straightforward so easy to adapt.
My favourite theme so far!
Best wishes,
Paul.
PS Any tips on how to go straight to the shopping basket when I click buy, rather than the pop up message? Thankyou.
I’m happy when you are happy.
Here is a tutorial how to do it: http://forum.opencart.com/viewtopic.php?f=20&t=22570&start=0#p180983Found a solution here: http://forum.opencart.com/viewtopic.php?t=33154
Thankyou again, any new themes on the way? Can’t wait to see your next theme.
I’m finishing one, but right now I’m so busy and I don’t have too much time for themeforest.
Hi again,
I also have a problem with the wishlist, can you please take a look for me here www.hookah-darbuka.com (test site/domain), it doesn’t seem to load. Have you any suggestions that might help me please? I’m using Opencart 1.5.1.3 – I guess the problem might be associated with the header.tpl in the common folder, but I’m not too sure what.
Any help really appreciated.
On my test shop “add to wish list” works fine. Try to upload files from purchased file piece by piece and you should find the source of your problem.
Hello,
Is it possible to remove the word “Only” underneath the price on the product page, please?
Many thanks
Open:
catalog/view/theme/vanityshop/css/stylesheet.cssand replace:
.product-info .price-only { font-size: 12px; font-weight: normal; color:#1b1b1b; }
for:
.product-info .price-only { display:none; font-size: 12px; font-weight: normal; color:#1b1b1b; }
Additionally you can set price little lower increasing following value:
.product-info .price-amount { font-size: 18px; padding-top:34px; }
Hello, nice theme, works perfect for my needs.
Please let me know if you can help me with my problem. I messed up the language on the theme when i was trying to change the flags and make the translations work. I need the site to be in English, Spanish and Chinese. All I get when I try to get into the OpenCart Admin login page is:
Notice: Undefined index: en in /admin/index.php on line 118 Notice: Undefined index: en in /admin/index.php on line 121 Notice: Undefined index: en in /admin/index.php on line 122 Notice: Error: Could not load language ! in system/library/language.php on line 26
I get a similar message when i try the homepage, I was able to force the language and see my homepage by: http://my-domain/index.php?language=us (i changed by mistake “en” to “us” somewhere inside OpenCart)Please let me know what files I need to replace with originals to make it work or if you know any way for me to login into the themes Open cart Admin without replacing all files.
Thank you
Hello,
Try to reupload this 2 folders from default opencart file:
admin/ system/
excluding this important file: admin/config.php
Hello, I purchased the vanity theme. It’s a lovely one! unfortunately I have some issues with it: 1- The products’ thumbnails in a category are tiled!
2- How to adjust the latest products and featured products modules?
Here’s z URL : http://fympharmasyndicate.org/zaina/index.php?route=product/category&path=18
Thanks 
Hello,
1. You should increase size of thumbnails under System -> Settings -> Edit -> Image. This image should help you: http://www.diaboliquedesign.com/demo/vanityoc/image-sizes.gif2. Please open theme’s documentation and read chapters called: IV. Featured items on frontpage V. Display Latest Products
Great theme and fantastic instructions! Thanks!