anmari
Forum Replies Created
-
Forum: Plugins
In reply to: [amr users] Lost users’ avatar on amr list with the new version 4.4.2oh dear, it was the update for the date fix that stopped formatting empty fields. Avatar is an empty field. Revert back to 4.41 or wait awhile
https://plugins.svn.wordpress.org/amr-users/tags/4.41/Forum: Plugins
In reply to: [amr users] cache log displays only the latestYou’re correct. Thanks for looking into it. It’s weird. I wonder when that happened?
I’ll put an update up. I had actually seen that something looked odd there but because I’m working on real time query version where that will fall away, didn’t come back to it.Forum: Plugins
In reply to: [amr users] Is any video tutorial available?Usually this means you do not have any users that meet the criteria of your list. Or It can also mean your site is timing out, or some DB problem.
Start with a list that has no inclusions or exclusions – ie that should show all users. Click ‘Rebuild cache’. Do all users show?
If yes, then slowly add one by one your inclusions / exclusions.If none, then might need to check sql or php logs.
How many users do you have?
Let me know how you go.Forum: Plugins
In reply to: [amr ical events lists] Icon out of positionsee ver 6.2 – should avoid wp_autop firing there now.
Forum: Plugins
In reply to: [amr ical events lists] Icon out of positionInterestingly the filter is not adding the <br> on the subscribe icon which also has the html start on a new line. Somewhat random application.
Forum: Plugins
In reply to: [amr ical events lists] Icon out of positionIt’s the dreaded wp_autop filter kicking in because the html code starts on a new line there There is no <br> in the code itself.
Looks like back in ver 6.0 a PHP_EOL was introduced to make the html code start on a new line, to make it easier to see in the source.
Moving the PHP_EOL to before the doesnt help – the wp filter still adds the <br> at the start of the table cell.
While there are things that you can do to stop this happening to any shortcode output (see https://wordpress.stackexchange.com/questions/130075/stop-wordpress-automatically-adding-br-tags-to-post-content), I think it makes more sense for me to issue an update making the html code run on in one line basically avoiding the issue.
Just FYI – you could also consider switching the images off, having the text come p and then use css styling to replace the text with say a dashicon font image. I’m thinking of making that the default for the future sometime. Cleaner, lighter.
Forum: Plugins
In reply to: [amr shortcode any widget] [Not working] Shortcode WooCommerce FilterThanks for posting back – it’s usually something like that but good to get the confirmation
Forum: Plugins
In reply to: [amr shortcode any widget] [Not working] Shortcode WooCommerce FilterHi Z
all this plugin does is capture the output of the widget and return it to the shortcode filter. It does not actually KNOW anything about the various widgets.I suggest you try the following:
- does the widget still work in a normal sidebar with your theme?
- is the widget still in the do_widget sidebar?
- is the widget there but you can’t see it because it has the same text colour as the background? Do a view source of the html or ‘inspect element’
Please post back when you’ve checked thanks.
PLease also read https://wordpress.org/support/topic/please-read-this-before-posting-8/ (especially the bit at the end about widgets dissappearing)
Forum: Plugins
In reply to: [amr ical events lists] Uploading modified cssHI Casey,
It expects to find it in wp-content/uploads/css. This is not clear from the docs. I apologise. I just retested, it does work. The admin settings screen finds it, one can choose it. One must not have ‘use theme css’ ticked. Also then may need to force browser to refresh the css. In Firefox Control Shift R will force a stylesheet refresh.THAT said, in the longer run, I think it is a better idea to handle any custom css same as any other, the wordpress way. It will also be more visible, better for maintenance. https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress. I’m going to update the docs & plugin accordingly. If you do wordpress custom css, then tick the “use my theme css, don’t load plugin css”
Forum: Plugins
In reply to: [amr ical events lists] events not showingHi Eva, I opened your ics feed in my text editor. There 138 events (2 modifications) and only 1 event is in the future. That event is showing on your page now. The one on 4 Sept. There can sometimes be a delay in the providing system updating their ics feed after one has added or update an event.
I always check the .ics file itself. Use a browser with default application for .ics files set to download or open in text editor OR right click save as.
Then in text editor you can do a search on DTSTART and/or RRRULE to see what events you might have in the future. (Ignore the timezone definitions though)
If you cannot see your new/updated event in the file, it’s nothing my plugin can do. For realtime updates you could consider using https://icalevents.com/downloads/amr-events/ and create your events in wordpress. It provides a feed so you can still see your events in a calendar application.
Forum: Plugins
In reply to: [amr users] Custom Meta Data IncorrectIt sounds like either
1) you have rows per page set to 5, check overview of list settings
2) you have some other exclude or include settings which are causing only those 5 to meet the settings – see the configure screen, click include/exclude
3) something has changed with the fields you are using.
Suggest create a new list with basic fields only & NO include/ exclude so you should get all the users. Then display the fields you are interested, should still see all users. Check the data (or check via phpmyadmin) that there is nothing unusual
Then start adding your include/exclude settings.This sort of thing almost always turns out to be people not understanding what’s happening with their data.
Do keep me posted please.
Forum: Plugins
In reply to: [amr ical events lists] Configuring List Types missing since 5.5 updateHi casey, update just gone up.
Forum: Plugins
In reply to: [amr ical events lists] Configuring List Types missing since 5.5 updateHi Casey, should be an update in a few hours, just need to retest on remote platform too & I have bad head cold so it’s slow 😐.
Somethings affected the js. I hate js, which is actually not essential there, so I’ve cleaned that admin page up a bit & will reissue without the js.
- This reply was modified 5 years, 9 months ago by anmari. Reason: Typo
Forum: Plugins
In reply to: [amr shortcode any widget] Does it work with new WP 5.5?yup, and on (5.5.1-alpha-48787
Forum: Plugins
In reply to: [amr users] Is any video tutorial available?Hi, no, not at the moment. It should ‘work’ straight way with default settings.
Have you read
https://wordpress.org/plugins/amr-users/#installation
https://wpusersplugin.com/support/amr-users-documentation/, particulary https://wpusersplugin.com/3221/getting-started-with-amr-users/?Also inside the plugin itself there are lots of tips in ‘hover text’ to help you along the way.
Read the above and then post back with detail on what you mean by ‘unable to make it work’