Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #331251

    Hello,
    First want to say love the enfold theme.

    When I have a post with an apostrophe in it, it gets displayed on the site fine in the post, but if I click Share on Twitter, or Share on Pinterest with the default sharing buttons at the bottom of the post it converts the apostrophe (single tick) character to: ’

    I have typed it directly into WordPress. Not a Copy/Paste situation.

    So the post title:
    The Cougel’s back (with a whole new flavor)
    becomes in the share box after the link is clicked….
    The Cougel’s back (with a whole new flavor)

    Any ideas how to fix this? Thanks,

    • This topic was modified 10 years, 1 month ago by 118group.
    #331886

    Hey!

    Try adding this at the very end of your theme functions.php file:

    remove_filter( ‘the_title’ , ‘wptexturize’ );
    

    Cheers!
    Josue

    #332010

    Hello Josue,

    I appreciate the help, but that did not fix the issue. Any other thoughts?

    #332059

    Hey!

    Please update the theme to the latest version (3.0.2). Also your PHP memory limit is quite low, increase it to at least 128M – http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Once you done that, please hand me a temporary WP admin account in a private reply.

    Best regards,
    Josue

    #332387
    This reply has been marked as private.
    #332744

    Hi!

    Put this in your wp-config.php file:

    define( 'WP_MEMORY_LIMIT', '128M' );
    

    Enfold includes this comment in the source:

    <!--
    Debugging Info for Theme support: 
    
    Theme: Enfold
    Version: 2.9.2
    Installed: enfold
    AviaFramework Version: 2
    AviaBuilder Version: 0.7
    ML:64-PU:30-PLA:5
    -->
    

    ML stands for Memory Limit.
    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.