Harris O.
Forum Replies Created
-
They changed the shortcode and the old full=”1″ no longer works. You will need to replace it with: calendar_size=”large”
Forum: Plugins
In reply to: [amr ical events lists] This plugin has been closedUnfortunately, Anna-Marie (plugin developer) passed away last June.
Forum: Plugins
In reply to: [ACF Hide Layout] Enable option doesn’t work.Figured it out! My theme was the issue. Everything works fine. Thanks for this plugin.
Forum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] Keep tag.Thanks.
Forum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] Keep tag.Yes, that’s selected. The rich description does not include the b tag. The <b> is missing in the allowed list on includes/feed.php
if( $rich_desc ){ $desc = strip_tags( $desc_content, '<p><a><img><em><strong><font><strike><s><u><i><br>') ;}
Thanks.
Forum: Plugins
In reply to: [amr ical events lists] External Ical file with URI onlyThanks for your time, and sorry for keeping you confused. It’s how the ICS file was written. It make sense now after you said “URI is not a URL”. They used URI for the event link, and that’s why there is no link.
I opened the ics file and found this:
DTSTART;TZID=America/New_York:20220224T190000 SUMMARY: Here Comes the Bride URI:https://xxxxxx/EventsExtended.cfm?SiteID=5471&EventID=445753&PK= END:VEVENT
So the event shows like this with your plugin:
<div class="summary">Here Comes the Bride</div>
As you can see the link is missing.However, the feeds that I have working are written this way:
SUMMARY: Event title URL:https://eventurl END:VEVENT
results:
<div class="summary"><a href="eventurl">Event Title</a></div>
The link shows because the ics used the “url” parameter”.I’m going to request them to fix their feed and change the URI parameter with URL.
Thanks for your help.
Forum: Plugins
In reply to: [amr ical events lists] External Ical file with URI onlyThanks for your reply.
Yes, I was referring to the third-party ical feed url itself. The .ics (VCALENDAR) file provided to me uses URI for the event link. The events list fine but without a link back to the third party calendar.
I’m going to contact the third-party calendar company and ask them if they could switch URI with URL on their feed. I don’t know why some feeds use URI and others use URL.
Thank you.
Yeah, it caused 500 server error on my websites. Rolling back to 4.1.4 fixed and it’s the last best version. 4.1.5 also works, but has a new crappy interface, and focused on pushing to buy the pro. Now I understand why WordPress removed it. The plugin has become less usable and an advertisement for the pro version.
It’s working now. Thanks for the quick update.
Those databases belong to your Revolution slider plugin. The bkp usually means backup. You will need to get in touch with the Revslider developer and ask about that. It doesn’t seem to be a hack though. It’s probably related to upgrading the plugin’s version.
Forum: Plugins
In reply to: [WP FullCalendar] Tooltip stopped workingHi there,
Thanks for your recommendation, but unfortunately the tooltip was enabled already. I did disabled and re-enabled it as well as tested all tooltip styles etc… but no luck. I’m testing this on a fresh install and only the two WP events plugin enabled. If I restore the WP 5.4.2 then it works. I’m also having this issue on 5 other live websites – different domains and servers. That’s actually why I have deployed a fresh WordPress install so I could pinpoint the issue.
Thanks.
Hi Anh, thanks for the quick reply and solution. That snippet does the trick but only for posts. Is there any way we can use an array to include pages and other CPTs? I’ve tried a few array variations but no luck from my end.
Thank you again for your excellent support.
Forum: Plugins
In reply to: [BackUpWordPress] Withdraw Update 3.9!I considered this plugin one of the best backup plugins available for its easiness and lightweight approach. I have used it on hundreds of clients’ websites which also happened to have the auto-update on. Yesterday was a nightmare as I had to fix all of them – still fixing many today! It was really reckless by this developer by not testing the update before releasing it. I will never use this plugin again.
Wordpress should also have something in place to avoid the whole installation breaking it due to a plugin issue.
Same problem here. Website crashed after the update.
PHP Fatal error: require_once(): Failed opening required '/var/www/html/site/wp-content/plugins/backupwordpress/whitelist-html/whitelist-html.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/html/site/wp-content/plugins/backupwordpress/classes/class-plugin.php on line 133,
Forum: Plugins
In reply to: [Event Organiser] Adding events to users from the frontendIn regard to adding from the frontend, it’s possible with the extension only.