Nashie
Forum Replies Created
-
Thanks Marcus,
Thought you should know that I was having problems with the ics file. It was putting a space in the first line of the ics file. It works perfectly fine for MS Outlook, but on IOS devices it wont open the file.. it just opens calendar with no data. To fix this I added:
ob_clean();
to line: 34 (inside function em_ical_event(); ) within the em-ical.php file. Not sure how ob_start is getting anything inside of it.. Anyway, hope this helps.
Hey Marcus,
The site is in a development area (cannot be accessed over the internet). I cant release it until it is all working.
Cheers
Hi Marcus,
I have this in a development area as it cant be released until its fixed.
The events are on pages -> https://dev-demo3.com/events/my-bookings/
I can see that its trying to load: https://dev-demo3.com/?page_id=18
Let me know if you what other info you need
I believe I need to change something here:
$em_rules[$events_slug.'my\-bookings$'] = 'index.php?pagename='.$events_slug.'&bookings_page=1'; //page for users to manage bookings
Hi all,
Im having a issue which I havent seen anyone else comment about.
I changed my Permalinks to https://website.com/sample-post/ ie /%postname%/.
Every thing works except “Manage my bookings” I get a 404 Error.
Any thoughts?
Thanks heaps. Got it sorted! Events Manager is awesome!
Forum: Plugins
In reply to: [In Twitter] [Plugin: IN Twitter] Installation of In TwitterSorry, the image load is not going to word yet with the plugins_url() hook.
So all you need to place in is:
<div id=’twitterbox’ class=’twitterbox’></div>
Forum: Plugins
In reply to: [Post Voting] Post Voting – hidden spam contentI got the link in my header.php file..
Code:
[Code moderated as per the Forum Rules. Please use the pastebin]
Thought about removing it… Have just moved the plugin now..
This happened to me on post-voting/post-voting.php
Remove th plug in and it goes away.
The line of code:
[Code moderated as per the Forum Rules. Please use the pastebin]