foxglove16
Forum Replies Created
-
Thanks for the latest version which seems to have cured the problem. Can I ask why this plug-in is being updated automatically even when audio-updates is switched off? I want to be able to control my plug-in updates on my site.
Well I tried a temporary change to my config.php file as follows:
define( 'WP_AUTO_UPDATE_CORE', false );
And the beta version is STILL being overridden by the faulty V3.32.0 version.
Hopefully the plug-in developers are on with getting this sorted as its a real pain to have to load the beta version pretty well every day!
I think the reason for the re-emergence of the problem is that the beta version has been automatically updated back to the 3.32.0 (non beta) version, even though auto updates is not enabled. This is exactly what happened to my site over the last 24 hours. I have updated to the beta version again but I suspect that it will get overwritten again. Can you help to find a way to stop this happening please.
Yes the Beta version has removed the error message, thanks.
I am getting the same error message since the last update. The error message is visible to all viewing my website’s home page. HELP!
Forum: Plugins
In reply to: [DX Delete Attached Media] caused a critical errorI am also getting a critial error with this plugin due to a conflict with the Toolset Forms plugin. The Toolset team think the problem is due to the code line in DX Delete Attached Media as follows:
do_action( ‘after_setup_theme’, ‘dxdam_admin_user’);
which apprarantly changing ther normal load sequence.
So right now I have disabled the DX Delete Attached Media plugin until the issue is resolved.
Forum: Fixing WordPress
In reply to: Current Status of jQuery MigrateNot yet. I believe that WordPress has reintroduced jquery-migrate as part of the core software in the latest release but I can’t get any response from the development team.
Forum: Fixing WordPress
In reply to: Current Status of jQuery MigrateI have had a trawl through the releases but can’t find any mention of the reintroduction of jQuery Migrate being reintroduced to the core.
Is there any way to contact a WordPress developer to get a definitive statement?
Thank you Arreane.
Thank you I will do that.
Forum: Fixing WordPress
In reply to: Current Status of jQuery MigrateIt doesn’t matter whether the theme is one of the standard themes from the repository or my own theme. I get the same message.
Is there any way to get a response from the WordPress design team?
Regards
RobertForum: Fixing WordPress
In reply to: Current Status of jQuery MigrateThat’s why I raised this ticket because when I view any page on my dev site (which has a clean WordPress V5.9 install BUT NOT the jquery migrate plugin), I get a message on Chrome Dev Console which says ‘JQMIGRATE: Migrate is installed, version 3.3.2’
So I really want to know the official current status of this tool. Is it back in WordPress as standard or not?
Thanks for getting back so quickly.
Yes I am getting some errors which I’m working through.
One of the errors appears to relate to the AIOSEO. I can’t see anyway to upload an screenshot to this support forum, however the text of the error is:‘Failed to load resource: the server responded with a status of 503()
-
aboutdereham.org/:1
And when you hover over the link you get:
‘https://aboutdereham.org/wp-json/aioseo/v1/ping/’
Are you able to suggest what might be causing this error?
Regards
RobertHi Arnaud
It just appears to be the Paragraph block. All the other blocks seem to work okay.
Regards
Robert
Hi Kookie
Thanks so much for the further explanation which all makes sense.You can seen my test application of Publicize at https://www.facebook.com/AudioTimes/
The post titled ‘Tuesday Test News One’ generates its custom message via a function and uses the ‘publicize_save_meta’ hook to read the custom data and then updates the ‘_wpas_mess’ meta field. This uses the standard WordPress post type but with a category called ‘news’.
The post entitled ‘Tuesday Test Event Three’ is generated using a front end form and so it uses a form ‘submit’ hook to gather a bunch of custom fields which are then saved within the ‘_wpas_mess’ meta field.
My custom default excerpt ‘READ MORE >>>’ (which I also generate within a function) is indeed being picked up by Facebook as the og:description meta, which is fine.
The only thing I haven’t been able to figure out is how to suppress the post link which is displayed just above the image. Is this preset within Facebook or can I get at it (to suppress it) within Publicize?
Regards
Robert