285 comments found.
If you have a lot of categories, the dropdown menu goes behind the ‘Just added’ section in the footer.
I have edited the Z-index for the menu to let it go over the footer…
in the stylesheet find: #categories ul, #categories ul ul
and change the z-index:100 to above 101
When I change the top category menu ‘dropdown’ goto 2 columns, only the second column is shown. e.g. in the admin, in categories, select a category and under ‘Columns:’ in the options I input 2.
Is this an easy fix?
Unfortunately menu styling supports only classic 3-level drop-down menu with 1 column and Opencart engine can generate only 2-level UL list right now.
Hi Diabolique,
Great looking theme. Couple of questions though…
1) Any idea why the main banner image and also the 4 featured products are appearing on my sitemap page? Have I done something wrong to this page? I wouldn’t expect them to be there.
2) Also is it easy to remove the rotating banner/slideshow on the home page as the fancybox javascript seems to slow sites down on IE7 and IE8 . I would like to try just a static image but haven’t got my head around how that would be possible.
Thanks.
Hi,
1. Probably you have selected “Layout: Sitemap” for Featured and Banner modules.
2. Open ….common/home.tpl Remove following code:
<div id="slider"> <?php echo $content_top; ?> </div>
and put inside “slider-container” your image:
<div id="slider-container"> <a href="http://www.diaboliquedesign.com/demo/vanityoc/vestibulum-gravida-mi"><img src="http://www.diaboliquedesign.com/demo/vanityoc/image/cache/data/slide1-835x300.jpg" alt="Slide1" /></a> </div>
Hi Diabolique
Thanks for the help on my previous questions. Sorted both issues out following your advice.
I have noticed something wrong with your demo though….in IE7 (not sure about other versions of IE) when you go to a product page after you click to purchase in the bottom left of the browser it shows that there is a javascript error on the page with a message of… ‘top’ is null or not an object.
This happens on the demo on your site and also other sites using this theme. I have checked on two different laptops both running IE7 and they both had problem. It is fine on Firefox though and it doesn’t seem to affect the functionality.
It could however put shoppers off so would be great if you could fix it.
I don’t see any javascript errors in Firebug. IE7 is a very old browser and Themeforest doesn’t require from authors to make themes perfect looking on IE7 and older.
...it still looks and works perfectly as far as I can see on IE7 but I will check on IE8 tonight.
...it still looks and works perfectly as far as I can see on IE7 but I will check on IE8 tonight.
Same issue with IE8 but looks like I have located the issue and how to resolve it.
In the product.tpl page in the button-cart text I replaced this:-
$(’.attention’).fadeIn(‘slow’);
$(’#cart_total’).html(json[‘total’]);
var image = $(’#image’).offset(); var cart = $(’#cart’).offset();
$(’#image’).before(‘‘);
params = {
top : cart.top + 'px',
left : cart.left + 'px',
opacity : 0.0,
width : $('#cart').width(),
height : $('#cart').height()
};
$('#temp').animate(params, 'slow', false, function () {
$('#temp').remove();
with this from the original opencart demo:-
$(’.attention’).fadeIn(‘slow’);
$(’#cart_total’).html(json[‘total’]);
$(‘html, body’).animate({ scrollTop: 0 }, ‘slow’);
Seems to have fixed the problem and can’t see any issues with it in IE, FF or Chrome.
You are great!
Also, when setting the image sizes, your instructions have 10 items to edit. The current versions of opencart only has 9
- Category Image Size: x
- Product Image Thumb Size: x
- Product Image Popup Size: x
- Product Image List Size: x
- Additional Product Image Size: x
- Related Product Image Size: x
- Compare Image Size: x
- Wish List Image Size: x
- Cart Image Size:
Yes, “Manufacturer List Size” disappeared, take a look at this FAQ – http://themeforest.net/item/vanity-shop/faq/504477
Why does this theme when copied over to the server replace:
common/footer.php common/header.php common/category.php nivo.slider
files?
This makes me uneasy as if I wanted to change my theme I would run into problems.
Because if I want to display (for example) Affiliates or Newsletter links on the top of the site I should also define this variables inside controller files. I doubt that it make any problems, do you see any errors when you acivate default theme? I don’t think so.
Hi!
I have a problem. When I go to my home page, all I get is a blank page with an error message on it:
Notice: Error: Could not load language english! in …/system/library/language.php on line 26
Could you please advise? Everything works fine with the default OpenCart theme.
Thank you!
xxxxxxxx UPDATE : xxxxxxxx
Problem fixed. I simply overwrote all the files from the old catalog folder with the files from the theme.
I would die of shock if I opened a theme and there would be like complete instructions.
I understand a lot of the designers are not native English speakers but seriously now, something better than what’s included in this theme would be helpful. Saves the time having to go back and forth emailing not to mention the frustration.
If you have time to waste, download this theme. It’s pretty, sure.
If you’re looking for something out of the box that ‘just works’, look somewhere else.
Are you sure that you use my theme? Reviewer rated this theme as “Well documented”.
About your question “how do we change the background image???” You have opened stylesheet.css of default theme. You should open this file:catalog/view/theme/vanityshop/css/stylesheet.css
in header.tpl ................. contact me by http://eliesdesign.com/support/
sorry…... Vanity Shop 1.5.1.3 !!!!!
Hi! Where did you find this fatal error? Which page?
Hi ! You have two fatal errors in header.tpl /Vanity-shop v 1.5.3./ . For more details send me your email to http://eliesdesign.com/support/ . I have solved these problems in legal version of Vanity Shop theme of my client.
Hi there, I really like the look of this theme for a photography project I’m working on.
I’d just like to know if it could be adapted to show images in different sizes/dimensions, i.e. the theme shows landscape images only, could I use portrait images or panoramic ones?
Many thanks in advance
Hi!
You can have 3 sizes for product thumbnails – 190×128, 120×120, 120×180.
If you want to have different sizes for different categories then it’s impossible to do with Opencart.
Diabolique, How do I change the Welcome to our Shop!?
Yours goes to www.diaboliquedesign.com/demo/vanity/welcome.png?
Thanks and Very nice theme.. Love it..
catalog/view/theme/vanityshop/template/common/home.tpl
and replace path to your own welcome message.
Hi, I purchased 2 other themes before finding yours, and this is my favorite one! I have only one thing that I wasn’t able to set up with your documentation file: IV. Featured items on frontpage.. I’m looking at the screen shot and there is no products that I can add (but I’ve added some in the product page). I don’t know what I’m doing wrong.. here’s what I see: http://www.coin46.com/featured.png
Hi,
There is an autocomplete field: http://imm.io/aTzxIf autocomplete doesnt work that means you have uploaded “admin” folder with javascript files incorrect or your web browser doesn’t support “autocomplete”.
Ok, I have tried 3 other browsers, the autocomplete doesn’t work, I’m going to check the javascript files.. thanks!
I uploaded all the js files again, no change, I really can’t add any products to be featured, can you suggest a workaround? Thanks 
Well, right now I don’t know how to help you. You can raport a bug on forum.opencart.com because this is not a theme issue. Also you can reinstall whole store.
Problem was solved after replacing header.tpl Thanks!
That’s weird. I didn’t know that heater.tpl is somehow connected to the admin panel.
2 bugs found
I have install VANITY SHOP theme and Unibox Module on sub domain http://vanity.mistressgeorgia.net/.
UNIBOX MODULE :
This module is working with VANITY SHOP Theme without conflict = OK see …..... http://vanity.mistressgeorgia.net/index.php?route=product/product&path=20&product_id=43
VANITY SHOP THEME :
A/ Image setting list for OC v1.5.3. = OK see this image – vanity_image_setting.png
B/ Two bugs on Vanity shop theme 2x bug
- product. tpl with atributies…..time…...etc…... see these images – littlebugs01_vanity_product_tpl.png, littlebugs02_vanity_product_tpl.png - missing module on HOMEPAGE – see this image – littlebugs03_vanity_HOMEPAGE.png
www.mistressgeorgia.net/vanity_image_setting.png
www.mistressgeorgia.net/littlebugs01_vanity_product_tpl.png
1. I have clicked on Unibox module on your website and youtube video is played properly in pop-up window so I don’t understand where is the problem.
2. Talking about other fields than SELECT for variations (not attributes), it’s caused by float and too small width so just open stylesheet.css and remove following styling:
width:120px; float:left; margin-right:10px;
from the following line:
.product-info .options .option { width:120px; float:left; padding:5px 5px 10px 5px; margin-right:10px; border:1px solid #e6e6e6; margin-bottom:5px; background:#f0f0f0; -moz-border-radius:4px; -webkit-border-radius: 4px; /* Safari, Chrome */ border-radius: 4px; /* CSS3 */ }
3. If you want to display latest products on the bottom part of the page, you should activate “Latest” module. Please read chapter called “V. Display Latest Products”.
Hi, I know that this template is optimized for OpenCart 1.5.x, could fundovat to version 1.4.9.4? Down is the information center tab “brands”. would go it´s to the main toolbar where you demo accessories, jeans, jewelry, etc. ?
1. There is no chance for 1.4.9.4. But as I know is possible to upgrade old version of OC to the latest.
2. Yes if you will use static html code (ul list)
Hello!
Last week I purchased this template and have 2 Issues now:
1- There seems to be something wrong with the menu entry ‘Specials’, it gives me the message: Notice: Undefined variable: button_continue in ##### \catalog\view\theme\vanityshop\template\product\special.tpl on line 61
2- I’m adding products with Options. When I change an option in the Product screen and ‘purchase’ it, the cart shows the changed option. However, when I click the Product in the Cart screen and re-enter the Product screen, the default option value is taken instead of the altered value.
Can you help me to get this fixed?
Kind regards and thanx in advance!
Hello,
1. But page with “Specials” doesn’t have any continue button, liik here: http://www.diaboliquedesign.com/demo/vanityoc/index.php?route=product/special2. It looks like problem with OpenCart engine if you have the same problem with Default theme.
Sir
In our previous chat you told me by monday you will finish working with this template. As i requested you to add review option to each product.
Let me know when its done.
I need to buy this template ASAP .
Thanks,
It should be done tomorrow.
Updated version is available for download.
Fantastic Professional Design! Well Done.
It is possible to have the home page slider link to traditional blog pages. I’m hoping to use this theme to give a traditional blog site a redesign, and the client also wants to add some ecommerce products to it.
If the above is not possible is it ossible to have the 4 images below the slider link to traditional blog pages?
Yes, but opencart doesn’t have blog section. You can install additional module or install wordpress in child folder on FTP server.
Hi Diabolique,
Nice work, love it so much. But I just found that there is no special page for this template. I installed it and manually copy code from the default template
<a href="<?php echo $special; ?>"><?php echo $text_special; ?></a>
But it shows error: Notice: Undefined variable text_special…
Did I miss something?
Thanks.
Thank you for your help on updating the template. BTW , will you consider to make the homepage slideshow as a extension/module which we can edit slides in the admin panel rather than manually change the static tpl?
Thanks again.
Yes, this feature will be added.
Hi, Diabolique
I just want to know whether the home slideshow extension has been done?
Thanks.
Yes
Hi.
I like your template alot. But only problem with template is there is no review pannel on product page. Will be great is you will add that feature. So that i can purchase that template.
Hi,
I’m just working on it for Phantom Shop template and this feature should be added for Vanity Shop theme too within next week.