accuwebhosting
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to update to WordPress 4.2.2Hi,
Here is the fix:
1) Access your WordPress folder (through cPanel or FTP)
2) Download fresh WordPress zip from here:
https://wordpress.org/download/
When you download the new version, unzip it on your computer and navigate to wp-includes directory. You will find update.php file there.
Upload it to wp-includes directory on your server. It will replace the existing update.php on the server.
That should fix it.If it does not work please post back.
Thanks,
Forum: Fixing WordPress
In reply to: Why did my website go blank?Hi,
It is not recommended edit a themes functions.php file directly. You should create a Child theme for any modification so your website (theme) wont lose any customizations during updates.
Following are the steps to restore your site:
1. Download a fresh copy of the theme which has the functions.php file you were editing.
2. Use either your hosts cPanel or an FTP client program to gain access to your site file directories.
3. Navigate to the “wp-content/themes” directory.Once there, you should see a folder matching your current theme name.
Now, open that folder, and locate the “functions.php” file.
take a backup of that file. Next, extract the theme .zip file you downloaded from step 1 above.Lastly, upload a fresh copy of the themes “functions.php” file to your server.
Following are the excellent and easy guides on how you can make child themes:
http://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/
http://premium.wpmudev.org/blog/how-to-create-wordpress-child-theme/Thanks,
Forum: Fixing WordPress
In reply to: backing up from a zip, restoringHi,
If you have still former web hosting running, you can try to take backup again through another plugin or filezilla FTP program. Following is a excellent guide you can follow to move your WordPress website from one host to another host:
http://www.wpexplorer.com/migrating-wordpress-website/
I still have my former hosting going and am trying to reinstall the zip file to another domain (my spare one) by using WPClone and uploading the .zip but it comes back with an error reading the zip.
You can contact your Web Hosting provider for this issue, or you can take new backup and then try to restore.
Thanks,
Forum: Fixing WordPress
In reply to: Problem with websiteHi,
Your Web Host must have provided you some sort of Hosting control Panel so you can access file manager or Website folders through browser.
If they have not provided you with the Web Hosting control panel, you can directly contact them to rename the theme folder for you.
Thanks,
Forum: Fixing WordPress
In reply to: Login pageHi,
I believe JetPack by WordPress is the culprit here. Try to deactivate JetPack then have a check.
If this does not resolve your issue,try manually resetting all your plugins. Please refer following guide to deactivate all plugins:
If that resolves the issue, reactivate each one individually until you find the cause.
Thanks,
Forum: Fixing WordPress
In reply to: Problem with websiteHi,
You can also rename the directory of your currently active theme using cPanel (Or any other Hosting control panel).
-
You will have to login to cPanel, In File Manager Locate your website.
Navigate to /wp-content/themes/ folder.
Locate the theme you have activated previously.
Rename the theme folder.
Try to browse your website and Dashboard.Thanks,
Forum: Fixing WordPress
In reply to: Problem with websiteHi,
To have your website back, switch to the Twenty Fourteen theme. If you don’t have access to your admin panel, access your server via FTP or SFTP, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate.
Thanks,
Forum: Fixing WordPress
In reply to: EleganceHi,
I could see that image source for the slider is:
I believe slider is displaying default image because it could not load/find the slider images. Please make sure following:
All images do exist
Images are not too small to be displayed on slider
Images path are correct.In changing themes, I mean – can we download a completely different theme and work on it until it is done. Then activate it when it ready ?
Yes, it is absolutely possible.
Thanks,
Forum: Fixing WordPress
In reply to: Embed CSS in text areaHi,
It is always recommended the to create child theme whenever you want customizations. If you modify a theme directly and it is updated, then your modifications may be lost. By using a child theme you will ensure that your modifications are preserved.
Here are the excellent and easy guides on how you can make child themes:
http://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/
http://premium.wpmudev.org/blog/how-to-create-wordpress-child-theme/Thanks,
Forum: Fixing WordPress
In reply to: Unable to remove the extra p tag from text widgetHi,
You have removed widgets, but slider is still using class textwidget.
If you want to remove blank space between Menu and Slider, you can set padding-bottom to 0px for this specific p tag.
Thanks,
Forum: Fixing WordPress
In reply to: EleganceHi,
Using the Elegance theme but seemed to have made changes i can’t fix.
It is always recommended the to create child theme rather perfroming direct modificaitons in theme. If you modify a theme directly and it is updated, then your modifications may be lost. By using a child theme you will ensure that your modifications are preserved.
https://codex.wordpress.org/Child_Themes
1. Have a graphic missing on the home page. Tells me invalid image, and I don’t remember doing anything to it. 2. Lost the items under the services banner. Need to re-connect them
It would be a great help if you share your website name.
3. If changing themes, can we download a new one and work on it until its ready to launch, but still keep the old one running until then ?
You can download new copy of theme and make its child theme to perform modifications. Until you are done with the modifications, you can keep old running.
Thanks,
Forum: Fixing WordPress
In reply to: Why wordpress 4.2.2 requires FTP to update?Hi,
Documentation says: file ownership: all of your WordPress files must be owned by the user under which your web server executes. In other words, the owner of your WordPress files must match the user under which your web server executes
I believe following is an ideal approach and is widely followed:
/home/username/public_html ………750…..ownerhip of username
/home/username/public_html/all-folders ………755…..ownerhip of username
/home/username/public_html/all-files ………644…..ownerhip of usernameUnder this approach, your WordPress website will run under ownership of username itself.
Is this a standard thing that everyone has to do, or just a workaround that *should* work, but may cause some problems?
Ultimate goal is to just install pluign,you can choose any method. Following are some popular methods.
Install a Plugin using WordPress Admin Panel Search Option
Install a Plugin using Upload Method in WordPress Admin Panel
Install a Plugin using FTP Managerhttps://codex.wordpress.org/Managing_Plugins
Thanks,
Forum: Fixing WordPress
In reply to: Error when I click LoginHi,
Please try following suggestions.
1) Try manually resetting your plugins (no Dashboard access required) using following URL;
If that resolves the issue, reactivate each one individually until you find the cause.
2) If that does not resolve the issue, access your server via FTP navigate to /wp-content/themes/ and rename the directory of your currently active theme.
This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).
3) Re-upload all files & folders – except the wp-content folder – from a fresh download of your current version of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones.
Thanks,
Forum: Fixing WordPress
In reply to: Removing the /category/ from the URLHi,
Here is the complete guide you can follow to remove category tag from URLs:
Thanks,
Forum: Fixing WordPress
In reply to: Getting Warning in General Setting re: Line 59Hi,
I could find related thread at WordPress Codex. I hope that will help you.
Thanks,