brettg59
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sidebar Title Editing (Piemont theme)I like your logo and more
I suggest you use the customizer to change things like that. Piemont seems to have many settings in the customizer. see links and videos on this page:
http://themeforest.net/item/piemont-premium-responsive-wordpress-blog-theme/12163851Forum: Fixing WordPress
In reply to: new theme not updating on mobileI’m seeing the same on mobile and desktop. though I think I saw something else momentarily on phone. do you have a cache plugin running? you would need to turn that off or flush its cache.
Forum: Fixing WordPress
In reply to: Fatal error need helpIf you know how to use FileManager for your host (usually in host admin dashboard and accessible from cpanel) you can do the following.
download the update for WP to your computer.
unzip it on local computer
then upload all the files in /adminalternatively – do you have backups from a WP plugin?
Forum: Fixing WordPress
In reply to: Fatal error need helpsounds as though the update was incomplete. that is files partially loaded. can you login to your site from the frontend?
Forum: Fixing WordPress
In reply to: Imported images are not showing on most posts.Hi Erikagarza
I see no images in the html so try loading an image manually into a post like you did originally. Also a thumbnail image is meant to appear in the sidebar correct? To solve that you probably need to make the image a featured image of the post.
Forum: Fixing WordPress
In reply to: Can't delete the Twenty-Fifteen theme and 500 errorYah, that will be a long road. Yes delete just the contents of the public_html folder. And delete all the databases using cpanel / databases.
Then reinstall WP in root, then plugins one at a time and check each step. Then if that is working well install in the folders with a bit more speed (steps combined). (Latter can be done with duplicator because you will have a known working copy from root, but maybe you want to play it safe).
Before all that though you need a copy (Word or txt file) of each of your pages. (you probably know this) And a copy of images. They are in a folder within /wp_content. (I would keep one of your existing backups of each folder/site just in case (they should be readable by software on your machine).
all the best.
Forum: Fixing WordPress
In reply to: Can't delete the Twenty-Fifteen theme and 500 errorremember to do only one thing and then check (preferrably with a ctrl F5 refresh)
Forum: Fixing WordPress
In reply to: Can't delete the Twenty-Fifteen theme and 500 errorHi Anita,
Phew that is alot of complications and questions for anyone to get their head around. Your level of detail is good though. I will approach from a different viewpoint if i may. Let me yak for a bit then conclude.
First up Duplicator will duplicate the bad as well as the good, if it is anything like the clone I used. It does need to duplicate everything. So unless you have a KNOWN good duplicate – working fine – then it is highly unlikely to achieve any better result.
The 500 error is normally from core things – login, configuration, connection strings (e.g. connection from WordPress to database), lack of memory to run – the video i gave before explains these well (to a techo at least).
I don’t think it is Weaver or any theme for that matter. It may be a conincidence of an update but not the true cause if that makes sense. I only found this in forums and suggests same as above for 500 error. (link). (May be a plugin ‘issue’ – conflict or consequence. But again does not seem the answer.)
Five sites? Surely they must be in different folders, not all in root directory. all in one hosting account is feasible. Are you sure iPage will allow multiple WP sites in one account? 5 sites need 5 databases.
(I will not attempt to solve the JustHost sitn. Though a WP reinstall may solve it also. And as that site is small maybe a fresh reinstall from control panel (not dashboard) will get you going again.)
“Something may be wrong with ww.wp.xz.cn or this server’s configuration.” sounds like an update got interrupted. Can you try to update WordPress? From the admin dashboard. Updates come out regularly Or re-install Update from same area. That may solve some things. (don’t install WP afresh unless you want to lose your work).
So a re-install WP Update seems the best thing to try.
And check with iPage whether you can have multiple sites (and not run out of memory or databases)Forum: Fixing WordPress
In reply to: Can't delete the Twenty-Fifteen theme and 500 errorThe 500 error is present on the other site. for those errors this video covers it well.
Forum: Fixing WordPress
In reply to: Can't delete the Twenty-Fifteen theme and 500 errorA few different things to say if I may Anita.
You mention two issues on two sites – better to ask each separately.
For issue one I note there is
no 500 error at present – has it resolved?
How many plugins and themes have been installed over time?
also there is a — File Ends — message at teh top of each page I looked at. That is probably leftovers from some software, perhaps one deleted.
Deleting files of theme from server will not alert wordpress to that fact and hence show them as still there (its an entry in database for the site). One needs to use the dashboard to do deletion completely. Maybe even now you can try that to clean up leftovers.
Have you got some backup from when the site was good? Might be wise to revert to that since there are a few issues going on. However do take a backup now and label it as working, which it is. That is reverting may make things worse. Hope this helpsForum: Fixing WordPress
In reply to: adding a button on top of an image in a pageyou could make a div with a background image and then place the buttons inside that.
to get to custom css make a child theme if you have not already and install custom css code plugin like TJ.Forum: Fixing WordPress
In reply to: Lost Dashboard After Upgrading to Version 4.4Did you follow Manual update for step 3? If so I would undo your theme folder renaming. Check for dashboard after each step. Preferably from a different browser (it will have an empty cache)
Missing css could be a problem. the admin ones are admin-bar,wp-admin,buttons,wp-auth-check,wp-color-picker in ver4.4Forum: Fixing WordPress
In reply to: adding a button on top of an image in a page@am5279wp one clunky way is to use a negative margin in css like
p { margin-top: -200px; margin-left: 100px}
Perhaps a better way is to link the image to the next page by Image edit/Link to/select Custom URL/paste the next page url in.