Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ae.sakon Friend
    #1086880

    Hi,

    After I integrated the JA Builder with JA Event2. I have a problem with JA Log-in because when I click on the log-in button, the button will pop up then disappeared.

    You can see it on url: http://122.155.197.219/event/education/science-culture-camps.html

    Thank you.


    1. 1516073437372
    Saguaros Moderator
    #1087106

    Hi,

    There seems to be an issue here with this integration, I’ve shared with the team for further checking, pls stay tuned.

    Regards

    Saguaros Moderator
    #1087627

    Hi,

    We’ve updated this file: /plugins/system/jabuilder/helper.php

    Look for this line of code:

     $url = $assetUrl . ‘/css/bootstrap-core.min.css’;

    commented the line underneath it:

     $doc->addStyleSheet ($url);

    Next, in this for loop

    foreach ($data[‘assets’][‘js’] as $url) { 

    add this code

    if (preg_match(‘/bootstrap.min.js/’, $url)) {
    continue;
    } 

    And it seems working now: http://122.155.197.219/event/education/science-culture-camps.html

    Kindly check.

    Regards

    ae.sakon Friend
    #1087635

    Hi Saguaros,
    I had checked it and everything is fined.

    Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  ae.sakon 6 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum