Peninah
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site gets stuck in K-9 Web filter😉
had to laugh when I saw this post!Forum: Fixing WordPress
In reply to: Dashboard not working or loading properlyGlad you figured that out!!
Easy Google Fonts is a fonts plugin that I know some people use and enjoy. Not sure if that would be a good alternative for you.Forum: Fixing WordPress
In reply to: Site gets stuck in K-9 Web filterThis doesn’t really have to do with WordPress as much as K9. (by the way, I also have the K9 filter and it didn’t get stuck, but I have it on a not-as-strict setting.)
You’d probably be best off contacting K9, and asking them for advice.
K9 usually provides a reason when blocking a site, so I’d also check that and see what it says.
Forum: Fixing WordPress
In reply to: nav bar won't fit on one lineSince you know css and are new to WordPress, I’d just remind you to make sure you’re using a child theme for your css edits.
Forum: Fixing WordPress
In reply to: White Page DashboardAre you sure all you did was delete pages from the Pages section?
Knowing exactly what you did will help people troubleshoot with you.Also,there are tons of similar scenarios if you do a web search. Search under “can’t access wordpress dashboard” and see if you can find anything relevant.
Forum: Fixing WordPress
In reply to: Dashboard not working or loading properlyAre you able to switch themes to see if it’s an issue with the theme? If you can, do that first, and if your problems disappear with the other theme, just delete the old one and re-download it.
If you can’t change themes (sounds like maybe you can’t), you can try making sure there are no corrupted files, by replacing anything you have.
You can re-install WordPress (from the updates dashboard). Then, if you’re still having errors, you can delete and re-install plugins. You usually will not lose your settings by doing this.
Forum: Fixing WordPress
In reply to: Doesn't seem to work on paragraph styleDid you forget to mention which plugin you are using?
If you’re using Genesis, you should be able to get custom support through them.
Forum: Fixing WordPress
In reply to: Blog is Vanished. Only header and menu is visibleIf all you edited was the header.php, then you should be able to revert to the original.
If you’re using a child theme, simply delete your header.php from your child theme.
If you’re using a regular theme, you can download the theme on your computer, find the header.php file, delete your version and upload the original version.
Forum: Fixing WordPress
In reply to: Customizing WordPress Login/ Register PageYou can try a plugin like Theme My Login–I’ve never used it, but I know it’s popular for customizing those pages.
For design, WPMU has a tutorialhttp://premium.wpmudev.org/blog/create-a-custom-wordpress-login-page/
For adding fields, try a google search 🙂
Or this tutorial.Forum: Fixing WordPress
In reply to: Admin page template disappeared!It’s possible you deleted something by mistake. But changing the site url and dragging is not the way to change a WP installation from a subfolder to a url. You need to do a bit more than that. The article I referenced earlier from Smashing Magazine goes through the process clearly.
Forum: Fixing WordPress
In reply to: Admin page template disappeared!I don’t think anyone can work out a solution without knowing what you did to the database. I could be wrong about that but it’s my guess.
The best option might be for you to switch everything back to how it was, and then follow a tutorial like the one I mentioned above on how to appropriately move a WordPress site.
Forum: Fixing WordPress
In reply to: "Too much recursion"Contact your hosting company’s customer support; it sounds like something they should be able to help you with.
Good luck!Forum: Fixing WordPress
In reply to: Images to big on my siteLooks like you’re working with WooCommerce?
If so, go to Woocommerce > Products, and scroll down to find image settings. If you want to change the thumbnails also, I think you need to do it in the WordPress media settings as well.Then, you need to install the plugin “Force regenerate thumbnails,” and run it. That will ensure your product images get regenerated.
Forum: Fixing WordPress
In reply to: Admin page template disappeared!Could you give some more details about exactly what you did?
You had a WordPress installation in a subfolder, and now you dragged the files into the main folder–is that correct?If so, it’s a tad more complicated than that 🙂
This article might help you: http://www.smashingmagazine.com/2013/04/08/moving-wordpress-website/If not, a more thorough explanation, plus a link to your site, would be helpful.
Forum: Fixing WordPress
In reply to: Smooth scrollTry this: http://css-tricks.com/snippets/jquery/smooth-scrolling/
If that doesn’t work for you, search “jquery smooth scroll tutorial” or “jquery smooth scroll for wordpress tutorial” and see if something else is easier to follow.