jtovar
Forum Replies Created
-
Thanks for the reply, Franky.
Where can I grab the trunk version of EME?
Forum: Plugins
In reply to: [Plugin: Watermark RELOADED] Image as watermarkBaaah! Who wants a text-only watermark on their photos. Bogus.
This was about the closest I could find to achieving what I needed, but still not quite it.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Album thumbnail link to post, not pageAny way this can be applied to allowing for a custom URL instead of internal WordPress posts/pages? Pretty please?
Forum: Plugins
In reply to: [Plugin: My Youtube Playlist] Video titles?@da457nilo – Just read the stackoverflow article and unfortunately find it a bit too advanced for my knowledge. How can I implement those instructions into this plugin? I, too, would really like to show the titles of the videos.
Thanks!
Forum: Themes and Templates
In reply to: Navigation Menu – Subpage current_page_item CSSAhhh, I was way over-thinking it. Thanks for your help, works like a charm!
Forum: Fixing WordPress
In reply to: Gallery link to external URLI’ve been waiting for this feature for a while now and cannot believe it is still not possible. Such a let-down to what is otherwise awesome.
Forum: Plugins
In reply to: Sociable WP Category archiveAnyone?
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedGreat plugin, I’ve been using it for a while now and just upgraded to 2.0beta. Quick question…
How can I control the height of this player, or vertical space it seems to use by default? I tried setting it in its own div (which did work to a degree) but I still have more space than I wish to. An example is here:
https://mediacontender.com/2008/04/09/smog-la-delivers-smokescreen-ep/My code is like so:
<div id="audio_player">[audio:dj-evol_sickness_smog01.mp3 |titles=Sickness|artists=DJ Evol]</div> <span id="style3"><a href="https://mediacontender.com/audio/dj-evol_sickness_smog01.mp3" target="_blank"> Right Click Here to Download "Sickness"</a></span>
#audio_player { padding: 0; }
#style3 { font-size: 14px; font-weight: bold; text-transform: uppercase; }
Any help would be greatly appreciated.
– JTForum: Plugins
In reply to: Force line break in Recent Posts sidebar titles?Any takers? There’s gotta be a way! It seems like it should be somewhat easy for those who know code.
I’ve been told I may have to drop the wp_get_archives print and replace it with my own custom loop. Not knowing PHP very well, that option is sounding a bit daunting.