285 comments found.
Sorry for my mistake. I mean the latest version of vanity-theme compatible with opencart v1.5.1.3 is available for download already?
Thanks!
Marc
You mean compatibility with 1.5.3.1? Yes it’s available for download.
Sorry Diabolique but the new version for opencart 1.5.3 is already available for download? I don’t find it on the website!
Thanks!
Marc
The latest version is v1.5.3.1 and it’s here http://www.opencart.com/index.php?route=download/download
Hi i’d like to add the featured module to the side of the products, exactly the same style as the best seller or specials but with the featured products instead.
Thanks for the help with this.
Hi
You can opencatalog/view/theme/vanityshop/template/module/bestseller.tplcopy code and paste it into
catalog/view/theme/vanityshop/template/module/featured.tpl
Hi Diabolique, how do I disable the wish list?
catalog/view/theme/vanityshop/template/product/product.tpl
and remove:
<a onclick="addToWishList('<?php echo $product_id; ?>');"><?php echo $button_wishlist; ?></a>
Hi, where do I change the header menu?
(sorry, I am new to opencart)
Hi
Go to catalog -> categories Also this image should help you http://imm.io/qLmh
Thanks Diabolique, but I meant the other menu, the one on the Top (black) (picture here: http://dl.dropbox.com/u/412961/Screen%20Shot%202012-05-28%20at%201.37.23%20PM.png)
Where do I change that menu and the content of those pages?
catalog/view/theme/vanityshop/template/common/header.tpl
I don’t understand which content of this pages? Do you want to edit newsletter, specials or my account pages?
Thanks, yes, those content pages, I would like to edit some parts or also ad some new links/pages with just text. Is it possible?
Again, I am sorry, but I am very knew at OC. Thanks!
If you want to add new page with text then you should go to Catalog -> Information. Created page will be visible on the footer. You can add a static link to created page into header.tpl too.
Hey Diabolique,
Thanks for the quick response! Please give me the list of the files you amended because I actually could make it work by modifying a few TPL files such as cart.tpl, register.tpl and adress_form.tpl.
If some more files should be updated, thanks to let me know.
Anyway, GREAT WORK on the template.
Cheers,
Marc@CarbonMiata
A LOT of files were changed including cart.tpl and checkout.tpl. I suggest to check all changes using this software http://winmerge.org/?lang=en
Hey Diabolique,
Thanks for the quick response! Please give me the list of the files you amended because I actually could make it work by modifying a few TPL files such as cart.tpl, register.tpl and adress_form.tpl.
If some more files should be updated, thanks to let me know.
Anyway, GREAT WORK on the template.
Cheers,
Marc@CarbonMiata
Hello,
First thanks for this awesome template. Really great to configure!
I have one problem I don’t seem to be able to fix:
My dropdown Regions / States menu is empty!
My website is www.carbonmiata.com
I will send you username and password.
Thanks for your great help!
Marc
Hello,
I have just uploaded fixed theme so it should be available for download within 24h. You should reupload all files because previous version of this theme wasnt 100% compatible with the latest v1.5.3 opencart.
hi great template and good instructions, however cant find where in css i can adjust the size of the logo. please advise
thanks in advance Bob
Check #logo selector.
Great job on this theme – I love it. I do however have a problem and am hopeful you have a solution. I would like to have the thumbnails show the whole image instead of zooming/cropping them. All of the product images I use are 500×500 or 800×800, but when I upload the image to the product the thumbnails (site wide) are zoomed/cropped.
Is there a way to make the thumbnails scale to show the entire product image?
All of my product pictures are on white background, so it’s not a bid deal if the thumbnails have excess white automatically added to the re-sized pictures. Thanks in advance and any help will be greatly appreciated!
Go to System -> Settings -> Edit -> Image and decrease size for Product Image List Size. You should also go to Featured module and decrease thumbnail size.
Hi,
Quick question. I’ve bought, installed and customised this nice template but I can’t find out how to make the ‘Contact Us’ page appear anywhere on the front page. I can see it in the ‘sitemap’ but I need it displaying as a menu item as it is in the demo.
I’m sure I’ve missed something glaringly obvious but can you please point me in the right direction. Thanks.
<a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a>
then download theme once again and reupload common/header.tpl file.
Hi again,
I eventually had time to try out your fix that you posted – basically the line of code was there already, as below:
href="<?php echo $contact; ?>"><?php echo $text_contact; ?>[/code]
Any other suggestions?
Thanks.
I want to see your website
Ok – PM’ed you the url.
Thanks.
Hi Diabolique, My client has purchased this template of yours and has told me to integrate the same. However, I have done most of it but having the below problem. When I am creating sub to sub categories, (Handbags->Clutches), then on mouse hover the sub menu shows up but it is impossible to select the sub menus in it. This is not the case for Women Fashions->Denim Shop. This happens other than the Women Fashions menu. What could be the possible reason for it. The link for the demo site is http://designcanvas.biz/demo/denim_culture/. Can you please suggest a solution to me as it is very urgent and for this problem the whole work is suspended. Awaiting for your prompt response on the above.
It works fine for me.
Love the template! Very clean, but I have a few questions…
1. The slideshow and featured items appear on several of the pages. (cart, contact, about, newsletter…) How can I correct this?
2. Also, on those same pages I can’t seem to find the corresponding backend page to edit SEO URL ’s and layouts.
3. How can I edit the size/color of the gray bar beneath all the content?
Thanks in advance!
1. Probably you have selected few layouts for Featured and Slideshow module. There should be only Home layout selected.
2. SEO url you can edit under product, category settings. You cannot create seo urls for pages like checkout.
3. You can change only color, inside stylesheet.css replace bg-container-footer1.png for bg-container-footer2.png up to 7
Just double checked my module layouts, and everything is set properly. Take a look: www.jethaus.com
On other pages, the slideshow is present but doesn’t scroll. Also, the text seems to be behind the images. Any idea what might cause that?
Also what is the white block doing on the left side of the content? How do we get rid of that?
Figured out the slideshow issue. Some of the routes in my home layout were messed up. Just want to fix the white block on the left side of the container now…
I don’t see any white block on the left side.
my products wont show on the home page. what am i doing wrong?
Did you add product into Featured module: http://imm.io/oCss Are they visible when Default theme is acitve?
How do I get remove the pop up box that appears when you add something to the shopping cart?
Try to add folowing styling into stylesheet.css
#product-product #notification { display:none; }
Hello, great theme! Is there any way to make the “Shopping Cart” at the top of the page bigger/bolder? Thanks!
#cart-widget { font-weight:bold; }
#cart-widget a { font-weight:bold; }
/public_html/vqmod/vqcache/vq2-catalog_view_theme_vanityshop_template_common_header.tpl on line 146
Default header doesn’t have any vqmods. Anyway this is a BIG customisation. You will find solution browsing previous comments.
Thank you,
i don,t know why its working on live and why not with mine , you check your self, http://www.alkamaalco.com
It looks like I have uploaded older version of theme with wrong z-index for menu. Please download theme after 24h and replace stylesheet.css
There must be increased z-index for #categories ul ul selector like on the live demo: http://www.diaboliquedesign.com/demo/vanityoc/catalog/view/theme/vanityshop/stylesheet/stylesheet.cssyes, its 1 column
Where is code located and also why it works on the live demo?