Hello again-
While the bug I'm reporting is probably not really a problem with the Alfresco theme, there is a problem if the nopcommerce site with Alfresco theme also uses the Foxnetsoft nopArticles plugin, and is also trying to integrate the Tabs UI from jQueryTools.org into it...
The tabs UI requires that I reference the jquerytools.org/1.2.7/full/jquery.tools.min.js
..but when I do, on this page (for example): http://64.239.149.236/article/achilles-tendon-rupture-2
It conflicts with the QuickView.min.js in some way...somehow related to the kendo stuff..
If you use Firebug on that page you'll see the errors in the console when the page loads, and if you try clicking the icon for quickview on one of the Recommended Products shown on the page, you'll see the other error in the console.
Uncaught TypeError: Object [object Object] has no method 'kendoWindow' QuickView.min.js:6
Uncaught TypeError: Object [object Object] has no method 'kendoAutoComplete' achilles-tendon-rupture-2:2013
Uncaught InvalidCharacterError: 'atob' failed: The string to be decoded is not correctly encoded.
Uncaught TypeError: Cannot call method 'content' of undefined QuickView.min.js:6
ShowQuickViewWindow QuickView.min.js:6
RetrieveQuickViewData.$.ajax.beforeSend QuickView.min.js:6
f.extend.ajax jquery.tools.min.js:38
RetrieveQuickViewData QuickView.min.js:6
(anonymous function) QuickView.min.js:6
f.event.dispatch jquery.tools.min.js:37
h.handle.i
Has the Forum been styled for Alfresco yet? Last time I checked, it wasn't...
Hello-
I've discovered what appears to be a bug with the new 3.10 responsive alfresco theme and/or the mega menu plugin.
Go to http://64.239.149.236/
Notice the items that appear in the mega menu...it includes a menu item called "LEARN"
Now squish the page down to mobile device width and expand the menu...the "LEARN" menu item doesn't appear at all.
It probably has something to do with the fact that it is a custom-defined menu item/topicblock in the megamenu.cshtml..it seems to be "un-responsive"... but I don't have a clue how to fix it.
The bit of code I used for the megamenu's "LEARN" menu item is as follows:
@{
MvcHtmlString LearnTopicBlock = Html.Action("TopicBlock", "MegaMenu", new { systemName = "LearnMenu" });
}
<li>
@LearnTopicBlock
</li>
Hello-
I was configuring some custom quicktabs in my newly alfresco themed website and noticed that sometimes they are not working when the product being viewed has a custom tab defined, but they do work on products that have no custom tabs associated with them, and on some that do...seems odd.
Example of a product with a custom tab that doesn't work:
http://64.239.149.236/pedag-comfort-supports-1
Example of a product with a custom tab that does work:
http://64.239.149.236/pedag-t-form-metatarsal-pads
Ideas?
NEVERMIND...they just "started working"....
Hello-
I'm wondering if it would be possible to use an icon graphic for my custom tabs, instead of the display name value. For example, rather than the word "Video", I'd like to display an icon of a camcorder
Has anyone tried this yet?
Thanks-
I installed the Alfresco theme late last night and noticed today that the product photos aren't appearing on the page..they appear to load, but are not visible.
http://64.239.149.236/toe-straightener-double-toe-2
I'm not sure if this is a theme or a cloud zoom problem.
I should mention that the product photos do appear on other pages:
http://64.239.149.236/leg-care-products
But when you scroll down and click on the "Achilles Tendon Support by Pro-Tec" product photo, you won't see it when you get to the product details view...
Any idea?
I had posted this yesterday and Boyko responded...then I replied and left for the day. When I returned to check for replies, the whole topic is gone....
I am getting this error on a fresh installation of 3.10 and have restarted the application numerous times to no avail...
-----------------------------------------------------------------------------------------------------------------------
Server Error in '/' Application.
The model item passed into the dictionary is of type 'System.Collections.Generic.List`1[Nop.Web.Models.Cms.RenderWidgetModel]', but this dictionary requires a model item of type 'System.Collections.Generic.List`1[Nop.Admin.Models.Cms.RenderWidgetModel]'.
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.InvalidOperationException: The model item passed into the dictionary is of type 'System.Collections.Generic.List`1[Nop.Web.Models.Cms.RenderWidgetModel]', but this dictionary requires a model item of type 'System.Collections.Generic.List`1[Nop.Admin.Models.Cms.RenderWidgetModel]'.
Source Error:
Line 7: @* @Html.Widget("home_page_top") *@
Line 8:
Line 9: @Html.Widget("home_page_main_slider")
Line 10:
Line 11: @Html.Action("TopicBlock", "Topic", new { systemName = "HomePageText" })
Source File: c:\inetpub\wwwroot\3point1\Themes\Fashion\Views\Home\Index.cshtml Line: 9
---------------------------------------------------------------------------------------------------------------------
The error was at line 7, but I commented it out to see how far that would take me...not very far..
Any suggestions?
Oh..and you can see it here currently: http://64.239.149.236/: