mini k2 problems
- Posted by tmld (8) Offline
Just noticed also that in IE9 masonry is not working (the last article just kind of stays down)
12 years 1 month ago #7
by tmld
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
tmld, it seems the problem is related to jquery lib that is loaded twice on your website. One loaded by K2 component and one by MiniK2 module.
Can you try to disable the jquery from the minik2 backend and let me know the result?
12 years 1 month ago #8
by andy
Can you try to disable the jquery from the minik2 backend and let me know the result?
Please Log in or Create an account to join the conversation.
- Posted by tmld (8) Offline
Just an FYI, I fixed the problem by changing the default.php:
If $item->image is undefined I set the src= to a default image.
But, on IE 9 (64bit version) masonry problem persists.
12 years 1 month ago #9
by tmld
If $item->image is undefined I set the src= to a default image.
But, on IE 9 (64bit version) masonry problem persists.
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
Have you tried to remove the MiniK2 jQuery lib as I said previously?
I see there are still two jquery on your website html source (please see attachment)
12 years 1 month ago #10
by andy
I see there are still two jquery on your website html source (please see attachment)
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Mmm...what happen if you look at this Mini K2 masonry demo page using your IE9?
demo.templateplazza.com/joomla/index.php/mini-k2-content
is it also has the same problem?
12 years 1 month ago #11
by erwinschro
demo.templateplazza.com/joomla/index.php/mini-k2-content
is it also has the same problem?
Please Log in or Create an account to join the conversation.
- Posted by tmld (8) Offline
Yes I removed the jQuery option from the backend settings, and the masonry still does not work in IE 9.
Also, if I turn on Login form module, the fade out doesn't work in all the browsers.
The demo link provided works as intended (both the masonry and fadeout work).
12 years 1 month ago #12
by tmld
Also, if I turn on Login form module, the fade out doesn't work in all the browsers.
The demo link provided works as intended (both the masonry and fadeout work).
Please Log in or Create an account to join the conversation.