anmari
Forum Replies Created
-
Forum: Plugins
In reply to: [amr users] Database Tables Not Found After Reset and ReinstallThanks so much for updating – that’s how we all learn!
Forum: Plugins
In reply to: [amr shortcode any widget] plugin breaks customizerFound the old post. Happens when it’s a sidebar not created by the theme and it’s empty.
https://wordpress.org/support/topic/empty-shortcode-sidebar-theme-customiser/#post-9720005
Forum: Plugins
In reply to: [amr shortcode any widget] plugin breaks customizerThanks for helping out guys! I’m pretty sure this came up before and there wasn’t a way for the plugin to avoid this issue.
- This reply was modified 5 years, 9 months ago by anmari.
Forum: Plugins
In reply to: [amr users] Database Tables Not Found After Reset and ReinstallThat’s really weird. Sounds like the site is having DB problems?
The plugin checks & recreates the tables at various admin setting pages, as well as at activation time.Have you navigated to the admin pages? EG: ‘Overview & Tools’ …..wp-admin/admin.php?page=ameta-admin-overview.php
If the plugin is being prevented from recreating the tables then you may need to ask your host or check your sql logs or db via phpmyadmin to see what might be the problem.
I just retested here by blowing way the tables while the plugin was still active and it did recreate the tables once I navigated to ‘Overview’ page.
Please let me know how you go.
Forum: Plugins
In reply to: [amr ical events lists] Category as Text instead of LinkHi
amr_format_taxonomies and amr_format_taxonomy_link are both pluggable functions.
Forum: Plugins
In reply to: [amr users] How to align right?Gary I think you asking the wrong plugin , that doesn’t sound like this plugin .
Forum: Plugins
In reply to: [amr users] How to export?Hi Wilmart I hope you have figured this out already but just in case.
In admin side when viewing a list on top left where it says ‘CSV export’, click that.To export a list from user front end, go to ‘list level settings’ make sure ‘csv link’ is ticked on, then you should see a csv export icon at the bottom of the list when viewing in front end.
Forum: Plugins
In reply to: [amr ical events lists] Where is the custom file option?If you had that saved as an option, it should still work. I removed it as a choosable option in version 5.1 There are 9 other options there.
Also the function ‘amr_get_html_structure’ is pluggable so you could use that.
‘amr_list_events’ is also pluggable but with greater risk I guess.Forum: Plugins
In reply to: [amr users] Accidentally deleted a paid memberAh – your backups? This plugins list just passes you through to the WordPress delete with a confirmation step to check you really want to delete.
If you’ve deleted a user you didn’t mean to delete, then I guess you’ll either have to restore to before the delete OR restore the backup to another area & extract that users details from the database & reload their records.
Try asking your host for help?
Forum: Plugins
In reply to: [amr users] page not found (user’s profile)Really need more information than that to be able to help. This sounds like the same person who emailed me so I’ll keep it short:
If you want to report a 404 anywhere, you need to say what the link that it is trying to reach. User profile is not enough. Is it the ‘edit user’ link?
What is the url structure?
What should it be?
What linktype is in the settings?Sounds like something you should ask the ultimate members people ? Nothing to do with this plugin.
Forum: Plugins
In reply to: [amr users] Excel Export is messed upHi should have checked – are you using CSV export or the newer actual excel import ? either way it sounds like an encoding issue which would not be controllable by the plugin. Do let me know if you managed to sort it out.
Forum: Plugins
In reply to: [amr users] Excel Export is messed upHi When accented characters aren’t handled well by excel, this is usually because the excel encoding and the db encoding don’t match. It’s a known excel thing.
Google https://www.google.com.au/search?q=strange+characters+excel+import
and read https://wpusersplugin.com/1830/exporting-a-wordpress-user-list-to-a-csv-file/
To fix, either use the plugins text export instead OR use the EXCEL Text import wizard -see instructions in link.
Nothing has changed recently in the code in that area.
Forum: Plugins
In reply to: [amr shortcode any widget] A question on Widget IDsHi Kristian, as noted a year ago, when i tested it, unpredictable things happened. I have not tried that since, so sorry but you on your own with that.
Forum: Plugins
In reply to: [amr shortcode any widget] How to changing the widget IDKristian,
why do you want to change the widget id? It feels like you are battling against something that it is not necessary to struggle with?AS advised here you can do a search & replace if that is still the problem you have ? https://wordpress.org/support/topic/changing-the-widget-id/
I cannot change the way wordpress works. My various suggestions in the original post stand.