memelab
Forum Replies Created
-
Forum: Plugins
In reply to: [Audio Player] How can I add a Download Button to the Audio Player?I did this manually (once upon a time).. not hard if you don’t have to enter too many ??
- I manually add a link to the file in wordpress
- disabled the function to auto-insert the player
- style the link using css in my theme
I did a walk through on my site back in 2008 ??
Add a download button to WordPress Audio Player.You can find explicit instructions and a button to match the player.
Never got around to making it into a plugin.. (which I reckon I’d do if there were filter hooks inside Martins player)
hope it helps, tim
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] Unable to export CSValso having trouble with exporting from v2.2.13
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] Export redirectsI’m using v2.2.13 and finding that CLicking any of the options on the modules page simply redirects me to the main/first redirection page..
Forum: Plugins
In reply to: [WP Supersized] [Plugin: WP Supersized] Request: toggle thumb tray on hoverhokay.. i figured it out (more or less!)..
step one: download the pre-minified code from https://github.com/buildinternet/supersized
place the file supersized.shutter.js next to the other wp-supersized/theme filesin WPSupersized.php:
- register the new file as WPSupersized_theme_original_js around line 77
- enqueue it around line 175 (i’m only using the slideshow option)
jump into supersized.shutter.js
- enter the following under /* Thumbnail Tray line 35
$(vars.thumb_trigger).fadeTo('slow', 0 ); $(vars.thumb_trigger).hover( function(){ //mouse over var $this=jQuery(this); $this.stop().fadeTo("slow", 1); }, function(){ //mouse out var $this=jQuery(this); $this.stop().fadeTo("slow", 0 ); } );
in WPSupersize.php
wrap the #thumb-tray with another div:<div id="thumb-trigger"> <div id="thumb-tray" class="load-item"> </div> </div>
in the css:
#controls-wrapper {display: none}
replace #thumb-tray with:#thumb-trigger{ position:fixed; z-index:3; bottom:0; left:0; height: 145px; width:100%; overflow:hidden; text-align:center; } #thumb-tray{ background: rgba(0,0,0,0.8);/*url(../img/bg-black.png);*/ -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000; }
more or less.. hope thats a trail to sniff around ??
not everything you’re looking for, but I changed wanted to change the thumbnail size, too. this doesn’t address a vertical list.
in case it helps anyone, I replaced the $wpgallery_thumburl with a custom size ‘mini’ which I added to my theme. then i got control over the size and box-cropping of the thumb, and set the css display to match, so quality is perfect. There were a few straightforward the css required, and I changed WPSupersized.php on about line 780:
$wpgallery_thumburl = wp_get_attachment_image_src( $image->ID, 'mini' ); $wpgallery_thumburl = $wpgallery_thumburl[0]; // $wpgallery_thumburl = wp_get_attachment_thumb_url($image->ID); // full
best wishes, Tim
Forum: Plugins
In reply to: [WP Ajax Query] [Plugin: WP Ajax Query] Keeping This Project AliveI’m really interested too – have you released your enhancements anywhere?
hokay, just for reference, this appears fixed in 1.3.7 Pro.
Haven’t got time to check it thoroughly, sorry.Forum: Plugins
In reply to: [Cart66 Lite :: WordPress Ecommerce] Your cart is emptyI’m interested in the answer to this, too.. (for strings like: “Your receipt will be on the next page and also emailed to you.”)
I think rcano is on the right track, but might be a little lost – i reckon thats a reference to WP-eCommerce, rather than Cart66 ??
I believe that due to the translations in Cart66, you shouldn’t change the text here: _e( ‘Your cart is empty.’ , ‘cart66’ ); (cart.php line 424) but rather create a po/mo translation file. Correct me if I’m wrong but I think that changing the text in the function above would break translation for every other language!
The translation template is Cart66.pot, so could I just create a new PO file from it called cart66-en_AU.po? If I were lucky, I could just alter the entries I wanted to change, and leave the rest as default… is that lazy logic?
Would this work if I have the site’s language set to en_AU in wp-config.php?
Here’s another approach:
change-labels-on-nickname-and-biographical-info that could be adapted…ugh.. maybe its not so important ??
Forum: Plugins
In reply to: [Fluency Admin] [Plugin: Fluency Admin] Sometimes fluency is not working oki’m having this issue too – no flyout menu. I other circumstances deactivating, deleting, then reinstalling worked, but not this time.
wp 3.2.1, fluency 3.2Thanks for the replies!
funny – i have the line:
define('WP_MEMORY_LIMIT', '256M' );
in my wp-config.php, and phpinfo() shows 128meg memory, as I mentioned (when I changed php.ini to set 64meg, this is reflected in phpinfo() )switching off hashes, and excluding images as you suggested worked…
As I’ve been testing the manual scan, I’ve noticed that there are large numbers of reportedly removed files, which are still on the server.. is that because a scan was interrupted?
what is the format for the excluded directory field? is that the server path without a trailing slash?
Thanks Scott
here are some logs from wp-admin/error_log, in case its helpful:
[24-Oct-2011 14:20:41] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 756099 bytes) in /home/mysite/public_html/wp-includes/wp-db.php on line 838 [24-Oct-2011 14:22:25] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 756099 bytes) in /home/mysite/public_html/wp-includes/wp-db.php on line 838 [24-Oct-2011 14:22:39] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1053397 bytes) in /home/mysite/public_html/wp-includes/wp-db.php on line 774 [24-Oct-2011 15:40:19] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1075837 bytes) in /home/mysite/public_html/wp-includes/wp-db.php on line 774 [24-Oct-2011 15:40:47] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 559965 bytes) in /home/mysite/public_html/wp-includes/wp-db.php on line 774 [24-Oct-2011 15:41:56] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1073905 bytes) in /home/mysite/public_html/wp-includes/wp-db.php on line 774 [24-Oct-2011 15:52:48] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1081793 bytes) in /home/mysite/public_html/wp-includes/functions.php on line 251
Thanks for the reply esmi!
Just curious.. I figured I had enough memory available 33554432 is about 32meg, right? and the plugin wants 756099 bytes…
Just checked, phpinfo() shows my Local and Master memory_limit as 128meg!
hmm.. no mention of any particular requirements in the install docs/ FAQ..
that was certainly it, by the way.. thanks
Forum: Themes and Templates
In reply to: Custom fields on custom post types…dusty thread, but for future seekers, this seems to be the way to go:
extending-custom-post-types-in-wordpress-3-0i found that easy post types plugin provided a gui for this, but found the plugin limited in other ways..
best wishesno i didn’t, but thanks for the suggestion!
i don’t know what changed, but now it works.. <shrug>
I’ll repost if i figure it out..
Thanks again
Forum: Plugins
In reply to: [WP Easy Post Types] [Plugin: WP Easy Post Types] Single-post.php explainedI just noticed a convo over at stack exchange which might give you a clue:
integrating-a-custom-post-type-into-a-page-hierarchy
good luck!