imeancomeonjoe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I suck at Z index /positing elements …help!!!Forum: Fixing WordPress
In reply to: Adjusting table elements…need helpThanks esmi….
all i really want is for the code below to overlap on my header image in the bottom right. Any suggestions?
<object type="application/x-shockwave-flash" height="20" width="300" id="TSWidget13459" data="https://cdn.topspin.net/widgets/single/swf/TSSinglePlayer.swf?timestamp=1265048899" bgColor="#000000"> <param value="always" name="allowScriptAccess" /> <param name="allowfullscreen" value="true" /> <param name="quality" value="high" /> <param name="movie" value="https://cdn.topspin.net/widgets/single/swf/TSSinglePlayer.swf?timestamp=1265048899" /> <param name="flashvars" value="widget_id=https://cdn.topspin.net/api/v1/artist/1515/single_track_player_widget/13459?timestamp=1265048899&theme=black&highlightColor=0x00A1FF" /> <param name="wmode" value="transparent" /> </object>
Forum: Fixing WordPress
In reply to: Long LONG blog load timeForum: Fixing WordPress
In reply to: how do you change link colors in a post?Thanks so much esmi! I found the error. Do you do any support work or have a website?
Forum: Fixing WordPress
In reply to: Background Color Won’t Change! HELP!!!Thank you…it worked!
Forum: Fixing WordPress
In reply to: How do you place Text to the Right of ThumbnailThanks for the heads up.. i’m new at this.
Forum: Fixing WordPress
In reply to: How do you place Text to the Right of Thumbnail<div class="post"> <?php $thumb = get_post_meta($post->ID, 'thumb', true); if ($thumb == '') { ?> "><img src="<?php bloginfo('template_directory'); ?>/images/thumb.png" alt="<?php the_title(); ?>" width="200" height="130" /> <?php } else { ?> "><img src="<?php bloginfo('template_directory'); ?>/thumb.php?src=<?php echo get_post_meta($post->ID, "thumb", $single = true); ?>&h=130&w=200&zc=1" alt="<?php the_title(); ?>" width="200" height="130" /> <?php } ?> <class="meta"><class="time"><?php the_time('F j'); ?>                <class="comment"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></p> <h1>"><?php the_title(); ?></h1> <?php content('25'); ?> <p class='more'>">More...</p> </div>
Forum: Fixing WordPress
In reply to: Change Sidebar colorHi jleuze,
Thanks for your reply. I tried what you suggested and it still comes up short as you can see from the site. Any more suggestions I can try? It’s as if there are two sidebars overlapping one another.thanks!
Forum: Fixing WordPress
In reply to: Long LONG blog load timeDeactivate plugins one by one to see if any of them are causing the slow speed. Also if you are using google analytics place it in the footer (there should be an option). Just some ideas but it does seem to be running fine.
Forum: Fixing WordPress
In reply to: Inserting external url won’t work on themeIt didn’t work esmi.. but thank you! We’re going to just download the pics and use it as it was set up.
Forum: Fixing WordPress
In reply to: HELP adjusting automatic image cropping in themeNo I haven’t. What do you recommend?
Forum: Fixing WordPress
In reply to: Inserting external url won’t work on themeyes exactly i am getting a blank scree. I know i can upload these images to my wp folder but I’m working with someone who is used to the simplicity of twitter and just copying and pasting the links they see. any ideas how to work around it?
thanks
Forum: Fixing WordPress
In reply to: Inserting external url won’t work on themeno they’re not my images, they’d be from other websites to ie promote their site or product or image.
Forum: Fixing WordPress
In reply to: Drop Down Menu doesn’t work. Please Help!thanks works
Forum: Fixing WordPress
In reply to: Drop Down Menu doesn’t work. Please Help!Hey.. i’m actually not sure if it’s a css or javascript issue because i’m using what was given to me by WP and the theme. I have no plugins active or installed for the menu right now. https://www.joshmadden.com is the site. All i want is to have some sub menus drop down below “about”. Thanks for getting back to me!