Forum Replies Created
-
AuthorPosts
-
October 25, 2019 at 6:31 pm in reply to: How to insert an element in between 2 other elements #1151281
Thank you I was hoping to avoid because I know the client will edit this, Client is not a web person. any other alternative? Thank you just the same!
February 13, 2019 at 2:08 am in reply to: Latest Enfold [5.+] not installing Javascript for LifterLMS plugin #1066172Thanks! Please close ticket. I do think it will come up again. What would be the bet way to reopen a case?
February 11, 2019 at 6:52 pm in reply to: Latest Enfold [5.+] not installing Javascript for LifterLMS plugin #1065607Ismael thanks for jumping back on, I appreciate it man. I think I got it. I REALLY want to know why this happened in detail. Is there a reason why Posts don’t load certain scripts?
Here is what I have – Does it look good to you? The first JS is not loading; Thanks again!
// Manually load LifterLMS quiz javascript
add_action(‘wp_enqueue_scripts’, ‘enqueue_lifter_Quiz_Manually’);
function enqueue_lifter_Quiz_Manually() {
wp_enqueue_script(
‘lifterQuizManually’,
plugin_dir_url(‘lifter’).’/lifterlms/assets/js/llms-quiz.js?ver=3.28.1′
);
wp_enqueue_script(
‘lifterQuizManually’,
plugin_dir_url(‘lifter’).’/lifterlms-advanced-quizzes/assets/js/llms-aq.js?ver=1.0.9′
);
}Any Progress on this Subject?
thanks in advance
February 6, 2019 at 3:19 am in reply to: Latest Enfold [5.+] not installing Javascript for LifterLMS plugin #1063432Here is another image using Query Monitor. Notice the 2 scripts are not being called.
I am puzzled that any other theme works but Enfold.
February 4, 2019 at 9:12 pm in reply to: Latest Enfold [5.+] not installing Javascript for LifterLMS plugin #1062855I appreciate that Victoria, My Question is..Why don’tt the scripts load in the Enfold theme, but load in any other theme?
All other themes
Enfold
Also where is the wp_enqueue_script?
– I don’t see it anywhere in Functions.phpFebruary 1, 2019 at 8:46 pm in reply to: Latest Enfold [5.+] not installing Javascript for LifterLMS plugin #1061710Hi Victoria, thank you for the response. I have tried a bunch of things. We have 3 staging sites [Prod, Dev, and Ver2] The environment I instaled Enfold is Ver2 –
The Enfold theme is the only theme where these particular scripts do not load..I have tested with many other themes. They all work fine. see image below.
https://vidordesigns.imgur.com/all
Through all my meanderings, I found that these two scripts are not being queued in Enfold, So I had to add manually in the footer. However that is very bad to do as we know.
<!– added LIFTERLMS QUIZ javascript manually –>
<!– <script src=”https://wpatrainingdev.com/wp-content/plugins/lifterlms/assets/js/llms-quiz.min.js?ver=3.24.3″ type=”text/javascript”></script>
<script src=”https://wpatrainingdev.com/wp-content/plugins/lifterlms-advanced-quizzes/assets/js/llms-aq.js?ver=1.0.4″ type=”text/javascript”></script> –>Again – Any other theme, will work fine.
Thank you!
Ho Guys, any solution to this?
I have a plugin that the JS is also not being loaded up as well. No errors in console.
Like a charm -Thanks again. You are the kind of support I want to be! :P
Thanks for your awesome fast responses, When do you think the next release will be available for this bug? Also is there some code I can edit for a band-aid fix?
October 6, 2016 at 7:39 pm in reply to: Error: Saving didnt work! Please reload the page and try again #696151Same – Clean Install – no plugins. ‘Saving didnt work! :/
Any update on this?
-
AuthorPosts