Close

Profile: Support

Avatar

User posts

12 years ago

Hi Frank,

Unfortunately Polls in nopCommerce are not implemented as widgets and therefore could not be placed on widget zones. This is a good and very reasonable suggestion that we will address to the nopCommerce team.

If you want to add another poll you should edit the cshtml views in your theme - we will be glad to help with doing this.


Thanks!

12 years ago

Hi Frank,

Which version of the Nop Shop All theme you are using? These changes have been merged in version 2.5 and 2.6, but if you use any older version we will merge it there as well.

Have you created your poll from the administration. If not please go to Administration -> Content Management -> Polls and create a new one with system name "LeftColumnPoll".

As to the css changes there a minor ones in the following two css classes:

line 4069:

.block-poll .poll-item
{
  margin: 0px 0 0 0;
  padding: 0px 0 0 0;
  font-size: 11px;
  background-color: inherit;
  text-align: left;
  vertical-align: top;
}

line 4084:

.poll-take-poll, .poll-results
{
  border: dashed 1px #666;
  padding: 5px;
  margin-top: 10px;
}


The two properties in bold should be removed.

Hope that helps!

Please let us know if you have succeeded displaying the poll.

12 years ago

Hi Frank,

Thank you for your notice!

The community poll was missing. We have added it and uploaded it on our website. In order to integrate the fix just go to your My Account section and download the package again. Then replace your ~/Themes/ShopAll/Views/Shared/_ColumnsTwo.cshtml view with the one from the package. Then do the same for the ~/Themes/ShopAll/Content/styles.css file.

Best Regards!

12 years ago

Hi,

The fixes have been uploaded on our site. Please go to your My Account section and download the latest package. Then just replace the ~/Themes/Electronics/Content/styles.css file with the one from the downloaded package.

Regards!

12 years ago

spinny wrote:
Will JCarousel work with nopCommerce 2.5?


Hi spinny,

The JCarousel works only with nopCommerce 2.6. The power of the plugin is in its easy integration with Widgets and the new Widget support in nopCommerce 2.6. Even if we made it work for nopCommerce 2.5 it wouldn't support widgets and would need to be integrated manually.

Many thanks!

12 years ago

Hi,

Thank you for your notice. We will investigate this issue and fix it. If you have any questions about the theme or just want to have a look at the theme, you can visit the Nop Electronics Theme Demo.

Regards!

12 years ago

manager wrote:
Category, Manufacturers...
click here


Thank you for reporting this. It seems that the css for the subcategories needs some adjustment. We will fix it and let you know when is done to update the css or will give you the changes that needs to be made.

Thanks

kentm75 wrote:
Hi,

I have tried installing just SevenSpikes.Core and I receive the same error.

The File version of SevenSpikeds.Nop.Framework.dll is 2.5.375.4097

Thanks,

Kent.


Hi Kent,

We just sent you an email as we need to further investigate this with your help.

Best Regards,
Nop-Templates Support Team

12 years ago

[email protected] wrote:
Can you have a place for release notes.  There are some plugins that I downloaded the first day and I am unaware if I should be using any updated versions.


Hi,

We have been thinking recently about doing this as we started doing a lot of improvements to our products and we release new stuff very often, which is actually good but you need to know what changes we are doing.
Unfortunately our current design doesn't allow us to show some release news and we are working on our new design that will have that in mind. Probably we will create a new topic in the forum and will post all the new stuff there.

Best Regards,
Nop-Templates Support Team

12 years ago

harperwarper wrote:
Hi. We are using Nop Ajax Filters in a new site we are developing. Is there a way to display filter options on the search results page?

Thanks.


Hi harperwarper,

The Ajax Filters can now work only on category pages.
It makes a lot of sense to make them work on the Search page, Manufacturer page etc.
You can suggest your idea in our UserVoice portal as it seems a quite useful feature and probably a lot of other users will vote for it and we can implement it.

Best Regards,
Nop-Templates Support Team