-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does this theme work with php 8.3 and gravcms 1.7.46 #17
Comments
joebordes
changed the title
does this theme work with php 8.3
does this theme work with php 8.3 and gravcms 1.7.46
Jun 6, 2024
I added this code: jquery-3.x.js line 10190
/**
* Load a url into a page
*/
jQuery.fn.load = function( url, params, callback ) {
+ if (typeof url=='function') {
+ return url();
+ }
var selector, type, response,
self = this,
off = url.indexOf( " " ); and the page loads now, the HTML is messed up, due to the twig raw change |
|
can't get imagelightbox working :-/ |
this PR fixes this. |
Thanks! I'll give it a try when I can and let you know. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I updated PHP 8.3 and gravcms 1.7.46. The site is giving two errors
waypoints.js jquery error which I fixed by updating waypoints to the latest version
jquery.3-x TypeError: url.indexOf is not a function
at jQuery.fn.load (jquery-3.x.min.js:10194:13)
at main.js:12:14
at main.js:247:3
I tried updating jquery also but the error just switches lines
any help appreciated
The text was updated successfully, but these errors were encountered: