Close

Profile: joster

Avatar

User posts

11 years ago

Boyko wrote:
Hi joster,

You are right. The forum in the Fashion theme has never been styled. We are now working on upgrading all our themes for nopCommerce 3.0 and we are styling the Forum for the Fashion theme in it. If you have plans to upgrade to nopCommerce 3.0 (it is expected to be released very soon) then you will get the Forum with the upgrade. I hope this will work for you. If not then we will style the Forum for nopCommerce 2.8 in the Fashion theme but it will take some time as there are quite a lot of improvements in the Html markup for nopCommerce 3.0 and we will basically need to restyle the whole Forum in 2.8 from scratch. Please let me know your thoughts on this.

Thanks


From what I read, it will only be a few weeks until 3.0 is released, so we'll just be patient and wait for the new version theme.

Thanks!

11 years ago

Hello-

I guess maybe it's an oversight, but we didn't notice that there is no theming for the Forum, and that, in fact, even after enabling the Forums in our General settings in the admin area, no link for the forum appears in the footer...was this intentional, or is there a bug? If it was intentional, how can I get the forums to work again while using the fashion theme?

I did discover in the mega menu settings that there is a way to cause the forum link to appear in it, and when I visit it, I see that there is, indeed, no styling at all for the forums with the fashion theme......
UGLY.  see it here

11 years ago

Boyko wrote:
Please refer to this post:

http://www.nop-templates.com/boards/topic/29/getting-a-no-web-page-error-from-the-automatic-integration-step#33


Wow, that worked....I had clicked restart application 4 or 5 times and no change...didn't remember the global reset trick.

Thanks-
Steve

11 years ago

Hello-

We recently acquired a Windows 2008 server and I've installed a fresh copy of nopcommerce 2.80 on it. I am using a database that I was using for a 2.65 version installation, that has been upgraded to 2.80. After some effort, it was loading correctly and I then installed the Fashion theme and all the plugins via the admin area.

It seemed to go well, but I'm now getting this error on the home page:

Server Error in '/' Application.

The controller for path '/' was not found or does not implement IController.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The controller for path '/' was not found or does not implement IController.

Source Error:


Line 3:  @foreach (var widget in Model)
Line 4:  {
Line 5:      @Html.Action(widget.ActionName, widget.ControllerName, widget.RouteValues)
Line 6:  }

Source File: c:\inetpub\wwwroot\MFSdev\Views\Widget\WidgetsByZone.cshtml    Line: 5

Stack Trace:


[HttpException (0x80004005): The controller for path '/' was not found or does not implement IController.]
etc...etc...


...what's really frustrating is that I went back in my browser history to the admin general settings screen and changed it back to Default Clean theme, saved it, then view public store is the same error...

When I comment out the foreach loop section in the \Views\Widget\WidgetsByZone.cshtml page, the home page will load, but then when I re-enable the Fashion theme, I get this new error:

Server Error in '/' Application.

The controller for path '/' was not found or does not implement IController.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The controller for path '/' was not found or does not implement IController.

Source Error:


Line 28:     </ul>
Line 29:     <ul class="copyright">
Line 30:         @Html.Action("NopCommerceCopyright", "Fashion")
Line 31:         <li class="first">@Html.Action("ContentCopyrightNotice", "Fashion")</li>
Line 32:         <li><a href="@Url.RouteUrl("Topic", new { SystemName = "conditionsofUse" })">@T("ConditionsOfUse")</a></li>

Source File: c:\inetpub\wwwroot\MFSdev\Themes\Fashion\Views\Common\InfoBlock.cshtml    Line: 30

11 years ago

Boyko wrote:
Well...
We're having a bit of trouble with the installation of the Fashion theme.

We installed the 2.65 version of the fashion theme by completing the following steps:

1. copied just the /Plugins/SevenSpikes.Theme.Fashion into our plugins folder
2. copied the entire fashion theme folder into our themes directory
3. added a line in the InstalledApps.txt file referencing the fashion theme
4. via Administration area, Configuration>>Settings>>General & Misc. Settings...changed the theme to Fashion and clicked save.



Hi Joster,

As you have the Electronics theme already installed and you need to install the Fashion theme and switch to it you need to do the followings:
1. Copy all the plugins from the Fashion theme package and add them into the Plugins folder replacing the existing ones as the plugins that come with the Fashion theme has the styling specific to the Fashion theme.
2. You need to properly install the Fashion theme plugin by going to the administration and click Install rather than just marking the plugin as installed from the InstalledPlugins.txt file. This is needed as the Fashion theme plugin adds settings and resources specific to the Fashion theme.

Then you need to restart the application and the best way to do this is to modify the Global.asax file by adding some empty spaces in it and save it just to trigger a proper application restart.

That's all and you should now simply switch to the Fashion theme. If you want to keep both themes on the same instance of nopCommerce then you need to have both theme plugins installed and also keep both theme folders Fashion and Electronics in the Themes folders of the plugins, so that when switching between the themes the proper styling is used.

Please let us know how it goes and if you need further assistance!

Thanks


OK...I replaced my existing plugins(including SevenSpikes.Core) with the ones bundled in the nop 2.65 fashion theme, then went to the website in a browser..I logged onto the admin area, now have this error:

---------------------------------------------------------------------------------------------------------
Server Error in '/' Application.

Specified file does not exist: "~/Scripts/telerik.common.js".

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Specified file does not exist: "~/Scripts/telerik.common.js".

Source Error:

Line 137:            //.Compress(true)
Line 138:            ))
Line 139:    @(Html.Telerik().ScriptRegistrar()
Line 140:            .jQuery(false)
Line 141:            .jQueryValidation(false)

Source File: c:\Inetpub\wwwroot\MFS2\Administration\Views\Shared\_AdminLayout.cshtml    Line: 139

Stack Trace:

[FileNotFoundException: Specified file does not exist: "~/Scripts/telerik.common.js".]
-------------------------------------------------------------------------------------------------------------

I found
~\Plugins\Scripts\2012.1.214\telerik.common.min.js

but that's the closest named file I can find in my installation. (scratching head)

Thanks for your help!

11 years ago

Well...
We're having a bit of trouble with the installation of the Fashion theme.

We installed the 2.65 version of the fashion theme by completing the following steps:

1. copied just the /Plugins/SevenSpikes.Theme.Fashion into our plugins folder
2. copied the entire fashion theme folder into our themes directory
3. added a line in the InstalledApps.txt file referencing the fashion theme
4. via Administration area, Configuration>>Settings>>General & Misc. Settings...changed the theme to Fashion and clicked save.

This is the error I'm now getting when I view the home page:
------------------------------------------------------------------------------------------------

Server Error in '/' Application.
--------------------------------------------------------------------------------

The controller for path '/' was not found or does not implement IController.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The controller for path '/' was not found or does not implement IController.

Source Error:

Line 28:     </ul>
Line 29:     <ul class="copyright">
Line 30:         @Html.Action("NopCommerceCopyright", "Fashion")
Line 31:         <li class="first">@Html.Action("ContentCopyrightNotice", "Fashion")</li>
Line 32:         <li><a href="@Url.RouteUrl("Topic", new { SystemName = "conditionsofUse" })">@T("ConditionsOfUse")</a></li>

Source File: c:\Inetpub\wwwroot\MFS2\Themes\Fashion\Views\Common\InfoBlock.cshtml    Line: 30

Stack Trace:

[HttpException (0x80004005): The controller for path '/' was not found or does not implement IController.]
-----------------------------------------------------------------------------------------------------------------------------

I can go back in my browser and change it back to Electronics and it works fine, but if I select the checkbox to allow customers to choose theme, and leave it on Electronics, it's the same error.

I am afraid I won't be able to access the admin area to change it, so am going back now and changing it back to Electronics until I hear from someone.

Thanks-

11 years ago

Thanks Boyko.

11 years ago

Does nop templates use responsive web design (fluid grid layout/fluid image scaling)?

When I was initially researching nop templates, I seem to recall a plugin for mobile devices?  

I'd appreciate some feedback on these topics.

Thanks.much.

Jeff

11 years ago

Thanks Boyko.  You made my day.

Jeff

11 years ago

We started out with the electronics theme and have loaded most of our products and product attributes into the database.  We'd like to switch to the fashion theme.  Are we going to be able to use the same db or are we going to have to rebuild our db in the new theme?

Thanks.

Jeff