dorjee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Keeping minus sign in first position in URLThe issue is always there. I’m waiting for a formatting.php expert, please!
The same for me. I desactivate this shitty plugin for the moment…
Forum: Fixing WordPress
In reply to: Page not found – it's my fault!Thanks cubecolor for your quick answer.
What I did and now it works!I changed wp-config (I can get FTP) with these lines:
define(‘WP_HOME’,’http://example.com’);
define(‘WP_SITEURL’,’http://example.com’);(with my “myhost.com” address obviously)
But I can access only to wp-login, not the control panel, so I changed function.php in theme folder with these lines:
update_option(‘siteurl’,’http://example.com/blog’);
update_option(‘home’,’http://example.com/blog’);(with my “myhost.com” address obviously)
After two trying to connect I found again my website and my control panel, great!
But now it is recommended to change back the function.php, what will happen? And I can’t change the WP addresses in general settings because they are now in grey and cannot be edited. An idea? Am I obliged to access the the DB?
Forum: Fixing WordPress
In reply to: X remplaced by × between two digitsA great thanks, it works perfectly. I suppose there are a lot of improvements in this new formatting.php file, it passes from 84 to 92 ko! Thanks again, my issue is fixed.
Forum: Fixing WordPress
In reply to: X remplaced by × between two digitsWell, again.. I uploaded a fresh version of WP (all the files) and the problem disappeared. uch!
Now, as I don’t want to destroy my blog again, please (I’m not expert in coding), can you give me the modified version of the two lines in formatting.php. Thanks in advance.
Forum: Fixing WordPress
In reply to: X remplaced by × between two digitsWell… I made a big mistake. I modified the two lines you said and this gives a global error. I change back, I upload a new original version of this formatting.php file, but the error is always here. The message instead of the content of posts or page is this :
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'shortcode_unautop' was given in /homez.120/.../www/site/wp-includes/plugin.php on line 166How can I repair?
Can you suggest a good change for these two lines (example)?Forum: Fixing WordPress
In reply to: X remplaced by × between two digitsHello! Nobody’s at home?
I can’t believe that none wp specialist can fix this issue?
Where is the rule which changes x into × between two digits? Help!Forum: Fixing WordPress
In reply to: X remplaced by × between two digitsSo I resume the previous message: I would like that in the post links WP does not replace the x character (code #120) with a × character (multiplication sign, code #215). It seems that WP follows this rule of replacement when the x letter is between two numbers-digits, by example 12×34 becomes 12×34.
Note that this rule is applied only in the text of the link and the label, not in the url of the link, so the link is functioning normally. One help please. Thanks.
Forum: Plugins
In reply to: Create multiple posts from an xml fileThank you ThorHammer, but this is not exactly what I need.
Forum: Plugins
In reply to: Create multiple posts from an xml fileIncredible! Allways NO solution? I can’t believe it!
Forum: Themes and Templates
In reply to: Videographer sidebar issue with ie and chromeThank you for your answer and suggest. Finally I give up the fluid width project for this theme.
Forum: Themes and Templates
In reply to: Videographer sidebar issue with ie and chromeI verified the closure of <div> tags and <if> tests in comments.php and the sidebar associated files. All is correct.