krispassion
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend Dashboard] Loguin ProblemI found that for some reason, iThemes security was keeping me out. Don’t know why..
I’ll search another defense plugin and try to make this work together.So it was a plugin conflict.
Thanks, the support was excellent!
Forum: Plugins
In reply to: [Frontend Dashboard] Loguin ProblemI’ve checked the shortcode and its correct. The problem must be on my side (admin) loguin is not working. I asked another colleague and she could loguin with her account… So i’m more worried now about why only admin / keymaster cant log!
At least i know the dashboard is working for our clients. But still, i cant seem to find out what went wrong.Forum: Plugins
In reply to: [Frontend Dashboard] Loguin ProblemI did not change anything lately, at least not since we started with FED
The FED loguin dashboard does nothing when you try to loguin. So its not wrong password. Seems its stuck on ”thinking about it”…
- This reply was modified 6 years, 5 months ago by krispassion.
Forum: Plugins
In reply to: [Custom Post Type UI] CPTUI registered taxonomies not showingSOLVED!
I had no clue, thank you….
Seriously, i feel like all php in my theme is a kind of ”Papiamento” compared to wp-codex.Thank you.
- This reply was modified 6 years, 8 months ago by krispassion.
Forum: Plugins
In reply to: [Custom Post Type UI] CPTUI registered taxonomies not showingWell… i’m lost
i think it relates to this 1st part
function generate_entry_meta() { $categories = apply_filters( 'generate_show_categories', true ); $tags = apply_filters( 'generate_show_tags', true ); $comments = apply_filters( 'generate_show_comments', true ); $categories_list = get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'generatepress' ) ); if ( $categories_list && $categories ) { echo apply_filters( 'generate_category_list_output', sprintf( '<span class="cat-links"><span class="screen-reader-text">%1$s </span>%2$s</span>', // WPCS: XSS ok, sanitization ok. esc_html_x( 'Categories', 'Used before category names.', 'generatepress' ), $categories_list ) ); }
but i have no idea what to change, the type is completely different from WP codex.
Forum: Plugins
In reply to: [Custom Post Type UI] CPTUI registered taxonomies not showingHope drive is ok..
Forum: Plugins
In reply to: [Custom Post Type UI] CPTUI registered taxonomies not showingWell i’m not sure what you need..
i don’t know for sure where that goes to. I’ll try to search it. I’m not sure if it’s a file or… :/
Forum: Plugins
In reply to: [Custom Post Type UI] CPTUI registered taxonomies not showingSure!
Tell me if there’s anything else needed..
Also, i think it might be important.
This is now, only GROUP active and category does not work
in post type
This is in ”edit post type”: [Built-in Taxonomies /Add support for available registered taxonomies.]But if i turn on ”categories wp core” it does appears an empty category on post…