Hi rama,
I am glad you managed to achieve what you wanted. In order to resize the overlay as well you should edit the ~/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/NeoFashion/Content/QuickView.css file and edit the width and height of the following css class - .buttonOverlay.
Hope that helps!
Hi toanhnt,
We plan to release the DarkOrange and nopClassic themes til the end of the month, which means in 10 days at the most.
Thank you for your patience and understanding.
Hi vedran.
We plan to release the DarkOrange and nopClassic themes till the end of the month, which means in 10 days at the most.
Thank you for your patience and understanding.
Hi edcorusa,
You can have a different tab for each product where you can place the downloadable documents for given product. Thus you will have to create one tab for each product and map the tab to the product. If you have common downloadable documents for category or manufacturer, you can use the category or manufacturer mapping for a tab.
One workaround that comes to my mind is to add the documents for download in the specifications view of the product tabs and use the product id in the filename of the downloadable document when building the links for the files. Thus you will not need to create 1000 tabs, but you will have to name the documents in a specific way, which may also be time consuming. Should you think this workaround is worth trying you can drop us an email for further information.
Hope that helps!
Hi rama,
This will  change the title in all product listings like products on category, manufacturer pages, featured and home page products. I think this is better so that all the product listings titles look the same. Just increase the "24px" to something bigger what you want. 
I just wanted to make sure that this is your intent.
Best Regards!
Hi Chris,
Thank you for your feedback.
Can you please send a screenshot to our support email and give a little more information about the plugin:
1. Which version do you use.
2. When have you downloaded the plugin.
3. Have you made any modifications
Thanks in advance!
p.s. I can see that your store is currently closed, so it will be of great help if you can send us an admin account and allow admin accounts to browse the shop in order to see the problem live and fix it quicker.
Hi,
Can you specify on which featured products do you want to increase the font size. As you know every category and manufacturer can have featured products that are displayed on category or manufacturer page.
For these products you should add the following
.featured-product-grid
{
    font-size: 15px;
}
If you want the change the products displayed on the home page, you should add the following:
.home-page-product-grid
{
    font-size: 15px;
}
After you make the changes please press Ctrl + F5 in order to clear your browser's cache.
Thanks!
Hi dublicator,
Unfortunately it is not easy, in fact it will be very hard, to add it by hand, because the whole logic of the filters should be changed. As you know the specification, attribute, manufacturer and price range filters interact with each other, so adding a new filtering group is not straightforward at all. Furthermore vendor logic in nopCommerce is developed to be in use only in the administration and in the public part of the store, users cannot recognize whether one product is from one vendor or another.
You can propose this feature in our user voice portal and if customers see value in adding vendors to the ajax filters we will consider implementing it in the filters by default.
Thank you for your suggestion!
Hi rama,
If you want to change the font-size of the featured products only, you can do this via the featured-product-grid selector.
Please add the following to your ~/Themes/NeoFashion/Content/css/styles.css file:
.featured-product-grid
{
    font-size: 15px;
}
for example, which will make the font-size 15px.
Should you need any further assistance, please do not hesitate to contact us again.
Hi Chris,
The error you receive is due to not having a skin for the nivo slider in the administration of the plugin. Can you please download the plugin again and replace your plugin with the one from the downloaded package. The please double check what skin you have set in the administration for the given slider.
If the error still exists please send an email to our support email with credentials to your db if possible so that we can further investigate why you miss this setting in your slider.
Best Regards!