Close

General Discussion

Support
11 years ago
#692 Quote
Avatar
  • Moderator
  • 1044
You can post here anything regarding the Nop Shop All Theme.
Rubyray
11 years ago
#746 Quote
Avatar
  • 2
Would you have any more information on the bullet point below?

*Features a clean HTML and CSS structure for easy customization

Thanks for your help!

Alex
Support
11 years ago
#752 Quote
Avatar
  • Moderator
  • 1044
Rubyray wrote:
Would you have any more information on the bullet point below?

*Features a clean HTML and CSS structure for easy customization

Thanks for your help!

Alex


Hi Alex,

Basically this means that all the css classes make sense and are easy to understand.
We have tried to keep the original nopCommerce classes and where we have changed some of them we have tried to keep them simple and easy to understand (having meaningful names).
Also note that all the html and css is written by hand and is not generated by a tool.

Should you have any questions we will be glad to answer!

Best Regards,
Nop-Templates Support Team

Rubyray
11 years ago
#755 Quote
Avatar
  • 2
Thanks for the quick reply, just wanted I to know.

Alex
fibox
11 years ago
#1062 Quote
Avatar
  • 4
Is here any easy way to put comunity poll to the left column?

Thanks

Frank
Support
11 years ago
#1063 Quote
Avatar
  • Moderator
  • 1044
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!
fibox
11 years ago
#1064 Quote
Avatar
  • 4
I did it but nothing changed, I have copied:

~/Themes/ShopAll/Views/Shared/_ColumnsTwo.cshtml
~/Themes/ShopAll/Content/styles.css
but nothing changed
so I copied also new:
~\Plugins\SevenSpikes.Theme.ShopAll\SevenSpikes.Theme.ShopAll.dll
but still nothing happend.

Can you exactly specify, what you changed?
Are there any extra setups?

Can you specify changes in styles.css - therefor I allready done some customizations.

Thanks, Frank
Support
11 years ago
#1065 Quote
Avatar
  • Moderator
  • 1044
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.
fibox
11 years ago
#1066 Quote
Avatar
  • 4
Solved. Thank you. The problem was with the name (in 2.6) Poll "system keyword" (I would rather prefere "system name" which was "wrong" interpreted to the Czech language.

So as I understand well I can usually choose, wher to place it through this name? Are there any other predefined? It would be much mor interesting, when I can select f.i. available widgets.

Frank
Support
11 years ago
#1067 Quote
Avatar
  • Moderator
  • 1044
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!