pageii
Forum Replies Created
-
Forum: Plugins
In reply to: [Cr3ativ Carousel] Call through PHPHi, is there a way to feed ids to Cr3ativ instead of the default category parameter?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Read/WriteThanks for the note. I’ve subscribed to your updates and will keep a lookout for the write capabilities. Happy coding!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Read/WriteOAuth 2, css-hack extensibility and widgeting sounds exciting. Looks like the future direction is to go “platform” with ability to build add-on. That’s a powerful concept esp when other killer google apps/services could be added via api leveraging on your app. Meanwhile, once the beta push/write capability is out, I’ll be among your early fans to test drive 3.+ and share feedback if I found anything constructive.
Forum: Plugins
In reply to: [Custom Post Type UI] custom post statusYup, it’s been quite a while and it’s puzzling why Core continues to sit on the issue. Custom Post Status is a feature that’ll open up a whole new way of using WP. Also, the WP “archive post” is a little too pseudo and deserves it’s own post status in it’s own right, among others.
Forum: Plugins
In reply to: [Custom Post Type UI] Custom Post type and Visual Composer grid blockI would like to add that by setting the value to “9”, the problem of VC’s new “frontend” editor is solved. By default, VC’s frontend editor will send CPT UI’s custom posts into an endless loop in this mode (VC’s logo keeps on looping).
Can’t thank you enough for this elegant solution.
Forum: Plugins
In reply to: [Custom Post Type UI] Custom Post type and Visual Composer grid blockHi Michael,
This worked for me. Using WP 4.3.1 + VC 4.7+.add_action( 'init', 'cptui_create_custom_post_types', 9 );
Forum: Plugins
In reply to: [Post Views Counter] Need php template tag & shortcodeThat does it! You solved my problem entirely! I’m actually using WP query parameters as rendering variables and “post_views” is exactly what I had been looking for!
Your plugin works, is light weight, carefully balances performance issues, offers powerful options (e.g. multi-select specific custom post-types) and no frills. Your assistance is also prompt and precise. dFactory you are GREAT and folks at Pageii Studio wants to say a big THANK YOU to you!
Forum: Plugins
In reply to: [Post Views Counter] Need php template tag & shortcodeYes, I’ve also be mulling over this and I tend to agreed with you. Do you have any tips for returning an array of post ids of “popular posts” by view count registered under your plugin?
Forum: Plugins
In reply to: [Post Views Counter] Need php template tag & shortcodeThank you for the tips.
Is the post count value stored as a post variable? I can’t seem to find the meta key name.
Forum: Plugins
In reply to: [Custom Post Type UI] Can't Delete a Custom Post type with spaces@michael Beckwith great fix! I was running in circles with that too. Fixed!
Forum: Plugins
In reply to: [Custom Menu Wizard Widget] Horizontal descendantsThank you for your tips!