dpeek
Forum Replies Created
-
Forum: Plugins
In reply to: [AI Engine - The Chatbot, AI Framework & MCP for WordPress] Tags/ShortcodeWell, primarily, this is something that would improve the bulk post-generator feature. Obviously, you already have most assistant tools at the single post level. But if we could leverage more popular shortcode plugins inside the templates (both single/bulk in AI Generator), that sure would give more control over layouts for bulk posts which to me would add a lot of value to the bulk generator by removing touch up work needed later. These two popular plugins come to mind:
https://ww.wp.xz.cn/plugins/shortcodes-ultimate/
https://ww.wp.xz.cn/plugins/shortcoder/
Of course, I could be overlooking something you’ve already done 🙂
Absolutely loving your plugin bro. Would love to see scheduling added to bulk generation—just some simple drip feed settings. But there are plugins that do that already from other ends I guess.
Another idea for bulk generate roadmap – Rankmath integration, or at least a way to GPT generate meta fields from bulk generator panel.
- This reply was modified 3 years, 2 months ago by dpeek.
Thanks for the tip. I’ve inserted that css and it does allow the two fixed elements to finally co-exist, but now the main page content when scrolled up slides above and over the nav bar and not behind it.
It’s soo close to everything playing nice. Again I’ve been grappling with it in firebug, tried to set z-index of the navbar to a number, but yea only ‘auto’ will allow it to play nice with the other fixed one.
Hoping you could work some final magic?
I have a similar goal, and here is the function that works (as of BP 1.6) to remove a tab (in this case the activity tab):
$bp->bp_options_nav[$bp->groups->current_group->slug][‘activity’] = false;What I can’t seem to manage is how the conditional calling code should look or even where it should be in this case. The simplest approach would be to obviously throw it in bp-custom.php like usual, which I’ve tried, using the following code:
if ( bp_group_hierarchy_has_parent()) {
$bp->bp_options_nav[$bp->groups->current_group->slug][‘members’] = false;
}
But naturally it fails to undefined function error. I’ve tried to include the hierarchy class file, and setup a new handler for the class, but that fails to a ‘cannot redeclare class’.
What’s the easiest way to access that function from bp-custom.php?
Or, setting it to tie to a group outright, and not to a user, or whatever adaptation would be easier.
Having the very same issue the OP. Nothing happen when creating a page or field. No error to report either. I sure hope the dev decides to keep this plugin going as it was easily one of my favorite BP plugins till it stopped working.