285 comments found.
Hi,
So is this template available for use with all versions of opencart now. e.g. 1.5.2
This is my first time with templates, are they easy to install?
Theme is compatible with the latest versions of opencart including 1.5.2.1 and installation is easy.
And also can I change top menu it would be in one line https://skitch.com/ravolar/8epui/software
catalog/view/theme/vanityshop/stylesheet/stylesheet.cssand decrease following space:
.custom-menu ul li { ... padding:0 34px 0 5px; ... }
Hello! Just bought the template and found 2 problems. Could You help me please. 1. How can I put “latest” on another language? 2. The middle menu dosent work correctly Please wach the video http://youtu.be/edSX7XJIc5k Thank You!
Hello,
1. It looks like cufon font issue, you can generate Myriad Pro font with cyrillic here: http://www.cufonfonts.com/pl/font/492/myriad-pro 2. Probably there is too many columns, should be only 1 column: http://imm.io/ikbtHi
I like to change the purple to a red colour to match the brand colours, how do i change it?
Hi,
You can change it inside stylesheet.css:
#menu { background-image:url("../image/bg-menu1.png"); }
#container-footer { background-image:url("../image/bg-container-footer1.png"); }
.box-star { background-image:url("../image/star_1.png"); }
You can also change color for bg-menu1.png, bg-container-footer1.png, star_1.png using some graphic editor.
Have you tested this with 1.5.2?
Theme isn’t compatible with 1.5.2 yet, but I will release new version tomorrow probably.
What’s the point of making a template in OpenCart when you need to change all content (footer, welcome-image, background-image) in the code of the template? I seriously think you’ve done a great job with this template, but this really starts to annoy me. Reason for that is that I bought this template for a client, who has absolutely no clue when it comes to changing codes. And because of this I’m stuck. I really expected more when I bought this template. Hope you could help me out here. At least for the footer-text.
Thanks in advance.
What’s the point of making a template in OpenCart when you need to change all content (footer, welcome-image, background-image) in the code of the template?
Because this parts of theme don’t have to be changed so often, but I have to consider some theme options framework, unfortunately Opencart is not so simple like Wordpress.
Footer content is here:catalog/view/theme/vanityshop/template/common/footer.tpl
Hello. I can’t find the PSD file for the theme nor the HTML version in the archive. They are not included?
Thank you.
Hello,
There are 4 PSD files, but HTML version doesn’t exist.
The 4 PSD files included are just some backgrounds. I am talking about the full PSD file(s) that include all the layers that you used to create this template.
I’m sorry but I don’t have full PSD . There is only layered PSD for General content box with menu and thumbnail boxes.
Hello! I checked the forums past messages and found someone else had the exact same problem I’m having now: “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”
- On checking the specials page I have a blank button. I haven’t changed anything in the specials. Your reply was that the ‘specials’ page shouldn’t have a button. So how come I have a blank one? Any idea what’s causing this? Thx
Do you use the 1.2 version of this theme for the latest Opencart? I have fixed it.
ok, downloaded latest version, but haven’t looked at the files yet, sorry. I’m not really sure what it means to update this them. I don’t want to mess up or overwrite what I’ve already done. Will I have to redo any of that work? or is it a nice, automagical fix of everything;) ?
catalog\view\theme\vanityshop\template\product\special.tpl
Hi there
Can you point out for me how to replace the follow us section with just a GlobalSign SSL seal please
Thanks
Hi
Where do you see “the follow us section”? common/footer.tpl?
Is there a way to get the star-ribbon ‘box-star’ to display only on the specials? I took it off the featured images and want to display it on the specials, but not sure how? Thx
Hi. I only have to languages flag icons, so this opens a gap on the right edge of the second flag where the third icon used to be in the header. Where / how do I adjust the code so the two flags align to the right edge of the header? Thx
Hi
Please install the latest version of this theme. I have fixed it and changed many other things.
Hello, I already purchased this theme from you.
I need to insert 2 banner on the homepage in right column.
How can I do that?
So you want to add right column to frontpage? There will be tons of work.
I upgraded to 1.5.1.3 but I got alot of defaults like lucas_solidy also got. So I uploaded the “catalog” but then my language changed to english and my åäö:s is gone. So I restored the backup. Do you have any idea how to do?
Install language pack once again. Also please read chapter called “VII. Don’t see some font glyphs?” inside the theme’s documentation.
I performed the installation of the template and gave this error
Notice: Undefined variable: text_affiliate in /home/solidy/www/loja/catalog/view/theme/vanityshop/template/common/header.tpl on line 76
Notice: Undefined variable: text_newsletter in /home/solidy/www/loja/catalog/view/theme/vanityshop/template/common/header.tpl on line 77
Notice: Undefined variable: text_special in /home/solidy/www/loja/catalog/view/theme/vanityshop/template/common/header.tpl on line 78
Notice: Undefined variable: text_contact in /home/solidy/www/loja/catalog/view/theme/vanityshop/template/common/header.tpl on line 79
You should upload controller’s files too. Just upload whole “catalog” folder and click on “replace all”
Hi In ie the images get a horrible grey background on hover. Also in demo. Any fix for this?
Which internet explorer and where exackly? I don’t see it.
On the featured images, ie8
For me it looks fine. I simulate IE8 using developer’s tools in IE9 . Do you have any screenshot?
Also I don’t understand why it looks bad because it’s just a very simple hover effect 
You can disaple hover for ie8 if you put following code into common/header.tpl
<!--[if lt IE 9 ]>
<style type="text/css">
.box-container:hover { opacity:1.0;filter:alpha(opacity=100); }
</style>
<![endif]-->
Here’s a screenshot
I have seen this on my client’s laptop also, probably using ie8 too.
I’ll check it later on the second computer on IE8 under windows XP.
.box-container:hover {....}
now open header.tpl and add following code after:
<!--[if IE 7]> <link rel="stylesheet" type="text/css" href="catalog/view/theme/vanityshop/css/ie7.css" /> <![endif]-->add this:
<!--[if !IE]>-->
<style type="text/css">
.box-container:hover { opacity:0.7;filter:alpha(opacity=70); }
</style>
<![endif]-->
Ignore prevous post, just remove: filter:alpha(opacity=70);
from .box-container:hover selector inside stylesheet.css
Ok, Thx
Thank you Diabolique
To be honest, the theme is amazing, everything is ready to use and well documented. Just some tweaks that I want to change, however thank you for that website for backgrounds, I will flick through them…
Great customer service so far
Thanks
Dear Diabolique
I am sorry if I didn’t make myself clear.
I thought the 10 colours choice was for the background to replace the Breitling watch picture.. I would love to have one of those colour as on your display here
http://themeforest.net/item/vanity-shop/504477But hey..
This big background images aren’t for sell but you can buy many big images for $2 on depositphotos.com
I would love to have one of those colour as on your display here
I don’t understand
Here we go proof of purchase, lets see if you can help me now
I have loaded the theme and all is working fine except for the Custom Affiliate Tracking Code page. It gives me the tracking code but the auto complete does not work under the tracking link generator. It usually gives you a list of all your products to choose from but it does not populate any longer. Because of this a tracking link is not created either. I have noticed that the same error now is happening on my other shop using the default opencart theme. This error only happened once I installed your theme. Do you have a solution for this possibly.
Thanks
Here is the quick fix
Open following file:catalog/view/theme/vanityshop/template/affiliate/tracking.tpl
...and replace:
url: 'index.php?route=affiliate/tracking/autocomplete', type: 'POST',for:
url: 'index.php?route=affiliate/tracking/autocomplete&filter_name=' + encodeURIComponent(request.term),
Hi
I read your Help page, however:
Background image: body { http://www.diaboliquedesign.com/demo/vanityoc/bg4.jpg }
But it does need the actual bgx.jpg background picture files to be able to link to, I just can’t locate these file
Thanks
Categories background (bg-menu1.png, (...), bg-menu10.png): #menu { background-image:url("../image/bg-menu1.png"); }
Latest products background (bg-container-footer1.png, (...), bg-container-footer7.png): #container-footer { background-image:url("../image/bg-container-footer1.png"); }
I will post the message again using our companies profile (the one we purchased the theme with) instead of my own.
So no I don’t have a pirated version we purchased it form themeforest, meaning your theme is the one with errors unless your theme has tons of hidden viruses.