Close

Profile: joster

Avatar

User posts

Bugs
10 years ago

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



I should also add that the conflict between the two .js files is what prevents the content within my tabs div's from appearing.

When I remove or comment out the reference to the jquery.tools.min.js, there are no errors with the quickview at all.

Can you please help me to get past this obstacle?
Or can you recommend a different Tabs user interface that will work in harmony with the .js files in your plugins??

Thanks!

UPDATE

Nevermind....
I tried and failed with using a few other tabs UI's, but finally found one that doesn't seem to conflict with any of the 7spikes plugin javascript files...and it looks pretty good..and is even responsive.
https://github.com/samsono/Easy-Responsive-Tabs-to-Accordion

10 years ago

Has the Forum been styled for Alfresco yet? Last time I checked, it wasn't...

Bugs
10 years ago

Boyko wrote:

OK, thanks..I updated to the newest version of the theme and plugins and the additional topicblock now works as expected, however, my categories in the megamenu (SHOP menu item) now look very ugly...the alignment is very screwy looking...
http://64.239.149.236/

What causes that?


Thanks in advance!


Hi joster,

The issue that you have with the Mega Menu is caused by the Live Chat plugin css that you are using. There is a definition .box in this plugin css that breaks the Mega Menu. You need to change the livechat.css and make the .box definition not to be global.
Either delete it or prefix it with a livechat specific class or element i.e #iframeLiveChat .box

Thanks


That did the trick...thanks Boyko!

Bugs
10 years ago

Boyko wrote:
Hello-
...
Ideas?


Hi Joster,

This is definitely not a bug. The problem is that now when the Mega Menu is responsive you need to add you custom topics in one more view - the responsive view. Please note that the changes need to be made in the views(.cshtml) files within the Themes\Alfresco\Views folder of the Mega Menu plugin. Please refer to this post as we have already explained it for the Jewelry theme but it is analogous with the Alfresco theme.

A few suggestions to make your site looks even better.
- increase the picture size in your JCarousels to be 200px rather than the default 125px.
The size is managed per Carousel when you go in the administration and edit its settings.
- increase the picture size of the categories to be 300px for example, so that it will look much better i.e home page categories.

You can also update the theme to the latest version as we have added a lot of bug fixes and improvements.

Thanks


OK, thanks..I updated to the newest version of the theme and plugins and the additional topicblock now works as expected, however, my categories in the megamenu (SHOP menu item) now look very ugly...the alignment is very screwy looking...
http://64.239.149.236/

What causes that?


Thanks in advance!

Bugs
10 years ago

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>


Ideas?

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"....

10 years ago

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-

Boyko wrote:
Hi joster,

As you have probably notice in the Alfresco theme package the Nop Quick View plugin is still missing. That's because the guys are still making some improvements and testing to it that are specific to the Alfresco theme and it will be added in the package on Monday. But you have installed the Quick View plugin from another theme(I guess the Fashion theme as you have a license for it). The Quick View plugin has Cloud Zoom feature in it and it messes with the Cloud Zoom plugin.
So please uninstall or disable the Quick View plugin and enable it back when you get the Alfresco specific version of the Quick View.

Thanks


Yes, the Quick View plugin was from the Fashion theme.

I tried disabling the quick view widget, then the plugin...but it still affected the cloud zoom and didn't show the photos. So I uninstalled the Quick View plugin totally, but my photos still do not appear.

I will just wait until you've got a fixed version of the theme/plugin available for download before I try it again.

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/: