accuwebhosting
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Subdomain showing blank pageHi,
When you move WordPress website from one domain to another domain there are additional concerns need to be taken care. Just copying WordPress installation files wont work.
When you move files and database, references to the old domain name or location will remain in the database, and that can cause issues with links or theme display.
Moving/copying a WordPress web site is quite well documented at following URL:
http://codex.wordpress.org/Moving_WordPressThanks,
Forum: Fixing WordPress
In reply to: Why wordpress 4.2.2 requires FTP to update?Hi,
You will need FTP details only if you want to update WordPress through FTP. As an alternative, you can see other options to update WordPress.
https://codex.wordpress.org/Updating_WordPress
An ideal approach should be following structure:
/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 username/var would have ownership of root.
Thanks,
Forum: Fixing WordPress
In reply to: Unable to open admin mode (pluggable.php on line 1196)Hi,
Your wp-config.php file has a blank line at the very beginning of it.
All the major wordpress files must start with <?php and must end with ?>. No blank lines around them are allowed.
Thanks,
Forum: Fixing WordPress
In reply to: Page aligns to the bottomHi,
Navigate to following path,
from class .aligncenter at line number 694, remove line “clear:both;” and save the file.
Please make sure you take backup before making any changes.
Thanks,
Forum: Fixing WordPress
In reply to: Header Image Won't ShowHi,
An image URL is showing 404 error.Please make sure that image does exist on said path and having same name as in following URL.
http://ontheriseoutdoors.com/wp-content/uploads/2015/06/cropped-IMG_0947.jpg
Thanks,
Forum: Fixing WordPress
In reply to: Please help on Client Portal PluginHi,
You should check out following plugins. They may not be a fully customized for you needs but indeed helpful and very near to achieve functionality you want.
https://wordpress.org/plugins/wp-invoice/
http://www.wpexplorer.com/best-booking-form-wordpress-plugins/
https://wordpress.org/plugins/123contactform-for-wordpress/Hope that helps.
Thanks,Forum: Fixing WordPress
In reply to: Website LoadingHi,
While I browsed your website in chrome, I noticed following errors in inspect element:
GET http://watsonautoelectrics.co.uk/wp-includes/js/jquery/jquery.js’%20defer=’defer lab.min.js?ver=2.0.3:2(anonymous function) lab.min.js?ver=2.0.3:2
GET http://watsonautoelectrics.co.uk/wp-includes/js/jquery/jquery-migrate.min.js’%20defer=’defer lab.min.js?ver=2.0.3:2(anonymous function) lab.min.js?ver=2.0.3:2
GET http://watsonautoelectrics.co.uk/wp-content/plugins/cookie-notice/js/front.js’%20defer=’defer lab.min.js?ver=2.0.3:2(anonymous function) lab.min.js?ver=2.0.3:2
GET http://watsonautoelectrics.co.uk/wp-includes/js/comment-reply.min.js’%20defer=’defer lab.min.js?ver=2.0.3:2(anonymous function) lab.min.js?ver=2.0.3:2
GET http://watsonautoelectrics.co.uk/wp-content/themes/twentyfourteen/js/functions.js’%20defer=’defer lab.min.js?ver=2.0.3:2(anonymous function) lab.min.js?ver=2.0.3:2Fixing these errors would significantly increase loading time of your website in Chrome.
Hope that helps.
Thanks,Forum: Fixing WordPress
In reply to: How to delete the date at the top of all my pages?Hi,
The best way to remove date from your posts is to create a child theme and add the following snippet to your newly created stylesheet:
.entry-date { display: none; }Here is the complete guide to create child theme:
https://codex.wordpress.org/Child_Themes
As an alternative, you can use WordPress plugin WP Post Date Remover.
Thanks,
Forum: Fixing WordPress
In reply to: pasted a function code and now cant load page or wp-adminHi,
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.
Thanks,
Forum: Fixing WordPress
In reply to: [urgent] Not able to update webpage after updatesHi,
Please try following suggestions:
1) Deactivate all plugins. If that resolves the issue, reactivate each one individually until you find the cause.
2) If that does not resolve the issue, try switching to the Twenty Fourteen theme to rule-out a theme-specific issue.
3) Flush any caching plugins you might be running as well as server and/or browser caches.
Please refer following codex where same issue has been discussed, I hope that will help you.
https://wordpress.org/support/topic/cant-addedit-pages-posts-menu-etc
Thanks,
Forum: Fixing WordPress
In reply to: Footer has disappearedHi,
While checking the source code of your website page,I could not find following Divs.
<div id=”footer_wrap”>
<div id=”footer”>
<div id=”footer_nav”>Can you check if your theme’s index.php file has following line of code at the bottom?
get_footer();
Thanks,
Forum: Fixing WordPress
In reply to: Cant login to wp-admin, returns message i.e. enable cookiesHi,
Please try following:
Navigate to wp-login.php and comment out following code:
// if ( isset($_POST['testcookie']) && empty($_COOKIE[TEST_COOKIE]) ) // $user = new WP_Error('test_cookie', __("<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress.")); // else $user = wp_signon('', $secure_cookie);This will bypass the check entirely and logs you in.
I hope this helps.Forum: Fixing WordPress
In reply to: Footer has disappearedHi,
Try adding following code at the end (after ending div) of the footer.php page.
<?php wp_footer(); ?> </body> </html>Let me know if it does not fix your issue.
Thanks,
Forum: Fixing WordPress
In reply to: Photos in blog posts or while uploading aren't showing.Hi,
Please try following suggestions.
1) If you have installed any anti hotlinking plugins, disable it and then have a try.
2) Make sure you have not enabled the option of organize my images in month- and year-based folders.
3) Try manually resetting your plugins (no Dashboard access required) using following URL;
Hope that helps.
Thanks,Forum: Fixing WordPress
In reply to: sharing to social media problemHi,
Facebook uses Open Graph (og) tags, and many WordPress plugins like WordPress SEO by Yoast automatically adds them to your site to prevent missing thumbnail issue.
There are many reasons that can prevent Facebook from correctly guessing the right thumbnail image. One of the most common reason is having multiple images set in the og:image tag where your featured image is smaller than rest of the images.
Among other causes are caching plugins, CDN issues, missing open graph meta tag for the thumbnail image. etc. It is really hard to guess what’s causing the issue because there are no specific error messages displayed when using the debugging tool.
You can try following suggestions to fix the incorrect facebook thumbnail issue:
Manually Uploading your Thumbnail Image
If you are sharing an article on your Facebook page, and it does not pick up the correct thumbnail, then you can click on the upload link to upload the image you want to use.
Explicitly Tell Facebook To Use Thumbnail of Your Choice
If you are using WordPress SEO by Yoast plugin, then you can easily set a specific thumbnail image for Facebook.
When writing a post, scroll down to WordPress SEO meta box below the post editor and then click on the social tab. There you will see a button to upload a thumbnail image for Facebook.
Simply add your Facebook Thumbnail image there, and this will fix the issue in most cases. However if it continues to show the incorrect thumbnail, then you may have to reset the Facebook cache.
Use WordPress plugin Facebook Like Thumbnail
You can use Facebook Like plugin that specifies which thumbnail to use for links liked/shared on Facebook.
https://wordpress.org/plugins/facebook-like-thumbnail/
Thanks,