Bill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 on Product pages onlyI would try resetting permalinks in
Settings > Permalinks. If that doesn’t help, try asking in the support forum for the plugin.Forum: Fixing WordPress
In reply to: "All posts" list turned blue after upgrade to 4.3.1Try deactivating all plugins again, but also temporarily switch to a default WP theme (like Twenty Fifteen). Clear your browser cache before you try to reload the page to test.
Forum: Fixing WordPress
In reply to: Slider not workingyw!
Forum: Fixing WordPress
In reply to: Slider is a Vertical Mess, and Embedded Videos Take Up Whole ScreenI would check out the support forum for whatever theme it is that you’re using. Does it clear up if you switch to the default WP theme (Twenty Fifteen)?
Forum: Fixing WordPress
In reply to: Slider not workingTry asking about this on the support forum for your theme. Good luck!
Forum: Fixing WordPress
In reply to: Widget obsoletoTrate de hacer su pregunta aquÃ: (Hope Google got it right:)
https://es.forums.wordpress.org/forum/manuales-y-resolucion-de-problemas
Forum: Fixing WordPress
In reply to: how to know about the schedule postYou can start your exploration here:
https://codex.wordpress.org/Function_Reference/edit_posthttps://core.trac.wordpress.org/browser/tags/4.3.1/src/wp-admin/includes/post.php
Forum: Fixing WordPress
In reply to: Parse ErrorIt sounds like you tried to edit the theme widget.php file? If that’s the case, you can replace the theme with a fresh copy.
If you can’t access your admin pages, you’ll need to use an FTP client (like FileZilla), or your host’s cpanel (or File Manager) and navigate to the files on the server.
In your WP installation there, find
wp-content/themesand rename the twentyeleven theme’s folder to something liketwentyeleven-hold, or delete it altogether. That will disable the theme and hopefully allow you to get back into WP admin. WP will use a default WP theme in its place (probably Twentyfifteen).Once you can get back in to your admin pages, re-install a fresh copy of the theme. If you have made other changes to the theme, you will lose them of course. That’s why you should always make changes to a child theme.
The change you were trying to make at the outset should probably be done in custom style sheet, BTW.
Forum: Fixing WordPress
In reply to: Lost My WebsitePeople constantly get into trouble by changing those settings with the best intentions.
You need to change the urls back to what they were before. Have a look at this page which has detailed instructions for doing that.
Don’t be put off by how much info that page has. Read the intro paragraphs, and then look specifically at the section I linked you to: Edit functions.php. It’s just a few steps, but be sure to take it step by step.
That page has links about ftp if that’s new to you. If you still aren’t sure how to access the file, ask your web host to help you.
http://codex.wordpress.org/Changing_The_Site_URL
http://codex.wordpress.org/Settings_General_Screensee: http://codex.wordpress.org/Moving_WordPress for moving WP out of a sub-directory
Forum: Fixing WordPress
In reply to: Vantage Theme – Reduce space between a rowTry adding something like this to your custom styles:
#panel-31-2-0-0 h1 { margin: 1em 0 0 !important; }Forum: Fixing WordPress
In reply to: Cannot access my sitesHave you tried the lost password link on the login page?
Otherwise, this page has lots of options:
http://codex.wordpress.org/Resetting_Your_PasswordForum: Fixing WordPress
In reply to: Home page loads but no other pages loadIt’s giving a 500 server error message, but that can often caused by a plugin. I would disable all plugins and test again. Are you able to login to admin to do that?
Forum: Fixing WordPress
In reply to: Webmaster has quit and refuses to provide passwordsSounds like you have access to the server files, so have a look at the various options you have on this page:
http://codex.wordpress.org/Resetting_Your_PasswordForum: Fixing WordPress
In reply to: Move wordpress self hosted back to wordpress.comYou’re welcome. Good luck with it!
Forum: Fixing WordPress
In reply to: Can't log into my site!!Sure, now that you know how to get at it you can try switching back the name to test it out. I would be surprised if it were something besides this plugin causing the trouble, but you’re about to find out. 🙂