285 comments found.
Diabolique,
I have already changed the width and height from the above selectors which you told me but still the borders seems to be 835300. I think I might need to change some dimensions from .js file or something.
I need the size to be 930343. Please let me know where else to modify the size.
Borders? Like I said have you removed background-image:url(”../image/bg-slider.png”); ? I have checked it on my test shop and everything looks fine.
Also I suggest change only height of slider because when you change width then you have to edit few theme’s images.
Hello,
I purchased this theme but I wanted to know a few things from you.
I increased the size of the homepage slider to 930*343. I set it from admin and in style.css but I still see borders on my image which are incomplete.
Can you please help?
Hello,
Slider’s background is here:background-image:url("../image/bg-slider.png");
Width & height is inside following selectors:
#slider-container { width:835px; height:300px; }
#slider { width:835px; height:300px; }
Hi,
I am willing to purchase this theme but I want to know few things before I make a purchase.
I want to show prices on mouseover on product images. Right now the price show up on product pages with a black strip. I want to show prices when customer mouseover the product image.
How can I do that?
Hi
This theme doesn’t have such feature, but I will change few things soon for sure.
Hey there, having issues with the site http://tinyurl.com/885gh2w . Take a look at the banner, it is stretching to the right, any suggestions?
Hi
It looks fine on your website.
Yep all fixed thanks to following the last step on your manual.
Feature request:
Hi,
Great template, I would like to see an action after a product has been purchased (added to the cart), which is either an Ajax pop up showing the item with the continue and checkout options OR the template scrolls back to the top of the window (this feature is on most of the new themes being published).
If you have a product with a decent description, the message box above the main menu is not visible so after clicking the buy button it appears as though nothing has happened and this is not a good customer experience.
Worth creating this for all your themes 
Cheers…
Hi,
Inside stylesheet.css you can find following code line:
#notification { position:absolute; top:70px; left:40%; }
...and replace it for something like that:
#notification { position:absolute; top:50%; left:40%; }
Message will be in the centre of customer’s screen.
Also you can change whole styling here:
#notification .attention { padding:5px; background:#000000; color:#d8d8d8; border:1px dotted #cccccc; text-shadow: 1px 1px 1px #000000; -moz-border-radius:4px; -webkit-border-radius: 4px; /* Safari, Chrome */ border-radius: 4px; /* CSS3 */}
#notification .attention a { color:#bbbbbb; }
haha knew you’d do that, Doh!
Thanks again!!
Hi,
1. Email sent with ftp details.
2. The 3rd party merchant account asks for a link to the success page, what should I use?
Thanks
John
1. I have changed welcome image without any problem.
2. Something like that? http://www......../index.php?route=checkout/successHi,
1. Yes I replaced:
http://www.diaboliquedesign.com/demo/vanity/welcome.pngand yes if I leave it blank the FTP server doesn’t ask for user/password but if I put a jpeg in with my own text then it does. Does it need to be a .png rather than jpeg?.
2. That looks perfect in the picture but where can I find the link to this page on my site?
3. These details will automatically be put on the completed purchase page?
Thanks
Parameria
Hi
1. I don’t understand how it’s possible. You can put anything here. Also you can send me your login & possword for your FTP and I’ll check it.
2. This page is visible just when client will but something. Also content visible on success page is inside:catalog/language/english/checkout/success.php
3. Yes
Hi,
Two things, firstly the welcome text on the home page I replaced with a j-peg of my own text in:
/public_html/catalog/view/theme/vanityshop/template/common/home.tpl
as you said but it asks for the server user & password when I open the website so I’ve deleted the link for now. Any thoughts?
Secondly, is there a page that has a “Congratulations on your successful purchase” sort of message and maybe a list of what they’ve just bought that I can send people back to once they’ve paid on the merchant account or do I have to create one (if so how)?
Thanks again!
Parameria
Hi
1. You have replaced welcome image’s source:
http://www.diaboliquedesign.com/demo/vanity/welcome.png
for your own and your FTP server starts to ask for user & password, but when you change it back then server doesn’t ask for user & password?
2. This page already exists: http://imm.io/dhZI3. Sales details are under Sales -> Orders
Hi I have an issue with the latest module. I set it up just as instructed in the documentation, but the images don’t line up next to eachother in one line, they are stacked up to the left two by two covering the footer content. What have I done wrong? Also I can’t figure out where to change the word ‘Latest’? Please help.
Many thanks!
Hi
1. Probably you display too many products.
2. It’s inside language files:catalog/language/english/module/latest.php
Thanks for your reply. 1. No it’s not that I am displaying too many products. It doesn’t make a difference if I display less products, they still line up in a row two by two. They show up underneath the word ‘Latest’ and not next to it. Any other ideas why this happens? 2. Found it. Thanks!
It must work fine on your website too if you have the same code.
Hi I recently purchased this great template.
There is an issue with images being displayed after upload on the latest section as well as in the modules and on the product page.
The loading graphic simply spins and the image is blank. When you click on the blank thumbnail on the product page the lightbox displays the image fine.
NB This is random. Some images are fine others not.
I changed the template back to the default template in the back end settings as a test and all the images display correctly.
Please can you let me know what settings to tweak to rectify this.
Thanks
Hi
When you view website code source you will see such code line with path to thumbnail:
<div class="image"><a href="..." class="lightbox" style="display:block; background-image:url('http://www.diaboliquedesign.com/demo/vanityoc/image/cache/data/thumb3_adriana_lima_with_sunglasses-s-300x300.jpg'); background-position:center center;"></a></div>
Thumbnail is loaded by background-image, it’s full compatible with W3C standards so I don’t know what I can do more. Anyway you are the 1st client who noticed this problem.
Hi Diabolique,
Thanks for the reply. The issue is in the file names. If any special characters e.g. ’ are in the file name the images are not displaying.
I am getting editorial staff to check their file names and change them, but there needs to be a check on these.
Regards…
Hi
Thank you so much, its working now. I really appreciate the time and effort you took to get back to me and solve this problem. Not only are your templates excellent but so is your service. I would recommend your template’s to anyone.
Take care
Hi
Thanks for the quick reply we really appreciate it. We have pasted the code into the following tpl file
catalog/view/theme/default/template/common/header.tpl
However when we paste it in the slideshow does not show up at all. here is a bit of the code from the tpl file.
DD_belatedPNG.fix(’#logo img’); <![endif]—> <?php echo $google_analytics; ?>Am i looking in the correct place. Thanks for your help as you can see I am still new to this kind of stuff.
Paste this code:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js" type="text/javascript"></script>
into catalog/view/theme/default/template/common/header.tpl
just before
<!--[if IE]> <script type="text/javascript" src="catalog/view/javascript/jquery/fancybox/jquery.fancybox-1.3.4-iefix.js"></script> <![endif]-->
Now it should work.
Hi
The slideshow displays on the site but it does not slide over to the next slide. It remains static. I have 4 images inside the banner that should show up but it doesn’t. You can go take a look at it here.
http://www.bevanonline.co.zaI have a second store using your theme which I created using multishop. That store can be found at http://thetoolbox.bevan.co.za that slide works just perfectly.
Thanks
Paste following code:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js" type="text/javascript"></script>
into …common/header.tpl (default theme) just before [/head]
Hi
Great theme we love it. We are however having an issue. We are using multistore functionality and have our main store using the default theme provided by opencart. We created a second store and that store is using your theme. We have noticed that the SlideShow in the main store using the default theme has stopped working ever since we installed your theme. How can we correct this.
Thanks
Hi
I have a test shop with installed Vanity Shop theme and when I activate Default theme then the slideshow module works fine. What exactly doesn’t work?
Hey,
After installing the template on opencart 1.5.1.3 it seems the home/frontpage layout doesn’t match up for me.
I’ve followed the readme/config guide up untill adding products, then I stopped because I tought the lack of self-added products wouldn’t be causing “overlapped” layout.
Please take a look and tell me if I might be missing something? http://www.tweakings.nlAlso, props for providing this nice template 
Hey
You have selected wrong position for Featured module. It must be “Content Bottom”.
Please read chapter called: IV. Featured items on frontpage
Thanks for the quick support(!), I’m still kinda new to this 
No there is no such choise.
So you don’t have the latest version of Opencart. Click on this image and under Image Manager remove it.
Hi Diabolique,
sorry for asking so many questions but im quite new to opencart and your my only hope for help.
http://tinyurl.com/cjqvhx7thats a screen capture of all the problems i need to solve.
1. theres an annoying flashing row of dots i cant seem to remove. it looks like its trying to load something but i dont know what. how can i remove it?
2. the welcome to our shop text. where do i change that? and can i change the arrow pointing to featured items?
3. this is where the just added items go. when i remove that it leaves a strip of grey, can i remove that?
4. how do i change all the information in the footer? i cant seem to find it. been looking for it all day.
background-image:url("../image/preloader.gif"); background-position:50% 45px; background-repeat:no-repeat;
2. This is an image and it’s inside: catalog/view/theme/vanityshop/template/common/home.tpl
3. Open stylesheet.css, find #container-footer selector and put inside display:none;
4. It’s inside catalog/view/theme/vanityshop/template/common/footer.tpl
I dont follow…
me too
What? I mean I dont understand..
I don’t understand too. I gave you the solution.
Ok, well i dont understand what file to upload and how, but I´ll ask someone else.
Another thing: How ca I remove chosen pic for category? I uploaded one just to try and now it seemes to be stuck, there is no remove or delete button. The only thing I can do is to change it to another.
Anyway this is not a theme issue.
Hi,
Nice theme, and easy to work with!
But, how do I sell giftcards in this shop?
Hi
Upload new file under Catalog -> Downloads and creating new product go to “Links” tab and select uploaded file.