Discussion on Right Choice - HTML5 & CSS3 E-Commerce Template

Discussion on Right Choice - HTML5 & CSS3 E-Commerce Template

Cart 117 sales
Well Documented

MosaicDesign supports this item

Supported

30 comments found.

Hi! Great theme! I bought it some time ago and It’s great! I’ll sent you an email asking for the PSD files, I’ll hope you can answer me as soon as you can :) Regards!

Hi, Copy from my site I send you link Thanks

The My Account and My Wishlist pages are missing. Can you upload them?

Hi,

This template is not working fine in IE browser…. please release the updated version immediately.

we can’t be able to go live with template …. plz…help.

Regards, Prasanth

Hi Prasanth,

Please, provide some more information about your situation. What version of IE you are using, how it’s not working. Screenshots or live website would help, too.

thanks for your immediate response… here is the info

OS:windows7 IE version : 11

1) I am getting right side scroll bar, but its not working in IE, I have to use either mouse middle button or up/down arrow in keyboard. 2) Allignment while display single product in IE

please give me your personal email, i will send my website URL.

Regards, Prasanth

You can write to support@mosaicdesign.uz. We’ll try to do our best.

dear sir ,,, I have problem in this template .. when open this template by using VISUAL studio 2012 , and open the index.html page and when clicked on design view to edit something , the visual studio couldn’t load it and not responding .. I need help , where is wrong ? but I think the wrong from your template

i have a question

what is the different between Regular License and Extended License ? look ,i want to buy this template that includes CSS & Javascript & HTML & Jquery to use it to make my own website so , Describe me what can i do ???

Hi,

You can do any changes to this template after purchasing. Regular Licence allows you to use this item in only one project and do whatever you want within this project. In order to use the template in your other projects, you’ll have to buy a Regular Licence for each, or buy an Extended Licence once.

The download package contains all needed files, like CSS & jQuery scripts.

Wish you a good luck with your project.

Thanks a lot dear .. but what about admin panel ?

This is just a HTML template for regular web-sites. It doesn’t contain any admin panel files. You’ll have to find another admin-template, if you are going to develop your own CMS. You can look for the special section of Themeforest.com for admin-panels, or use the search form. There are a lot of admin-templates of excellent quality, and I’m you’ll find the one which suits you best.

IS there a simple way to add more than one address (icon point) to the google map on the contact page?

Hi Peter,

Yes, you can add as many markers as you want.

Here is a sample code:
$('#googlemaps').gmap({'center': 'your first coords', 'zoom': 10, 'disableDefaultUI':true, 'callback': function() {
        var self = this;
        self.addMarker({'position': this.get('map').getCenter() }).click(function() {
            self.openInfoWindow({ 'content': 'Your 1st Marker Name' }, this);
        });
        self.addMarker({'position': 'your second coords' }).click(function() {
            self.openInfoWindow({ 'content': 'Your 2nd Marker Name' }, this);
        });
}});

Hope this helps. Contact us if you still have problems with that.

Dear MosaicDesign(Author),

Recently i bought this script & developing our own ecommerce portal. thx. for v.nice design. we have one issue, we are unable to set the star rating for the product. is there any way to display active stars for the product & also we are unable to give hyper like to stars . please help us.

Regards, Prasanth

Hi Prasanth,

You actually can replace this CSS based stars with the jQuery based stars plugins. If you search the internet, you can find the one that fits you best.

P.S. We can recommend you to try Raty plugin (http://wbotelhos.com/raty).

Are there alternate themes available

We are working on some new themes. Stay tuned. :)

Any idea how soon? Or is it possible for me to change the colours? In how many places would I have to change them? Sorry to be persistent but I have an urgent requirement. I have to produce some screens by end of next week and I’d like to use your template but with a theme suitable for selling chocolate. Something brown maybe?

Hi Andrew,

There is an OpenCart version of this template. We got accepted it recently. http://themeforest.net/item/right-choice-responsive-html5-opencart-theme/5359917 There is a Theme modification tool on left. You can create your preferred color scheme using it. Hope it helps. If not, we’ll help you create your color scheme.

Good luck.

Hi, we have purchased your template recently. If it’s possible can you send your PSD file via email. Many thanks.

Thank you I sent an email. Have a good one.

Hello again, can you share your google drive link for download to psd file. Thank you.

Hi, sure we can.

is there any way of knowing what has changed in the recent verison? I am sure many others like myself make lots of tweaks to the code. It would be great to know what has changed from version to version so we can update our files and not loose all our custom work.

There’s not many changes in new version. We fixed the width issue of IE8 and included documentation, which we forgot to include in the previous version.

Hello! I have just purchased your theme but i dont know how to change your position on google maps with my own position. I am looking forward to hearing your response.

Hi, erisa. Thank you for purchasing our theme.

Get the coords of your own position from Google Maps and replace it with the coords in this part of code: 'center': '57.7973333,12.0502107' It’s in the end of Contacts page.

where is the documentation?

Sorry, while updating the theme, we forgot to include the documentation. We just uploaded the new version of the theme. You can download it after confirmation of admins.

Ok. Thanks!

any chance you can address the IE8 issues above?

having some issues with your theme in IE8

the newsletter signup on the home page is not a circle but has a square border and the 2 images on the side are cut off.

Also found the product details page has an issue with the product details bumped under the images:

The issues you mentioned are known issues of IE8. IE8 and older versions of IE don’t support ‘border-radius’ property of HTML elements. So we usually ignore this. The possible solution for this can be increasing the sizes of signup modal, so that the picture could be placed in the modal box without being cut.

We solved the issue from the picture. This also has to do with the ‘originality’ of IE. You just need to include this part of code into the ‘head’ tag of your pages.

<!--[if IE 8]>
<style>
.container { width:1170px; }
.span1 { width:70px;}
.span2 { width:170px;}
.span3 { width:270px;}
.span4 { width:370px;}
.span6 { width:570px;}
.span7 { width:670px;}
.span9 { width:870px;}
</style>
<![endif]-->

If you still have problems with this, email us. We’ll try to help.

yeah, I’ll just wait for the opencart version to come out Hurry guys! you have one customer ready to buy :)

What shopping cart works with this theme, I couldn’t get it to work with open cart. Please help.

This is just a HTML-template. It can work with almost any online shopping engine. But you’ll have to adapt it to our choice, for this you should have at least a basic knowledge of PHP. We are working on OpenCart version of this template. Very soon it’ll be available on ThemeForest.

On the product details and grid/list pages I find when the browser is between 981 px and 1199 px wide the right content block gets placed UNDER the left side menu.

Is there a way to allow the right column to appear on the RIGHT SIDE when between these browser dimensions?

look your bootsrap.css line 307. span9 width:780px and span10 width:780px too. FIX IT span9 width:700px

or use bootstrap.css file in the package

I am having an issue with the drop down menu div class=”dropdown span7” and index2.html

If I have 10 items in the menu I cannot click on the 10th item. When my mouse hits the 10th item in the menu the menu disappears and thinks it is hovering over the thumbnail of the slider.

Is there a fix to allow at least 10 items in this drop menu?

In “megamenu.css”, on line 14, try to increase the value of z-index, for example, up to 1000. This solves the issue.

I am having an issue with the drop down menu

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