An apostrophe within text ad text displays back slash

Discussion in 'ClassiCraft WordPress Theme' started by alnaami, Feb 19, 2014.

  1. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi there,

    When you view an ad that has an apostrophe within the text of it, you'll see a back slash displayed before it. For example, if your text contains the phrase "I'm looking for ...", you'll see "I\'m looking for ...". How do you make sure the text is displayed correctly without the back slash?

    Thanks,
    Mike
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Mike,

    Paste code given below in the ".htaccess" file.

    Code:
     php_flag magic_quotes_gpc Off
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi Nitesh,

    I pasted the code you provided in the .htaccess file, but that didn't resolve the issue.
    Perhaps I didn't apply your code correctly. Also, should this take effect right away?

    This is the content of my .htacess file now.

    [xyz_dbox]$ more .htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    php_flag magic_quotes_gpc Off

    [xyz_dbox]$

    And this is what the ad is reflecting before and after I pasted the code ...

    Hi all, I\’m looking for some used office furniture which is still in a very […]
    Also, see screen shot attached.

    The site link is http://yemenface.com

    Thanks,
    Mike
     

    Attached Files:

  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    I will check and resolve your issue.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. spottedvarennes

    spottedvarennes Member

    Joined:
    Jan 26, 2015
    Messages:
    79
    Likes Received:
    0
    this issue is still ongoing, let me know if you want to know what I did to fix this.
     

Share This Page