Marko Heijnen
Forum Replies Created
-
When the template uses get_permalink it will never work since the HTML is in the template. so it would always open in the same window.
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Connect posts of the same post typeOkay, thanks. Will going to try it.
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Connect posts of the same post typeYes. That is indeed a better explanation.
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Connect posts of the same post typeWhen you for example connection from post to post and you want to edit a post in wp-admin with for example Hello world (post_id = 1) you also can select the same post in the p2p metabox. Seems something unwanted.
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Fatal Error on activationDo you also have WP-PageNavi installed? That plugin will cause an fatal error when active.
Disable it. Enable post 2 post and then enable WP-PageNavi works fine.
Forum: Fixing WordPress
In reply to: Disable 3.3 New Feature Tool TipsWhen you look into the code of WordPress this should work:
remove_action( 'admin_enqueue_scripts', array( 'WP_Internal_Pointers', 'enqueue_scripts' ) );
This is described in the file wp-admin/includes/template.php and then line 1667
Forum: Everything else WordPress
In reply to: Core Dev Team Meetup Q&AWordPress got several mobile apps. At the moment it isn’t really on the roadmap for WordPress core. Does this going to happen? The reason I ask is that the XMLRPC should be replaced by a JSON variant because of speed. Also a lot of functionality is missing to make the mobile apps really useful. Would love to hear the thoughts from Matt about it.
Forum: Everything else WordPress
In reply to: Core Dev Team Meetup Q&AThis is probably a question you heared before but I still want to know since the amount is getting bigger it seems.
What are you guys going to do about the 960 tickets awaiting for review and 1805 tickets that are for future release. Shouldn’t there be a special release so address all the tickets?
This don’t have to be an issue. You only need to wait when the DOM is fully loaded.
Forum: Plugins
In reply to: [podPress] [Plugin: podPress] Duplice javascript in headntm I still say the issue is within your plugin because you add it twices.
If I want to use wp_print_scripts that should be fine. For that site I didn’t do the theming tho. Normally I always use wp_print_scripts for widgets and shortcodes and use wp_print_scripts in the footer.
Forum: Plugins
In reply to: [podPress] [Plugin: podPress] Duplice javascript in headThe theme is custom. I will look into it.
I do think this is weird because I only have it with your javascript and not with other plugins that also use wp_enqeue_scripts.I am now using it in BuddyPress 1.5 and there are some other issues. This error is because the site isn’t a multisite. The function get_site_allowed_themes only exists there.
Forum: Plugins
In reply to: [Analyticator] [Plugin: Google Analyticator] analyticsFileTypes' is undefinedthis issue still exists in 6.1.3.
I got this issue in combination with fotoslide.The error popups when trying to select an image from the media library.
Forum: Plugins
In reply to: Create checkbox at pagesI already found a solution for it: https://codex.www.ads-software.com/Function_Reference/add_meta_box works okea for me.
But indeed category was also a good solution