Veeory
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Careta] Post page doesn't display imagesComing back with apologies, I’ve eliminated the issue by assigning an image to each post with Featured image from the edit post page.
Everything looks nice.Thanks and keep up the good work! 🙂
Forum: Themes and Templates
In reply to: [Careta] Post page doesn't display imagesGiving up on this theme, since there is no good support on it.
Sorry, my friend!Forum: Themes and Templates
In reply to: [Careta] Post page doesn't display imagesNo changes to the theme. Theme version is 1.0.77.
I’ve made some research and I see also that the transparent.gif is an aboslute value in functions.php. I’m not an expert but, hey, maybe it gives you a clue.Here’s the function
function careta_draw_transparent()
{
$folder = get_template_directory() . “/images/”;
$value = “transparent.gif”;
echo “<img src=\”$folder/$value\” class=\”post-thumb\” width=\”300px\” height=\”199px\” >\n”;
}Thanks!
Forum: Themes and Templates
In reply to: [Careta] Post page doesn't display imagesI did an inspection on Chrome, on the blak space it shows:
<img src=”http://localhost/wordpress/wp-content/themes/careta/images//transparent.gif” class=”post-thumb” width=”300px” height=”199px”>
The missing picture is located at
<img class=”alignnone wp-image-49″ alt=”IMG_0062web” src=”http://localhost/wordpress/wp-content/uploads/2014/04/IMG_0062web-300×200.jpg” width=”240″ height=”160″>Tell me if you need more details.