The thumbnails tag has no wiki summary.
-2
votes
0answers
21 views
Show 4 Last post That Only Selected Featured Image [closed]
i want show 4 post Only have thumbnail image in front page. Please Help Me!
0
votes
1answer
27 views
add youtube thumbnail in index and single.php add video
I crating custom wordpress themes for video related website, client can embed youtube video,
in index.php only show thumbnail image and title of video then when click thumbnail it goes to single.php ...
0
votes
0answers
21 views
Why am I getting blank thumbnails in media library?
I run a Multisite installation with 10 blogs. All the other blogs work fine except for one where any image that's uploaded does not show up in the media library. There's just a blank image instead of ...
-1
votes
0answers
22 views
Add_the_image_size Responsive
I am using the code:
add_image_size ('portfolio1', 600, 344, true);
to show my portfolio thumbs on my website.
But when I'm using tablets and smartphone i want these images width 100%.
I'm using ...
0
votes
0answers
13 views
How to require minimum image size for featured image only
I would like to show a message when a featured image is set in the WordPress admin for any post type.
E.g. a user uploads an image and sets as featured image. I check, if the image size is adequate ...
-2
votes
0answers
8 views
Plugin for gallery with large image and thunbnails [closed]
Does someone know about a plug-in that could provide easily the following features:
I would like to have a large image (1st image of a given gallery) and below - thumbnails of the first and the rest ...
0
votes
0answers
37 views
Delete associated thumbnails when calling wp_delete_attachment
I have a somewhat straightforward script that allows users to upload their own avatar from the front-end. Another script allows them to delete their avatar, before uploading another. The ...
0
votes
0answers
44 views
Woocommerce: Set thumbnail detail (clipping area)
I am using the german Wordpress 3.5.1–de_DE with Woocommerce 2.0.8 and the Woothemes Mystile Theme 1.2.8.
I have a big picture for a product (Jellyfish.jpg) and want to use a specific area of that ...
0
votes
3answers
71 views
Use 'medium' size with catch_that_image() function
I've this function, which I'm pretty sure a lot of you already know:
function catch_that_image() {
global $post, $posts;
$first_img = '';
ob_start();
ob_end_clean();
$output = ...
0
votes
1answer
23 views
Imagem resolution responsive
I have a add_image_size to resize an image, but when i have 980px of resolution, the image still the same size. I would like the image be 100% when the resolution is lower than 980px, but I need to ...
0
votes
1answer
37 views
Post Thumbnail with Fallback Issue [closed]
Update This has been resolved. The "entire code" block below is the corrected and working code.
I'm starting to set up a mixed media slider on one of my Wordpress sites. I'm going to write a simple ...
0
votes
0answers
51 views
How to create resized versions of images added with wp_insert_attachment
I'm uploading images to my media gallery and setting them as my post's featured image, which is working quite well.
I'd like to generate thumbnails of these featured images, in the same way that ...
0
votes
2answers
33 views
Additional image sizes are not being generated
When I upload an image through the admin interface, the image is only saved at full-size. The other sizes are configured to their default values in Settings > Media. The automatic resized versions are ...
0
votes
0answers
33 views
set thumbnail from url
I get my posts from a url and it works fine but i want to add in the image as a thumbnail as well i know that i should use the set_post_thumbnail!
i have the next code:
$args = array(
...
0
votes
0answers
35 views
get_the_term_list & url
I have 2 custom post type and i want to link them together with an url from the first one and a image from the second one.
I can get the title and the url of my taxonomy like that :
( CPT = ...
0
votes
0answers
99 views
jQuery Masonry imagesLoaded not working
I have loaded masonry into the website I am working on and it functions fine. However, the images when loaded stack over each other and then masonry kicks in to slot them into place.
I want them to ...
0
votes
0answers
39 views
Do someone know how to fetch post images sizes via MYSQL Query?
i am developing a web-services using PHP with adodb classes. what i trying to do is that i need the image sizes of the post i.e(thumbnail, medium, large) size. I am able to fetch the post original ...
0
votes
1answer
16 views
How to set thumbnail image for a (child) theme
I've created a basic child image for twentytwelve, and it works as expected. The only issue is that it does not have a thumbnail image in the themes page:
How do I set a thumbnail image for my ...
0
votes
1answer
56 views
How to add thumbnails to posts and pages automatically in a uniformed fixed elegant way?
please i am wondering if there was a plugin or hack that enables me to append a nice looking thumbnail for each post or page i publish on my blog.
Currently, i am able to add the featured images but ...
6
votes
4answers
164 views
How to disable WordPress from creating thumbnails?
I've been looking around the net for a long time on how to disable WordPress from creating multiple thumbnails.
I've seen in most tutorials to set all the images to 0 in the media section. I have ...
0
votes
1answer
25 views
Different thumbnails for index and article page
For my aricles (wp7app.de) I'd like to use two different thumbnails, one which is displayed only on the index page (150x150) and one for the article page (600x400). However, I don't want to use a ...
0
votes
3answers
51 views
Theme thumbnail in dashboard
I'm not sure whether this question belongs here but I don't know where else to ask it : do WordPress designers/developers usually create a dashboard theme thumbnail when they completed the WP theme ...
0
votes
1answer
65 views
Thumbnails for media Library images
I have somee Item in the media library, where I want to retrieve the thunbnail from.
I use the normal post thumbnail functions (tried some of them), with normal posts or cpts's the work fine.
As ...
0
votes
1answer
63 views
Thumbnail remove width & height function
I wish that when the browser was resized to below 980px, my images were width 100%. The container of the images already have 100%, the problem is that I'm using wordpress size code for thumbnails:
...
0
votes
1answer
81 views
Add_image_size not cropping
I want to make a crop on the images of my blog page that have more than 443px adjust it to 645x443 size, exactly.
I used this code:
add_theme_support ('post-thumbnails');
add_image_size ...
0
votes
1answer
50 views
I would like my posts to pull my custom cropped thumbnail instead of creating its own thumbnail from Featured Image
Firstly, I'm not a developer, mostly a website designer and CSS hacker.
I'll try to explain better:
I'm using a grid theme that creates a thumbnail out of the featured image to display as a post ...
-1
votes
2answers
550 views
Make thumbnails in woocommerce replace the main image instead of opening fancybox
I would like the thumbnails underneath the main image on the single product page to replace the main image when they are either clicked or on hover, I prefer hover. Right now the thumbnails just open ...
2
votes
1answer
35 views
Display latest 12 images from media library
I was looking for almost a week for such solution - without success. What I want to achieve is have a kind of 'photos cloud' on my wordpress homepage. What I need to do is to display latest 12 photos ...
2
votes
1answer
101 views
Post thumbnail relative link and HTML modify
I want to remove the website url from all the_post_thumbnail() so they become relative and remove/add attributes from the output.
So far I got the following code added to functions.php of the theme, ...
1
vote
1answer
418 views
image_resize in wp3.5 change to wp_get_image_editor and wont work
After 3.5 removed support image_resize and now says to use wp_get_image_editor as described here:
https://codex.wordpress.org/Function_Reference/wp_get_image_editor
Before (when it was ...
0
votes
0answers
76 views
Excerpt thumbnail creation disappeared after 3.5 update [closed]
Before updating my Wordpress to version 3.5; I was doing this:
Create new article. Write text inside. Then add image to excerpt part.
When I open my main page I see article title, excerpt text and ...
0
votes
2answers
997 views
How to set global variable in functions.php
I want to be able to echo the URL of the featured image of a post and after looking some on the web I found the following which works fine when I put it in a loop in my front page template.
<?php ...
0
votes
0answers
29 views
Use built in thumb generator inside an admin options page of a plugin [closed]
Is there a way to use the built in thumbnail function outside of a post, outside of the media manager and within a admin options page of a plugin?
Everything I read only talks about using a thumb ...
0
votes
1answer
72 views
Thumbnail is corrupt but image is good
I am using wordpress 3.5 to manage my website with a template (not sure which). Lately, each picture I add to a gallery creates a corrupted thumbnail, but the picture itself shows up ok. I tried ...
0
votes
3answers
1k views
Wordpress 3.5 - Add custom image size
Since the new version of Wordpress (3.5), it seems to be an incompatibility between the image manager and the custom image sizes.
Previously I used in my functions.php :
add_action( ...
0
votes
0answers
317 views
How To Link Product Thumbnails To Single Product Page in WooCommerce? [closed]
When I updated to 3.5, I noticed that I cannot link images anymore :( So am using the "WP Gallery Custom Links" plugin to place a link for my images, but it does not work for the product thumbnails ...
1
vote
1answer
890 views
How to Replace YouTube Videos with a “Click to Play” Thumbnail?
I use a lot of embedded videos (via oembed) on my blog, and that can slow down page loads.
Is there a way to automatically replace YouTube (and other) videos with a thumbnail (preferably the post's ...
0
votes
1answer
806 views
How to split the categories of subcategories with thumbnails
This is the code I use to display all product categories with thumbnails:
<?php
$cats = get_terms('product_cat', array(
'hide_empty' => 0,
'orderby' => 'name'
));
?>
<div ...
0
votes
0answers
11 views
Get attachment id from thumbnail url [duplicate]
Possible Duplicate:
Turn a URL into an Attachment / Post ID
I got a thumbnail url, for example http://www.mysite.com/wp-content/uploads/blume-beispielbild-300x225.jpg
I know I can find the ...
1
vote
1answer
26 views
Sidebar Thumbs Squished?
My Thumbnails seem squished for some reason even though I copied the code from some thumbnails I have that seem to be working fine.
The code that works:
in index.php
<a href="<?php ...
2
votes
1answer
95 views
Adding a custom field or metabox to the post-thumbnail widget?
Is it possible to add a custom field to an existing "widget" in the backend?
What I wanna do is provide a way to have a checkbox to apply a thumbnail that is double the size of the normal one on the ...
0
votes
1answer
41 views
Removing Title Tag from Thumbnails
I'm currently adding thumbnails to my page with: <?php the_post_thumbnail( 'category-thumb' ); ?> and this in the fuctions.php:
if ( function_exists( 'add_image_size' ) ) {
add_image_size( ...
1
vote
1answer
208 views
Thumbnail and Featured Image With Fixed Sizes?
In my index.php file, I'm trying to create a thumbnail for each post with the size width: 200px and height 142px.
And on the single.php, I would ike for the featured image to be width: 598px and ...
1
vote
2answers
292 views
Stop wordpress from creating multiple size images
I want wordpress to stop making multiple size images cause it's going to eat up my storage space. So I went Settings > Media and then set all the sizes to 0. When I uploaded a new image it still is ...
0
votes
3answers
187 views
how i can increase Featured thumbnails size?
when i open any post then 1st image show my featured image. i want to increase this size . see it or . i already try to increase from single.php to change this code
<p><img src="<?php ...
3
votes
0answers
137 views
Add Image to the RSS plugin reader from another RSS
Hello there i need help with the "Super RSS Reader". It works great but i need add function to get image thumbnail from RSS description.
foreach ($rss_items as $item){
// Get the link
...
0
votes
1answer
1k views
Various thumbnail sizes for Wordpress/jquery masonry gallery
can someone help me to create a thumbnail gallery in Wordpress using jquery masonry which looks similar to this?
I am not sure what the best approach is. Especially regarding the different thumbnail ...
-1
votes
1answer
221 views
PHP-Code inside Href-Tag
I have include PHP-Code inside a href-tag – and it doesn’t work!
<?php $image = get_post_meta($post->ID, 'image_medium', true);
if ( $image != '' ) {?>
<a href="<?php ...
1
vote
1answer
425 views
Force image crop size in media editor
I've searched high and low for this but think the answer I seek is being buried by the more common questions.
I am developing a theme for a client that has two specific image sizes (100x127 for ...
0
votes
1answer
93 views
Custom image size mixes width and height in output
I want to use a couple of custom image sizes for a site that I'm developing. When I output the images I sometimes do not get the correct width size because it is mixed up with the height size. It ...