You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “Post Thumbnail and Post Image”.
I won't answer any of your question here! ... please go to our forum to get answer of any question related to Calotropis Theme
This site is functioned only for announcements, comments and bug reports.
Die Spammers!
We receive lots and lots of comments daily, 99% are spams. If you find your comment not showing immediately, it's considered as spam by our system. Please use your real name and website to comment, not something like promoting something. Godspeed!
Calotropis Theme Main Features
- Flexible-width or fixed width.
- Left sidebar or Right Sidebar or Holy Grail or no sidebar
- Tabbed Sidebar Widget
- Some color schemes.
- Custom Header
- Custom Background
- Links to your Social Network
- and many others
It’s Free high-quality WordPress theme
Free is free. Please make Calotropis always free by retaining link to this site in the footer section of the theme.
- Asics Tiger: A man can fail many times, but he isn't a failure until he begins to blame somebody else.
- Asics Tiger: A man can fail many times, but he isn't a failure until he begins to blame somebody else.
- Asics Tiger: A fault confessed is half redressed.
- Asics Tiger: This is such a very nice idea! Having whiskies and other drinks come in small bottles. We get to taste ...
- Asics Tiger: This is such a very nice idea! Having whiskies and other drinks come in small bottles. We get to taste ...
- Asics Tiger: This is such a very nice idea! Having whiskies and other drinks come in small bottles. We get to taste ...
- Asics Tiger: This is such a very nice idea! Having whiskies and other drinks come in small bottles. We get to taste ...
- Asics Tiger: This is such a very nice idea! Having whiskies and other drinks come in small bottles. We get to taste ...
- Asics Tiger: This is such a very nice idea! Having whiskies and other drinks come in small bottles. We get to taste ...
- Asics Tiger: Money is not everything. There‘s Mastercard & Visa.
- Pam: Actually I tried another theme and it doesn't work there either! Clearly I have a setting wrong, but can't seem ...
- Pam: Site is very rough, but I can't get sticky post to work. I want most recent blog post on top ...
- Granit: I WANT THAT THE FEATURED ITEM IN HOME PAGE TO NOT DISPLAY .. ...
- Granit: HI CAN YOU HELP HOW TO DELETE THE FEATURED POST IN HOME PAGE.
- Velia Pola: Ooops, forgot to give you the address of my test site: htpp://golfforethegood.org/1_test Thank you!
- Go Update Your Calotropis to ver. 1.4
- Calotropis 1.3.1 is online
- Calotropis 1.2.7 is Live
- Calotropis 1.2.4 is Live
- Calotropis 1.2.4 is waiting too long in the queue
- Calotropis 1.2.5 is ready to download
- Calotropis 1.2.3 is Live
- Calotropis 1.2.1 Supports Navigation Menu in WordPress 3.0
- Calotropis 1.1.1RC is ready
- Sidebars
- September 2010 (1)
- August 2010 (3)
- July 2010 (4)
- June 2010 (2)
- May 2010 (4)
- September 2008 (1)
- April 2008 (1)
- September 2007 (16)
- January 1982 (1)
May 2013 S M T W T F S « Sep 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Hi I am embedding youtube video in a post but no thumbnail or featured image is displayed. I am using WP 3.0.
I have also tried to add thumb in custom field with url to the youtube page, and that puts a text link on the featured image.
Can you tell me how to get this feature to work please!!!
you have to use plugin to display video.
youtube plugins
the thumb is for displaying thumbnails, not else.
Is there a way to turn off the pictures option? Right now all I have are big blue boxes…
Thanks
Julie
Go to Calotropis Theme Options > Front Page
Scroll down until you see: If no Thumbnail/Image Found in a post then choose Don’t display any box
please help me find out why only some of my thumbnails are being generated. i’m stumped.
maybe you forget to set the post-thumbnail / featured image per post
oh! i also want to remove the date stamp from the thumbnails. thank you
go to
template.phpfile and delete this line:< ?php the_time(get_option('date_format')); ?>
Can you tell me why my front page is only showing 5 posts? I’d rather have it show an even number so the page looks more balanced
Thank you
go to wp-admin > Settings > Reading and then change “Blog pages show at most” as you desired.
The theme is only finding the first 5 thumbnails, all others are blank. I’m using WordPress 3.0.1. I didn’t set Thumbnail image, the theme found the first 5 by searching for an image, but didn’t do so beyond the first 5 or 6 posts.
Actually, looks like I found the problem. WordPress will only allow uploaded images (not Image URLs) for thumbnails.
Is it possible to set a thumbnail image for a post without having to insert an image into the post? I’ve tried creating a custom field called “thumb” and trying an image URL path or an attachment ID as the value without any luck. I’m using WP 3.0. please advise . . . many thanks
Figured it out! never mind
How did you solve this??
I cant figure out the thumbnail box. I have word-press 3.1, and how do I use coutom fields? I just have blue boxes
What do I need to do to add thumbnails?
First sorry my english xD
If we change the “}” in the line 68 to 48 the custom field “thumb” works in includes/front.php in the template folder
^^
line 68 to line 46, sorry
Hi Jarod,
I’m trying your beautiful template but I don’t get the thumbs to work.
I just looked at line 68 to 46 but see nothing wrong. Can you show use the line code that we have to change??
Thanks for this great Theme
René
first in spanish
Para que funcionase el campo personalizado “thumb” yo lo que hice fue modificar el archivo front.php dentro de includes en la carpeta del theme.
según te descargas la última versión en la línea 47 hasta la 70 tienes:
if ($img){
[.....]
}elseif (!empty($imgurl)){
[....]
$src=get_bloginfo('template_directory').'/includes/timthumb.php?src='.$imgurl.'&w='.floor($width).'&h='.floor($height).'&zc=1';
}
}
if (!empty($src)){........
Yo lo que hice fue poner esa “}” que hay antes del if (!empty($src)){…….., arriba, antes de if ($img){….
}
if ($img){
[.....]
}elseif (!empty($imgurl)){
[....]
$src=get_bloginfo('template_directory').'/includes/timthumb.php?src='.$imgurl.'&w='.floor($width).'&h='.floor($height).'&zc=1';
}
if (!empty($src)){........
in “english” xDDDD
I modified the file front.php in /includes/ in the theme folder. And now the custom field “thumb” work.
In the last versión in the line 47 to 70:
if ($img){
[.....]
}elseif (!empty($imgurl)){
[....]
$src=get_bloginfo('template_directory').'/includes/timthumb.php?src='.$imgurl.'&w='.floor($width).'&h='.floor($height).'&zc=1';
}
}
if (!empty($src)){........
I only quit the “}” before if (!empty($src)){……, and put it before if ($img){…
}
if ($img){
[.....]
}elseif (!empty($imgurl)){
[....]
$src=get_bloginfo('template_directory').'/includes/timthumb.php?src='.$imgurl.'&w='.floor($width).'&h='.floor($height).'&zc=1';
}
if (!empty($src)){........
Sorry my english.
PD. This great Theme is the itx
Using a datafeed with an external image-url link as my main picture source. Result is that no thumbnail is shown. Can I tweak this to capture thumb off image?
Anthony, if your images are all coming from the same url, then you can add that url to timthumb.php
find
$allowedSites = array (
‘flickr.com’,
‘picasa.com’,
‘blogger.com’,
‘wordpress.com’,
‘img.youtube.com’,
);
and add the site which your images are coming from
amazing theme i love that i use this theme on my wedding website and after that my website look so cute. due to this theme i love my work.
This is such a very nice idea! Having whiskies and other drinks come in small bottles. We get to taste the whisky first before we decide to buy. If we don’t like the taste then we won’t buy it. No waste of money.
A man can fail many times, but he isn’t a failure until he begins to blame somebody else.