Bill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with editingPlease ask the theme author about this special FAQ section you’re working with. Maybe he/she can help.
Forum: Fixing WordPress
In reply to: Dashboard link only refreshes the wp-admin pageWhat happens when you navigate to
http://www.terowie4wdpark.com/wp-login.phpand log in?Forum: Fixing WordPress
In reply to: Dashboard link only refreshes the wp-admin pageThanks for adding that, SE!
Forum: Fixing WordPress
In reply to: Javascript in page body?I’m sorry but I missed your mention of that page in your first post. Here is one potential plugin that looks like it’s popular and highly rated: https://wordpress.org/plugins/css-javascript-toolbox/
It allows you to create code-blocks and drop them in wherever they’re needed: pages, posts, categories, etc.Forum: Fixing WordPress
In reply to: Dashboard link only refreshes the wp-admin pageIf it were me and there wasn’t much content yet, I’d start with a clean install. But that’s just me.
Before any of that, check a couple more things. First make sure there aren’t other files or folders in a /wordpress/ directory in that same root folder. Do you see a ‘wordpress’ folder? A functioning Twentyfourteen theme is running fine at the root domain, but those 404 pages are coming from a sub-directory.
Also check the htaccess file and compare it against this default one:
# 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: Fixing WordPress
In reply to: Javascript in page body?Please read this section:
https://codex.wordpress.org/Using_JavascriptForum: Fixing WordPress
In reply to: Problems with editingYou need to disable them all at the same time for best testing results. Is this FAQ section from a plugin or theme?
Forum: Fixing WordPress
In reply to: How do I force WP-Cron to run early?A plugin like WP Crontrol will allow you to run them whenever you like, manually.
Forum: Fixing WordPress
In reply to: Problems with editingIf you were able to clear those caches and still no luck, next disable all plugins and try editing your title again. (Your description of the problem is not clear at all so more detail would help.)
Forum: Fixing WordPress
In reply to: Dashboard link only refreshes the wp-admin pageDownload a copy of WP from here. Open that on your computer and look at its contents. The files and folders should have basically the same order and relationships on the live installation on the server. There may be minor differences depending on what version is on the server, but not much if any.
Forum: Fixing WordPress
In reply to: Problems with editingI don’t use W3 myself so I can’t be exact, but you need to activate it and then look for its settings in your admin area, or see if there is a button on your dashboard that says something about clearing the cache. After clearing it, deactivate it again.
Your browser will have its own cache to clear, either under a menu item or in the browser preferences – depends on which browser and OS you use.
Forum: Fixing WordPress
In reply to: Problems with editingBefore you deactivate the W3 plugin, make sure to clear its cache first. Then deactivate it (and leave it off while you edit), clear browser cache and try again.
Forum: Fixing WordPress
In reply to: Dashboard link only refreshes the wp-admin pageI see what you mean now. Something not right about the installation or url, I think. Was this site moved? The admin pages’ addresses are in a sub-directory (/wordpress/) but the functioning theme is reachable at the main domain. Look at the files on the server to see where things have been installed. Are they in root or in a ‘wordpress’ folder? Your link above is just going to a 404 page (page not found).
Reference this page for what it should look like:
http://codex.wordpress.org/Installing_WordPressForum: Fixing WordPress
In reply to: Dashboard link only refreshes the wp-admin pageNot really clear on what the issue is.
wp-adminis the default dashboard-link’s destination.edit: St. Even beat me to it!
Forum: Fixing WordPress
In reply to: Update failed and worseThat’s quite alright! It’s just better for you to have your own thread for best results. Welcome to the forum!