OK fixed the permalink issue…would help if I read the FAQ 🙂
any update? I paid for the product and it doesnt work?
Are you having another issue?
Hi Jason sorry, I wasn’t very clear.
If you follow the link I posted you will see the issue.
No events are being shown, but the data in being imported and events do exist in the admin console.
Thanks a million.
Aidan
You have to update the Events Permalink in 2 places.
1) Once in the Post Type (should be right above the media link “Facebook Events”) change the permalink for the page in your case to “/gigs”
2) Also, in the “Set your events page slug” setting In the plugins settings page. Which I believe you have already.
3) For good measure visit your permalink page to flush the DB cache.
I know it’s redundant but there are two places you have to change the permalink.
Also the Code From above should be.
//jQuery Insert From Google
if (!is_admin()) add_action("wp_enqueue_scripts", "my_jquery_enqueue", 11);
function my_jquery_enqueue() {
wp_deregister_script('jquery');
wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") .
"://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js", false, null);
wp_enqueue_script('jquery');
}
Hi Jason,
I have tried this and get the same issue 🙁
no content loaded… http://iedc.ie/gigs/
I deleted both plugins and re-installed but the content is cached somewhere i guess as my APPID + Security Key are in place with all the gig posts when I re-install.
Can you please help?
Thanks,
Aidan
I think the issue you are having is that you don’t have any upcoming events in Facebook. Try creating a new event in Facebook set for a future date to test this.
After that run the importer again to refresh the list and see if you get the new event to show up under http://iedc.ie/gigs/
Ah ok – is there a way to show the latest 10 events? which can include past events?
Also currently all thats in the body code is “facebook events”
can I call some function or parameter like [facebook events event=last10]
or what way do i need to code it in the editor?
Sorry for being a pain! Help is greatly appreciated!