Furniture 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
UPDATE (December 12th): We've just updated the theme to support the latest nopCommerce version (3.20)
10 years ago
Hello again,
I want to change the footer theme and add some text or html or possibly in some places homepage.
is it possible? and how I could do that?
Sorry, but this platform is totally different from what I know (php, html..etc), I'm newbie in this technology.
Thank you
10 years ago
silviu_25 wrote:
Hello again,
I want to change the footer theme and add some text or html or possibly in some places homepage.
is it possible? and how I could do that?
Sorry, but this platform is totally different from what I know (php, html..etc), I'm newbie in this technology.
Thank you


Hi,

to edit the theme you should change the views located in the Nop.Web\Themes\Furniture\Views.
In the 'Home' folder you can find the views related to the home page. In the 'Common' folder to header, etc.
If you want to edit views that are not in Furniture\Views, you should copy desired view from Nop.Web\Views and add it to the appropriate folder in the Furniture\Views.
10 years ago
Hi,
When install sample data i got this error :

Installation error: System.InvalidOperationException: Sequence contains more than one element at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source) at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.<GetElementFunction>b__3[TResult](IEnumerable`1 sequence) at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.ExecuteSingle[TResult](IEnumerable`1 query, Expression queryRoot) at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.System.Linq.IQueryProvider.Execute[TResult](Expression expression) at System.Data.Entity.Internal.Linq.DbQueryProvider.Execute[TResult](Expression expression) at System.Linq.Queryable.Single[TSource](IQueryable`1 source) at Nop.Plugin.ThemeHelper.Furniture.FurniturePlugin.InstallProducts() at Nop.Plugin.ThemeHelper.Furniture.FurniturePlugin.InstallSampleData() at Nop.Plugin.ThemeHelper.Furniture.Controllers.ThemeHelperFurnitureController.InstallSampleData()
10 years ago
Mariann wrote:
Hello again,
I want to change the footer theme and add some text or html or possibly in some places homepage.
is it possible? and how I could do that?
Sorry, but this platform is totally different from what I know (php, html..etc), I'm newbie in this technology.
Thank you

Hi,

to edit the theme you should change the views located in the Nop.Web\Themes\Furniture\Views.
In the 'Home' folder you can find the views related to the home page. In the 'Common' folder to header, etc.
If you want to edit views that are not in Furniture\Views, you should copy desired view from Nop.Web\Views and add it to the appropriate folder in the Furniture\Views.


Thanks for the help, I edited the files successfully.

Now I have another question, sometime "Product tags" are not displayed in product page even if they are added in backend. for some products are displayed and for others not. I'm sure they are added to each product in Admin/Edit Product Details

And sometime, long description is displayed in left side of page and other time is displayed in right side, and I do not know why. I prefer to remain in left side under product picture.
10 years ago
4934beyaz wrote:
Hi,
When install sample data i got this error :

Installation error: System.InvalidOperationException: Sequence contains more than one element at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source) at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.<GetElementFunction>b__3[TResult](IEnumerable`1 sequence) at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.ExecuteSingle[TResult](IEnumerable`1 query, Expression queryRoot) at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.System.Linq.IQueryProvider.Execute[TResult](Expression expression) at System.Data.Entity.Internal.Linq.DbQueryProvider.Execute[TResult](Expression expression) at System.Linq.Queryable.Single[TSource](IQueryable`1 source) at Nop.Plugin.ThemeHelper.Furniture.FurniturePlugin.InstallProducts() at Nop.Plugin.ThemeHelper.Furniture.FurniturePlugin.InstallSampleData() at Nop.Plugin.ThemeHelper.Furniture.Controllers.ThemeHelperFurnitureController.InstallSampleData()

Hi,

Looks like you already have some sample data installed. Please note that the theme sample data could be installed only on the clean database
10 years ago
silviu_25 wrote:
Now I have another question, sometime "Product tags" are not displayed in product page even if they are added in backend. for some products are displayed and for others not. I'm sure they are added to each product in Admin/Edit Product Details

What do you mean by "sometimes". I don't think it's somehow related to the theme. Please provide a list of steps to reproduce the issue. Also test it in other themes (e.g. the Default Clean), does it also have this issue?

silviu_25 wrote:
And sometime, long description is displayed in left side of page and other time is displayed in right side, and I do not know why. I prefer to remain in left side under product picture.

Do you mean for one product it's on the left and some other product is on the right? Or is the same products? Please provide some links to such products on your site so I can test it
10 years ago
http://www.aplushomefurnishings.com/alexis-transitional-chesterfield-sofa-with-track-arms  Here long description is aligned to right

and here http://www.aplushomefurnishings.com/enright-black-sofa-with-loose-tufted-back-cushions-and-track-arms-2  long description is aligned to left



"Product tags" are now displayed on all pages after I clicked "clear cache" under admin panel
10 years ago
If you want the full description is always be displayed on the left, then open the \Themes\Furniture\styles.css file, find ".product-details-page .full-description" style and remove "float: right;" element. Then refresh the browser cache (click F5)
10 years ago
a.m. wrote:
If you want the full description is always be displayed on the left, then open the \Themes\Furniture\styles.css file, find ".product-details-page .full-description" style and remove "float: right;" element. Then refresh the browser cache (click F5)


Thank you
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.