-
AuthorPosts
-
ae.sakon Friend
ae.sakon
- Join date:
- August 2017
- Posts:
- 44
- Downloads:
- 340
- Uploads:
- 13
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
January 16, 2018 at 3:32 am #1086880Hi,
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.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 17, 2018 at 2:26 am #1087106Hi,
There seems to be an issue here with this integration, I’ve shared with the team for further checking, pls stay tuned.
Regards
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 19, 2018 at 4:55 am #1087627Hi,
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 Friendae.sakon
- Join date:
- August 2017
- Posts:
- 44
- Downloads:
- 340
- Uploads:
- 13
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
January 19, 2018 at 6:27 am #1087635Hi Saguaros,
I had checked it and everything is fined.Thank you.
AuthorPostsViewing 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, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Hi, After I integrated the JA Builder with JA Event2. I have a problem.
Viewing 4 posts - 1 through 4 (of 4 total)