donoxley
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] shortcode, show only date infoI can understand the use case for only the *next* recurring event. The use case for the *first* one (which might be in the past) escapes me. Presume someone has asked for it.
Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] shortcode, show only date infoBrian,
Had a chance to take a better look. You’ve done a nice job giving everything a class name, so it appears that I can accomplish what I want with css. In particular, I can set .recurringInfo {display: none}.
Thx again,
–DonForum: Plugins
In reply to: [The Events Calendar Shortcode & Block] shortcode, show only date infoThx again, Yes, that is what I tried. It still displays all the info about recurring events. I didn’t look carefully to see if I can possibly suppress the excess text with styling or not.
Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] shortcode, show only date infoBrian,
Thx for the response. Sorry, there isn’t a site to look at – I’m exploring updates for the site, but ran into the problem while testing on my dev machine. As an aside, I do have the pro version – thus the recurrence issue.
I’m trying to create a very compact list of the next few events (when viewed from the time at which the user is looking at the site) and I really want only the event title, date, and time. The fact that it is a recurring event is of no interest (in fact very confusing) to the site user. If the title were a link, that would be a nice addition.
Not sure how widespread my need is. I haven’t started looking into it, but I may write the code for my case which would give me the opportunity to integrate it with some other things I’m doing.
For your thinking about where you are going, our use case is a retirement community with a closed site. At any instant, we have several hundred active calendar items (counting recurrences which we rely on heavily) so a display of the next 5-10 items might only encompass a couple of hours (if filtered). If I were to posit my druthers, I would probably have something that allowed a bit of filtering, abstracted the date to a higher level, and listed events by title and time.
Thx again,
–DonInstalled the pre-release. Things seem to be fine now.
Thanks for your help.
–DonThanks, helpful suggestions – I’ll give it a try.
On the confusion – my error. When a user logs in normally, he is automatically redirected to a home page, so he doesn’t see his account. I did attempt a login via WP-Admin and was able to get to the user’s profile. The bad news is that it was NOT marked to keep the profile private. So that is apparently not the problem.
I will attempt the new version and hope for the best.
Thanks again,
–DonI have now created a fresh install of WP, Theme 2016, with only UM loaded as a plugin. I’ve created 1 page containing an html form with a submit button and added a handler in my functions.php to process it (return <h1>Got there</h1>). I have one admin role synced to WP’s admin role. One editor role synced to WP’s editor role and One member role synced to WP’s subscriber role. I created one user for each role. For Admin and Editor level users – it processes the request as expected returning the H1 header. For the member level user, it redirects to the home page.
I created one more role not synced to a WP role and created a user with that UM role and WP editor role – it too redirected to the home page. I then synced the new role to the WP editor role and it then worked.
Net is that it seems pretty clear that UM is requiring roles have WP editor or above creds before it will process a simple form submit button. Can this possibly be right?
Thanks, very helpful. Yes, both feeds I’m having trouble with seem to work on the demo site just fine, so it’s something I’m doing. I discovered that I had set a time limit which would have prevented the import. I changed the setting back to unlimited. But unfortunately, there is still no import. I verified that I did save the settings after changing them. Is there any place I can look (option in the DB for example) to verify that the change took? I’ve included the content of the option rss_settings_general from the DB below if it is any use. It appears to me that it implies unlimited.
Good catch on the age of the items. I’d still like to solve the problem, but if the feed is indeed that old (or no longer active), it becomes pretty uninteresting.
Appreciate the help and interest.
a:24:{s:20:"limit_feed_items_age";s:0:"";s:25:"limit_feed_items_age_unit";s:5:"years";s:25:"limit_feed_items_imported";s:2:"20";s:13:"cron_interval";s:6:"hourly";s:15:"custom_feed_url";s:5:"wprss";s:17:"custom_feed_title";s:29:"RSS Feeds for Sunnyside Times";s:17:"custom_feed_limit";s:0:"";s:9:"log_level";s:7:"default";s:16:"certificate-path";s:38:"wp-includes/certificates/ca-bundle.crt";s:22:"feed_request_useragent";s:0:"";s:10:"title_link";i:1;s:11:"title_limit";s:0:"";s:10:"video_link";s:5:"false";s:10:"pagination";s:7:"default";s:10:"feed_limit";s:1:"5";s:7:"open_dd";s:5:"blank";s:9:"follow_dd";s:9:"no_follow";s:21:"text_preceding_source";s:7:"Source:";s:19:"text_preceding_date";s:10:"Published:";s:11:"date_format";s:5:"Y-m-d";s:13:"source_enable";i:0;s:11:"date_enable";i:0;s:14:"styles_disable";i:0;s:13:"unique_titles";i:0;}Thanks for the response. I have looked through the Items Not Importing and don’t see anything. The funny thing is that on the Edit Feed Source page for the specific feed, the Preview Items does show the last 5 items of 35 available that were imported. So it appears that the imported is handling the feed ok. Might that imply that I AM having a problem with the permalinks? I don’t see anything I’m doing that is different from other feeds that are working properly. I am a bit of a neophyte here, so I could be missing something.
Thx,I should have also noted that the Feed Preview on the individual Feed Source page does show items, yet the count on the Feed Sources page is 0.