dschulberg
Forum Replies Created
-
Forum: Plugins
In reply to: [RSS Feed Retriever] RSS ERROR – No RSS items found with URLI seem to have similar problem. Until earlier this year an RSS feed at https://jmedia.online/jewish-australian-websites/61j/ was working fine then all of a sudden the error ‘RSS ERROR – No RSS items found with URL: https://plus61j.net.au/feed/’ is occurring.
Forum: Fixing WordPress
In reply to: “RSS ERROR – No RSS items found”I am suddenly getting this error accessing an external site
RSS ERROR – No RSS items found with URL: https://plus61j.net.au/feed/How do I circumvent this error that has appeared out of the blue?
Forum: Plugins
In reply to: [RSS Feed Retriever] RSS Feed not updating/refreshingThis is a deplorable lack of consideration leaving someone with a serious problem that has been reported by others totally in the lurch.
Forum: Plugins
In reply to: [RSS Feed Retriever] RSS Feed not updating/refreshingI am using the WP Super Cache plugin. Does this plugin potentially have a detrimental effect on the working of WP RSS Feed Retriever?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Multiple calendarsThanks for the tip.
What if I would like to display events with a particular category in a calendar, but would like to exclude events with that very category from my other calendar?Forum: Plugins
In reply to: [RSS Feed Retriever] RSS Feed not updating/refreshingClearly this is a commonly experienced issue. It is not good enough to be fobbing this off as being caused by something else.
Thanks for this information. By adding the code you mentioned on the Events Manager Settings | Formatting | Events | Single Event Page I have got the URL location to be displayed. Here is the code I have slotted into my ‘Single event page format’ definition:
<div style="float:right; margin:0px 0px 15px 15px;">#_LOCATIONMAP</div> <p> <strong>Date/Time</strong><br/> Date(s) - #_EVENTDATES<br /><i>#_EVENTTIMES</i> </p> {has_location} <p> <strong>Location</strong><br/> #_LOCATIONLINK {/has_location} {has_event_location_url} #_EVENTLOCATION {/has_event_location_url} </p> <p> <strong>Categories</strong> #_CATEGORIES </p> <br style="clear:both" /> #_EVENTNOTES {has_bookings} <h3>Bookings</h3> #_BOOKINGFORM {/has_bookings}
Good to get a response but unfortunately it seems to skirt round the central issue here. What does Google Maps have to do with virtual locations?
I would appreciate an acknowledgement that this is indeed an issue. I see this as critical as all events at the moment in our precinct are virtual. If I can’t provide the location details on my calendar then I am not providing the important key to enable users to access any events whatsoever.
Forum: Plugins
In reply to: [RSS Feed Retriever] RSS Feed not updating/refreshingI have encountered the same issue on my website. Only by changing the shortcode command to retrieve a different number of items have I managed to get my pages to display an updated RSS feed.
I assumed since I hadn’t got a response to my issue that I should investigate further.
It turned out that I needed to look at user capabilities under Event Manager options where I discovered that I hadn’t set any recurring event capabilities for the user role ‘Subscriber’.
All good now.I have it in my admin account menu. A user logging on with ‘Subscriber’ role just sees this page without any option available to make the event recurring
- This reply was modified 4 years, 3 months ago by dschulberg.
I think I have found a way to achieve what I would like.
I have removed the line<?php if(get_option('dbem_categories_enabled')) { em_locate_template('forms/event/categories-public.php',true); } ?>
from event-editor.php
Now the categories dropdown does not appear when a subscriber adds a new event. As the admin I can readily add in the category (organization) when I deal with pending events.
What do the events-manager gurus make of this? Anything I should be aware of?
Let me be a bit more explicit about what I am trying to do.
I have managed to create an extra field in my user profile = ‘Organization’.
When a user is adding a new event the organization to which they belong is known. I am using the categories associated with events to be the organizations using my application.Hence I would like to bypass the category selection dropdown when a user adds an event with the category for the event being set to the name of the organization to which he/she belongs.
It looks like the event-editor.php file is the one I need to target. I have followed your guidelines for using templates by copying that file into my theme, but I am unsure as to how to deal with the content in that file.
Some clues as to how I can achieve this would be appreciated.
Not using Buddypress. In my experimentation it seems that with my different organizations all belonging to a parent category called ‘Organization’ that in the order I define things I am managing to get the color of an organization’s category to come through on the calendar. But this seems to be more by luck than design.