jonsapinsider
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Top admin tool bar not displaying for “Editor” user roleI switched show_admin_bar(false); to true and looks like everything is working normally.
Looks like this is resolved.
Forum: Fixing WordPress
In reply to: Top admin tool bar not displaying for “Editor” user roleHi @jessn thanks for replying.
I tool a look and it seems that there is a function in the functions.php file
add_action('after_setup_theme', 'remove_admin_bar'); function remove_admin_bar() { if (!current_user_can('administrator') && !is_admin()) { show_admin_bar(false); } }
Looks like the if statement is declaring that if the current user is not an admin – don’t show the admin bar.
I’m not sure if this would be the correct code but please do let me know if you see a programmatically error below :
if (!current_user_can('administrator', 'editor' ) && !is_admin()) && !is_editor()) { show_admin_bar(false); } }
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Send User Email w/ shortcodes?Looks like that worked — thank you @shabti – your the best!
Looks like its working — thanks again @shabti
Thanks for your reply Shabti
Looks like the acf image field in the acf frontend pro form field doesn’t work.
– Would there be an email that I can contact you directly with screen shots? That would be really helpful.
Please let me know
Thanks!
Looks like I found it!
[usp_content richtext=”true”]
Oh gotcha — please do send me over that link and ill be happy to ping you via the contact form. Much appreciated for your help Jeff.
Ok sounds good Jeff, Ill go ahead and purchase the pro version. Would you by chance have a link to documentation on how I can implement the custom taxonomy?