Month: May 2020

How to rectify Facebook Incorrect Thumbnail Issue in WordPressHow to rectify Facebook Incorrect Thumbnail Issue in WordPress

Have you ever seen an incorrect post thumbnail displaying on your screen whenever you share your articles on Facebook? Most WordPress users who work with Facebook face this common issue.

This issue involves your image not matching what your blog post says. In short,Facebook fails to recognize a suitable image to use in representing the blog or article you shared. Though this may sound like a “soft” problem,some people get frustrated if your images do not go alongside what is in your article or blog post.

In fact,it is among the things you should ensure that Facebook shows precisely. However,in most cases they make guesses of images to use on shared posts. Therefore,you must provide them with an ideal image to avoid guesswork.

In this tutorial,we’ll show you how to resolve wrong thumbnail issues in WordPress for Facebook.

As always,if you find yourself wanting a pro to handle this task for you,contact us at Helpbot here: Contact Helpbot

Why Does Facebook Show Incorrect Thumbnail Image?

There exist multiple reasons,which hinder Facebook from making the correct guess of an ideal thumbnail image. Among the most usual reasons is availability of many images set in the Open Graph (og): image tag. Here,your featured image appears smaller than other images.

Facebook utilizes the Open Graph (og) tags. On the other hand,WordPress plugins such as WordPress SEO by Yoast adds them automatically to your website to avoid missing thumbnail problem.

Other additional causes for this problem are missing og Meta tag for thumbnail image,CDN conflicts,caching plugins,and others.

Since there is no specific error message displayed when you use a debugging tool,it is difficult to guess the cause of the issue. Nevertheless,below are some easier things you can undertake to ensure Facebook selects the correct thumbnail for your posts.

How do You Fix Facebook Incorrect Thumbnail Issue in WordPress?

Here are a few but effective methods you can use to resolve this problem:

1. Manual Upload of Your Thumbnail Image

This method is not always dependable and does not work in all instances. However,it is sometimes the easiest and quickest solution.

What next after sharing a post on your Facebook page and it fails to pick up an ideal thumbnail? just click on the Add Image (+) box for easier uploading of your chosen image. After that,select that image to be the thumbnail of your post.

It is worth noting that your uploaded image gets stored in the photos area of your Facebook page. You can delete it from the photos if it is your wish. Even so,Facebook continues to display the uploaded image like the thumbnail for that article in your timeline.

The downside of this solution is that it does not affect all other users.Therefore,if any user shares your article,Facebook shows an incorrect thumbnail on their timeline.

The next step caters for this issue.

2. Instruct Facebook to Utilize a Thumbnail of Your Choice

To instruct Facebook to use your preferred thumbnail,you must use the WordPress SEO Yoast plugin. This plugin allows you to set a defined thumbnail image for Facebook.

To write a post,go down to Yoast SEO Meta box that is below the post editor screen. After that,click on the social tab (appears like three connected dots). As a result,you will have a view of an upload image button.

Click it to upload your chosen thumbnail image for Facebook.

Yoast Dashboard>>SEO>>Social>> Facebook tab>> Enable Add Open Graph Meta data.

The Facebook tab has three options:

  1. Facebook image: It enables you to override the image on Facebook through upload of an image or pasting its URL. Even so,ensure your chosen images are approximately 1200x 630 pixels.
  2. Facebook description: Instead of using the original description from Facebook,you can use your own meta description.
  3. Facebook title: Rather than using the original title that you had before this error,you can opt to use another title alongside the new upload.

In most cases,this fixes the problem. However,at times Facebook continues to display an incorrect image. In such a case,Facebook has cached an older copy of your blog post. You need to reset your Facebook cache to fix this problem.

Btw,if this process is getting to difficlut for you,and you’d prefer to have someone else do it,contact us here.

3. Use of a Facebook Debug Tool

The use of a Facebook debug tool is the easiest and fastest method to troubleshooting the implementation of Facebook open graph on WordPress website.

Before you proceed,ensure you log in to your Facebook account.

Next,copy the URL of your WP post and then paste it in the debug tool. Here,Facebook applies their best guess method to select a thumbnail image. However,if an article contains larger images,then Facebook will utilize those images instead of the smaller ones. Although there is no explanation for this,pressing the debug button again on the URL fixes this error.

In short,the Facebook debugging tool informs you what is wrong and how to resolve the problem. For example,it lets you know that your image is smaller,and in order to fix that,you need to use a bigger image.

Conclusion

We hope this article helped you repair the Facebook incorrect or no thumbnail problem on your WordPress site. Whenever you plan to post an article or blog post on Facebook,follow the above instructions to avoid this error.

Apart from helping you in ensuring your Facebook thumbnail is correct,one of the above solutions allows you to modify the Meta descriptions and titles.

If you have any comment,suggestion,or question about how to fix Facebook incorrect thumbnail issues in WordPress,contact us at this link: See what Helpbot can do for you

How To Repair The Sidebar Under Content Error In WordPressHow To Repair The Sidebar Under Content Error In WordPress

A WordPress website has a sidebar placed either on the left or on the right side. This design ensures the WordPress content display is attractive and dependable. However,an error might happen where the sidebar loses its position,and it shifts below the content of a page.

The sidebar below content error is common in WordPress. Thus,you should not freak,as this error can be fixed easily.

In this article,we will discuss causes and methods of fixing this error in WordPress.

And,if any point while reading,you decide this is sounding difficult,reach out to us at this link for some fast support. www.helpbot.net/

Causes Of The Sidebar Below Content Error In WordPress

There are many possible reasons for the occurrence of this error. Nonetheless,here are some of the major causes for this error:

An Error In The Html Code:

In such a case,chances are that one of your theme files has an open div tag. Alternatively,your HTML code has an additional

or

. This places the sidebar outside the primary wrap container.

There Is An Issue In Your CSS Code:

For this,the set height and width of an element on the page is not proportionate,making your layout to shift. Go to your theme and examine the style.css file. Alternatively,the use of float property was incorrect.

  • This error might occur if your recently changed theme fails to support the customization or content from the previous theme.
  • Furthermore,this error may occur if there is a plugin that interferes with the layout.

For the above reasons,a plugin is less likely to cause this error. However,high usage of various plugins might clash with your theme leading to this error.

Want to have some pros fix this issue for you? Reach out to us on social media.

How To Fix The Sidebar Below Content Error In WordPress

To fix this error,you should troubleshoot the causes. Here is how to do so:

1. Understand The Problem

You should first analyze and understand this issue for easier fixing. The best means of finding out the error is using the W3 Validator. Check if the problem affects the whole website or a few posts made by the plugins. If the issue results from a plugin,turn off that plugin.

If this affects pages with custom CSS or HTML,double-check your customizations. Either,the error is a result of an issue with the div tags or incorrect customization of your theme. In such a case,you need to undo your recent changes on different site files.

2. Undo Your Recent Changes

In case you recently installed a plugin prior to this error starting,the easiest solution is to disable that plugin. After that,refresh your website and check if that error is fixed.

Likewise,you should undo your recent changes on a specific page or theme templates that show this error. Just remove the changes,and then refresh the pages to check if their display is correct.

3. Fix Any Open Or Additional Closing Div Tags

The most frequent explanation for this error is an open div element on a page. Moreover,an additional div element closed on a page makes your sidebar as if it is outside the wrap element.

Here is how a normal WordPress page looks like:

Every opening tag has a corresponding closing tag. For example,

some content

Therefore,if there is an opening tag that lacks a closing tag,it will cause the sidebar below content error on your WordPress site.

For example,

some content.

Likewise,this error will occur if you have an extra closing tag on your page.

For example,

some content

If this error appears on a specific page or post,review your content for that page or post to check any additional or unclosed closing tags. Next,fix the issue,save the changes,and refresh your page to check if the issue is fixed.

In a case where the error occurs in many posts or pages,use the W3 Validator to check all the div errors in your template. If there is any,fix and refresh your website after saving the changes.

To spot the template file that is producing the affected pages,use the What The File WordPress plugin. Once you locate the file,undertake a careful search for the source and then edit as required.

4. Fix Your CSS Issues

The sidebar below content error can also occur due to issues in your CSS. In fact,the width ratio settings are among the common reasons for this issue.

There are three container elements in the content area of any WordPress site. These include: the “Sidebar” that shows all your sidebar content. The “Content” that holds all your major sites content,and the “Wrap”,that contains the sidebar and content elements together.

The content and sidebar elements are contained in the Wrap element. Thus,the wrap element must have a width equal to the width of both the Content and Sidebar elements. For example,sidebar width of 300px,content width of 600px,and a 60px margin between them.

In short,ensure you maintain things in a proportional manner.

5. Correct Float Settings

Incorrect float settings is the other thing that can cause this error. Thus,you should ensure there is correct right and left floating of the Content and Sidebar elements.

6. Contact Your Theme Developer

If all the above techniques did solve the error,contact your theme developer and web host to see if they have any suggestions. If not,replace your current theme with a safer theme. Indeed,you should go for a simple,reliable,and user-friendly theme.

Conclusion

The sidebar below content error in WordPress does not occur often. However,if this error occurs on your website,you can easily fix it using the above solutions.

Remember,you should first check your HTML code to see if the div elements are the cause of this issue. If so,follow the quick fixes mentioned above. In addition,you should be aware of all your latest changes to codes to see if all is running well.

If you have any suggestions from your own experience,comments or questions about this error,contact us at this link and let us know. Visit Helpbot

The Benefits Of Becoming A PlumberThe Benefits Of Becoming A Plumber

Plumbing concerns can be of great help for home improvement projects. This is the reason why many people opt to learn the basics of plumbing first before designing a whole house. In case you don’t know yet,plumbing concerns are not only related to your house but also for the households in general. So,if you think you have knowledge in this field,you may want to become a plumber or any other kind of professional who knows about this field of expertise. The following are some of the possible benefits you may get when you become a plumber.24 hour plumber

First of all,you will be learning how to handle things like sewage and water supply,handling of electricity,different types of tiles and pipes and many more. Aside from that,it is also beneficial to get education regarding the other aspects of plumbing such as foundations and mounting. If you already have skills in designing,remodeling and the other parts of the construction work,then you may want to learn more about plumbing which is a crucial aspect of it. You may also be considered as a professional when you finally become an expert. Many people seek for someone to repair and make things works smoothly for them.

24 hour Delray Beach

People who want to become a plumber generally have a wide range of interests. But the fact remains that plumbing matters are mostly based on environmental concerns. Therefore,it is better to think of ways to save energy as well as reduce the cost of operation. After learning more about the skills you have,you may be qualified to take part in various kinds of work which is related to plumbing. You may be able to provide services to public in exchange for a fee or you may be paid by the project owner. Either way,you are the one who makes the decision about whether you will pay for it or not.

Best plumbing service in the county