esmi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images not loading in media library or on websiteHave you checked (using FTP or whatever file management application your host provides) that the older image files are still available in wp-content/uploads?
Forum: Fixing WordPress
In reply to: Search for usersBy default, WordPress does not have an option to search for users, so you will probably need to look for a search users plugin.
Forum: Networking WordPress
In reply to: Installing WordPress in my current working domainTry installing WordPress in a sub-folder (eg install in
/home/BLA/public_html/wpwith a root url ofhttp://www.onlinehoteles.com/wp) so that you can work on the new site without disturbing your old site. Once you have finished work and are ready to launch your new WP site, have a look at allowing WordPress to take over the root domain- This reply was modified 8 years, 3 months ago by esmi.
Forum: Fixing WordPress
In reply to: Перестал работать редактор загрузок, шорткод ов, ссылокI’m sorry but these are English language community forums, so please try to use English or provide an English translation. Alternatively, use a WP support forum in your language.
Forum: Fixing WordPress
In reply to: Unable to login to admin websiteIt can take up to 72 hours for a newly registered domain to fully propagate and be ready for use. So I’d suggest you wait a day or so and then try again.
- This reply was modified 8 years, 3 months ago by esmi.
Forum: Fixing WordPress
In reply to: I got http error 500Try checking your site’s error logs for a more specific error message. Your hosts should be able to help you accessing your site’s error logs.
Forum: Fixing WordPress
In reply to: Clients cannot load anythingYou cannot use
localhostas part of your site url if you want to be able to access the site from other computers. Every computer defines itself aslocalhost. You need to use an internally configured domain name (e.g.192,168.0.19) if you’re on an internal network or a fully registered domain name or IP address if your co-worker is not part of your network.Forum: Fixing WordPress
In reply to: Login Page Missing Default CSSTry re-uploading all files & folders – except the root wp-config.php & .htaccess files and the wp-content folder – from a fresh download of WordPress. Make sure that you delete the old copies of files & folders before uploading the new ones.
Forum: Fixing WordPress
In reply to: Dodgy post in Latest NewsYou seem to have posted a stylesheet above – not the code for your theme’s sidebar (presumably sidebar.php).
Forum: Fixing WordPress
In reply to: Name of webpage/link is long and wrongHave you reviewed https://codex.ww.wp.xz.cn/Changing_The_Site_URL ?
Forum: Fixing WordPress
In reply to: Instagram has returned invalid dataAre you using an Instagram plugin? If ‘yes’, you need to identify exactly which plugin you are using and then post in that plugin’s dedicated forum via its page in the Plugin Repository.
Forum: Fixing WordPress
In reply to: Dodgy post in Latest NewsAs per the Forum Welcome, please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.
Forum: Fixing WordPress
In reply to: Dodgy post in Latest NewsHave you had a look in Appearance -> Widgets to see if these are being added to the sidebar that way? If there’s no widgets in the current sidebar, then it’s likely that these are being added via some coding in your custom theme. The theme’s developer might be the best person to speak to about this.
Forum: Fixing WordPress
In reply to: What happened to the Blogroll?Widgets & their data are stored on a “per theme” basis, so when you switch themes, you have to add your widgets back in again and re-populate them.
Forum: Fixing WordPress
In reply to: Need help with removing an IFrame advertisement on my websiteHave you tried:
– deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– switching to the default theme to rule out any theme-specific problems.
– resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.
Why are you using an old copy of WordPress? Were you aware that your site is currently running a very real risk of being hacked? You need to upgrade WordPress asap. As you have such an old version of WordPress, you will need to carry out a series of smaller manual upgrades. See Upgrading_WordPress_Extended for the full details.