Bill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Same posts showing in multiple locationsThis is the forum for wordpress.ORG and you seem to need wordpress.COM:
https://en.support.wordpress.com/It’s very easy to get them confused:
http://en.support.wordpress.com/com-vs-org/But having said that, you need to set a static page as your home page instead of your recent posts. Create the home page with the text you want, and then in
Settings > Reading, select your home page. (At least that’s how it works with a self-hosted site, which is why you need to ask in the right forums: there are lots of differences in what you’re able to do in either type of WP setup.) Good luck!Forum: Fixing WordPress
In reply to: Homepage 'recent-posts' only show up when logged in.There’s no reason to expect a pirated version of anything to work right.
Forum: Fixing WordPress
In reply to: Internal links to blank pagesTry resetting your permalink settings at
Settings > Permalinks. The biography page, for example, comes up athttp://www.alejandraurrutia.cl/pg/biografia-completa/and without/pg/it triggers a 404 (not found).Please ask about this in the support forum for your theme. They will be the best ones to help you with this.
Forum: Fixing WordPress
In reply to: How do I edit the URL in General-Settings?You can try editing the entries in the database directly rather than the method you used initially. Make sure to make a couple backups of your database before making any changes to it. You can get a step-by-step here:
http://codex.wordpress.org/Changing_The_Site_URL#Changing_the_URL_directly_in_the_databaseForum: Fixing WordPress
In reply to: Internal links to blank pagesI am having no trouble navigating around your site at all. Since your theme is a one-page layout, all links on the page are in the form
http://www.alejandraurrutia.cl/#bioand not what you shared above. If you still have trouble with it, perhaps consult the theme author about it? It seems to be a custom theme.Forum: Fixing WordPress
In reply to: Woo Commerce tax issueYou’re welcome!
Forum: Fixing WordPress
In reply to: remove a live themeIn the site where this is active, go to
Admin > Appearance > Themesand activate the original one that is supposed to be used for it. Then you can delete the theme and upload it to the correct site.EDIT: I see you already have this thread going elsewhere. Please don’t duplicate your threads.
Forum: Fixing WordPress
In reply to: Says site under development!One more possibility to add to @laliz’s, your web host may have files in your root directory that provide that ‘under development’ page for you until you’re ready to go. Log in to your hosting account and use cPanel (File Manager) and look for and rename index.html or home.html (or similar) to old-index.html.
Or easier, ask your web host to do it. 🙂
Forum: Fixing WordPress
In reply to: Dashboard link only refreshes the wp-admin pageSometimes people will install WP initially in a sub-directory and later decide to move it to root (and miss a step), or sometimes accidentally install it in both places because it didn’t show up where they thought it would (or some other reason). Or when they have a sub-directory install and later see in
Admin > Settings > Generalthat there’s a place to change the url, they mistakenly decide to just change it fromdomain.com/wordpress/todomain.comand things break.Anyway, so glad you finally got back on track with the site. Best of luck with what’s next!
Oh, and please mark this as resolved if you would.
Forum: Fixing WordPress
In reply to: Woo Commerce tax issueThis is something you need to ask about on the plugin’s support forum. Best of luck!
Forum: Fixing WordPress
In reply to: Dashboard link only refreshes the wp-admin pageLooks like something got fixed! The content is coming up at the main url now instead of /wordpress/, and using the Twentyfourteen theme.
Forum: Fixing WordPress
In reply to: paste excel charts into WPHm. Grasping at straws here, but how about RJ Quickcharts? The description doesn’t mention Excel but a reviewer had this to say:
“Love the lighting fast ability of creating charts with a simple copy-paste of data right out of excel!”Forum: Fixing WordPress
In reply to: Dashboard link only refreshes the wp-admin pageIt might be best just to have the web host take a look at the installation just to make sure things are where they should be. Also have a look at this page to help you figure out what’s going on re: there’s a clean and functional theme accessible at
http://www.terowie4wdpark.combut all assets are being called fromhttp://www.terowie4wdpark.com/wordpress/and so aren’t found.
(out of time for now, sorry)Forum: Fixing WordPress
In reply to: Javascript in page body?I was assuming you wanted it on specific pages, but adding to a template will add it to every page that uses the template (just to clarify).