Hello
The new share options works great, but the share by mail is not user friendly.
I click on this button, it opens my email client, and the subject is like: (i.e. in french)
Kartell+by+Laufen,+une+entrée+remarquée+chez+Richardson
It is not possible to remove all this + + + form the subject?
Thanks
Hi pako69!
I found a fix for the problem – I’ll ask Kriesi to include it in the next update.
Best regards,
Peter
Hello
I ‘m on Mac and i use the standard Mail App V7.2
Why don’t you have used %20 instead of +?
thanks
Hey!
We’ll replace the urlencode function with rawurlencode and then the url will use %20 for spaces.
Cheers!
Peter
in a future Enfold update?
Thanks
EDIT: sorry, i did not saw you answer above..
Hi!
Yes. If you need a quick fix open up wp-content/themes/enfold/includes/helper-social-media.php and replace
if(!empty($share['encode']) && $replace_key != 'shortlink' && $replace_key != 'permalink') $replace_value = urlencode($replace_value);
if(!empty($share['encode_urls']) && ($replace_key == 'shortlink' || $replace_key == 'permalink')) $replace_value = urlencode($replace_value);
with
if(!empty($share['encode']) && $replace_key != 'shortlink' && $replace_key != 'permalink') $replace_value = rawurlencode($replace_value);
if(!empty($share['encode_urls']) && ($replace_key == 'shortlink' || $replace_key == 'permalink')) $replace_value = rawurlencode($replace_value);
Regards,
Peter
ah…
It’s better! thanks
PS: Do you know this social network: Viadeo? Very uselful in France, will be great it if can be available…
Hi!
You can suggest the service here: https://kriesi.at/support/enfold-feature-requests/ – if more users vote for it we’ll look into it.
Best regards,
Peter
yep, done