juggledad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: When loading website, get white screen no image, no front page.What happens if you do an entrely new WP install to a new database – a play site. how is the performance of that site?
This will tell if it is a problem with wordpress and mysql or maybe a problem with your server’s setup.
Forum: Fixing WordPress
In reply to: How to remove time in comment?Maybe this will help http://www.catswhocode.com/blog/how-to-overwrite-wordpress-core-functions
Forum: Fixing WordPress
In reply to: When loading website, get white screen no image, no front page.look in the apache error.log to see if any errors are showing.
Forum: Fixing WordPress
In reply to: WordPress or Flatco theme bug/issue?If you swap to the default theme and don’t see the issue then I would say it is a theme issue. You could do a global search thru the theme folder for ‘wpfulscreen’ to see if it shows there.
You could also ask the theme author – since it is a premium theme, it is not supported here.
Forum: Fixing WordPress
In reply to: Can I remove the upgrade folder?I would first – using FTP – move it to another location and then make sure the ite still functions. Only then would I delete it.
Forum: Fixing WordPress
In reply to: WP too slow1) disable ALL plugins
2) temporally swap to the twenty-fifteen theme and test
3) reduce the number of post per page to 1if none of this helps, then it might be an issue with your host. Some hosts throttle site activity depending n how much you pay for hosting. You could contact yout host and see if they can explain why your sites are so slow.
Forum: Fixing WordPress
In reply to: Suddden Appearance of white Space Over Header of multiple websitesLooking at the source of your pages, I suspect that you may have been hacked. In each of thos sites, there are 8 lines of <script>…</script> that look encoded and make me suspicious.
You should do a google search on ‘wordpress site hacked’ and follow the instructions.
Good Luck.
Forum: Fixing WordPress
In reply to: Gallery slideshow repeating the same imageI only see one gallery of three images on that page and they are all different images and when I click on them and scroll thru them, they are all different.
Looks like you solved your issue.
you should look at a plugin like ‘members’ that allows you to create new ‘roles’ and add function to them.
Forum: Fixing WordPress
In reply to: Made a copy of a website, now neither of them worksif the database and all the files were copied correctly AND the restore to a new database and the files were copied to a proper location AND all the .htaccess files were correctly edited AND all the URL addresses in the DB were renamed properly, then both sites should be working fine.
If there is a problem with both sites, something was messed up. I understand the programmes has done this many times before, but one missing step or error could cause problems.
persoally I use a premimum plugin (no affiliations to plugin other than a user) called BackupBuddy to backup/move/replicate sites for me.
I would go back to a backup of the original site and restore it and remove the ‘new’ site and start again.
Forum: Fixing WordPress
In reply to: Home Page Missing from "All Pages" DatabaseWhen you go to dashboard->settings->reading and set the ‘Front page displays’ option to ‘Your latest posts’ That becomes the ‘Home’ page – it’s not an actual ‘page’ page, it is your ‘blog’ page.
Some themes will add a menu item and call it ‘Home’ to refer to the landing page (what shows up when you enter your site’s url) as a way of returning to the front page when you are elsewhere in the site.
Forum: Fixing WordPress
In reply to: 403 erroryou should look at your error.log (on your host) to see if anything else is showing up. You may have to contact your host to locate hwere the error.og is stored.
Two thoughts come to mind
1) you allow anyone to comment and are being hit by spam bots – if this is the case you can (a) disable comments or (b) add a comment filter like akismet or (c) only allow comments from registered users then control registrations and (d) hold comments for moderation
2) you have been hacked – if this is the case you need to clean up your site – do a google search using ‘wordpress my site hacked’ and follow the suggestions
good luck!
p.s. part two of your question should be resolved when you fix part one – and be sure to go in and clean out all the spammy comments.
Forum: Fixing WordPress
In reply to: Database problemthe fact that you are asking precludes me from assuming you have the skills to actual edit the database so your best bet is to go back to one of your database backups from prior to the error and restoring the database.
Forum: Fixing WordPress
In reply to: Can't login syntax errorLooks like and issue with th theme – make any changes lately?
use FTP or your cPanel’s file manager and go to the wp-content/themes folder and move the folder ‘dazzling’ out of the themes fiolder.
This should cause WP to default back to the twentyfifteen theme allowing you to login.