iceq
Forum Replies Created
-
Forum: Networking WordPress
In reply to: What is the final step in moving a single WP to WP Network?Well, my question is basically what to do after I imported the content 🙂
I will need to do something with the domains, to make the old domain point to the new blog-A.. what is best way to do that?
And also: what do I have to do next with blog 1, concerning the files, permalinks, forwarding and redirection (if needed) all that stuff?Forum: Fixing WordPress
In reply to: Export tool doesn't produce xml but html fileOkay, will see about that. Thank you very much.
Forum: Networking WordPress
In reply to: html doce shows instead of the websiteI use not many plugins.
The page looks like thishttps://skydrive.live.com/redir?resid=417357047CAE417B!1014
Sometimes I even get this error:
Forum: Themes and Templates
In reply to: hardcode language choice in the themeNo need to be sorry, you are helping me alot 🙂
I mentioned the plugin’s name before, it is “WordPress Language” found hereThe theme is a premium theme called Sahifa
Can you please tell me where to put that “link” ?
Thank youForum: Fixing WordPress
In reply to: 500 internal server error after upgrade to 3.5.1Thank you. I did that, I deleted all files except wp-content, and re-uploaded new ones from fresh WP package (latest version).
DID NOT HELP !!host is Hostmonster (sister to Bluehost)
I spoke with them couple of times and they didn’t know what’s going on.
Forum: Themes and Templates
In reply to: hardcode language choice in the themeThank you wpmnger
I added<html <?php language_attributes(); ?> dir="rtl">
to the header, and replaced define('WPLANG', 'ar_AR');withdefine('WPLANG', 'ar');, but still the theme doesn’t load the rtl style.please note: if you know what that plugin above does, I am sure you’ll be able to know the trick. That plugin allows me to select the language of the dashboard, and the front end, and it works perfectly. Currently, I configured the plugin to set my blog’s interface (the public pages) to Arabic, and the dashboard to English.
So what is it that the plugin does, that implements this setting?Forum: Fixing WordPress
In reply to: Export tool doesn't produce xml but html fileDear Esmi, thank you very much.
All solutions failed except the last one.
After deleting all files and uploading new ones everything seems to be back to life. This solved this issue and another issue (blank page after saving any setting).But the question remains, what caused that, and why the only solution is to replace all files ?
Forum: Fixing WordPress
In reply to: Export tool doesn't produce xml but html fileJust to clarify, the html file which is produced instead of the xml file is opened in a url that looks like this:
Forum: Themes and Templates
In reply to: hardcode language choice in the themeThank you wpmnger, sorry for late response, it seems WordPress.org’s email notification service is not working.
In my theme’s header there’s this:
<html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" />So how should I modify it to make my blog look like an Arabic blog?
BTW, are you sure it’s in the theme, not in the blog?
Basically, I want to hardcode what that plugin did, into the theme or the WP installation, in order to avoid using the plugin.
How ?Forum: Fixing WordPress
In reply to: 500 internal server error after upgrade to 3.5.1Thank you. I did what you advised, but the problem isn’t gone.
Currently, there’s no “advanced-cache.php” in my wp-content, and my .htaccess file contains this:# 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 WordPressForum: Networking WordPress
In reply to: Gallery and uploading files keep failing with "error"Dear Ipstinu, I called Hostmonster twice.
They said no hacks are apparently found. Log file showed nothing relevant.I read that many other users having the exact same problem, could it not be a problem of WP itself, especially that, as I said before, when I re-install latest version problem is fixed, but it returns later?
Forum: Networking WordPress
In reply to: html doce shows instead of the websiteIpstenu, I spoke with Hostmonster and they said it’s certainly not related to the server 🙁
What else can it be?
Please note that the problem doesn’t occur always, and the moment I refresh the page, the page is rendered fine.
Forum: Networking WordPress
In reply to: Gallery and uploading files keep failing with "error"Hi Ipstenu. Hostmonster support said its ImageMagick module version 3.0.1
What next, please ?
Forum: Networking WordPress
In reply to: Gallery and uploading files keep failing with "error"I am sorry I am not sure I get what you meant.
If I ask my hosting if they use ImageMagick, and they do, what should I do?
If they don’t , what?
ThanksForum: Networking WordPress
In reply to: html doce shows instead of the websiteYes Ipstinue, what I see is the html code (page source, not the PHP code) instead of the page itself.