James
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF: Better Search] Restricting fields on certain custom post typesThanks for the reply – yeah, if I change the returned value to permanently false it disables searching in ACF fields, on that post type archive page and across the whole site. Any idea why is_post_type_archive doesn’t work within this function? I’ve tried the same condition within a pre_get_posts function to change posts_per_page to test the condition, and that seems to work. Any suggestions?
Forum: Plugins
In reply to: [ACF: Better Search] Restricting fields on certain custom post typesThanks for the reply, I’ve tried adding the this code to functions.php to turn off ACF Better Search on a specific CPT archive, but it’s still searching all custom fields, any suggestions?
add_filter( 'acfbs_is_available', function ( $is_active ) { if ( is_post_type_archive('past_winners') ) { return false; } else { return $is_active; } } );
Forum: Plugins
In reply to: [ACF: Better Search] Restricting fields on certain custom post typesThanks – is it possible to turn it off for certain “s” queries?
Forum: Plugins
In reply to: [Read Meter - Reading Time & Progress Bar] Does this support ACF?I’m having the same issue – I have a custom Gutenberg block called, and inside it an ACF field called ‘Text’ which uses the ACF WYSIWYG field – it’s not counting this, or any other text inside ACF fields inside custom Gutenberg blocks. Any suggestions? Thanks!
Now resolved
Forum: Plugins
In reply to: [Advanced Custom Fields: Font Awesome Field] Beta version problemThanks Matt, that’s great – all working now!
Forum: Plugins
In reply to: [Advanced Custom Fields: Font Awesome Field] Beta version problemThanks, Matt! Just sent the email – let me know if you’ve not received it.
Forum: Plugins
In reply to: [Advanced Custom Fields: Font Awesome Field] Beta version problemHi Matt,
Thanks for the reply. I’m not getting an console errors, and I switched back to V5 about 12 hours ago to see if the cron ran again and updated them, but I’m still not seeing any. How frequent is the cron?
Here’s the contents of ACFFA_icon_data:
Thanks,
JamesThat’s got it! Thank you!
Forum: Plugins
In reply to: [Opening Hours] Two sets in one table?While I’m here would it also be possible to add a TH cell to the columns with the set title in (ie ‘Bar’ and ‘Kitchen’)?
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Problems with wordpress 4.8I’m getting this problem too. It’s on a Multisite/Network setup. Under Appearances > Menus on the main site, the menus are appearing and editable as normal, but on any subsites the menus don’t appear. The menus appear when the plugin is disabled.
Forum: Networking WordPress
In reply to: register_nav_menus only showing on main siteThis was a problem with Category Order and Taxonomy Terms Order plugin.
Hi,
I’ve updated to the latest BETA (1.4.8-beta-2.5) and I’m still getting an empty ‘Rate Name’ column after the ‘Rate Code (per tax)’ column.
I’ve checked that it isn’t cached etc, and also removed and readded the Rate Code field to test.
Any suggestions?
Thanks!
Thanks! Do you have any update?
Nope, just that one field. All the other cells are renamed too.