jdaviescoates
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Redirect all pages to new domain, except admin or wp-adminSure, the expression is everything except wp-admin. You want to match wp-admin.
Doh, yes, I just realised that too!
Would this match it?
`^/wp-admin/(.*)
I may well check out the beta version… or just forget about trying to creating exceptions for wp-admin and wp-login.php and instead just rename/ delete the plugin direction if I need to access the dashboard or remove the redirection for some reason…
Thanks
Forum: Plugins
In reply to: [Redirection] Redirect all pages to new domain, except admin or wp-adminNow I just need to know how to create regular expressions that only matches wp-admin and wp-login so that I can set them to “do nothing”.
I tried these:
^\/((?!wp-admin).)*$
^\/((?!wp-login).)*$
as per this post:
But that appears to actually be matching everything (e.g. if I visit https://wearekaizen.co.uk/blog/2016/01/to-consult-or-not-to-consult/ which does not have wp-admin in it that redirect’s hit counter still goes up) so I figure it must be incorrect.
Forum: Plugins
In reply to: [Redirection] Redirect all pages to new domain, except admin or wp-adminDon’t know how I missed that, thanks!
Forum: Plugins
In reply to: [Redirection] Redirect all pages to new domain, except admin or wp-adminI’m completely, baffled because when I create a redirection I don’t see any of the conditional redirect options shown in https://redirection.me/support/redirect-actions/ – what am I missing?
I have the exact same use case.
Thanks!
has this issue been resolved yet?
Forum: Plugins
In reply to: [Embed PDF Viewer] Uploading from within block doesn’t workFair enough, I guess.
On my Android mobile there was a large chunk of white space above the Google Viewer embed, and the Google Viewer embed only appeared after a refresh, not on the first load.
I prefer plugins that do make use of Mozilla’s PDF.js because they seem to just work without issue.
Forum: Plugins
In reply to: [Embed PDF Viewer] Uploading from within block doesn’t workAh, I’m guessing it perhaps doesn’t take advantage of Mozzila’s PDF.js as it doesn’t work as well on mobiles as https://www.ads-software.com/plugins/pdf-viewer-block/ does (which is now my favourite PDF plugin again because of that)
Forum: Reviews
In reply to: [PDF Viewer Block for Gutenberg] Currently the best way to embed PDFsThe issue with Embed PDF viewer has now been resolved and so that it now my favourite PDF plugin as I like how it displays the PDF embed in edit view too.
Forum: Plugins
In reply to: [Embed PDF Viewer] Uploading from within block doesn’t workPS does this plugin powered by Mozzila’s pdf.js?
Forum: Plugins
In reply to: [Embed PDF Viewer] Uploading from within block doesn’t workWorks great, now, thanks!
And yes, I think this is now my favourite PDF embedder plugin ??
I’m not sure exactly what you want but I’ve got it working how I want like this:
Welcome, Your data to login in this site is: <ul> <li>URL to login: **loginurl**</li> <li>Username = **username**</li> <li>To set your password, visit the following address: **passwordreseturl**</li> </ul>
This outputs:
Welcome,
Your data to login in this site is:URL to login: https://url.com/admin/wp-login.php
Username = username
To set your password, visit the following address:
https://url.com/admin/wp-login.php?action=rp&key=randomkey&login=usernameWhich I think might be how you want it too, right? i.e. the full url in the email instead of text linking to a url.
I have the the Addons Manager but updating the WP Users Plugin automatically failed.
I tried to upload it manually but of course it’s already there and so wouldn’t work.
So I had to delete and then re-add.
Be nice if the Addons Manager actually worked ??
I was really hoping that this update would resolve the issue I have with imported users not including their first and last name as per https://www.ads-software.com/support/topic/issue-with-importing-users/ (or that linking them after importing would resolve it), but sadly not ??
I note this blog from 3 months ago says that the block editor will soon be default and that this option will be removed soon anyway:
https://support.theeventscalendar.com/874931-Deprecation-of-the-Block-Editor-ToggleAny update on that?
Hopefully this issue of there being no featured image nor event details box being displayed when the block editor is enabled will be fixed before this happens!
I look forward to the block editor being default behaviour, and for featured images and event details being displayed in single event posts.
- This reply was modified 5 years, 6 months ago by jdaviescoates.
Feels like perhaps this is related too (but comments now closed there):
https://www.ads-software.com/support/topic/cant-override-single-event-blocks-php/I’m running the Genesis Framework and have this exact same issue, i.e.
“Activate Block Editor for Events” this setting, when checked, causes the single event to not show the photo or the event details box.
This does indeed seem like a bug. Surely it must/ ought to be possible to use block editor AND have featured images and event details box displayed on single event pages, no?!?
- This reply was modified 5 years, 6 months ago by jdaviescoates.