uiui
Members-
Posts
41 -
Joined
-
Last visited
Recent Profile Visitors
2,314 profile views
uiui's Achievements
Jr. Member (3/6)
4
Reputation
-
uiui started following Webp support , Module: Video or Social Post Embed , Unpublished pages point to admin login instead of showing 404 page and 3 others
-
Is this module still supposed to work with Instagram?
-
Hey, I have a multi-language site with a localized site name for each language. Is there a way to reflect that in the site name field?
-
Unpublished pages point to admin login instead of showing 404 page
uiui replied to uiui's topic in General Support
I've looked at all those things and compared my local installation, on which it works, with the productive one and didn't see any differences. What I find interesting is that the 404 monitor also doesn't include the request, only after I change the page's URL. -
Unpublished pages point to admin login instead of showing 404 page
uiui replied to uiui's topic in General Support
Thank you for your response Processwire 3.0.210 Duplicator FieldtypeColor FieldtypeFontIconPicker FieldtypeRepeaterMatrix FileValidatorSvgSanitizer FormBuilder GoogleClientAPI ImageExtra InputfieldColor InputfieldFontIconPicker MarkupFontIconPicker MarkupSimpleNavigation PageimageSource PageSnapshot PasswordForceChange ProCache ProcessAdminActions ProcessDuplicator ProcessExportProfile ProcessJumplinks ProcessLanguageFieldExportImport ProcessProCache ProcessVersionControl ProcessWire dev ProcessWire master ProcessWireUpgrade RestApi Sassify SeoMaestro SimpleContactForm TextformatterHannaCode TextformatterVideoEmbed VersionControl Yes, with a random URL that isn't linked to any page, it works (or using the URL of a deactivated language) The 404 template exists No redirects in the 404 template Yes, 27 No URL segments No hooks One site Multi-language I can't of anything fancy to the configuration that might cause that issue. -
Unpublished pages point to admin login instead of showing 404 page
uiui replied to uiui's topic in General Support
Am I the only who ran into this issue? I might add that jumplinks are working for other languages as long as the page is still published, and I deactivate those languages. As soon as I unpublish the whole page, users are again ending up on the admin login. -
Unpublished pages point to admin login instead of showing 404 page
uiui replied to uiui's topic in General Support
Now I even have a case in which the login form shows up even though I moved the page to the trash. I also can't use a jumplink to redirect to a different URL. -
How is order of sizes important? Strangely, srcset("4096, 2560, 1920, 1600, 1280, 980, 480") only renders the first sizes, while >srcset("1920, 1600, 1280, 980, 480, 4096, 2560") is working as expected.
-
Is there still no nice solution for this?
-
Page Reference field - unpublished pages showing up in frontend
uiui replied to jonatan's topic in General Support
That's exactly it. Thank you!- 11 replies
-
- 1
-
-
- unpublished
- page reference field
-
(and 1 more)
Tagged with:
-
Page Reference field - unpublished pages showing up in frontend
uiui replied to jonatan's topic in General Support
My problem is that the page reference field that contains the unpublished pages doesn't return any pages. $p = $pages->get(1470); echo count($p->galleries); This prints 0, although galleries contains one page reference. That seemed to be different in 3.0.132.- 11 replies
-
- unpublished
- page reference field
-
(and 1 more)
Tagged with:
-
Page Reference field - unpublished pages showing up in frontend
uiui replied to jonatan's topic in General Support
Is there a way to bring this buggy behaviour back? ? In other words: How can I get a page reference field to return unpublished references for the frontend?- 11 replies
-
- unpublished
- page reference field
-
(and 1 more)
Tagged with:
-
That was it. Thank you so much.
-
Hi, Locally I'm using Processwire 3.0.164 on MAMP 4.1.0. with ImageMagick 6.8.9. The phpinfo lists WEBP under ImageMagick supported format. Nonetheless, ->webp->url is returning a JPG-URL for any image. Why is that?
-
Isn't there a "break;" missing in line 264?