-
AuthorPosts
-
fmfame Friend
fmfame
- Join date:
- October 2013
- Posts:
- 228
- Downloads:
- 4
- Uploads:
- 39
- Thanks:
- 8
- Thanked:
- 25 times in 1 posts
January 14, 2014 at 9:10 am #193733He Guys,
I tried to add “login” module to fixel grid, but if i enter text in fields and click on enter, or login, then there is happenig nothing.
Is there any way to fix this?Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 14, 2014 at 3:06 pm #518434You can try to do this way
+ Go to Admin site -> Extensions -> Module Manager -> Create Login module
+ Assign it with home_1 position
+ Advanced tab -> Module Class Suffix add grid-1×1 grid-pos-3
Hope this helps
-
fmfame Friend
fmfame
- Join date:
- October 2013
- Posts:
- 228
- Downloads:
- 4
- Uploads:
- 39
- Thanks:
- 8
- Thanked:
- 25 times in 1 posts
January 14, 2014 at 8:34 pm #518467Hey Ninja..
That is not my problem..
My problem is that i cant log in into frontend via module in fixel grid…I have added login module, so you can test what i mean in my frontend with the same user details..
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 15, 2014 at 4:33 am #518500@fmfame: Please try my workaround below:
Open templates/ja_fixel/js/jquery.article.js file
Change
if(this.tagName.toUpperCase() == 'A'){
return true;
}To:
if(this.tagName.toUpperCase() == 'A' || this.tagName.toUpperCase() == 'FORM'){
return true;
}1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by fmfame 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum