Discussion on Vanity Shop

Discussion on Vanity Shop

Cart 498 sales
Well Documented

Diabolique supports this item

Supported

This author's response time can be up to 2 business days.

285 comments found.

indead, it is a opencart issue. I changed VAT % based on shop address instead delivery address and now it works fine. not logic? but… anyway. thanks.

Hi My products don’t show correctly online, although settings for all are the same. Some are shown VTA included and others excluded. Strange thing is that it changes with changing the view (standard to sort A-Z). Can you help?

Hi,

It doesn’t look like a theme issue. Do you have the same problem when default theme is active? Product sorting works fine too.

Want to replace welcome message on home page. therefore uploaded own welcom.png in image-folder and refered in the home.tpl to this file. somehow this won’t work. any idea why? this is the code: src=”../image/welcome.png”

I am having a hard time with the affiliate codes and links.

a. I followed your instructions on page 6 of the comments, but nothing changes on the affiliate tracking page, all I get is a code. From my experience, on affiliate networks they automatically generate a link with the unique code for every affiliate, which is ready to copy-paste in ads, email campaigns etc.

b. I figured I take the code and paste it at the end of a product page in form of ?tracking=<c0de>, but then if the customer navigates to a different page, the tracking code disappears and the affiliate will not get payed if the customer buys something (which is not fair, because the affiliate sent the customer to the website)

So my questions are:

1. Is there a way to make the affiliate link generation easier and more self explanatory?

2. Can one send customers to the website’s home page and still have the affiliate code in the URL?

2. Is there a way an affiliate can send people to the website and get commission regardless of which and how many items the customer buys?

Thank you!

Opencart creates cookie with affiliate ID which expires after 3 years.

This questions should be directed to opencart developers because I just create skins.

This removes it from the Top menu.

I would like the Categories to be displayed along the top but not open in a drop down menu to show all the sub categories. Just require to click the link and it opens the Category page with the sub’s in tabs.

Thanks

It’s impossible.

Another quick one – My Slideshow images are not displaying correctly, i have uploaded 2 images 835×300 but no joy… Help!

Thanks Michael

N.B – Now working… My Mistake

Is there a way to remove the sub categories from dropping down from the main parent categories in the header?

Also where do i find the #categories ul li { ... margin:0 62px 0 0; ... } line?

Thanks

Yes, go to category’s settings and uncheck something like “display on the top menu”

Style is here catalog/view/theme/vanityshop/stylesheet/stylesheet.css

Hi there,

I tried the above fix, but it still doesn’t work?

Hi,

I see z-index:201!important; I wrote z-index:3001!important;

Please check now. I meant I changed it back, but I have kept the code there this time for you to see.

It still is not working?

Hello Diabolique,

How could I integrate a search box right into the header (opposite to the logo)? Its ok for the query to redirect to the search page.

Any guidance appreciated!

Hello,

I posted solution in previous comments. You can search comments using google site:http://themeforest.net/item/vanity-shop/discussion/504477

Hi there,

I have installed your theme after following the doucmentation this is the result. A few questions:

1. What am I to do with topic III . Is this just a side note or do I need to implement these changes in the CSS ? If so, which one? 2. Underneath the slideshow I get Icons of product instead of the text which is at the bottom. How do I change this. Now it doens not look very good.

http://www.staysharp.nl/

Hope you can help.

Cheers Michiel

1. It’s a side note.

2. Go to Featured module settings and select content bottom position.

Hi there,

The menu on my site appears to be having issues, see http://www.ohpants.co.uk/

Cheers, Preston

Hi,

It’s weird, it was fixed long time ago.

Open catalog/view/theme/vanityshop/stylesheet/stylesheet.css And increase z-index value here:
#categories ul ul { ... z-index:1001; }

use z-index:3001; or z-index:3001!important;

Hi mate..Sorry just ignore all the questions, I have managed to sort it out, by creating each JS for each fonts (Regular + SemiBold) then change in the header.tpl

Where would this “Rename it and check font name inside this javascript file, must be MyriadPro-Semibold”

be in the javascript file mate ?

Mine is: “Cufon.registerFont({w Pro Bold”“

Shall I just changed to MyriadPro-SemiBold ? Or do I have to built a new JS ?

IS IT RIGHT THAT THE NEW JS FILE IS 6 .9MB ? THAT IS QUITE BIG THAT

Ignore my last question mate, I got it sorted, just get header.tpl to load the fonts js.

Thanks for that link, I may replace with other fonts too

Thanks man.. I have created the fonts js again, but the name is myriad-pro.cufonts.js

Shall I rename it or change the header.tpl to load these new js instead ?

Rename it and check font name inside this javascript file, must be MyriadPro-Semibold

Hi

The letter “e”; “a”; “y” so far I can see..

Is it possible to replace Myriad.js to other fonts ?

No, it’s not possible but Myriad Pro supports almost every language, even Chinese or Greek. Try to recreate cufon font here http://www.cufonfonts.com/en/font/492/myriad-pro

Is it possible to change the fonts of the header to normal Unicode font ? As I have tried to change to other Myriads fonts in your guide but still not displayed some of the characters ?

Thanks

Which characters you can’t see?

Hi,

Is it possible to ad a larger lightbox/pop up-message when adding a product to the cart? I’m geting a lot of customers complaining over the fact that they can’t see when the product is placed in the cart. The built-in message is to small.

Thanks!

OC: 1.5.1.3 URL : http://goeras.se

Hi,

Add following style to stylesheet.css
#notification { font-size:13px; }
#notification .attention { font-size:13px; }
#notification .attention a {  font-size:13px; }

I’d like to do two things in the Nivo-Slider:

One: Make Captions Visible Two: Navigate through thumbnail images

I guess both are possible. Can you tell me please where to edit. I see many documents related one to each other.

1. Open module/slideshow.tpl and replace:

  <div id="slideshow<?php echo $module; ?>" class="nivoSlider" style="width: <?php echo $width; ?>px; height: <?php echo $height; ?>px;">
    <?php foreach ($banners as $banner) { ?>
    <?php if ($banner['link']) { ?>
    <a href="<?php echo $banner['link']; ?>"><img src="<?php echo $banner['image']; ?>" alt="<?php echo $banner['title']; ?>" /></a>
    <?php } else { ?>
    <img src="<?php echo $banner['image']; ?>" alt="<?php echo $banner['title']; ?>" />
    <?php } ?>
    <?php } ?>
  </div>

for:

  <div id="slideshow<?php echo $module; ?>" class="nivoSlider" style="width: <?php echo $width; ?>px; height: <?php echo $height; ?>px;">
    <?php foreach ($banners as $banner) { ?>
    <?php if ($banner['link']) { ?>
    <a href="<?php echo $banner['link']; ?>"><img src="<?php echo $banner['image']; ?>" alt="<?php echo $banner['title']; ?>" title="<?php echo $banner['title']; ?>" /></a>
    <?php } else { ?>
    <img src="<?php echo $banner['image']; ?>" alt="<?php echo $banner['title']; ?>" title="<?php echo $banner['title']; ?>" />
    <?php } ?>
    <?php } ?>
  </div>

2. It’s not possible with opencart if you won’t pay $200-$600 (most work is with a slideshow thumbnails generator)

Forget my previous silly question.

I’ve realized it can be changed in Modules > Featured

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey