AngusMcKinnon
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Meetup] Events list 'read more' are bad linksSweet ??
Forum: Plugins
In reply to: [WP Meetup] Events list 'read more' are bad linksI fixed it by going to: \wp-content\plugins\wp-meetup\includes\views\event-view.php
Around line 77 I replaced the code for the a href and made it look like the below which fixed it for me.
if (strlen($event_raw->description) < $end) {$end = strlen($event_raw->description);} $output .= substr($event_raw->description, 0, $end) . '... '; $output .= '<a href="' . $url . '">'; $output .= 'Read More'; $output .= '</a>';
I’d like to know this as well, and whether it is possible to use excerpts with fallback to body if they dont exist.
Wss looking to buy the Pro version to get the Facebook images, but based on replies here and in the official sites forum, I’m not sure this plugin is still being actively supported or developed.
Forum: Plugins
In reply to: [WP Meetup] Events list 'read more' are bad linksSame issue for me at https://www.auscommerce.com.au/ecommerce-calendar/
Are the pages supposed to be getting auto created?
Would be good if in calendar view if a mouseover gave you the event details.
Great plugin idea.
Forum: Plugins
In reply to: [WP Fastest Cache] Problem with endless scrolling?Adding the ; in that line didnt seem to work. ie I added it, but it didnt get added correct in the web page source. Ended up several lines down. Im out of my depth ??
Forum: Plugins
In reply to: [WP Fastest Cache] Problem with endless scrolling?Adding the extra ; in ‘</script>;’; didnt seem to fix it. I re-cleared cache etc
Forum: Plugins
In reply to: [WP Fastest Cache] Problem with endless scrolling?Thanks, I changed this to this.
$html = '<script type="text/javascript">'; $html .= 'var ajaxurl = "' . admin_url( 'admin-ajax.php' ) . '"'; $html .= '</script>';
to this
$html = '<script type="text/javascript">'; $html .= 'var ajaxurl = "' . admin_url( 'admin-ajax.php' ) . '"'; $html .= '</script>;';
Does this look right?
Forum: Plugins
In reply to: [WP Fastest Cache] Problem with endless scrolling?Is this problem on my end or in the script? Could you please let me know how I can fix it ? Again thank you for looking.
Forum: Plugins
In reply to: [WP Fastest Cache] Problem with endless scrolling?Done
Forum: Plugins
In reply to: [WP Fastest Cache] Problem with endless scrolling?Done. Deselected.
Forum: Plugins
In reply to: [WP Fastest Cache] Problem with endless scrolling?Seems to be working now. Dont know why it didnt last night. Ill leave it on and hope for the best. Again thank you for sharing such a great plugin.
Forum: Plugins
In reply to: [WP Fastest Cache] Problem with endless scrolling?I have turned all the WP Fastest Cache options back on if you could please have a look. Thank you very much for all your help. I very much prefer the ‘simplicity’ of your product compared to some of the others so am keen to try and stick it out. Let me know if you need admin or logs. Thank you.
Forum: Plugins
In reply to: [Import Export Suite for CSV and XML Datafeed] 403 ERRORI disabled all my plugins except for importer and advanced custom fields and it then worked. Will add the above next time I need to run the import. Great script though.
Forum: Plugins
In reply to: [WP Fastest Cache] Just installed – no caching?Seems to be working now. Thanks for checking.
Forum: Plugins
In reply to: [WP Fastest Cache] Just installed – no caching?Thanks Emre. https://www.auscommerce.com.au/