james.d
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
No. 1 has been self-resolved, too.
A thumbnail size can be changed in “Media Settings” page in your WP admin (Settings > Media). Once updated, FB thumbnail’s dimension will be adjusted accordingly.As for changing thumbnail’s size for older posts, this can be beautifully done by using “Regenerate Thumbnails” plugin.
Cheers.
No. 2 has been self-resolved.
Forum: Plugins
In reply to: Facebook Like button: how to disable a comment box to openResolved it by myself.
Can add the following in any css file..fb_edge_comment_widget { display: none !important; }Any reason why the plugin only works with “ugly permalinks” and doesn’t work with “pretty permalinks”?
Thank you for your advice.
Mine is pretty simple. Somehow only works with “ugly permalinks”. Thank you for your help.
<div class="navigation"> <div class="alignleft"><?php previous_post_smart('%link', 'Previous', true); ?> </div> <div class="alignright"><?php next_post_smart('%link', 'Next', true); ?> </div> </div>
Viewing 5 replies - 1 through 5 (of 5 total)