Images are used in different ways by WordPress.You can use a theme with images in layout, place images within your post/page content, display images next to visitor's name called avatars etc
1
vote
0answers
26 views
Watermarking Images with Wordpress with WP_Image_Editor
I really like the WP_Image_Editor class. I wanted to use it for some custom functionality I'm making, but I was wondering - Watermarking images - is there a way that I could use the objects created by ...
1
vote
0answers
176 views
Show category images on single product page and product overview page
I am running a woocommerce shop and I have products which are in multiple categories. I would like to show the category images on the single product pages. And also on the product overview page.
I ...
1
vote
0answers
62 views
Creating a post image to show in a gallery
Sorry if this title of question is not clear. I have create a custom post template with the help of this plugin Custom Content Type Manager
With this plugin i create this , and i am at the Second ...
1
vote
0answers
33 views
Make change in media library affect images in published articles
Is there any way/plugin to make wordpress change the description/alt text/caption of an image used in already written articles if I change any of those texts of that specific image in the media ...
1
vote
0answers
41 views
Show only posts with images and a fixed amount of posts
I found this code online. Its a code that only shows posts with images inside. Now, the problem is that if you set Wordpress to show 50 posts, this code shows the posts with the images, but also ...
1
vote
0answers
277 views
Is there a way to delete images from Wordpress media library programmatically?
This is a follow-up of my question which did solve my problem, well, a little bit.
I noticed that there are still images on my uploads folder but of different size. Is there a way to delete all ...
1
vote
0answers
61 views
Upload Image Not accessible
I'm getting a 500 error when trying to access the full version of any image. As soon as it's uploaded to the server, it becomes 'unavailable', and each file cannot be accessed/deleted/anything - like ...
1
vote
0answers
206 views
Tinymce and uploading local pictures
I would like to extend the capabilities of the wordpress editor while keeping the option of uploading local pictures (in the simplest way possible:upload => insert).
I found a plugin which seems to ...
1
vote
0answers
40 views
Insert File URL Links to Existing Images that Were Not Originally Linked to Themselves
I hope the title was descriptive of what I'm looking for. I have a client who has been inserting images into hundreds of posts, but choosing "Link URL: None" when inserting images instead of choosing ...
1
vote
0answers
55 views
Change Featured Image direcly in the Page
In Doing an Image Gallery with Fancybox( lightbox ) using a wordpress loop, take a look at the code inside the loop:
<div class="gallery_image">
<p style="width:201px; height:199px;">
...
1
vote
0answers
58 views
Converting Attachment to Images?
I've had no problem using lightboxes before with attachment images, but I've switched to a new theme called Quicknote and it seems that attachment images now instead link to the attachment page.
...
1
vote
0answers
55 views
Regex to turn embedded images in to attachments
I've got a blog that has all images embedded in each post rather than a thumbnail linking to an attachment page which is what I'd like.
I understand from this question that no plugin (like Regenerate ...
1
vote
0answers
136 views
Retrieve/get current image from Nextgen gallery db
I thought that I can do it using the database where the idea was to get the image from the ngg_gallery_pictures table, where the browser URL is equal to URL of the image in the table.
Then I will get ...
1
vote
0answers
68 views
Exclude image titles from search results
I would like to exclude image titles from search results. For instance, if I have an image called image-wikipedia.jpg, right now, if I search for Wikipedia the story that uses that image is returned ...
1
vote
0answers
171 views
Adding (image) caching to my Tumblr widget
I've hacked together a simple plugin to show the latest image from a Tumblr blog.
To avoid upsetting the Tumblr API (v1), I want to cache that image within Wordpress...
I think perhaps I can do this ...
0
votes
0answers
7 views
Convert featured images into “product images”
I am developing a large ecommerce site using Wordpress and WP Ecommerce plugin. I recently overhauled the theme and framework. Where as before I was only required to set a featured image for a ...
0
votes
0answers
9 views
Buddypress avatars problem after cropping
After installing Buddypress on my wordpress theme, I realized I can't set my profile photo within bp. I can upload the image, but when I try to crop and press the button it throws an error message ...
0
votes
0answers
36 views
Allow users to upload videos and images
I need to allow users to upload videos and images to WordPress. This can either happen in the comments section (so far I have managed to allow users to comment using Facebook and upload a picture), ...
0
votes
0answers
25 views
Transfered live site to new server and images are not showing
i just recently transfered a new site to a server. All paths are correct when I debug the site but for some reason the uploads front and back do not show either in the media section or the site pages.
...
0
votes
0answers
20 views
Limit files uploaded per folder
I upload over thousands of images everyday and I want to limit the number of files that can be stored in a folder cause it's not good to have like 5000 files in a folder because it increases the load ...
0
votes
0answers
34 views
Multiple gallery thumnbnails on one page
I want to post multiple galleries on a single static page.
So far, I've only been able to create a gallery that puts every single picture on that one page. What I want to achieve is several images ...
0
votes
0answers
9 views
how to use comment_form with images separately?
I have made an custom image gallery like Media in backend.I am showing all the images as gallery on frontend and using slider for thumbnails of those uploaded images on backend via the custom gallery ...
0
votes
0answers
16 views
Putting the title attribute in image tag — Snapshot Theme from Woothemes
Does anybody know, how to insert the title used in the field "screenshot" and "large-image", in Snapshot Theme from Woothemes?
I´ve tried using 'the_title();', but I get the post title, not what I ...
0
votes
0answers
27 views
Retrieve image from content, assign it as a featured, and then remove it from the content
I am trying to grab the first image from the content and use as featured image, then remove the that image from the content.
I found the plugin get the image, but it doesn't save image on the post, ...
0
votes
0answers
13 views
Images not loading
I am using wordpress on magento and i migrated the server. Now i have setup everything the blog url and site url is fine. When i upload images using media uploader the images being uploaded doesn't ...
0
votes
0answers
8 views
Attachment page to every image
I made an gallery with the attachment on my Wordpress blog.
I want to add the attachment url to all the images on my blog.
Its posibile to do this?
0
votes
0answers
12 views
Insert image doesn't pickup right size
I have a very annoying problem.
I have created some custom sizes in my media gallery using "simple image size" plugin, but the issue is not related to it as it happens also with wp native media ...
0
votes
0answers
23 views
_wp_attachment_metadata necessary for importing images into wp_postmeta table
I'm working on a project to convert an older custom developed PHP site into a WordPress site.
One of the problems I'm trying to figure out is how to import all the images from the old site and ...
0
votes
0answers
22 views
Creating a new post every time an image is uploaded
I'm making this question because the one I found by searching seems not to work.
I have a custom post type project on my theme. When I upload an image via the media library in the wordpress backend I ...
0
votes
0answers
117 views
Pinterest Pin It button and facebook thumbnails don't work with uploaded images on Wordpress blog. Why?
I have recently migrated from blogger to wordpress, but am having issues with images.
Both Pinterest and Facebook are not recognising my new images that I am uploading to wordpress, however they do ...
0
votes
0answers
42 views
Post migration - images do not display
Here is migration quandry - going from one host to another. The blog domain name is unchanged.
backed up the file system with everything to a .bz2
backed up the SQL DB
ftp'd the file system bz2 to ...
0
votes
0answers
25 views
Add to the library a media from a subfolder
I'm trying to upload some media to the media library in a "uploads" subfolder. The problem is that the media is added, I can see a new entry in the media library, the database the guid of the file ...
0
votes
0answers
12 views
How to remove details wordpress uploader
I modify wordpress uploader and when user select image in directory already then image insert in to post automatic This implement Can be done or not?
otherwise if can't do i want to delete details ...
0
votes
0answers
43 views
Retrieve post data via WPDB class
I'm trying to figure out doing a custom query using the $wpdb Object.
I have custom type posts, event_posts, that have meta data, images, as well as event dates which are input in the post with the ...
0
votes
0answers
20 views
Image sizes in posts
I am having issues with images in my blog. I have default settings for media set in settings->media
I am using a resize script to crop the featured image. So everywhere the featured image is called, ...
0
votes
0answers
40 views
Elastislide - Adding tags to thumbnail code
I need a responsive thumbnail carousel in Wordpress.
I was going to use the Elastislide plugin - http://tympanus.net/codrops/2011/09/12/elastislide-responsive-carousel/
I don't think I'll have a ...
0
votes
0answers
24 views
images are missing from directory
A user of a site I built created a new NextGen gallery, and in the process of adding photos to it, "imported" the ../content/uploads folder (which is where all normal media uploads are stored).
But ...
0
votes
0answers
45 views
Automatically Add Caption in image
I want to automatically add caption for each picture appears in the name of the image or the alternative text
example Caption add automatic
0
votes
0answers
38 views
Custom post types images go to a specific folder, not the montly one
I have a website which allows "mini sites", meaning custom post types.
We noticed that the images that are published along the mini-sites reviews go automatically to the same month, while regular ...
0
votes
0answers
75 views
Nivo Slider Pulling In Wrong Size Image
I have tried changing the CSS, although I'm fairly sure the problem is not with the CSS. The theme has the slider at 940px by default, but I want to change this to be full width (or at least wider). ...
0
votes
0answers
72 views
Errors when uploading images in WP 3.5.1
I am using U Design and keep getting an error message in my Featured Image page. It says
"An error occurred in the upload. Please try again later." Any help would be greatly appreciated.
0
votes
0answers
35 views
Remove full size image in wordpress
I am using wordpress 3.5 and everuthing is good except that each time one image uploaded, it will created many unnecessary image sizes. I confirmed my theme and found that it does not use the full ...
0
votes
0answers
20 views
Plugin Manipulating Images
I am doing a plugin for Wordpress that manipulates image.
Where is the best place to save them and what it's the best way to save to images, considering that I am using GD ...
0
votes
0answers
29 views
Images inserted with HTML
I coded some images each image tag with a new line, so visualy you would have a row of images. When I previewed the page instead of showing me a row of images it showed me a column of images. It seems ...
0
votes
0answers
107 views
Http error when upload some images
I'm using Wordpress 3.5.1 on Debian Wheezy with PHP 5.4.4.
I have increased memory in php.ini to 512M.
It is a new Wordpress with no plugins.
When i try to upload images, some images won't upload :
...
0
votes
0answers
26 views
Why aren't correct-size image versions created according to Media Settings?
I currently have Media Settings on my blog to set to the following. Note the settings for 'medium' and 'large' sized versions.
But once I upload an image, the post-upload media manager doesn't ...
0
votes
0answers
21 views
Better image control mod?
Are there any mods that give you better image control over say multiples images?
For example, by default WP only seems to allow you to center one image, if you try and center two or three images it ...
0
votes
0answers
50 views
WordPress media uploader does not give me image size options
I want to upload images with the add media button inside my page editor.
Now when I upload an image, WordPress gives me one option for the image size:
"full size (120px x 60px)" when infact the image ...
0
votes
0answers
31 views
WordPress Gallery Has “Ghost” Image
I have 3 galleries on a single page. All three are wrapped by jQuery Cycle to create 3 simple rotators that each have a thumbnail pager. Each gallery is using the [gallery] shortcode with a few ...
0
votes
0answers
59 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 ...

