AlexGoodall
Forum Replies Created
-
Forum: Plugins
In reply to: [YouTube Embed] Using a short-code to determine the search termOK. Thanks David.
If I come up with any other conditions, I’ll let you know.
Alex
Forum: Plugins
In reply to: [YouTube Embed] Using a short-code to determine the search termThe output from
[wpv-post-title output="sanitize"]
is
Daniel Schmachtenberger
as I show in the last part of the video.There’s a lot of code, but I guess this is the most helpful:
<div class="youtube-embed" itemprop="video" itemscope="" itemtype="https://schema.org/VideoObject"> <meta itemprop="url" content="https://www.youtube.com//[wpv-post-title output=" sanitize"]"=""> <meta itemprop="embedUrl" content="https://www.youtube.com/embed/[wpv-post-title output=" sanitize"]"=""> <meta itemprop="height" content="340"> <meta itemprop="width" content="560"> <iframe style="border: 0;" class="youtube-player" width="560" height="340" src="https://www.youtube.com/embed?listType=search&list=%5Bwpv-post-title+output%3D%22sanitize%22%5D&modestbranding=1&color=white" allowfullscreen="">.....</iframe> </div>
You can view the whole page here.
view-source:https://tllp.org/person/daniel-schmachtenberger/
Alex
Forum: Plugins
In reply to: [YouTube Embed] Using a short-code to determine the search termHello David
Thanks for the fast response.
Here’s a video showing what’s happening. The site isn’t live, so all pages are test pages!
https://www.loom.com/share/6fb3aaa97115487daf6466ac83a15413
Alex
Quick follow-up: I re-tested this with ALL plugins deactivated except Embed Plus for YouTube and Kadence Blocks.
I got the same result.
Alex
Forum: Fixing WordPress
In reply to: /wp-admin: Sorry, you are not allowed to access this page.I’ve not found that any of the solutions posted here have solved my problem – which is exactly the same as posted by the OP.
I note that the OP (@srd75) has not posted that his problem has been fixed either.
Any other suggestions?
Alex
Forum: Plugins
In reply to: [[Abandoned] PPress] Password Reset Email not being sentYou’re right!
I was just now checking best-practice advice from the Contact Form 7 site, and now I can see why with the native password reset, the emails were not not going to spam, but with ProfilePress, they DO go to spam.
The native password reset uses a “from” email like this:
wordpress@<hostingdomainname>
However, ProfilePress uses the email address of the admin account, and in my case, that is on a different domain – and that causes the emails to be sent to spam.
Might be worth using the same convention as the native functionality.
Thanks
Alex
Hi David
As far as I could see, the are no errors – just repeated attempts to save to GDrive.
But here is the full log file
Thanks
Alex
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] [STICKY] Please read this before you post.Hi Danny
The Submit button is not showing up when I try to display the form.
Here is an image of the HTML that appears on the page:
https://screencast.com/t/ydsvvHgOfM
Any ideas why this might be happening?
Thanks!
Alex
Forum: Plugins
In reply to: [WP-dTree] Custom post typesI’ve just been testing out the Taxonomy widget, and it’s “almost” perfect!
I’m planning on have a number of different custom post types, and I want them all to be subject to one (or more) taxonomy.
When I assign the taxonomy value “Thing” to one normal Post and one item of a particular Custom Post, your taxonomy widget correctly identifies that there are 2 items within Thing, but when I open up Thing in the widget, it only displays the Post item: the Custom Post item doesn’t appear.
I’m not a PHP expert, so I haven’t attempted to modify the code, but I’m hoping this is a simple fix.
Am I right?
If I end up using this plugin, it’s definitely worth a book or two!
Thanks
Alex