The tag has no wiki summary.

learn more… | top users | synonyms

-2
votes
0answers
13 views

How do I add Amedia tags to make my page more fluid? [closed]

I am unable to activate my @media tags to give me the end result of a fluid website page. Here is the page: http://www.livyouth.com/calendar/
0
votes
1answer
29 views

A link (not in the post) to download a specific PDF file

I want to add a button (or rather, a link formatted to look like a button) in the utilities area somewhere above the main navigation menu of a WordPress-based business site (that is, not in the body ...
0
votes
1answer
21 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
12 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 ...
8
votes
1answer
149 views

ZIP up all images displayed in a [gallery] and offer as download link

I would like to offer my visitors the option to download the entire photo gallery (displayed on dedicated [gallery] pages) as a ZIP file displayed at the bottom of each gallery page. - The full-sized ...
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
23 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 ...
1
vote
1answer
73 views

Delete attachments from Front end

I am trying to make a simple media manager on the front end of my posts, as my site will have many authors. I want to give them the ability to delete any picture attachments that they have uploaded to ...
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
38 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 ...
6
votes
1answer
94 views

How to make “Upload files”selected by default in Insert Media?

I am frustrated having to click on the "Upload Files" constantly instead of the first choice being Upload Files in posts editor....How can i make “Upload files” selected by default instead of "Media ...
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
1answer
52 views

Control resizing of uploaded images

I am looking for the regular images that get uploaded from the media uploader. I want to put in an image resize script instead of using WordPress to manage the images. The main reason being is that I ...
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 ...
2
votes
1answer
65 views

Extend 3.5 media uploader plugin to change button name

I have followed a tutorial on how to upload images using Wordpress' 3.5 media uploader. All is well. I would just like to change the text of the actual upload button "Insert Into Post" to something ...
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
62 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 ...
1
vote
1answer
38 views

Rename “Add Media” Button To “Add Images”

I would like to rename the "Add Media" button (just above the post editor interface) to be "Add Images". I can't seem to find the appropriate filter for this. There seems to be a filter that has now ...
0
votes
2answers
44 views

the_time() returning wrong date/time (way in the future)

Within a loop, that otherwise works fine, the_time() is giving me a date and time about 25 days and a few hours ahead of the actual date.For instance, if I post today, it lists it as "April 30th, ...
0
votes
0answers
45 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
1answer
164 views

How organize uploaded media in WP?

I am new in WordPress and I came from Joomla. I am having some problem to understand how can I (if I can do it...) organize the uploaded media into folders and subfolders using WordPress. If I go in ...
5
votes
1answer
228 views

Display attachments by ID in a wp.media frame

I'm trying to use the new wp.media uploader frame for an app I'm building. I've read up a lot on other questions, blog posts, etc etc. The code I pasted below is working already quite fine and even ...
0
votes
0answers
40 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
1answer
89 views

Wordpress Media Uploader custom Javascript not working

I encountered a strange problem with my JavaScript (jQuery) when trying to modify the behavior of my Media Uploader in Wordpress 3.5 This was my JQuery: $('.attachment-filters').change(function(){ ...
0
votes
1answer
50 views

Get all media files for current author

I'm trying to create a list on the frontend of my site of all media items that the current user has uploaded. It seems like the way to do this would be to loop through and compare the ID of the ...
2
votes
0answers
50 views

Image upload callback in new 3.5 media

I am using new 3.5 media uploader in my theme frontend (base on this example). It is very simple when you want to do something with images after 'Select' button is pressed: file_frame.on('select', ...
1
vote
0answers
51 views

Upload video in custom folder

I am trying to find a system to upload some kind of media in a custom folder. I want to keep all uploads in default wordpress folder and create a custom folder just for videos. So i would have the ...
7
votes
3answers
342 views

How Can I Add the “Insert From URL” Tab to a Custom 3.5 Media Uploader?

I've inserted a WP 3.5 media uploader into a widget by running this JavaScript when a button is clicked on: var frame = wp.media( { title : 'Widget Uploader', multiple : false, ...
0
votes
0answers
114 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 ...
2
votes
0answers
54 views

wp_generate_attachment_metadata returns empty array

foreach ($_FILES as $key => $file) { $uploadedImage = wp_handle_upload($_FILES[$key], $upload_overrides); pre_r($uploadedImage); if ...
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.
2
votes
2answers
180 views

How to make custom bulk actions work on the media/upload page?

I'm adapting a script I found online to add custom bulk actions to the screen with the list of posts. It has this line: add_action('load-edit.php', 'custom_bulk_action'); I'm trying to adapt it for ...
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 ...
1
vote
2answers
168 views

How to single click to download image in single post

i have attacment.php like this. <?php if ( $attachments = get_children( array( 'post_type' => 'attachment', 'post_mime_type'=>'image', 'numberposts' => 1, 'post_status' => ...
3
votes
1answer
43 views

Filter what image sizes get generated

I'm looking for a way to chose what images sizes get generated by image. With all the image sizes I have plus a lot of images, in the end I have a whole lot of server space being used up for nothing. ...
2
votes
1answer
43 views

How to change the naming of the resized image files

Now with custom image sizes Wordpress is almost as powerful as timThumb / phpThumb. There is one problem however. The way Wordpress handles the resized images are chaotic and doesn't survive theme ...
3
votes
1answer
91 views

How to create an edit media button for slideshow plugin?

I want to create an edit media button for my plugin, right now you can easily upload images using the WordPress 3.5 media uploader but I want the user to be able to edit the uploaded images, something ...
3
votes
2answers
257 views

Insert images to post not working

I'm encountering an issue with wordpress 3.5.1 (french language). I can't insert images in posts/pages or whatever. When i access the media library from the button "insert a media" (while editing a ...
10
votes
2answers
449 views

Enhance Media Manager for Gallery

I would like to enhance the Media Editor, after WordPress 3.5, on the gallery view. I want to add a new select field on the right side and send the selected values to the gallery shortcode. I ...
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
217 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 ...

1 2 3 4 5 6