apaolo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Having some issue in text widgetOk Thanks bemdesign
Forum: Fixing WordPress
In reply to: Having some issue in text widgetOK, switch my theme to Twenty Fifteen and Turned off all plugins but nothing happend. the code still automatically changeI guess this is wordpress issue because it only happened when I updated my version to 4.3.1
Forum: Fixing WordPress
In reply to: Having some issue in text widgetYup I tried to disable all the plugin but its still the same.
Forum: Fixing WordPress
In reply to: Having some issue in text widget@bemdesign – not only the back slashes – something like this
< ; img src=" ;” width=”100%” / > ;
wordpress is automatically replace the <>, ” into < ; > ; and " ;
I alreadu enhance the text widget using a plugin before so it work fine before not until lately when wordpress updated to 4.3.1.
Forum: Fixing WordPress
In reply to: Editing the pages in htmlIm also having a problem with regards to editing or adding code to new posts/pages. everytime I post a code for example –
<img src=”<?php echo of_get_option(‘main_image’) ?>” width=”100%” /> ,
it automatically changes the code to this-
<img src=”\” width=\”100%\” />Anyone have an idea on how to fix this? Its not only the code above but every html code I post it change the open and closing tags.