harco
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] search term with apostrophe not workingI can’t seem to find it. Disabling plugins does not help, but there is no problem in the default theme, so I guess it’s a conflicting custom filter or something like that. Since I didn’t build the theme completely by myself I’m now having some trouble locating it.
I’m marking this as resolved, because the issue is probably unrelated to Relevanssi. Thanks for your excellent support!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] search term with apostrophe not workingThank you for the quick reply Mikko! I’ll check for custom filters and try switching to default theme or disabling other plugins.
I now realize that because the default WordPress search behavior has the same problem, it probably isn’t related to Relevanssi anyway… right?
Forum: Plugins
In reply to: [Plugin: Events Manager] custom excerpt not working in #_LOCATIONNEXTEVENTSNobody?
Will do. And just did.
Ah, I see now John. I assumed that since the permissions of the post were set to ‘public’ it would show up. But I misunderstood. In fact ALL posts from personal profiles won’t show. Too bad really. If the user set the permissions of a post to ‘public’, I would think it makes sense to have no restrictions on sharing it. But Facebook apparently thinks otherwise 😉
Thank you for the fast support!
Exciting times! 🙂
I’m still working on this website, but here’s a link to my page: http://test.havenkwartierdeventer.com/
Hi John,
I seem to have the same problem and your solution doesn’t fix it for me… it’s still not updating.
Hope you can help me out.Is the baby there yet?
All the best,
HarcoForum: Plugins
In reply to: Creating custom post types from existing database tablesI have now found this: http://www.makeuseof.com/tag/working-custom-database-tables-wordpress/
That’s coming close to what I’m looking for I guess, but it’s not the way to create custom post types (with custom fields) from the data…
I have however used the Database Browser plugin mentioned in this tutorial to test if the database tables created by the ticket system plugin were there and that was the case. I can see all the data there too. All I need right now is some help on how to access it correctly and convert it to posts automatically. Anybody?
Forum: Plugins
In reply to: Fatal error: Call to a member function get() on a non-objectI ended up using Event Calendar plugin in combination with The Future is Now! plugin.
I post events in the category specified by the Event Calendar plugin AND in my ‘archive’ category. I changed my templates to make event posts show in my ‘archive’ category after the end date specified by the Event Calendar plugin (using The Future is Now! plugin).
Hope this helps you.
Forum: Requests and Feedback
In reply to: [Plugin: Tweetbacks] hash tagsThis functionality would be exactly what I’m looking for!
Forum: Plugins
In reply to: Fatal error: Call to a member function get() on a non-objectI solved my problem by making some modifications to my templates that allow me to use a different plugin to do the same job.
Forum: Plugins
In reply to: Fatal error: Call to a member function get() on a non-objectToo bad, but thanks a lot for looking into this and your help so far Arno!
I don’t know how to set up $wp_query myself. Even with the help of the function reference. So basically I now have to find the reason why $wp_query is not being set properly even though global $wp_query is in the function. And since the plugin worked before, I should probably look for some cause in my templates? It’s just that I haven’t the faintest idea where I can best look for reasons why $wp_query is not being set properly and I’ve been looking for hours.
Suggestions anyone?
Forum: Plugins
In reply to: Fatal error: Call to a member function get() on a non-objectAdding the ‘global $wp_query’ before your ‘if(empty($catIDs))’ doesn’t work. The PHP message after adding var_dump($wp_query) is:
NULL
Fatal error: Call to a member function get() on a non-object in ../wp-content/plugins/events-category/events-category.php on line 270Oh, and the plugin is here: http://wordpress.org/extend/plugins/events-category/. Maybe that helps?
Forum: Plugins
In reply to: Fatal error: Call to a member function get() on a non-objectOh, and the plugin is here: http://wordpress.org/extend/plugins/events-category/
Forum: Plugins
In reply to: Fatal error: Call to a member function get() on a non-objectThanks for the help Arno! I thought that was what it meant, but I didn’t fully understand it…
However I have no idea how to add a global $wp_query in the plugin file to try and fix this thing… Or how to stick a var_dump($wp_query) in there for that matter.
Can you help me some more?