anmari
Forum Replies Created
-
Forum: Plugins
In reply to: [amr ical events lists] Event Offseteventsoffset only available if you have amr-events
https://icalevents.com/support/documentation/shortcodes/#parametersForum: Plugins
In reply to: [amr ical events lists] Remove Bulletssorry about late reply – use css top override whatever your theme is doing
Forum: Plugins
In reply to: [amr ical events lists] Query String Errorgregoriantojd is a php function, part of the calendar functions extension. It is being used to calculate daysdifference
https://www.php.net/manual/en/function.gregoriantojd.phpCalendar functions are needed. You may want to ask your host to look into why they are not there. last time this came up the original person said it just ‘magically’ resolved on their system. https://wordpress.org/support/topic/unable-to-load-calendar/#post-11703730
According to this site, that function should be in core in php 7 https://www.tutorialrepublic.com/php-reference/php-calendar-functions.php
HOWEVER the php manual https://www.php.net/manual/en/calendar.installation.php says compile PHP with –enable-calendar.
Perhaps your host has not?Forum: Plugins
In reply to: [amr ical events lists] Show day of week in widget with listtype 4Sorry I missed this – hopefully by now you have found the date format settings in the list type settings.
Forum: Plugins
In reply to: [amr users] does not pick up new fieldsDo you have at least one user with data for that new field?
Is that new field’s data stored in wp user meta? check in phpmyadmin
Forum: Plugins
In reply to: [amr shortcode any widget] Random dot above where the shortcode isIt would be better if you could figure what & why (or get the other developers to help) this marker is being added.
Worst case & total hack, you could replace the content of the marker
https://css-tricks.com/almanac/selectors/m/marker/Something like this seems to work when tested in “inspect element”. of course you need to tighten it just to affect that and not also any ‘bullets’ that you do want.
li::marker {
content: ” “;
}Forum: Plugins
In reply to: [amr shortcode any widget] Random dot above where the shortcode isIt is most likely your theme or the recent posts widget you are using, doing something because they do not expect the widget to be used NOT be in a sidebar. See https://wordpress.org/support/topic/black-dots-being-added-between-widgets/.
Any widget that generates JS is sometimes not a good candidate for being used in a shortcode.It seems to have generated a pseudo class ‘Marker’ on the
- . There’s a bunch of js after the ‘bullet’ which has comments about adding bullets – maybe that’s doing it. Try the recent posts widget plugin – ask how tp not have those bullets?
I also see that invalid html has been generated – li’s in a div with no UL? Maybe the PS_recent_posts widget expecting the UL to be provided by the sidebar?
This might help but I suspect there are other problems: See https://wordpress.org/plugins/amr-shortcode-any-widget/#if%20you%20have%20an%20undesired%20styling%20effect%20with%20the%20default%20settings%3A, maybe try [do_widget wrap=ul]?
There are several html validity errors which will impact SEO
https://validator.w3.org/nu/?doc=https%3A%2F%2Ffierceandradiant.com%2Fmothers-day-2021%2F
Forum: Plugins
In reply to: [amr users] List of all my userswell that’s easy enough then for you – most of the look is from that letter avatar plugin – give them a thumbs up if you end up using it.
I’ve added exported list settings & the play css as download links below on https://play.wpusersplugin.com/userlist2/, as a starting point
Forum: Plugins
In reply to: [amr users] List of all my usersYes it is possible
No it is not already setup and you may not be able to achieve exactly what you want. https://wordpress.org/plugins/leira-letter-avatar/ will get 1/2 the way for the colorful avatar’s.Think of this amr-users plugin like an excel spreadsheet, one needs to choose what fields in what order, what size the avatar is etc, and then how one wants to format each field, any links and so on, what style of list: table or html.
Then one needs to see what one’s theme does to ones field and reverse out undesired effects (usually on avatars and images etc). Also either disable the css that comes by default OR override the bits that don’t help.
Then if you want funky things like hover displays – the size and position of those depends on the data sometimes – how many fields and how big is the data – are they text fields etc.
It may be that someday I’ll offer up more preset listings than the 2 samples that it comes up BUT even then it is unlikely to be a ‘click & you done’ thing because of the vast variety of user fields & data from third party plugins .
There’s some ‘proof of concept’ demos here https://play.wpusersplugin.com/ but it’ll be fiddly css for you to get exactly what you seem to want.
Forum: Plugins
In reply to: [amr shortcode any widget] “Widget not in any sidebars”RE message (Note I do not get that message on local or remote test sites) – a quick google indicates a number of things you could try like clearing cache, browsers, updating php etc https://blogvault.net/sorry-you-are-not-allowed-to-access-this-page-wordpress/
At the risk of asking the obvious (and only asking because of your second question) – did you navigate there from the tools-> shortcode or did you just try the url?Re SQL error. You need to alter the suggested code for direct SQL use in your database-This was a ‘suggestion’ from the plugin code ( It was not intended as a spoon-fed solution, as it contains placeholder php code that is dynamically repaced in the plugin.
To use in SQL in phpmyadmin then you need to
- replace $wpdb->posts with the prefixed name of your post meta table
- replace .$text. with the list of post types that you want to search, eg: maybe (‘post, page’) ?
IF your db prefix is wp_ AND you are looking say for the do_widget shortcodes, then something like this might work for you in PHPMYADMIN:
SELECT * FROMwp_postsWHERE post_content LIKE '%[do_widget%]%' and post_status in ('publish', 'pending', 'future') and post_type in ('page', 'post')Forum: Plugins
In reply to: [amr shortcode any widget] “Widget not in any sidebars”And just in case someone has way too many shortcodes like maybe they using divi or something, I’ve added a tab where one can search for just one shortcode. https://ps.w.org/amr-shortcodes/assets/screenshot-1.jpg?rev=2528304
Forum: Plugins
In reply to: [amr shortcode any widget] “Widget not in any sidebars”Correction – the tab above is for when the plugin generating a shortcode is no longer active. Use …./wp-admin/tools.php?page=amr_shortcodes&tab=all for all shortcode text in pages & posts.
Forum: Plugins
In reply to: [amr users] List of all my usersDid you follow instructions here https://wordpress.org/plugins/amr-users/#installation?
It sounds like you missed a few steps perhaps between creating test data and viewing the standard default provided list?
Forum: Plugins
In reply to: [amr shortcode any widget] “Widget not in any sidebars”Did you try activating https://wordpress.org/plugins/amr-shortcodes/ and then
going to the tab …wp-admin/tools.php?page=amr_shortcodes&tab=missing? I see this, with links to the pages & posts that have the shortcode. Easy!I don’t know what you mean by ‘where’ – there is no tab called that.
That page does this sql which you could recreate in phpmyadmin as well
SELECT * FROM $wpdb->posts WHERE post_type IN ".$text." AND post_status IN ( 'publish', 'future') and post_content LIKE '%[%]%' AND post_date is not null ORDER BY post_type ASC, post_date DESC;Forum: Plugins
In reply to: [amr shortcode any widget] “Widget not in any sidebars”That message appears when you have the shortcode [do_widget xxxxx] and the widget xxxxx that you requested is not in any sidebars. It has to be in a sidebar (preferably the “shortcodes” sidebar.)
Either
- add the widget you wanted to have there, to the shortcode sidebar. Then it will show instead of the message
- or remove the do_widget shortcode
- deactivate the plugin if you no longer need it. you will still need to remove the [do_widget xxxx] from the pages and post that you put them in.
If you don’t know where you put those shortcodes (what pages or posts)you may be able to use https://wordpress.org/plugins/amr-shortcodes/ to help you work out where you are using those shortcodes.
- This reply was modified 5 years ago by anmari.
- . There’s a bunch of js after the ‘bullet’ which has comments about adding bullets – maybe that’s doing it. Try the recent posts widget plugin – ask how tp not have those bullets?