Profiles

Badges

POLYGLOTS
1 badge
Translation Contributor '17

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
October 2024
Oct 13 Sun · 17:35
Forums med
Posted a reply to Lost slides after adding one, on the site WordPress.org Forums:
Oh... and also just noticed I cannot add any more slides. Well...
Oct 13 Sun · 17:25
Forums med
Created a topic, Lost slides after adding one, on the site WordPress.org Forums:
I was adding some slides, and when I added slide numbe…
March 2022
Mar 03 Thu · 21:27
Forums med
Created a topic, Problem free plugin, on the site WordPress.org Forums:
Have been using it for years without any issue. Works …
April 2019
Apr 08 Mon · 11:07
Forums med
Created a topic, Text Content of Hero Banner, on the site WordPress.org Forums:
Hi Sayful: First thanks for such a nice plugin: it …
March 2019
Mar 29 Fri · 09:26
Forums med
Created a topic, Perfect!, on the site WordPress.org Forums:
Simple but very effective and to the point... great wo…
December 2018
Dec 20 Thu · 08:33
Forums med
Posted a reply to error importing wp users into the CRM, on the site WordPress.org Forums:
Thanks for the workaround tip, but it would be nice if the existing "Import into…
Dec 13 Thu · 11:26
Forums med
Created a topic, error importing wp users into the CRM, on the site WordPress.org Forums:
When importing wp users into the CRM, I get the follow…
November 2018
Nov 21 Wed · 18:07
Forums med
Created a topic, Just what I needed, on the site WordPress.org Forums:
Working as promised and was just what I needed, no mor…
Nov 17 Sat · 12:27
Forums med
Created a topic, default tinyMCE, on the site WordPress.org Forums:
Why the tinyMCE editor for the notes doesn't shows all…
Nov 08 Thu · 17:35
Forums med
Posted a reply to hooks to change menu entries texts, on the site WordPress.org Forums:
Just using "the_title" was enough: function change_menu_titles($title){ $title=str_replace( '|', ' ', $title ); return $title;…