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!
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.
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!
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!
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!