Fran Kee
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Lightbox] SLB fails, because layout_raw property missingHi,
I did not check with my provider,
however both wordpress installations are with the same hoster,
part of the very same hosting package. So this is likely not it.Sorry.
Did you check the header?
(by viewing the html source as it arrives in your browser – ctrl-U) if it contains an appropriate OpenGraph header(This control what facebook will use for thumbnail and summary text… if not present, FB will wildly guess. Which often goes wrong, even on major newspaper sites…)
With the Thumb Fixer plugin enabled, you should see a blob like this within the <head> section of the html:
<!–/ Facebook Thumb Fixer Open Graph /–>
<meta property=”og:title” content=”Test, test, test” />
<meta property=”og:type” content=”article” />
<meta property=”og:url” content=”http://www.example.com/test-test-test/” />
<meta property=”og:description” content=”” />
<meta property=”og:site_name” content=”FranKee bloggt.” />
<meta property=”og:image” content=”http://www.example.com/wp-content/uploads/2014/01/the-chosen-thumbnail-post.jpg” />If you don’t see it (or seeing it more than once in the header), the plugin isnt activated or something else is wrong…
Forum: Themes and Templates
In reply to: [Hueman] I want to remove the featured image from posts@letrero:
You want to remove (ideally in a copy within your child theme)
line :9 from content-featured.php:<img src="<?php echo get_template_directory_uri(); ?>/img/thumb-medium.png" alt="<?php the_title(); ?>" />@alexander: I think we should get a theme-wide: [x]never show default thumbnails option… 🙂