Tag Info

New answers tagged

0

Your question is too broad. Break the question down into more specific questions. Then research those questions and bring the unanswered questions to us. For example, you might break this down into these specific questions. How do I: Add a menu item to the Dashboard? Create an admin options page form? Submit a custom admin page form? Page a custom option ...


8

First you have to get the images. How to get all images of a gallery is described here. WordPress uses two classes for unzipping files. The PHP bilt in ZipArchive() (usage see David Walsh). And PclZip, you can found this class in wp-admin/includes/class-pclzip.php. If you got problems with ZipArchive() try the PclZip class. Now you just to have to glue ...


0

Ok, I found the problem. It wasn't a Wordpress problem, but a server issue. I had to add the file extension .mp4 with MIME type video/mp4 in the MIME types of the IIS server. Here is the link I found with the steps to correct the issue: http://forums.asp.net/t/1470612.aspx/1 1) Select the site to configure in IIS, right click and select "Properties" 2) ...


2

You can do it via ajax, first, let's change your current function to this: <?php $args = array( 'order' => 'ASC', 'orderby' => 'menu_order', 'post_type' => 'attachment', 'post_parent' => $post->ID, 'post_mime_type' => 'image', 'post_status' ...


0

You can use the filter hook sanitize_file_name for change the string. But I have no knowing about the check for the size image, but you get the string and can check for the values inside the string.


0

Try to disable any plugins that may be interfering with it and also check if this occurs on a different browser.



Top 50 recent answers are included