adejones
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Fields: Font Awesome Field] Bulk-updating Icon versionThanks Matt, so will that second function I have posted above (which has removed the warning) prevent this from happening?
Forum: Plugins
In reply to: [Advanced Custom Fields: Font Awesome Field] Bulk-updating Icon versionJust to answer my own question, the above function was from ChatGPT and I have just been looking in the wp_options table via phpmyadmin and realised that this hasn’t really affected the settings page at all (though it still worked in part), so I have amended to this:
function force_acf_fa_plugin_to_v6() {
// Force plugin to recognise v6
update_option('ACFFA_current_version', '6.5.0');
delete_option('ACFFA_icon_data');
// Optional: also update general settings
$settings = array(
'acffa_major_version' => '6',
'acffa_v5_compatibility_mode' => '1',
'acffa_api_key' => '0',
'acffa_kit' => '0',
'acffa_kit_has_pro' => '0'
);
update_option('ACFFA_settings', $settings);
}
add_action('after_setup_theme', 'force_acf_fa_plugin_to_v6');And when I have looked at the ACF FA settings page on one of the websites it now has compatibility mode ticked (which it didn’t before), and looking at one of the field sets the icons are displaying correctly, no errors/warnings.
Can you please tell us when to expect the upcoming release? I am waiting to update 300+ websites with this to fix the custom image on the login page.
Thanks.
Excellent – yes my custom logo has just come straight back.
Thanks.
I have also found this, as I use a function to replace the WP logo with a custom logo which is no longer visible.
The markup for the login page has been updated, and the logo is now wrapped in:
<h1 role="presentation" class="wp-login-logo">However when AIO is installed and custom URL is set, it is just <h1> with no class and hence new styles are not applied. Could this please be rectified asap?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Express checkout missing custom fieldHi Reynier
Thanks for the reply, for now I have disabled express checkout on product pages (keeping it on for cart and checkout) to see if that helps.
Forum: Plugins
In reply to: [Meta for WooCommerce] Cannot see ads/insights any moreHi Zubair
I have updated the plugin and the issue is still there, I cannot see any ads or insights on the main “Advertise” tab.


Hi Aamir
Thanks for the reply, I pretty much have the default config, see attached.
So when a customer fills in their details, do they need to click “place order” before the plugin captures their data, or does the plugin use ajax or some other method to capture their data before they have even clicked anything?
Some of the orders we have found have had all the customer details in including an order note like “please leave behind bin if we are not home” etc.. but then they’ve turned up in abandoned so I wondered if they have actually had an issue paying and then given up, just trying to find the reason for these. I changed the payment gateway on Saturday and actually noticed a reduction in these now so it could have been a gateway issue, but we are still testing.

@rizaardiyanto – Hey, just to confirm that I finally updated my Mac to OS Sonoma and Safari to v17.3.1 and this is resolved, I can use the plugin fine.
I looked at the Apple update log and there had been several updates of Safari since my previous version so there must have been a bug in the browser which they fixed.
@joelsmashballoon Looks like the license expired – why is it now double the price? Originally paid $49 but now $98?
I am using Instagram Feed Pro Personal v6.0.8 – it’s not showing that there is an update available for this?
Also getting the error here too. Other social feed plugins have updated their plugin as it must be a change at Instagrams end, is Smash Balloon going to do the same?
The Macbook is only around 2-3 years old, I think this is the 2000 pro model. However, there is an OS update pending to macOS Sonoma as I often put these off, so installing that may also update the Safari version. Although 3 people to date have had the issue, i’m surprised there haven’t been more considering the number of Mac users and not everybody will have a newer mac than 2000.
Anyway thanks for your time, I will do the OS update maybe tonight and see how that goes.