-
AuthorPosts
-
May 31, 2013 at 2:58 pm #24131
If I write some text on a page and use ‘ (apostrophe) then all the text after the apostrophe is not saved on update. Also every time I save a post or page I get random ? (question marks) all over the text. Sometimes I need to delete them and re-save the page/post several times before they disappear. Is there any code I can use that will stop these issues?
Thanks!
June 1, 2013 at 6:43 am #122456Hi,
Kriesi is fixing the apostrophe translation issue.
Please switch your Avia Builder to debug mode. Add this code on your functions.php
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}You will have the actual shortcode at the bottom of your Advance Layout Editor.
You should also increase the php memory limit, please refer to the link:
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
June 3, 2013 at 12:12 pm #122457Ismael,
Thanks for helping! I’ve added the code to functions.php and will see how I get on. In terms of memory issues I’ve got the memory set to 256mb limit via my host. This is the maximum for my VPS account with EUKHOST.
I really appreciate your help.
Kleboe
June 3, 2013 at 2:34 pm #122458Random question marks (?) are still appearing see: http://kleboe.co.uk/about for an example. It doesn’t matter what I do (edit re-save) they keep re-appearing. Someone on a different site suggested it was a character encoding issue and that I should set my site to UTF-8 but I’ve looked at wp-config.php and my encoding is already set to utf8. Also I tried commenting out this line in wp-config.php as suggested by others but nothing changed. I was using Eunoia with no question marks (?) appearing so I’d imagine Enfold is causing the issue.
Is there anything else you can suggest?
June 4, 2013 at 12:19 am #122459June 4, 2013 at 12:01 pm #122460Ismael,
I’ve removed them using phpmyadmin and they seem to stay removed. If I save any text in wordpress I still get the question marks (?). I’ll just work around the issue.
Thanks!
Gillies
-
AuthorPosts
- The topic ‘Issues with ' and ?’ is closed to new replies.