anmari
Forum Replies Created
-
You say ‘make compatible’ – Are you experiencing any problems?
It is a very simple plugin and because of the way it works, it is unlikely that there will be compatibility problems in wp is fine.
HOWEVER if you would care to contribute to this free plugin by testing on php 8 yourself and describing the thoroughness of your testing, I’d be happy to acknowledge that effort and note in the readme that you have tested it on php 8.
Forum: Plugins
In reply to: [amr shortcode any widget] Can´t change Shortcode any widgetHi it is not clear to me what your problem is.
Please check that you can drag a normal widget (like maybe meta) to the ‘shortcode any widget’ sidebar, and that you can do add a shortcode [do_widget meta] to a page and have that display.
If then your chosen widget is not displaying correctly that is not really anything I can help it.
I am unfamiliar with Widget Visibility Time Scheduler Pro and cannot comment on interactions it may have. You could try deactivating it and see if it makes a difference.
Forum: Plugins
In reply to: [amr users] View user profileHI, I’ve had a quick look at that plugin. Are you referring to the ‘admin’ user profile where the user adds their details (default appears to /my-account/) ?
The page id of that is stored in an option, and while one could fetch that and offer a linktype that will go there, that plugin shows the details for the current logged in user – ie the admin? which is not what you want?
If user-registration offers a public (or where a user can view another user ) profile view of another user, then let me know how I find that – so far I have not sees anywhere that it does that, but perhaps I am missing something? or it is in an extension, in which case you’d need to send me the code so I can see how it determines the profile url.
Your other option is to create a list 2 that has the details that you want to see and link to it from the other list. example here https://directories.wpusersplugin.com/simple-user-list/
Forum: Plugins
In reply to: [amr users] Issues with AMR UsersHi rp,
Apologies for the introduction of that glitch. Updates just made. It is all testing well for me now locally & remotely on various siteshttps://directories.wpusersplugin.com/simple-user-list/
https://um.wpusersplugin.com/amr-users 4.46
amr-user-plus 3.18Forum: Plugins
In reply to: [amr users] Issues with AMR UsersI’m on it – does look like something odd happened there.
Forum: Plugins
In reply to: [amr users] Issues with AMR UsersPlease check that you have amr-users-plus correctly installed and active. The excel export is only available in amr-users-plus and has always required the spreadsheet library. Perhaps you were importing .csv or .txt to excel before?
The easiest way to load a phpspreadsheet library is via this plugin https://github.com/codeboxrcodehub/cbxphpspreadsheet
or ask your host for help.There are two links from https://wpusersplugin.com/11103/excel-user-list-export/ that provide instructions on ways to make it available to your system.
RE: CSV export. Yes I see that the option for the front end link is greyed out if amr-users-plus is not active. TBH I can’t remember if that is intended to be so. I’ve made a note to look into it
The back end .csv export (top left, next to txt export) does work in the free version, just checked.
Forum: Plugins
In reply to: [amr shortcode any widget] How to send values via shortcodeAny values that a widget requires should be setup in the widgets settings once you have dragged the widget to the shortcodes sidebar. Please see https://wordpress.org/plugins/amr-shortcode-any-widget/ and https://wordpress.org/plugins/amr-shortcode-any-widget/#installation. The only parameters that can be passed from the do_widget shortcode are detailed here: https://wordpress.org/plugins/amr-shortcode-any-widget/#installation
Forum: Plugins
In reply to: [amr users] Compiling user report causes fatal error:If the site is near it’s assigned memory limits, the cache rebuild or refresh can throw it over the edge. The only way around that problem is either increase the memory or reduce the requirements. There are various places where memory limits can be imposed, best to check them all. If you go to the plugins settings > General > About, then you’ll see info on your system. Lok at the limits AND the php version being used.
eg:
Php version: 7.4.6
Wordpress Memory limit: 256M
Wordpress Max Memory limit: 256M
Php Memory Limit: 256MTo reduce usage, you can do things like:
- check in your hosting control panel whether you can upgrade your php version,
- disable inactive or unnecessary plugins
There are a variety of other suggestions when you google https://www.google.com.au/search?q=Allowed+memory+size+of+268435456+bytes. Here are some:
- https://serverpilot.io/docs/how-to-reduce-php-and-wordpress-memory-usage/
- https://www.brianshim.com/webtricks/reduce-wordpress-memory-usage/
- https://onlinemediamasters.com/reduce-cpu-usage-wordpress/
- https://stackoverflow.com/questions/21680244/fatal-error-allowed-memory-size-of-268435456-bytes-exhausted-tried-to-allocate
Also under plugins settings > general, you could see whether the other “How to fetch data?” option makes a difference, although I think it won’t make that much difference.
Longer term I am working on a real time query version which will use less memory (but maybe at the expense of speed – sigh)Forum: Plugins
In reply to: [amr shortcode any widget] Add text marginHi, that’s very individual css for an individual site. I suggest use something like firefox’s ‘inspect element’ to work what css selectors are available & test what works with your theme and widgets.
Forum: Plugins
In reply to: [amr users] Search for Members in Admin Area?This is not the ultimate members support forum, post this there rather.
That said, you could use this plugin to create a list of your users with all the ultimate member fields, sortable by each column and with a search box at the top that will search the field in the list. You an also configure edit user links behind one of the fields. With addons, even more can be done.
Forum: Plugins
In reply to: [amr ical events lists] Hide duration / end time in Tables or Lists??If they are displaying in a list, then if you configure that list (make sure you have the right list, go List types > Configure (on the list you want to change) > fields & scroll down carefully ), then you should see:
EndDate & EndTime – being the recurring date & time
DTEND is also available (the master event DTEND)
DURATION is also thereSet the column to 0 to hide the field.
If you can’t see them, then also check ‘Fields for lists’ and tick or untick fields to reduce the number of fields showing up in the Configure section – it cam get a bit much.
Forum: Plugins
In reply to: [amr users] Ultimate Membership Pro emailsThis does not appear to be relevant to this plugin. Please post on the relevant support pages: Ultimate Membership Pro with Buddyboss Platform and the BuddyBoss theme
Forum: Plugins
In reply to: [amr users] Lost users’ avatar on amr list with the new version 4.4.2Also for the future when you include links to images, you need to make them publicly accessible links. 😉
Forum: Plugins
In reply to: [amr users] Lost users’ avatar on amr list with the new version 4.4.2You don’t need 4.41 now – upgrade to latest. 4.43
Forum: Plugins
In reply to: [amr users] Lost users’ avatar on amr list with the new version 4.4.2Ok it’s fixed, tested on both https://directories.wpusersplugin.com/memberdetails/ and https://bp.wpusersplugin.com/user-list-3/ (It was an empty dates fix that broke the ’empty’ avatars)