<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Techy Things &#187; wordpress</title>
	<atom:link href="https://tech.yipp.ca/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://tech.yipp.ca</link>
	<description>Just another Yipp.ca Blogs site</description>
	<lastBuildDate>Thu, 01 May 2025 18:06:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Vous n’avez pas les droits suffisants pour accéder à cette page</title>
		<link>https://tech.yipp.ca/wordpress/vous-navez-pas-les-droits-suffisants-pour-acceder-cette-page/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vous-navez-pas-les-droits-suffisants-pour-acceder-cette-page</link>
		<comments>https://tech.yipp.ca/wordpress/vous-navez-pas-les-droits-suffisants-pour-acceder-cette-page/#comments</comments>
		<pubDate>Mon, 17 Feb 2025 20:51:39 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=4527</guid>
		<description><![CDATA[<p>This can happen after changing the wp_ prefix in the wp-config.php and in the database table names. This can be useful when you want mulitple WordPress instance in a single database. However some options need&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/vous-navez-pas-les-droits-suffisants-pour-acceder-cette-page/">Vous n’avez pas les droits suffisants pour accéder à cette page</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>This can happen after changing the <strong>wp_</strong> prefix in the wp-config.php and in the database table names. This can be useful when you want mulitple WordPress instance in a single database.</p>
<p>However some options need to be adjusted in some of the database entries:</p>
<ul>
<li>&lt;prefix&gt;usermeta :
<ul>
<li>wp_capabilites =&gt; &lt;prefix&gt;capabilities</li>
<li>wp_user_level =&gt; &lt;prefix&gt;user_level</li>
</ul>
</li>
<li>&lt;prefix&gt;_option :
<ul>
<li><code>wp_user_roles</code> =&gt; &lt;prefix&gt;user_roles\</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<h3>Reference</h3>
<p>https://blog.juansorroche.com/wordpress-vous-n-avez-pas-les-droits-suffisants-pour-acceder-a-cette-page</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/vous-navez-pas-les-droits-suffisants-pour-acceder-cette-page/">Vous n’avez pas les droits suffisants pour accéder à cette page</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/wordpress/vous-navez-pas-les-droits-suffisants-pour-acceder-cette-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mimimable website doesnt load to 100% and get stuck on blank page</title>
		<link>https://tech.yipp.ca/wordpress/mimimable-website-doesnt-load-100-get-stuck-blank-page/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mimimable-website-doesnt-load-100-get-stuck-blank-page</link>
		<comments>https://tech.yipp.ca/wordpress/mimimable-website-doesnt-load-100-get-stuck-blank-page/#comments</comments>
		<pubDate>Thu, 28 Jan 2021 17:00:53 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=3785</guid>
		<description><![CDATA[<p>Symptom &#160; Solution The problem is not with Minimable theme per say but a library it is using, queryLoader2. Upgrade your library to the latest, and also add a maxTime: 15000 or something inside&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/mimimable-website-doesnt-load-100-get-stuck-blank-page/">Mimimable website doesnt load to 100% and get stuck on blank page</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h3>Symptom</h3>
<p><a href="http://tech.yipp.ca/files/2021/01/minimable-premium.png"><img class="alignnone size-large wp-image-3786" src="http://tech.yipp.ca/files/2021/01/minimable-premium-800x475.png" alt="minimable-premium" width="720" height="428" /></a></p>
<p>&nbsp;</p>
<h2>Solution</h2>
<p>The problem is not with Minimable theme per say but a library it is using, queryLoader2.</p>
<p>Upgrade your library to the latest, and also add a maxTime: 15000 or something inside Minimable's site.js (optional)</p>
<p>Check QueryLoader2 releases <a href="https://github.com/girlscancode/QueryLoader2/releases" target="_blank">https://github.com/girlscancode/QueryLoader2/releases</a></p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/mimimable-website-doesnt-load-100-get-stuck-blank-page/">Mimimable website doesnt load to 100% and get stuck on blank page</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/wordpress/mimimable-website-doesnt-load-100-get-stuck-blank-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix being redirected to /wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F after login</title>
		<link>https://tech.yipp.ca/wordpress/fix-redirected-wp-adminupgrade-php_wp_http_refererwp-admin-login/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-redirected-wp-adminupgrade-php_wp_http_refererwp-admin-login</link>
		<comments>https://tech.yipp.ca/wordpress/fix-redirected-wp-adminupgrade-php_wp_http_refererwp-admin-login/#comments</comments>
		<pubDate>Fri, 06 Nov 2020 02:40:48 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=3693</guid>
		<description><![CDATA[<p>This occurs when the version number in wp-include/version.php is different than the one in SQL's wp_option TABLE &#62; db_version value. Quick Solution Create a backup of the database and files Check in the database the value&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/fix-redirected-wp-adminupgrade-php_wp_http_refererwp-admin-login/">How to fix being redirected to /wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F after login</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>This occurs when the version number in wp-include/version.php is different than the one in SQL's <strong>wp_option</strong> TABLE &gt;<em> db_version </em>value.</p>
<p><a href="http://tech.yipp.ca/files/2020/11/wordpress-upgrade-php-redirect.png"><img class="alignnone size-large wp-image-3694" src="http://tech.yipp.ca/files/2020/11/wordpress-upgrade-php-redirect-800x145.png" alt="wordpress-upgrade-php-redirect" width="720" height="131" /></a></p>
<h2>Quick Solution</h2>
<ol>
<li>Create a backup of the database and files</li>
<li>Check in the database the value of "db_version".</li>
<li>Update <strong>wp-include/version.php</strong> to force a match to the database's version.</li>
<li>This should at least get you access to the admin interface.</li>
<li>Export your website's data in xml format.</li>
<li>Try upgrading WordPress to latest version.<strong> If it works congrats, you are done !</strong></li>
<li>If it fails, restore the backup from step 1, or start a new WordPress and import your data from the .xml obtained in step 5.</li>
</ol>
<h3>References</h3>
<p>https://www.clickonf5.org/wordpress/solution-database-upgrade-required/2247</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/fix-redirected-wp-adminupgrade-php_wp_http_refererwp-admin-login/">How to fix being redirected to /wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F after login</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/wordpress/fix-redirected-wp-adminupgrade-php_wp_http_refererwp-admin-login/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WPML + 7host theme : Display native language in language selector</title>
		<link>https://tech.yipp.ca/wordpress/wpml-7host-theme-display-native-language-language-selector/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wpml-7host-theme-display-native-language-language-selector</link>
		<comments>https://tech.yipp.ca/wordpress/wpml-7host-theme-display-native-language-language-selector/#comments</comments>
		<pubDate>Thu, 12 Nov 2015 15:34:43 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=2061</guid>
		<description><![CDATA[<p>By default 7host theme overrides the WPML settings that allow to customize the language selector. So you need to edit a file in 7host theme to customize the language selector in order to show&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/wpml-7host-theme-display-native-language-language-selector/">WPML + 7host theme : Display native language in language selector</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>By default 7host theme overrides the WPML settings that allow to customize the language selector. So you need to edit a file in 7host theme to customize the language selector in order to show the other language in its native translation.</p>
<p>Edit <strong>wp-content/themes/7host/inc/wpml.php</strong></p>
<p>Original</p>
<pre> 
function shost_language_select() {
    $languages = shost_get_languages();
    if ( 1 &lt; count( $languages ) ) { ?&gt;
        &lt;form  method="POST" class="langForm"&gt;
          &lt;select name="language" id="language" onchange="location = this.options[this.selectedIndex].value;"&gt;
            &lt;option disabled="disabled" value="NoSeclect"&gt;Language&lt;/option&gt;
            &lt;?php foreach( $languages as $lang ) {
              $value = $lang['url'];
              $selected = ( $lang['active'] != null  ? 'selected="selected"' : '' );
              echo '&lt;option value="'.$value.'" '.$selected.'&gt;'.$lang['translated_name'].'&lt;/option&gt;';
            } ?&gt;
          &lt;/select&gt;
        &lt;/form&gt;&lt;!-- end of lang form --&gt;
    &lt;?php }
}</pre>
<p>Modified</p>
<pre> 
function shost_language_select() {
    $languages = shost_get_languages();
    if ( 1 &lt; count( $languages ) ) { ?&gt;
        &lt;form  method="POST" class="langForm"&gt;
          &lt;select name="language" id="language" onchange="location = this.options[this.selectedIndex].value;"&gt;
            &lt;option disabled="disabled" value="NoSeclect"&gt;Language&lt;/option&gt;
            &lt;?php foreach( $languages as $lang ) {
              $value = $lang['url'];
              $displayName = $lang['translated_name'];
              $selected = "";
              if ( $lang['active'] != null )
              {   $selected = 'selected="selected"';
              }
              else
              {   $displayName = $lang['native_name'];
              }
              echo '&lt;option value="'.$value.'" '.$selected.'&gt;'.$displayName.'&lt;/option&gt;';
            } ?&gt;
          &lt;/select&gt;
        &lt;/form&gt;&lt;!-- end of lang form --&gt;
    &lt;?php }
}</pre>
<p>Et voilà !</p>
<p><a href="http://tech.yipp.ca/files/2015/11/7host-language-selector.png"><img src="http://tech.yipp.ca/files/2015/11/7host-language-selector.png" alt="7host-language-selector" width="178" height="121" class="alignnone size-full wp-image-2069" /></a></p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/wpml-7host-theme-display-native-language-language-selector/">WPML + 7host theme : Display native language in language selector</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/wordpress/wpml-7host-theme-display-native-language-language-selector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a wordpress user through mySQL</title>
		<link>https://tech.yipp.ca/wordpress/add-wordpress-user-mysql/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-wordpress-user-mysql</link>
		<comments>https://tech.yipp.ca/wordpress/add-wordpress-user-mysql/#comments</comments>
		<pubDate>Sun, 22 Mar 2015 16:20:54 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1606</guid>
		<description><![CDATA[<p>Add an administrator username through SQL only There are three insertions to do : One row in wp_users Two rows in wp_usermeta INSERT INTO `mcera850_bleue`.`wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`,&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/add-wordpress-user-mysql/">Add a wordpress user through mySQL</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Add an administrator username through SQL only</p>
<p>There are three insertions to do :</p>
<ul>
<li>One row in <span style="color: #ff6600;"><strong>wp_users</strong></span></li>
<li>Two rows in <strong><span style="color: #ff6600;">wp_usermeta</span></strong></li>
</ul>
<p><code><br />
INSERT INTO `mcera850_bleue`.`wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES ('4', 'frank', MD5('your-password-here'), 'Francois', 'supercoolemail@gmail.com', 'http://www.yipp.ca/', '2011-06-07 00:00:00', '', '0', 'Francois');</p>
<p>INSERT INTO `mcera850_bleue`.`wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (NULL, '4', 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}');</p>
<p>INSERT INTO `mcera850_bleue`.`wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (NULL, '4', 'wp_user_level', '10');</code><br />
For full instructions there are already detailed blogs about this : http://www.wpbeginner.com/wp-tutorials/how-to-add-an-admin-user-to-the-wordpress-database-via-mysql/</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/add-wordpress-user-mysql/">Add a wordpress user through mySQL</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/wordpress/add-wordpress-user-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix fruitful slider to not crash IE6, IE7 and IE8</title>
		<link>https://tech.yipp.ca/wordpress/fix-fruitful-slider-crash-ie6-ie7-ie8/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-fruitful-slider-crash-ie6-ie7-ie8</link>
		<comments>https://tech.yipp.ca/wordpress/fix-fruitful-slider-crash-ie6-ie7-ie8/#comments</comments>
		<pubDate>Sat, 13 Dec 2014 23:23:48 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1351</guid>
		<description><![CDATA[<p>One of my client's user reported that the brand new site I made crashed her IE7 browser. On my side with IE6 it would loads forever (blank page). I tracked down the problem and&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/fix-fruitful-slider-crash-ie6-ie7-ie8/">Fix fruitful slider to not crash IE6, IE7 and IE8</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>One of my client's user reported that the brand new site I made crashed her IE7 browser. On my side with IE6 it would loads forever (blank page). I tracked down the problem and it is the flexslider that is not behaving well with IE 6,7,8. The wordpress theme used was <a href="https://wordpress.org/themes/fruitful" target="_blank">fruitful</a> (which is really nice btw) and is using flexslider.</p>
<p>I wrote a patch for Fruitful 2.2.1. It fixes all IE6, IE7 and IE8. It will revert to other kind of slider for those browser versions (better than a crash). You need to update <strong><span style="color: #ff6600;">wp-content/themes/fruitful/functions.php</span></strong> with the one from my <a href="https://github.com/foligny/fruitful-theme-ie-friendly/" target="_blank">github account</a>.</p>
<h3>Diff of change</h3>
<p><a href="https://github.com/foligny/fruitful-theme-ie-friendly/commit/3af455cf0d72b3caeef248dea120b44a41cd7f59" target="_blank">https://github.com/foligny/fruitful-theme-ie-friendly/commit/3af455cf0d72b3caeef248dea120b44a41cd7f59</a></p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/fix-fruitful-slider-crash-ie6-ie7-ie8/">Fix fruitful slider to not crash IE6, IE7 and IE8</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/wordpress/fix-fruitful-slider-crash-ie6-ie7-ie8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortcode always appear on top of page for wordpress</title>
		<link>https://tech.yipp.ca/wordpress/shortcode-always-appear-top-page-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=shortcode-always-appear-top-page-wordpress</link>
		<comments>https://tech.yipp.ca/wordpress/shortcode-always-appear-top-page-wordpress/#comments</comments>
		<pubDate>Thu, 28 Aug 2014 01:02:43 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=928</guid>
		<description><![CDATA[<p>WordPress plugin renders shortcode on top of page This is a common mistake and easy to fix ! Solution Instead of echo'ing things in your shortcode handler function, return the string and do not&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/shortcode-always-appear-top-page-wordpress/">Shortcode always appear on top of page for wordpress</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h2>WordPress plugin renders shortcode on top of page</h2>
<p>This is a common mistake and easy to fix !</p>
<h3>Solution</h3>
<p>Instead of echo'ing things in your shortcode handler function, return the string and do not output using echo nor print.</p>
<p><em>Et voilà !</em></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/shortcode-always-appear-top-page-wordpress/">Shortcode always appear on top of page for wordpress</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/wordpress/shortcode-always-appear-top-page-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix facebook error og:Image not big enough on wordpress</title>
		<link>https://tech.yipp.ca/wordpress/solution-how-to-fix-facebook-error-about-ogimage-not-big-enough-on-your-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solution-how-to-fix-facebook-error-about-ogimage-not-big-enough-on-your-wordpress</link>
		<comments>https://tech.yipp.ca/wordpress/solution-how-to-fix-facebook-error-about-ogimage-not-big-enough-on-your-wordpress/#comments</comments>
		<pubDate>Mon, 06 Jan 2014 03:30:46 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=473</guid>
		<description><![CDATA[<p>The problem You have installed the plugin "Facebook Open Graph Meta in WordPress" but even with the correct og:Image tag and a very big image facebook still complains that your image must be at&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/solution-how-to-fix-facebook-error-about-ogimage-not-big-enough-on-your-wordpress/">Fix facebook error og:Image not big enough on wordpress</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h2>The problem</h2>
<div>You have installed the plugin "<strong>Facebook Open Graph Meta in WordPress</strong>" but even with the correct <strong>og:Image</strong> tag and a very big image facebook still complains that your image must be at least 200x200 px. This is very annoying since we could be providing very large image like  1200x800 and correctly point the <strong>og:Image</strong> tag to it and facebook still complains it must be larger than 200x200 !</div>
<p><a href="http://tech.yipp.ca/files/2014/01/facebook-opengraph-debugger.png"><img class="alignnone size-full wp-image-551" alt="facebook-opengraph-debugger" src="http://tech.yipp.ca/files/2014/01/facebook-opengraph-debugger.png" width="651" height="280" /></a></p>
<h2>Actual error:</h2>
<div>Open Graph Warnings That Should Be Fixed</div>
<table>
<tbody>
<tr>
<td>og:image should be larger</td>
<td>Provided og:image is not big enough. Please use an image that's at least 200x200 px. Image 'http://django.yipp.ca/files/2013/10/vlcsnap-2013-12-09-20h29m47s92-520x245.jpg' will be used instead.</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<h2>The solution</h2>
<p>Include your featured image in your wordpress post (or page), not only in the og:Image tag :</p>
<pre>&lt;img src="http://django.yipp.ca/files/2014/01/IMG_1474-house-moon.jpg" width="120" height="80" style="display:none;" /&gt;</pre>
<p>Or you can fix this bug once and for all by editing your theme template (single.php) to include  :</p>
<pre>&lt;?php if ( has_post_thumbnail() ) { $attr = array( 'style' =&gt; "display:none;", ); echo get_the_post_thumbnail($post_id, "full", $attr); } ?&gt;</pre>
<h2>Trigger a re-fetch from facebook</h2>
<p>After you made the change on your website, facebook might still post the wrong picture. I found that if you go on <a title="Open Graph Debugger" href="https://developers.facebook.com/tools/debug/" target="_blank">Open Graph Debugger</a> tool and re-analyse your page, it will force an update and then the next time you share on facebook it will be correct.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/solution-how-to-fix-facebook-error-about-ogimage-not-big-enough-on-your-wordpress/">Fix facebook error og:Image not big enough on wordpress</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/wordpress/solution-how-to-fix-facebook-error-about-ogimage-not-big-enough-on-your-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>This file is too big. Files must be less than 1500 KB in size. Back</title>
		<link>https://tech.yipp.ca/wordpress/this-file-is-too-big-files-must-be-less-than-1500-kb-in-size-back/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=this-file-is-too-big-files-must-be-less-than-1500-kb-in-size-back</link>
		<comments>https://tech.yipp.ca/wordpress/this-file-is-too-big-files-must-be-less-than-1500-kb-in-size-back/#comments</comments>
		<pubDate>Fri, 29 Nov 2013 00:47:53 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=411</guid>
		<description><![CDATA[<p>How to fix the error "This file is too big. Files must be less than 1500 KB in size. Back" &#160; Go to Network Admin: Network Settings &#62; Max upload file size Done ! &#160;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/this-file-is-too-big-files-must-be-less-than-1500-kb-in-size-back/">This file is too big. Files must be less than 1500 KB in size. Back</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h1>How to fix the error "This file is too big. Files must be less than 1500 KB in size. <a>Back"</a></h1>
<p>&nbsp;</p>
<h3>Go to Network Admin:</h3>
<p>Network Settings &gt; <strong>Max upload file size</strong></p>
<p>Done !</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/wordpress/this-file-is-too-big-files-must-be-less-than-1500-kb-in-size-back/">This file is too big. Files must be less than 1500 KB in size. Back</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/wordpress/this-file-is-too-big-files-must-be-less-than-1500-kb-in-size-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
