Hello again!
While creating another topic yesterday, I noticed that you had edited your reply. I understood you to mean that the Smart SEO and Cloud Zoom plugins had been updated, so I downloaded the theme again and replaced those two plugin folders on my running site with the new ones from the most recent package.
Today, when I login to the administration area, I get this error:
---------------------------------------------------------------------
Exception Details: System.MissingMethodException: Method not found: 'Void SevenSpikes.Nop.Framework.Plugin.BaseAdminPlugin7Spikes..ctor(System.Collections.Generic.List`1<SevenSpikes.Nop.Framework.Plugin.MenuItem7Spikes>, System.String, System.String, SevenSpikes.Nop.Framework.Data.Base7SpikesObjectContext, Boolean, System.String)'.
Source Error:
Line 47: .Items(x =>
Line 48: {
Line 49: if (adminMenuPlugins.Count() > 0)
Line 50: {
Line 51: if (!hideAdminMenuItemsBasedOnPermissions ||
Source File: c:\Inetpub\wwwroot\MFS2\Administration\Views\Shared\Menu.cshtml Line: 49
---------------------------------------------------------------------
Is this (I assume) due to me replacing those two folders? Or what else might cause this issue? The only thing else that I've done lately is modify the view for my categoriesheadermenu and comment out the homepage products from the view at Themes/Electronics/Views/Home/Index.cshtml.
I'm kinda freaking out as there are now a few other employees who cannot do their work in the administration area either...help!
Thank you!
I did see that, but wasn't sure if just commenting it out of the view would be enough.
Thanks Ivan!
I configured a JCarousel to show the featured products on my main page at the bottom...that works great, but I can't figure out how to disable the other "default" Featured products that also display on the main page.
Thanks-
Steve
Hi-
I'm trying to add a couple of other links to my Categories Header Menu, but can't figure out the correct way to refer to the Home page..
I tried this:
<li><a href="@Url.RouteUrl("Home", new { SystemName = "home" })">@T("Home")</a></li>
<li><a href="@Url.RouteUrl("Boards", new { SystemName = "boards" })">@T("KnowledgeBase")</a></li>
I am having some issues with the electronics theme after moving it to my dedicated server.
From the main page, most of the category links in the header menu do not work, and also if you click on the image links on the main page to the Shirts, Jeans, Shoes categories, you get an error that seems to be related to SevenSpikes SmartSEO plugin..so I disabled it in admin area...
Now, same links produce other SevenSpikes plugin error related to Ajax filters...
See it here
examples of links in top menu header:
http://64.239.149.249/c/2/computers ....error....
http://64.239.149.249/c/3/desktops ...works fine... ?why?
Also, the product detail pages have same or similar errors..
except for a few products, like:
http://64.239.149.249/p/16/build-your-own-computer
..and...
http://64.239.149.249/p/31/hp-pavilion-g60-230us-160-inch-laptop
?why?
another issue on the product detail page, as you can see in the link above, is that the product photo zoom doesn't really zoom...this works on my localhost installation fine, but not on the new server.
Also, also, while attempting to edit any of the top level categories in the admin area (http://64.239.149.249/Admin/Category/Edit/11), I get this error:
--------------------------------------------------------------
A generic error occurred in GDI+.
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.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.
Source Error:
Line 17: </div>
Line 18: <div id="@(clientId + "image")">
Line 19: <img src="@(pictureService.GetPictureUrl(Model, 100, true))" />
Line 20: </div>
Line 21: @if (picture != null)
Source File: c:\Inetpub\wwwroot\MFS2\Administration\Views\Shared\EditorTemplates\Picture.cshtml Line: 19
--------------------------------------------------------------
UPDATE:
The other day I did check the boxes on some of the apparel products to appear on home page so that they'd be in my Nop Category Header plugin...perhaps it's related to that??
Any ideas?
OK, I'm back to work on this site today. I enabled the forum and added some forum groups and forums, but it isn't styled well at all. Something isn't right...look at this screen capture to see what I mean.
THE ISSUE
I haven't even touched the stylesheet yet, but I did go into Admin >> Languages >> and changed some of the string values for the Forums-related strings. I'm just not sure where the problem would be-
Also..after applying the theme, my login screen layout is off a little...see HERE...note the Email and Password alignment...
Ideas??
Thanks,
Steve