BX12
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Database Cleaner] Plugin messed up site, offline, can’t loginHey Younes,
I sent you a message at the email found at the above link you provided but never heard back from you.
I fixed the problem by using a database backup restore feature in my host’s control panel. Site is back online.
BradThat’s correct.
Although the problem started when I deactivated and deleted it, I’m discovering other problems too. So I’m uncertain as to the cause at this point. Or the fix. Ideas and suggestions are welcomed.Forum: Fixing WordPress
In reply to: Remove WordPress audio player Download button added by ChromeForum: Fixing WordPress
In reply to: Remove WordPress audio player Download button added by ChromeTo disable and prevent right-click download, add this to the post/page’s “Body Scripts” section.
<script> (function($){ $(document).on('contextmenu', 'audio', function() { return false; }) })(jQuery); </script>
Forum: Fixing WordPress
In reply to: Remove WordPress audio player Download button added by ChromeSteve, Absolutely.
Forum: Fixing WordPress
In reply to: Remove WordPress audio player Download button added by ChromeHere’s the fix.
Add this
controlsList="nodownload
as shown below.<figure class="wp-block-audio alignright"><audio controls src="https://www.YOUR-WEBSITE.com/wp-content/uploads/YOUR-MUSIC.mp3" controlsList="nodownload"></audio></figure>
The editor will then prompt you to convert to an HTML block. You can do this before adding the code if you want.
- This reply was modified 4 years, 6 months ago by BX12.
Forum: Fixing WordPress
In reply to: Remove WordPress audio player Download button added by ChromeAbout your link, I already found all that. None provide a fix.
Thank you for your reply.Forum: Fixing WordPress
In reply to: Remove WordPress audio player Download button added by ChromeHi Steve, Thank you for your quick reply.
Here’s a perfect example at WordPress.com/support/… You’ll see the WordPress audio player at the top of the page. Looking at it in Chrome, you’ll see three horizontal dots on the right that open to a Download button. Then looking at it in Firefox or Edge, there are no dots, no download button. You’ll also see that the color changes.
I want to know how to block/prevent/band/whatever Chrome from adding/overlaying this download button on my sites globally or by post/page.
Your help is much appreciated.
BradForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Remove AMP from Google search results@ahmedkaludi – Ahmed, Thank you. And thank you for all your help since day one. I’ll be looking out for other WordPress plugins and products developed by you.
Best,
BradForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Remove AMP from Google search results@ahmedkaludi Thank you for your reply. Questions: (1) Will AMP automatically be removed by Google processes or another source? (2) How long does it take?
TX, BradForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Remove AMP from Google search resultsAlso, if I click on any of the links/pages below the homepage in Google search results using my mobile phone, they too go to the AMP version. Clarification: Once on the amp page, the links either go to a non-amp page or sometimes to a 404 Not Found Error page. To reaffirm: How do I remove both the homepage/amp version and all other listed pages from Google search results? Or get them to redirect to non-amp pages.
Forum: Plugins
In reply to: [W4 Post List] Categories & Tags lists stopped workingI thought about it and have come to this conclusion. I really like all the cool things that can be done with this plugin, so I’ve decided to give it another try.
Forum: Plugins
In reply to: [W4 Post List] Categories & Tags lists stopped workingRedemption! Thank you, Shazzad.
All lists are working.
Got to be honest, I’m a bit apprehensive about activating it again because of how long it took to get fixed and the disruption to my sites.
It’s a very cool plugin though. ??
We’ll see.
BradForum: Plugins
In reply to: [W4 Post List] Categories & Tags lists stopped workingThe above shortcode is not a full solution, I know, but at least it helps.
Recommend deleting this MFing plugin before it crashes your site.
I had rather a man say he can not do something he says he will, even if it’s later, than not follow through at all as this plugin author did.Forum: Plugins
In reply to: [W4 Post List] Categories & Tags lists stopped workingThis plugin crashed my sites today. Notified via email by WordPress’ new automatic error notification. Had to have host deactivate. Took them 2 minutes. Once inside WP, I deleted the MF.
Solution: I don’t remember where I got this but it works. Put the following shortcode on a page and it will display all your posts with title and excerpt. Here’s the shortcode:
Best to all,
Brad