Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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?
    Thanks

    #262755

    Hi 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 10 years, 6 months ago by Dude.
    #263202

    Hello
    I ‘m on Mac and i use the standard Mail App V7.2
    Why don’t you have used %20 instead of +?
    thanks

    #263223

    Hey!

    We’ll replace the urlencode function with rawurlencode and then the url will use %20 for spaces.

    Cheers!
    Peter

    #263224

    in a future Enfold update?
    Thanks
    EDIT: sorry, i did not saw you answer above..

    • This reply was modified 10 years, 6 months ago by pako69.
    #263787

    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

    #263925

    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…

    #264008

    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

    #264017

    yep, done

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘New share by email’ is closed to new replies.