consumedesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Field Suite] "No space left on device" ErrorI activated the plug in and it’s back to normal… odd, if it happens again I’ll contact the host. I thought maybe it was a CFS issue. Thanks for the great support!
Forum: Plugins
In reply to: [Custom Field Suite] "No space left on device" ErrorThanks I’ll check it out. I have CFS on that same host and never had this issue before, the hosting is sup’d to be unlimited everything as well.
Forum: Plugins
In reply to: [WooCommerce] woocommerce 2… brokenI just renamed the woo dir in plug ins to woo-old and uploaded the old version, activated it in the admin. It’s a little screwy in the admin area but I cam deal with it until I get the site worked out correctly.
Forum: Plugins
In reply to: [Custom Field Suite] Null for SelectThanks, I guess I can do that… I was hoping for a blank but that works.
Forum: Plugins
In reply to: [Custom Field Suite] Null for SelectOk so I am using {empty} after finding that but it shows up on the dropdown as {empty}? There is no value but how can I get it to show up without the “{empty}”?
Forum: Plugins
In reply to: [Custom Field Suite] Sorting via LoopHm, never mind… some reason it wasn’t working now it is using the ‘meta_key’ => ‘start_date’
Wondering the same, it’s not 100% great yet and has a lot of issues on my end with controlling what my clients do.
Forum: Hacks
In reply to: Removing "Insert from URL" in 3.5The rest of the strings, so far the media tab does some odd things when it’s removed:
$strings = array( // Generic 'url' => __( 'URL' ), 'addMedia' => __( 'Add Media' ), 'search' => __( 'Search' ), 'select' => __( 'Select' ), 'cancel' => __( 'Cancel' ), /* translators: This is a would-be plural string used in the media manager. If there is not a word you can use in your language to avoid issues with the lack of plural support here, turn it into "selected: %d" then translate it. */ 'selected' => __( '%d selected' ), 'dragInfo' => __( 'Drag and drop to reorder images.' ), // Upload 'uploadFilesTitle' => __( 'Upload Files' ), 'uploadImagesTitle' => __( 'Upload Images' ), // Library 'mediaLibraryTitle' => __( 'Media Library' ), 'insertMediaTitle' => __( 'Insert Media' ), 'createNewGallery' => __( 'Create a new gallery' ), 'returnToLibrary' => __( '← Return to library' ), 'allMediaItems' => __( 'All media items' ), 'noItemsFound' => __( 'No items found.' ), 'insertIntoPost' => $hier ? __( 'Insert into page' ) : __( 'Insert into post' ), 'uploadedToThisPost' => $hier ? __( 'Uploaded to this page' ) : __( 'Uploaded to this post' ), 'warnDelete' => __( "You are about to permanently delete this item.\n 'Cancel' to stop, 'OK' to delete." ), // From URL 'insertFromUrlTitle' => __( 'Insert from URL' ), // Featured Images 'setFeaturedImageTitle' => __( 'Set Featured Image' ), 'setFeaturedImage' => __( 'Set featured image' ), // Gallery 'createGalleryTitle' => __( 'Create Gallery' ), 'editGalleryTitle' => __( 'Edit Gallery' ), 'cancelGalleryTitle' => __( '← Cancel Gallery' ), 'insertGallery' => __( 'Insert gallery' ), 'updateGallery' => __( 'Update gallery' ), 'addToGallery' => __( 'Add to gallery' ), 'addToGalleryTitle' => __( 'Add to Gallery' ), 'reverseOrder' => __( 'Reverse order' ), );
Forum: Hacks
In reply to: WP 3.5 and Hiding Media TabsThe new uploader kind stinks and don’t have it resolved completely with the media tab since it does some odd things when I remove it. Oh well maybe it will be fixed in the next version.
Forum: Hacks
In reply to: WP 3.5 and Hiding Media TabsGot the Insert from URL out using:
function remove_media_tab($strings) { unset($strings["insertFromUrlTitle"]); return $strings; } add_filter('media_view_strings','remove_media_tab');
Anyone know a good one for the media tab?
Forum: Hacks
In reply to: Removing "Insert from URL" in 3.5Figured it out… now to try and remove the media tab, try this:
function remove_media_tab($strings) { unset($strings["insertFromUrlTitle"]); return $strings; } add_filter('media_view_strings','remove_media_tab');
Forum: Hacks
In reply to: Removing "Insert from URL" in 3.5Wondering the same thing. Let me know if you come up with anything. I wish they would have at least tagged those links with an ID so I can hide them with CSS.
Forum: Plugins
In reply to: [Custom Field Suite] Required FieldsHm odd thanks, ya working fine now. Wish I could give ya more in donation but this month with xmas it’s pretty tight… thanks for the great support!
Forum: Plugins
In reply to: [Custom Field Suite] Required FieldsSent.
Forum: Plugins
In reply to: [Custom Field Suite] Required FieldsOh gotcha:
WordPress 3.4.2 PHP 5.2.17 Apache Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.79 Safari/537.1 -- Active Plugins -- Any Mobile Theme Switcher 0.7 Custom Field Suite 1.7.8 Google XML Sitemaps 3.2.8 Manage Your Posts Only 0.1 New User Email Setup 0.5.2 Page Links To 2.7.1 Theme Switch 0.9.0.3 User Switching 0.7 WP Status Notifier 1.3.1