joergwigger
Forum Replies Created
-
Forum: Plugins
In reply to: [Germanized for WooCommerce] KundenkontoHallo,
ich hab das mit “Awesome Support” und “User Role Editor” gelöst. Neue Kunden sind Standartmäßig “Kunden” und haben (über User Role Editor) folgende Rechte: attach_files, create_ticket & close_ticket …
Funktioniert wunderbar.
Gruss Jörg
Forum: Plugins
In reply to: [Germanized for WooCommerce] awesomesupport – Deutsche “SIE” VersionAiAiAi,
Ihr seid ja schneller als die Feuerwehr. Vielen Dank für den nützlichen Hinweis!! Hat auf Anhieb gefunzt!
Danke!
Same issue here (since last update) … Please advice us with a update – need this urgent :-=
Forum: Plugins
In reply to: [Gravity Forms WYSIWYG] WYSIWYG "read Only" in Backend "editing mode"dont know – this project and the related website is finished a couples of months ago .. sorry
HI there – same issue on crossbox.tv. No stats … any idea?
Forum: Plugins
In reply to: [Gravity Forms WYSIWYG] WYSIWYG "read Only" in Backend "editing mode"oh we tried everything we found but without success … 🙁
Forum: Plugins
In reply to: [Gravity Forms WYSIWYG] WYSIWYG "read Only" in Backend "editing mode"Hi, does NOT solve this. Support for this addon really sucks.
Forum: Themes and Templates
In reply to: [Weblizar] Remove Slide 2 and/or Slide 3Ok did this also but lost all the slides. How to modificate to get just ONE Slide ?
Thanks in advance!!
Forum: Plugins
In reply to: [wBounce] "The plugin does not have a valid header" and "Fatal error"Hi Kevin, had the same issue here. Inserted the recommended code – voila – that solved!
Thanks
Forum: Plugins
In reply to: [WP Better Emails] Needs a responsive email templage.. Also waiting for this. Let give´m a cold beer to archieve 🙂
Thanks in advance!
Forum: Fixing WordPress
In reply to: How do I display "Welcome, (Username)" for logged in users?Fixt it :-9 Code is OK but Menu space was tooo small …
Forum: Fixing WordPress
In reply to: How do I display "Welcome, (Username)" for logged in users?hi there … behind whats following; I AM A ROOKIE!
i tried to get displayed “Welcome Firstname Lastname”. Firstname (in this case (“Mr” “Title”) is OK but “Lastname” has a “more” tag and klicking on this is displaying the “Lastname” …
+++++++++++++++++++++++++
add_filter( ‘wp_nav_menu_items’, ‘my_custom_menu_item’);
function my_custom_menu_item($items)
{
if(is_user_logged_in())
{
$user=wp_get_current_user();
$name=$user->user_firstname; // or user_login , user_firstname, user_lastname, display_name
$name2=$user->user_lastname; // or user_login , user_firstname, user_lastname, display_name
$items .= ‘<li style=”padding: 1.37em 1em; font-family: inherit; color: #FFAD00;”>Guten Tag, ‘.$name.”;
$items .= ‘<li style=”padding: 1.37em 1em; font-family: inherit; color: #FFAD00;”>’.$name2.”;}
return $items;
}
++++++++++++++++
Screenshot herePlease be so kind and gimme a little help 🙂
Cheers joerg
Forum: Plugins
In reply to: [Gravity Forms Directory] Repeating fieldsHi, havin the same bug here … please fix this … thanks in advance!!