For questions related to Wordpress 3.5-specific development
0
votes
0answers
26 views
How to grab images by author / personal gallery
I've encountered a problem that I can't solve, while programming a page template for a profile page.
How can I get all of the attachment IDs from a particular author with a stated attachment type?
...
2
votes
1answer
41 views
Json encoding strings with spaces
I'm working on a metabox class for wordpress, and specifically implementing the Media Uploading introduced in 3.5. To pass options between the metabox class and the media uploader I like to use json. ...
1
vote
1answer
29 views
How do you clear the default attachment title from Wordpress 3.5 uploads?
I would like to clear the default "filename" from the image title when I upload a new image. I tried using the code below with no luck.
add_action( 'add_attachment', 'my_upload_title', 99 );
...
3
votes
2answers
173 views
Styles not applying to some elements, Gallery Disappears in TinyMCE, WP 3.5
I'm noticing a strange bug in Chromium/Chrome, when after some edits one or more gallery placeholders (the camera and picture in WP3.5) disappear. In one case, I have one placeholder that displays, ...
0
votes
0answers
40 views
Wordpress Media Uploader restrictions
I'm developing a plugin for Wordpress which uses the new 3.5 media uploader. I have different custom user roles who can upload a logo of their company. The problem is that when i use the media ...
1
vote
0answers
18 views
Is there a way to order the media list by parent?
I use WordPress 3.5 and by "the media list" I mean /wp-admin/upload.php.
I know this sounds basic but it seems this feature is not part of WP natively (the "Parent" column is not clickable). I've ...
0
votes
2answers
162 views
Show images from Wordpress 3.5 gallery
First I create a gallery in a post (using the built-in Wordpress gallery).
Now, since I don't like how Wordpress shows the gallery (in the frontend), in the single.php page I want to retrieve the ...
0
votes
1answer
152 views
WordPress: 3.5+ Attach Gallery To Post and Use Template Tag
Just wonder if WordPress 3.5+ still attach gallery even if it is not added to the post content area.
Earlier WordPress was adding gallery as an attachment and allowing to populate via template tag ...
2
votes
2answers
89 views
wp_register_script with protocol agnostic source parameter
In this WordPress function to register a script wp_register_script can be used, to load external scripts, the follow format:
wp_register_script('my_jQuery', ...
0
votes
1answer
79 views
Wordpress gallery colorbox display only one thumbnail
I want to insert a gallery into a wordpress post so that I can have multiple images but only display one thumbnail.
I am using Wordpress 3.5, the Gallery shortcode and colorbox.
any ideas?
1
vote
0answers
74 views
Prevent authors from seeing other authors media files in media upload dialog in Wordpress 3.5 and with ACF
I've been struggling with this problem for a good while now, and just can't seem to get it work.
I have
a multiuser wordpress 3.5 site with Advanced Custom Fields plugin.
a custom post type, ...
0
votes
0answers
29 views
How to tell when selection is made in Wordpress 3.5 Media Editor
I am trying to bind to the 'selection:single' trigger that occurs when an item is selected in the new Wordpress media uploader.
I can see that at line 895 of media models.js there is this trigger
...
0
votes
3answers
194 views
How to get selection from Wordpress 3.5 media uploader
I am trying to get the selection from a default instance of the new media uploader...
I am happy with the way it displays by default so I am NOT using:-
file_frame = wp.media.frames.file_frame = ...
0
votes
1answer
116 views
update_post_meta to add featured image to post no longer works after update to wordpress 3.5.1
I have written a plugin which uses :
add_post_meta( $post_id, '_thumbnail_id', $attach_id );
To set the featured image for a post. This plugin has been working nicely for over a year. I updated to ...
0
votes
1answer
49 views
How to bind to load completion of new Wordpress 3.5 Media Manager
I need to modify the output of the new Wordpress 3.5 Media Manager after it has loaded all of the items to browse in the library and gallery views but I cannot for the life of me find an event that I ...
2
votes
2answers
87 views
WP Media Library/Uploader dont returns dynamic HTML/DOM
the sample is from Display Media Uploader in Own Plugin on Wordpress 3.5:
<script type="text/javascript">
var file_frame;
jQuery('.button-secondary').live('click', function( event ){
...
0
votes
1answer
63 views
Get URL of freshly uploaded image from WP3.5 Media Uploader
I'm having issues using freshly uploaded images from the Media Uploader.
I'm using a custom uploader frame and some simple jQuery as seen here.
As you can see on line 49 I wish to grab the URLs of ...
0
votes
0answers
86 views
Rewrite all 'File' (title) fields in Wordpress Media Library to match Post Title
I recently migrated and upgraded my Wordpress site.
The new installation picked up all the images, but in the media library, the images 'File' fields are all blank, i.e. showing "(no title)".
This ...
0
votes
2answers
427 views
Wordpress: An error occurred in the upload
After updating to WordPress 3.5, I started getting the following error when uploading files using the Add Media button as a non-admin user:
Error: An error occurred in the upload. Please try again ...
5
votes
0answers
398 views
wordpress 3.5 media manager - add my own backbone.js views
I am currently trying to utilize the new WordPress 3.5 media manager which uses backbone.js to create and populate its modal window.
What I want to do is: a user clicks upload button, media manager ...
2
votes
1answer
511 views
WordPress JS errors in Post section after upgrade to 3.5.1
After upgrading to WordPress Version 3.5.1, I am getting a few JS errors and hence not able to use some basic WP features in the admin panel.
E.g. On post edit page I am not able to switch the editor ...
1
vote
0answers
19 views
Image links automatically re-written on update
I took over the management of a wordpress site and I'm seriously stumped on what this guy did with this theme.
An image gets posted and it automatically links to itself on a separate page, when i ...
3
votes
2answers
915 views
Calling wp_enqueue_media() in a custom theme widget on WordPress 3.5.x cause js error
I am writing a custom widget for my own WordPress theme.
From WordPress 3.5 there is a new Media Uploader instead of the old ThickBox.
My widget used to work fine on WordPress versions older than ...
1
vote
0answers
183 views
Wordpress 3.5: custom gallery broken after upgrade
Yes, I read slevin's post but I'm having a hard time making heads or tails of it, so...
EDITED & UPDATED BELOW
I think I'm closer but I'm not sure...now the page returns all of the images ...
0
votes
0answers
169 views
how to override how wordpress calls css and javascript in the admin dashboard
i've added the following code so that my wordpress installation would be portable. It works on the front end, but when logged-in inside the administration dashboard, i'm not sure why the css and js ...
0
votes
2answers
508 views
How to call Wordpress 3.5 gallery images so they can be re-ordered?
I have a couple of sites which use Wordpress as a CMS. Both have custom rendered galleries using the following code below.
<?php
$the_cat = get_the_category();
$category_name = ...
5
votes
3answers
253 views
How to run some code as soon as new image gets uploaded in WordPress 3.5 uploader
I need to run some code as soon as new images get uploaded in WordPress 3.5 uploader. Here is the code of wp-includes/js/media-views.js (line 529-540)
uploading: function( attachment ) {
...
2
votes
1answer
678 views
Wordpress 3.5: own gallery with included images doesn't work
I just updated to Wordpress 3.5, but this crashed a little part of my code:
There is a php file, which loads a specific post with its gallery via AJAX.
The code looks like:
<?php
// Include ...
2
votes
1answer
833 views
How to use WordPress 3.5 media manager gallery tool for my own plugin
In the WordPress 3.5 media manager under the "Create Gallery" tab, users can choose multiple images and then have the ability to reorder images in a second page. When done, it inserts a shortcode such ...
3
votes
1answer
678 views
WordPress 3.5 Media Manager: Is there a “good” way to add an additional select option within Create Gallery tab?
By good, I mean using hooks/filters.
Basically, by default the two options are Images and Uploaded to this page. I would like to add an additional option in there. I know how to add a new tab to the ...
0
votes
1answer
200 views
Including non-minified Backbone and Underscore in Wordpress
I have been trying to debug an intermittent problem in the Wordpress-3.5 uploader, where it seemed a Backbone.js model was getting messed up somewhere. I downloaded the non-minified Backbone.js and ...
1
vote
0answers
93 views
Shall we still use media_upload_tabs filter to add tab after wordpress 3.5?
After wordpress 3.5, old media tabs are still working, but the UI is moving away from the old thickbox. I haven't read any information that introduce new ways to add tabs. I wonder if wordpress is ...
1
vote
2answers
271 views
WordPress 3.5 Changed User.php Which Breaks Plugin, Can this function be the issue? Can it be fixed?
A plugin provides login for a WordPress multi-site network. This plugin now fails under WP 3.5 because the user.php file was changed. The old lines in /wp-includes/user.php can be added back in and ...
1
vote
1answer
158 views
refresh iframe with wordpress 3.5
Good morning,
With previous wordpress version, I used to use the following code to automatically refresh an iframe in a post. The code is embeded in the post using a shortcode. This worked very fine ...
22
votes
5answers
6k views
Wordpress 3.5 custom media upload for your theme options
wordpress 3.5 has been released recently, I used the wordpress media upload system via thickbox and window.send_to_editor for some options in my wordpress theme (backgrounds, logos etc...).
But as ...




