qstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Fields: Number Slider] doesn't appearI also added an update to allow for multiple sliders on the same screen – please check and let me know if this working for you.
Forum: Plugins
In reply to: [Advanced Custom Fields: Number Slider] doesn't appearhey – perhaps I found the reason.
v3 and v4 use slightly different methods to enqueue the scripts:
v3 uses – admin_print_styles()
where as
v4 uses – input_admin_enqueue_scripts()
I tested and fixed up v3 last and perhaps I accidentally made the same change to v4 – can you try the update and see if it’s working better for you?
Forum: Plugins
In reply to: [Advanced Custom Fields: Number Slider] doesn't appear@therealmikep – thanks for the note and the informative report!
I’m going to test the latest build on a Vanilla WP ( 3.8 / 2013 theme – no other plugins ) and see how it responds.
I’m guessing there must be either PHP or JS errors – can you please check both your error log and also the browser console and report anything that you find here – let’s see if we can get this working nicely for you!
Cheers!
Q
Forum: Plugins
In reply to: [Export User Data] Language issue – cannot export non-english charactersHey – the latest update of the plugin should have addresses this foreign character problem – if you still use the plugin, please check again.
Thanks
Forum: Plugins
In reply to: [Advanced Custom Fields: Number Slider] doesn't appearTo use this plugin you’ll need Advanced Custom Fields installed.
After you install the ACF Number Slider plugin it adds a new “field type” – called Number Slider – it’s listed in the “jQuery” fields group, towards the bottoms of the list of fields types.
You can select the Number Slider type – configure it to your needs and then it should show when you go to edit a post or taxonomy, if you have configured it to show correctly using the “Location Rules” settings in ACF.
If you cannot complete any of these steps – please turn on debugging and check for errors to report – this will enable us to assist you further.
Q
Forum: Plugins
In reply to: [Advanced Custom Fields: Number Slider] doesn't appearHey – if you’d like some support, you’ll need to provide further info about the problem you’re having and what you’ve done to debug it.
Thanks
Forum: Plugins
In reply to: [Export User Data] All BP xProfile Fields are blankHi,
I just ran an export including xProfile data and it worked – those members who have not added any data have nothing to export – so those fields are empty – but the rest seems intact and correct.
Please try to disable other plugins and move to the default WP Theme – enable error logging and try again – perhaps there is a conflict with something else on your Install.
Good luck Q
Forum: Plugins
In reply to: [Export User Data] All BP xProfile Fields are blank@devpaq – thanks for the heads-up – I’ll need to do some testing to check into this.
Did you do an Excel export of CSV?
Q
Forum: Plugins
In reply to: [Export User Data] Exporting S2Member EOT dateFYI – the new release is up – please try and see if it helps.
Q
Forum: Plugins
In reply to: [Export User Data] Exporting S2Member EOT dateHey – I can’t give you a specific answer to this problem, as I can’t replicate it – however, there is a new release of the plugin just about ready – which introduces a new xml template system for Excel exports – this might improve the export format and I hope help you with this issue.
I’ll release this version in the coming days.
Q
Forum: Plugins
In reply to: [Export User Data] Address formats in user meta@mattcmyk – thanks for your mail.
There are some oddities with the exported content which we’re currently working on improving – a new version is being tested and will hopefully be released soon – but that might still be a week away.
If you have the plugin installed you’ll get a notice when the release is available.
Cheers Q
Forum: Plugins
In reply to: [Export User Data] What are the 0.7.6 changes?Hi – Most of the changes are small corrections to the plugin class.
We maintain a number of plugins here – all free of charge – sometimes there is not enough time to do everything 100% correctly..
We are currently working on a fix for foreign characters being corrupted in exports – when a large fix like that is included the changelog will reflect this.
Cheers Q
Forum: Plugins
In reply to: [Export User Data] re-order export list@scott S – thanks for your note, but I can’t see that being a feature many people need – so you’ll either have to add something yourself or simply order the columns in Excel – which would be a lot easier!
Q
Forum: Plugins
In reply to: [Export User Data] Language issue – cannot export non-english characters@ssjaimia – thanks for the follow-up message.
I can now replicate the problem, but I don’t have a lot of time to find a solution right now – as soon as I do, I’ll release an update – sorry for the delay!
Q
Forum: Plugins
In reply to: [Export User Data] Multisite support?This article gives some good advice:
https://shibashake.com/wordpress-theme/write-a-plugin-for-wordpress-multi-site
I’ve checked the code and in terms of using $wpdb – the plugin is already correct – but I’m not 100% clear about how the users from the different blogs are identified – as they all sit within a shared wp_users table.
If anyone has some advice, please chip in!
Q