-
AuthorPosts
-
May 9, 2014 at 11:22 am #262305
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?
ThanksMay 10, 2014 at 11:37 am #262755Hi pako69!
I found a fix for the problem – I’ll ask Kriesi to include it in the next update.
Best regards,
Peter-
This reply was modified 11 years, 6 months ago by
Dude.
May 12, 2014 at 9:36 am #263202Hello
I ‘m on Mac and i use the standard Mail App V7.2
Why don’t you have used %20 instead of +?
thanksMay 12, 2014 at 10:28 am #263223Hey!
We’ll replace the urlencode function with rawurlencode and then the url will use %20 for spaces.
Cheers!
PeterMay 12, 2014 at 10:29 am #263224in a future Enfold update?
Thanks
EDIT: sorry, i did not saw you answer above..-
This reply was modified 11 years, 5 months ago by
pako69.
May 13, 2014 at 8:35 am #263787Hi!
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,
PeterMay 13, 2014 at 2:17 pm #263925ah…
It’s better! thanksPS: Do you know this social network: Viadeo? Very uselful in France, will be great it if can be available…
May 13, 2014 at 4:14 pm #264008Hi!
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,
PeterMay 13, 2014 at 4:28 pm #264017yep, done
-
This reply was modified 11 years, 6 months ago by
-
AuthorPosts
- The topic ‘New share by email’ is closed to new replies.
