Replies
- Venutius on June 17, 2025 at 5:01 pm in reply to: How can I best achieve my perfect single photo view? #55543
Nonetheless Brajesh, I have found your bug, maybe you can confirm the issue? As in, it is when you check for, and try to load local storage on my browser, it fails, and throws that error. Unless you are saying that I am wrong, and there is nothing wrong with the code, and look elsewhere?
- Venutius on June 17, 2025 at 2:52 pm in reply to: How can I best achieve my perfect single photo view? #55542
I reset everything, and in the single image view, am now seeing the description, so the default template is loading. No lightbox, but the image size is correct. I’m making progress.
- Venutius on June 17, 2025 at 1:10 pm in reply to: How can I best achieve my perfect single photo view? #55540
I have fixed it:
class-mpp-admin-settings-page.php line 625:
Was
if (typeof(localStorage) !== 'undefined') {
Now
if (typeof(localStorage) !== 'null') {
Now I can get back to understanding why MediaPress is not loading the right size photo, or the photo.php template file.
- Venutius on June 17, 2025 at 11:24 am in reply to: How can I best achieve my perfect single photo view? #55539
On the MediaPress settings page, the contnt loads, but then then all tabs are hidden, and I get the following error:
[2025-06-17 11:20:37] - Javascript Message: Uncaught Error: Syntax error, unrecognized expression: #038; - URL: https://brigantesnation.com/wp-admin/load-scripts.php?c=0&loadchunk_0=jquery-core,jquery-migrate,utils,wp-hooks,jquery-ui-core,underscore,moxiejs,plupload,jquery-ui-mouse,jquery-ui-sortable,jquery-t&loadchunk_1=ouch-punch&ver=c6d0b1135633ba322c1db55348037e4b - Line: 2
I thought it was because the ampersand was being misprinted, but now I understand that this printed behaviour is correct, and that some js on this page is failing to recognise that content.
- Venutius on June 17, 2025 at 9:35 am in reply to: How can I best achieve my perfect single photo view? #55536
Ok, learning every day 🙂
It seems that having an ampersand printed as # 0038 ; is expected behaviour, and that it is some js, that is not recognising that expected expression that is failing. it is an html decode issue.
- Venutius on June 17, 2025 at 8:12 am in reply to: How can I best achieve my perfect single photo view? #55535
I renamed the plugins directory and selected the 2021 theme and it is still happening.
- Venutius on June 16, 2025 at 8:11 pm in reply to: How can I best achieve my perfect single photo view? #55531
Yes, this is not Mediapress, Mediapress is affected because the js for the settings reveal is looking for an & in the link string, and can’t find it. but the same thing seems to be happening to all the backend pages. I’ll wait till later tonight and do another plugin deactivation session. It has to be a plugin somewhere.
- Venutius on June 16, 2025 at 2:27 am in reply to: How can I best achieve my perfect single photo view? #55525
& symbols are being swapped for & # 0 3 8;
– remove the spaces, your wordpress refuses to print those when placed together. It seems related to checking for block based content in wptexturise.- This reply was modified 4 weeks, 1 day ago by
Venutius.
- This reply was modified 4 weeks, 1 day ago by
- Venutius on June 16, 2025 at 2:25 am in reply to: How can I best achieve my perfect single photo view? #55524
That was my bad, it turns out.
Things are going from bad to worse. I now have a situation where the js fails only on the MPP settings page. But, the failures seem to be due to WordPress deciding that all & symbols on the page need to be swapped to & currently this in only happening on the MPP settings page, but I had to deactivate a news-ticker plugin that was doing the same thing.
I’m not stressing, though, the front end is still working as it was. It is missing the zoom, but, it’s loading the wrong image and there is nothing to zoom.
I did deactivate all plugins, and nothing changed..
- Venutius on June 16, 2025 at 12:02 am in reply to: How can I best achieve my perfect single photo view? #55523
Line 183 of shortcode-gallery-list.php has a crash bringing typo –
'class' => 'mpp-gallery',
In the original file, the end comma is a full stop.