Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • fmfame Friend
    #193733

    He 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 Moderator
    #518434

    You 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


    1. Login_module
    2. Login_module1
    fmfame Friend
    #518467

    Hey 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 Moderator
    #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;
    }

    fmfame Friend
    #518543

    it WORKS! Thank you. But first i will test this on all variations and all devices

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