Computer theme released (by nopCommerce team)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
apdejt wrote:
This theme is really excellent and as more I work with it the more I like it. But I found one more bug and I cant fix it. When you upload more then 4 images on product they came out of grid. See picture on link bellow for ilustration

http://www.genelec.ba/pub/computer_theme_problem.jpg

Thanks for reporting. You're absolutely right. We'll fix it in the near time. As for now you can fix it the following way:
1. Open \\Views\Catalog\_ProductDetailsPictures.cshtml file and  replace
int productPerRow = 4;

with
int productPerRow = 3;
10 years ago
That works, thnx very much.
10 years ago
I'm interested in purchasing the computer theme. To buy it i need to enter my URL so the license will be set to this URL.

I want to do all my development in my computer and then upload the full solution to my hosting server. How can I buy  the theme so i can use it locally ant then use it when my store is online?
10 years ago
mguerra wrote:
I'm interested in purchasing the computer theme. To buy it i need to enter my URL so the license will be set to this URL.

I want to do all my development in my computer and then upload the full solution to my hosting server. How can I buy  the theme so i can use it locally ant then use it when my store is online?

Most probably you already know the URL of your future store. Just purchase the theme for this URL. You'll be able to use locally. There's no any built-in functionality limiting the theme to a purchased URL.
10 years ago
We've just updated the theme to support version 3.10. Please check it out
10 years ago
Hi!

I need to open the submenu horizontally and not vertically, is it possible?

thanks!
10 years ago
gstefani wrote:
Hi!

I need to open the submenu horizontally and not vertically, is it possible?

thanks!

Sure, but it'll require some customization. Open appropriate cshtml file and modify for your needs and the menu style you want to implement:

1. If you mean the top category menu, then have a look at the \Themes\Computer\Views\Common\CategoryTopMenu.cshtml file.
2. If you mean the left category menu, then have a look at the default  \Views\Catalog\CategoryNavigation.cshtml file (HTML wasn't changed in the theme, only CSS styles were).
10 years ago
Thanks Andrei!

One more question.

It is possible to use two columns on the home page of the computer Theme?


Thanks
10 years ago
gstefani wrote:
Thanks Andrei!

One more question.

It is possible to use two columns on the home page of the computer Theme?


Thanks

Sure. Just open the \Themes\Computer\Views\Home\Index.cshtml file and replace
Layout = "~/Views/Shared/_ColumnsOne.cshtml";

with
Layout = "~/Views/Shared/_ColumnsTwo.cshtml";

P.S. Maybe, some minor CSS changes will be required(haven't tested)
10 years ago
UPDATE (September 12th): Computer theme is now responsive. Please check out the demo here or see how it looks on different devices here
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.