insel-development
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Ultimate Post Grid] "All" button jumps always to the top of the pageHey Brecht,
yes, it’s the same issue with the standard theme “twenty fifteen”
Any ideas?Many thanks,
JoeThanks for your answer,
here comes the required screenshot:https://monosnap.com/file/CGE4zSetSfssgYYPJQYXiLAykH8PWi
Hope that helps,
JoeForum: Plugins
In reply to: [Seamless Donations is Sunset] Translation is not working overall the pluginHey David,
thanks for the quick reply.I tried to look at these links before but it seems that the server is down ;(
Can’t reach any of it.
Joe
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Translation is not working overall the pluginHello again,
just wondering…
There is a new Version(3.3.5) released but these very small bugs are still not fixed ??So we have to fiddle around in the codebase again to make the fixes work on our sites.
Cheers,
JoeForum: Plugins
In reply to: [Seamless Donations is Sunset] Translation is not working overall the pluginAnd another issue for german language.
In the Thank You page email-from-name there needs to be allowed letters like “?, ü” etc.
So i changed in:
File: “admin-views/templates.php“
line 137 from:$<strong>value = preg_replace( "/[^a-zA-Z ]+/", "", $value );</strong>
to:
<strong>$value = preg_replace( "/[^a-zA-Z ??ü?ü??\/]+/", "", $value </strong>);
Cheers,
JoeForum: Plugins
In reply to: [Seamless Donations is Sunset] Translation is not working overall the pluginjust found 2 typos in the code:
File: “dgx-donate.php“
line 734 “dgx_donate” instead of “dgx-donate”File: “admin-views/templates.php“
line 187 “.” instead of “,”Corrected it in my code. Please updte in the next version so i won’t loos the fixings.
But didn’t solve the former issues.
Cheers,
Joe