The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
1k views

Can't seem to see images on my machine but can on the server

Hello I just started using wordpress (complete noob) but I need a bit of help. I have installed wordpress and on a linux/centos webserver and this works fine. However when I use another machine, open ...
0
votes
1answer
491 views

Facebook OpenGraph error, Call to undefined function wp_get_attachment_src()

i have add facebook opengraph tag now it showing error like Call to undefined function wp_get_attachment_src() Object at URL 'http://www.website.com' of type 'article' is invalid because the ...
0
votes
1answer
40 views

Attachments without images

I am using the Attachments plugin, but this question I'm sure is applicable to the regular media library. What I want to do is have an 'attachment' (metadata, title, caption) but with no image ...
0
votes
1answer
167 views

Whats wrong with my wp gallery?

i was making a gallery on my clients site using [gallery] sortcode. The gallery appears but when clicked it goes to clients other website which i have no idea why? here is the link ...
0
votes
1answer
150 views

get rid of random string before an for an image path on wordpress

When visiting my site (WordPress 3.0.3), images are loaded correctly. However, when you hit refresh, or come back to the same entry, the images' path become something like this: ...
0
votes
1answer
498 views

Duplicate Custom Header Functionality into the post edit screen

Within wordpress 3.0 you have the ability to create a custom header image with a very slick built in cropping tool. I found out that the code being utilized for this is located within ...
0
votes
1answer
171 views

How to prepare images for a layout width change?

I maintain a site that will get a new layout, with a new width for the content area (currently 390px, say 500px for the new width). Many images (but not all) are sized to the current width (some are ...
0
votes
1answer
19 views

Upload files in wordpress

What is the best way to upload files in wordpress? How can I upload multiple files at a time like media uploads in wordpress?
0
votes
0answers
11 views

Editing with thickbox in wp-admin - Endless loading

I have a plugin with images inside wp-admin. Works fine without thickbox When clicking on an image I can edit them with this URL: ...
0
votes
0answers
29 views

add file upload to post type

Short question but how can I include a pdf file attachment upload inside a custom post type? currently creating a new custom post type and I can't see a supports for media upload without the editor... ...
0
votes
1answer
28 views

Bulk Attach Or Insert Media To Post Without Opening Post Editor

How to create a custom panel inside wp admin dashboard where we can insert media to specified posts in bulk? Here is the illustration: As shown on the image above, it list all available media on ...
0
votes
0answers
17 views

How do I add populate media files from my plugin

So I am creating a plugin that will be able to upload a special kind of video. I added a two new tab under Media Page called "Add New Custom Video", "Custom Video Library" - I was able to call the ...
0
votes
0answers
16 views

How to Disable Auto Downloader from site [closed]

Locally i have developed one music site by WordPress theme and its running well. The problem is once the media file streaming on browser, Internet Download Manager(IDM) detect it and generate the ...
0
votes
1answer
22 views

Video uploaded with the native media uploader gives Error 404

I created a shortcode to make an HTML5 player insert into my post, but my problem is when I attempt to view a video that I've uploaded with the native Media Uploader, I get a file not found error. The ...
0
votes
0answers
19 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
37 views

How to add audio media in a post?

I am simply trying to add an audio file in a wordpress blog! I have tried different audio player plugins: the non-existing anymore (?) haiku minimalist player, the jQuery player, the ...
0
votes
0answers
67 views

Make Add media button accessible to all in front end

I am trying to add an interface in which any user(including non logged in) can create a post from the front-end. I am able to bring the default wordpress editor to front-end using the wp_editor ...
0
votes
0answers
18 views

Edit Media: Apply changes to specific size only

In the Edit Media (edit image specifically) box, you can crop, flip, rotate, among other things. On the right sidebar, there is an option to Apply changes to: All images sizes Thumbnail All ...
0
votes
0answers
32 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
1answer
37 views

Exclude an array

I'm moving edit post dashboard to front end. So here is a case, I have to queries, one for product attachments and other for ALL. Now, I want to exclude product attachments from ALL attachments query ...
0
votes
0answers
61 views

How to extend media gallery WP 3.5

I'm trying to extent in a theme the media gallery. basically what I'd like to do is to have another button next to 'Insert gallery' that will say something like 'use this images'. And when clicking ...
0
votes
0answers
44 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
26 views

Multiple media upload frames

Hello WordPress users, I'm stuck with a problem while building my WordPress plugin. I want to use 2 Media Upload iframes in on one plugin page. I tried multiple scripts. Curretly I'm using the code ...
0
votes
1answer
34 views

Multi site and media uploader

There seems to be a strange issue with my multisite on my live blog. Maybe its because I have one site set to "deleted" - so I can edit it, but the public can't see it? My current upload is set up as ...
0
votes
0answers
51 views

How to change the default image uploader

Recently i'm using the awesome files of jaredatch (https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress) to create custom metaboxes and fields. I'm still learning about this part and ...
0
votes
0answers
39 views

Having problem with media_sideload_image function

I just wrote a test plugin for checkin the . It works fine when i call this function with an action hook. But if i just call the function directly it returns Fatal error: Call to undefined function ...
0
votes
0answers
113 views

Front-end media upload doesn't work properly

When i try to upload media from front end i get error An error occurred in the upload. Please try again later. When i refresh a page i see uploaded media. I noticed that when i remove header ...
0
votes
0answers
20 views

word press media multi-file uploader, cancel the upload midway and show what formats are allowed

I am using word press 3.4.2 and want to edit media upload functionality as 1. Show the formats of files that are allowed. 2. Add a cancel button to cancel the upload midway. Please help me.
0
votes
0answers
47 views

Show all media by an user in his/her author.php page, how to edit my code

I've a default code that shows all the media uploaded in my site <?php $args = array( 'post_type' => 'attachment', 'numberposts' => -1, 'post_status' => 'any', 'post_parent' => ...
0
votes
0answers
48 views

adding a simplified media uploader to a post/page metabox

I am trying to add a simplified version of the media uploader in wordpress 3.5. The simplified version should only be displayed when the user clicks on a button in a metabox. This simplified box ...
0
votes
1answer
98 views

Gallery shortcode numerical sorting

When I try to sort a Gallery created through the [gallery] shortcode by numerical titles I get them sorted in alphabetical order. That means that they are sorted like so: 1, 3, 34, 4, 56, 6, etc. ...
0
votes
1answer
213 views

Custom bulk action for media gallery items

I'm trying to add custom "Bulk Actions" to WP 3.5 new media gallery items. I started from this excellent tutorial which does exactly what I need, but with regular posts; so i tried to adapt it to work ...
0
votes
1answer
51 views

New media uploader hides past attachments in wysiwyg [closed]

I am using the Advanced Custom Fields plugin to add a WYSIWYG field that I have uploaded an image gallery into. After the new Media Uploader WP update I can no longer edit the existing galleries as ...
0
votes
1answer
63 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
137 views

Image size filtering in Media uploader according to custom post type

I have three different custom post types which require an image upload in the admin post edit page. Each type has its own image size setting. Let's say: 'news' type => picture size required: ...
0
votes
0answers
6 views

How to change the default media folder in WP 3.5.1 [duplicate]

Possible Duplicate: WordPress 3.5: Setting custom “full URL path to files” in the Media Library? I can't find where to change the default media folder where images are uploaded in WP 3.5.1 ...
0
votes
0answers
191 views

Hierarchical Categories For Media Library On Upload In 3.5

I'm trying to make use of the new Media taxonomy functionality to create a more robust media library. I've hit a bit of a brick wall with actually assigning uploaded media items to categories. I've ...
0
votes
0answers
34 views

How to disable parent post in Wordpress

Wordpress associates an image with a post, which is great when it's used for only one post as it will therefore remove the image if the post is deleted, keeping the files and database clean. However, ...
0
votes
0answers
30 views

Making epub, pdf, mobi formats available in a post? [duplicate]

Possible Duplicate: how to upload and allow downloads of .mobi and .epub formats I am considering the feasibility of converting a client site from a large number of hand-built web pages to ...
0
votes
1answer
158 views

add_image_size is not generatin images of correct dimensions

I am trying my hands with WP add_image_size method and this is the entry in my theme's function.php if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); ...
0
votes
1answer
271 views

Site not getting correct featured image from my query

On the home page of my site I have a series of tiles that link to various parts of the site. One tile links to the blog and I have written some code to pull the latest post with an image attached to ...
0
votes
0answers
199 views

How to group images in media library ( wp 3.5 )

I am trying to understand if there is a way to group images in media library. Exactly if i am in post administration page and click to add media i want to see in library just the media uploaded to ...
0
votes
0answers
73 views

Trying to create a 5 star rating plugin for images…need help [closed]

Alright so I know how to do all of the CSS/HTML/PHP/AJAX/MySQL work. However I have no clue how I can add a new field to the "insert media" popup. Do I have to modify the wordpress media table with ...
0
votes
0answers
16 views

Upload images to another server [duplicate]

Possible Duplicate: Upload images to remote server I am using wordpress built-in media uploader to upload images. Is there a way to make it upload to another server instead of my local ...
0
votes
1answer
65 views

Single file upload

I would like to allow user to only upload one file at a time using the flash uploader interface. I found around here a link to a hack allowing to generate an error message when more than one file is ...
0
votes
0answers
21 views

Get the ID of a file based on the file URL [duplicate]

Possible Duplicate: Turn a URL into an Attachment / Post ID Is there any way to get the ID of a file (an image from the media library) based on the file URL?
0
votes
1answer
49 views

How would I attach media/images to a post based on a ID stored in a each post's custom field

I have converted a site over to wordpress recently. I was able to import all the posts via a CSV importer, but not the images associated with each post. The post type is "machinery". The custom ...
0
votes
1answer
43 views

After import, oEmbeds non-functional until manual republish

I've just finished cleaning up the data from an application I was using previously and have got everything into a few WXR files. As a final test, I just imported them back into a local test ...
0
votes
1answer
85 views

Aviary + Wordpress Media

has anyone tried to implement Aviary API and wordpress successfully? I am looking for a tutorial or guide of some sort.
0
votes
2answers
4k views

How to Fix HTTP Error When Uploading Images?

I am using WordPress 3.4.1 on Ubuntu 12.04 using Apache and PHP 5.3.X When I login to the dashboard and add a new post. Then try uploading an image to set as a featured image, I get a red box with a ...