seedpxwee5
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Rewriting CPTUI Post SlugStill working on it ??
I’ll change the status for now.Forum: Plugins
In reply to: [Custom Post Type UI] Rewriting CPTUI Post SlugYeah, failed. After I flushed the permalinks all urls except for root url returned 404.
Thanks for the urls, I’ll check them out.
Forum: Plugins
In reply to: [Custom Post Type UI] Taxonomy in Custom MenuI think I know why show in menu shouldn’t be added.
Forum: Plugins
In reply to: [Custom Post Type UI] Taxonomy in Custom MenuPerfect, that worked! Very impressed.
Forum: Plugins
In reply to: [Custom Post Type UI] Taxonomy in Custom MenuWhile we are at it, can we also include the “meta_box_cb”? I need to:
1. Disable the taxonomy meta box in editor (Using ACF5 to force only 1 category selection)
2. Show taxonomy ui in admin navigation barForum: Plugins
In reply to: [Custom Post Type UI] Taxonomy in Custom MenuGreat work Michael. Resolved this topic.
Forum: Plugins
In reply to: [Custom Post Type UI] Taxonomy in Custom MenuWell, we can either do that, or just add it via the submenu functions.
Just throwing out suggestions to improve the plugin ??
I’m good for now … I’ll watch the github ??
Forum: Plugins
In reply to: [Multisite Post Duplicator] MPD not working properly/errorYou may have the following code in your functions.php or somewhere.
error_reporting(E_ALL); ini_set('display_errors', 1);
If you use sublime you can use Ctrl Shift F to look for the text
Perfect. I’ll test it tomorrow and report back.
Forum: Plugins
In reply to: [Table Field Add-on for SCF and ACF] Color Specific ColumnsCSS applies to all tables. What if I have the “table” in a “repeater” ACF, and each table requires a different styling?
Forum: Plugins
In reply to: [MyBB Cross-Postalicious] MyBB 1.8It works with 1.8, but it will not work when you turn off the “Friendly Redirect” option in “Server and Optimization”. ??
Added the following code
.timeline_um-flat .even {
clear: both !important;
}solves it.
Forum: Plugins
In reply to: [Timeline Ultimate] Timeline Without a DateBut because this plugin is extremely newbie friendly. I have managed to add a get_the_date() on top of every box and linked the title to the page.
Awesome theme design as well for this plugin. Highly recommended
Forum: Plugins
In reply to: [Mail Subscribe List] error message when the input is not a emailAwesome jquery Xerces!
Nevermind, solved it with is_pages()