Matt Peskett
Forum Replies Created
-
This issue was resolved by upgrading the plug-in to v 2.8.0
Ok thanks that’s now done.
Matt
Forum: Plugins
In reply to: [Bounce Handler MailPoet 3] Still Supported?Guess the silence was a “no we’re not supporting this”.
Forum: Plugins
In reply to: [Custom Post Type UI] Custom Posts missing in MailpoetOk I found the solution, I had to change ‘Capability Type’ from default ‘post’ to something custom like ’emailads’ which separated them into a new menu option away from regular posts. All good now and searchable in Mailpoet, cheers.
Matt
Forum: Plugins
In reply to: [Yoast SEO] Post Primary Category Option MissingHello thanks for your reply.
I deactivated ALL plug-ins apart from Yoast 15.3, the primary category selection function was missing.
I tried changing to the default 2020 theme, the primary category function was still missing.
I activated the Classic Editor plug-in, the primary category function was still missing.
I deleted 15.3 and installed 12.1, the primary category feature returned to normal.I don’t think it relates to a conflict with a plug-in or a theme if Yoast is the only one running. It’s not a big deal, I’ll just remember not to upgrade Yoast. I will have to repeat this exercise 25 times in the next 12 months as I upgrade a series of news websites, if I’m lucky perhaps the other 24 websites will be OK.
Kind regards
Matt
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Popular Posts Data WrongHmmm OK thanks, it won’t be the Jetpack or WP versions, they’re the same as I have running in 20 other locations (the theme is not Gutenberg compatible yet even with the classic editor). Very odd. Guess I’ll reach out to the theme builder to see if they’ve had similar bugs reported.
Matt
Forum: Plugins
In reply to: [Osom Author Pro] How to modify labels of this plugin?Hi Joyce, I just borrowed the answer you received and noticed that all the apostrophes/quote marks needed re-keying manually – they’re currently curly. Once you swap them the label works fine. Matt:
// Replace library
add_filter( ‘genesis_author_pro_cpt_labels’, ‘change_author_pro_cpt_name’ );
function change_author_pro_cpt_name ( $labels ) {
$labels[‘menu_name’] = ‘Magazines’;
return $labels;
};Forum: Plugins
In reply to: [WP-Polls] Increase Question Length from 196 charsThank you Lester, for anybody else who needs this in future, phpymyadmin SQL command of:
ALTER TABLE changetablename_pollsq MODIFY pollq_question TEXT NOT NULL;
Matt
Just to check this may not be an HTML change for you. If you go into admin, then the field editor and click on the field you do not want in results listing it is known as the excerpt. Untick ‘Show this value in excerpt view?’ then the field won’t show in listing results but will show in company page. Is that what you are trying to do?
Matt
- This reply was modified 7 years ago by Matt Peskett.
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Set price manually won't save?Snap sorry didn’t see your reply either ?? So if we download a new version of the plug-in we’ll be OK then?
Thanks a lot
Matt
[ No bumping please. ]
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Set price manually won't save?Your form validation won’t allow .co.uk email addresses so I can’t submit it.
Your existing plug-in seems to close, it does a regular currency conversion at exchange rates even on simple subscriptions – is there really a lot more coding needed to get the set price manually option to save? I need an urgent fix as the client site just went live and we’ve had to disable international orders for now, happy to pay you to fix it?
Matt
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Set price manually won't save?Hi Oscar
It’s a simple subscription product using the plug-in ‘WooCommerce Subscriptions’
Thanks
Matt
Forum: Plugins
In reply to: [WP Job Manager] Job Alerts Plug-In Styling IssueThanks Brandon – worked perfectly, ‘you the man’.
Where to post in future noted.
Matt
Forum: Plugins
In reply to: [WP Job Manager] Salary field filter hook-in doesn't displayWe’ll mark this closed.
Forum: Plugins
In reply to: [WP Job Manager] Salary field filter hook-in doesn't displayThanks Adam, this plug-in worked just great – the drop down has appeared, a minor amend of $ to £ and it’s good for the UK ??