Mark Puts
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Permalinks] Permalink Manager Lite@sasiddiqui Ok, no problem. When I finish this code, are you interested in this code? Perhaps to integrate in the plugin?
Forum: Plugins
In reply to: [Meta Box] Display oembed element (video)Made a fix, see Github: https://github.com/rilwis/meta-box/compare/master…Maaark:patch-1
Forum: Plugins
In reply to: [Meta Box] Display oembed element (video)I have the same issue, your code example doesn’t work.
A var_dump results instring(32) "<a href="http://Array">Array</a>"Forum: Plugins
In reply to: [Autoptimize] Google Fonts supportHaha thank you for your reply. En uiteraard ook bedankt voor deze coole plugin 🙂
Forum: Plugins
In reply to: [Autoptimize] Google Fonts supportTrue 🙂 But I meant it only theoretically 🙂
Forum: Plugins
In reply to: [Autoptimize] Google Fonts supportI didn’t knew about the different versions for different browsers, so it isn’t a good idea to combine it indeed. 🙂 I was trying to avoid using it via javascript, since CSS only solution is less work haha.
But let’s assume it was a good idea, will it really be faster to use Google’s CDN? it’s a new request with perhaps a DNS lookup, TTFB and a download time. I think it would be faster to just add some extra kb’s to 1 file? Less overhead? I’m only targeting 1 country and my server is in that country’s capital so there should be that much a difference I guess?
Forum: Plugins
In reply to: [Autoptimize] Google Fonts supportBut the fonts aren’t hosted on my own server? If you have a look at http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,700,600|Varela+Round you see that the file contains just some boring css and the actual fonts are loaded via it’s uri’s. So you are not hosting the actual fonts yourselves. I’ve seen other plugins that include external css files in their combined and minified version and that doesn’t cause issues for these simple files.
It should work out of the box as long as the post title is in the url.
Forum: Plugins
In reply to: [Contact Form 7] wpcf7_add_shortcode not working anymore?It seems that the issue is in the do_shortcode part, since I’ve started debugging it a bit and I saw that WPCF7_ShortcodeManager shortcode_tags did contain the custom shortcodes I’ve set. Hope this helps you. Version 4.0.3 is working fine, only 4.1 is giving this issue.