Title: Tee's Replies | WordPress.org

---

# Tee

  [  ](https://wordpress.org/support/users/pumatalk/)

 *   [Profile](https://wordpress.org/support/users/pumatalk/)
 *   [Topics Started](https://wordpress.org/support/users/pumatalk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pumatalk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pumatalk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pumatalk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pumatalk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pumatalk/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 152 total)

1 [2](https://wordpress.org/support/users/pumatalk/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pumatalk/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/pumatalk/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/pumatalk/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/pumatalk/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/pumatalk/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Woothemes Groovy Blog drop down menu help](https://wordpress.org/support/topic/woothemes-groovy-blog-drop-down-menu-help/)
 *  Thread Starter [Tee](https://wordpress.org/support/users/pumatalk/)
 * (@pumatalk)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/woothemes-groovy-blog-drop-down-menu-help/#post-1182743)
 * Hey guys.
 * I have no idea how to create a drop down menu for my site [http://www.adidas-talk.com](http://www.adidas-talk.com)
 * can you guys please give me a hand?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Dave’s WordPress Live Search] Image Styling Excerpt](https://wordpress.org/support/topic/plugin-daves-wordpress-live-search-image-styling-excerpt/)
 *  Thread Starter [Tee](https://wordpress.org/support/users/pumatalk/)
 * (@pumatalk)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-daves-wordpress-live-search-image-styling-excerpt/#post-1186654)
 * GOOOOOOOOOOOOOOOOOD NEWS!
 * I have been in contact with Mr. Dave Ross and he already implemented the thumbnails
   into the live search and hopefully by the evening we’ll have text excerpt!
 * Test it out here: [http://csixty4.com](http://csixty4.com)
 * Will post more when I get the news 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO Pack] vs Pretty Permalinks?](https://wordpress.org/support/topic/all-in-one-seo-pack-vs-pretty-permalinks/)
 *  Thread Starter [Tee](https://wordpress.org/support/users/pumatalk/)
 * (@pumatalk)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/all-in-one-seo-pack-vs-pretty-permalinks/#post-1188044)
 * Hey Esmi,
 * Thanks alot! Ok, I’ll enable it and test it out.. do you think it’s quite effective
   to have this plugin, or just manually insert the meta tags & description in the
   homepage of the template and keep my “pretty permalinks?”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Dave’s WordPress Live Search] Image Styling Excerpt](https://wordpress.org/support/topic/plugin-daves-wordpress-live-search-image-styling-excerpt/)
 *  Thread Starter [Tee](https://wordpress.org/support/users/pumatalk/)
 * (@pumatalk)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-daves-wordpress-live-search-image-styling-excerpt/#post-1186643)
 * bump..
 * can anyone give me a hand with this plz.?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Is there an Ajax video pop up plugin?](https://wordpress.org/support/topic/is-there-an-ajax-video-pop-up-plugin/)
 *  Thread Starter [Tee](https://wordpress.org/support/users/pumatalk/)
 * (@pumatalk)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/is-there-an-ajax-video-pop-up-plugin/#post-1181389)
 * I have this plugin: [http://shadowbox-js.com](http://shadowbox-js.com)
 * Now the issue is on the thumbnails on the right column link to the video player
   site: [http://adidas-talk.com/videos/jose-e-pedro-spoof](http://adidas-talk.com/videos/jose-e-pedro-spoof)
   I want to remove that so I opened the home.php file and here’s the code I think
   I need to modify something in there that doesn’t link the video to the video 
   player site….
 * > <!– start right column –>
   >  <div id=”rightcolumn” class=”Latest_Videos”> <h1
   > >Latest Videos</h1>
   > <?php $showpost = new WP_query(); $showpost->query(‘showposts=’.$options[‘featured_video_posts_X’].’&
   > cat=’.$options[‘videos’]); $i; ?>
   >  <?php if ($showpost->have_posts()) : ?> 
   > <div class=”box_type_a”> <?php while ($showpost->have_posts()) : $showpost-
   > >the_post(); $myPosts .= $post->ID . “,”; ?> <div class=”main_vid_item”> <div
   > class=”<?php echo ($i%2)?”pic”:”pic-alt”;$i++;?>”><?php show_thumb($options[‘
   > big_thumb_w’],$options[‘big_thumb_h’],$options[‘crop’],$options[‘quality’]);?
   > ></div> <h3>” title=”<?php the_title(); ?>”><?php the_title(); ?></h3> <p>”
   > title=”<?php the_title(); ?>”><?php print do_excerpt(get_the_excerpt(), $options[‘
   > snippet_level2’]); ?></p> <ul class=”etc”> <li class=”readit”>“><?php print
   > WATCH_IT_CAPS; ?> <div class=”clear”></div> </div> <?php endwhile; ?> </div
   > >
 * I think It might be this line that I need to modify…?
 * > </h3>
   >  <p>” title=”<?php the_title(); ?>”><?php print do_excerpt(get_the_excerpt(),
   > $options[‘snippet_level2’]); ?>
   > </p>
 * Hope someone can help me out… thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image spacing issue… need help plz.](https://wordpress.org/support/topic/image-spacing-issue-need-help-plz/)
 *  Thread Starter [Tee](https://wordpress.org/support/users/pumatalk/)
 * (@pumatalk)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/image-spacing-issue-need-help-plz/#post-1185360)
 * Ahhh 🙁
 * Esmi, I just spotted a new issue 🙁
 * Left Column: The thumbnail isn’t aligned properly to the column: [http://img132.imageshack.us/img132/9580/picture8y.png](http://img132.imageshack.us/img132/9580/picture8y.png)
 * Maybe this could be the problem… In my admin I have a thumbnail adjuster: [http://img341.imageshack.us/img341/9497/picture1sky.png](http://img341.imageshack.us/img341/9497/picture1sky.png)
   that was part of the theme when I bought it…
 * Do you think is conflicting with the alignment? In the home.php I have manually
   adjusted it to: 300 x 185 but it doesn’t adjust to the specified dimensions
 * HOME.PHP
 * > <!– start left column –>
   >  <div id=”leftcolumn”> <div class=”latest_stories”
   > >
   > <h1><?php print LATEST_STORIES; ?></h1>
   >  <span class=”last_date”><?php the_time(‘
   > F d, Y’); ?></span>
   > <?php $showpost = new WP_query(); $showpost->query(‘showposts=1&cat=-‘.$options[‘
   > photos_id’].’,-‘.$options[‘videos’]); ?>
   >  <?php if ($showpost->have_posts()):?
   > > <?php while ($showpost->have_posts()) : $showpost->the_post(); $myPosts .
   > = $post->ID . “,”; ?> <div class=”focus”> <h2>” title=”<?php the_title(); ?
   > >”><?php the_title(); ?></h2> <div class=”thumb”><?php show_thumb(300,185,$
   > options[‘big_thumb_w’],$options[‘big_thumb_h’],$options[‘crop’],$options[‘quality’]);?
   > ></div> <p>” title=”<?php the_title(); ?>”><?php print do_excerpt(get_the_excerpt(),
   > $options[‘snippet_level2’]); ?></p> <ul class=”etc”> <li class=”readit”>“><?
   > php print CONTINUE_TEXT; ?> <li class=”commentit”>” title=”Comments on <?php
   > the_title(); ?>”><?php comments_number(‘0 ‘.COMMENTS, ‘1 ‘.COMMENT, ‘% ‘.COMMENTS);?
   > > <div class=”clear”></div> </div>
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image spacing issue… need help plz.](https://wordpress.org/support/topic/image-spacing-issue-need-help-plz/)
 *  Thread Starter [Tee](https://wordpress.org/support/users/pumatalk/)
 * (@pumatalk)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/image-spacing-issue-need-help-plz/#post-1185358)
 * Esmi, you are the MAN!
 * Thanks again mate 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image spacing issue… need help plz.](https://wordpress.org/support/topic/image-spacing-issue-need-help-plz/)
 *  Thread Starter [Tee](https://wordpress.org/support/users/pumatalk/)
 * (@pumatalk)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/image-spacing-issue-need-help-plz/#post-1185355)
 * Esmi,
 * One last favor, I noticed the right column “Latest video” the first & second 
   thubmail image are not aligned properly as well.
 * Screenshot: [http://img41.imageshack.us/img41/4857/picture1osl.jpg](http://img41.imageshack.us/img41/4857/picture1osl.jpg)
 * 1. The left side of the **first image** is not aligned with the bottom 2 images
   
   2. The right side of the **second image** isn’t aligned with the image of the
   above & below
 * Thanks again mate appreciate your efforts 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image spacing issue… need help plz.](https://wordpress.org/support/topic/image-spacing-issue-need-help-plz/)
 *  Thread Starter [Tee](https://wordpress.org/support/users/pumatalk/)
 * (@pumatalk)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/image-spacing-issue-need-help-plz/#post-1185353)
 * Esmi,
 * I have removed the code and it’s aligned 🙂 thanks a lot 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image spacing issue… need help plz.](https://wordpress.org/support/topic/image-spacing-issue-need-help-plz/)
 *  Thread Starter [Tee](https://wordpress.org/support/users/pumatalk/)
 * (@pumatalk)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/image-spacing-issue-need-help-plz/#post-1185349)
 * Hi Guys.
 * Sorry about that here’s the url: `www.adidas-talk.com`
 * [http://i29.tinypic.com/15hn4z.jpg](http://i29.tinypic.com/15hn4z.jpg) <— noticed
   the yellow highlight? That’s where the alignment issue is at…?
 * Here’s the stylesheet.css: [http://uploading.com/files/DE96TBET/stylesheet.css.html](http://uploading.com/files/DE96TBET/stylesheet.css.html)
   
   Here’s the home.php: [http://uploading.com/files/8S1FGJ4R/home.php.html](http://uploading.com/files/8S1FGJ4R/home.php.html)
 * Let me know & thanks 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to remove the search function and replace it with auto-suggestion function?](https://wordpress.org/support/topic/how-to-remove-the-search-function-and-replace-it-with-auto-suggestion-function/)
 *  Thread Starter [Tee](https://wordpress.org/support/users/pumatalk/)
 * (@pumatalk)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-the-search-function-and-replace-it-with-auto-suggestion-function/#post-1180664)
 * Sorry for the bump… can anyone give me a hand with this plz.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I have created sub-categories but I don’t see a drop down menu in the nav bar](https://wordpress.org/support/topic/i-have-created-sub-categories-but-i-dont-see-a-drop-down-menu-in-the-nav-bar/)
 *  Thread Starter [Tee](https://wordpress.org/support/users/pumatalk/)
 * (@pumatalk)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/i-have-created-sub-categories-but-i-dont-see-a-drop-down-menu-in-the-nav-bar/#post-1182689)
 * Guys… sorry for being annoying but i need some help with this please.
 * Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to re-arrange the categories in the nav bar?](https://wordpress.org/support/topic/how-to-re-arrange-the-categories-in-the-nav-bar/)
 *  Thread Starter [Tee](https://wordpress.org/support/users/pumatalk/)
 * (@pumatalk)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/how-to-re-arrange-the-categories-in-the-nav-bar/#post-1180639)
 * Sorry for the bump 🙁 can anyone please give me a hand with this?
 * I would like to re-arrange the nav bar in my prefered order…
 * Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I have created sub-categories but I don’t see a drop down menu in the nav bar](https://wordpress.org/support/topic/i-have-created-sub-categories-but-i-dont-see-a-drop-down-menu-in-the-nav-bar/)
 *  Thread Starter [Tee](https://wordpress.org/support/users/pumatalk/)
 * (@pumatalk)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/i-have-created-sub-categories-but-i-dont-see-a-drop-down-menu-in-the-nav-bar/#post-1182630)
 * > select the option: hierachy
 * Alright i’ve done that.. I just don’t understand why there is’ a “left” & “right”
   sidebar… ? What does that mean?
 * My nav bar isn’t on the left or right: [http://adidas-talk.com](http://adidas-talk.com)
 * I still don’t see anything ;(
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to add H1 titles for the middle & right column (on 3 column layout)](https://wordpress.org/support/topic/how-to-add-h1-titles-for-the-middle-amp-right-column-on-3-column-layout/)
 *  Thread Starter [Tee](https://wordpress.org/support/users/pumatalk/)
 * (@pumatalk)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/how-to-add-h1-titles-for-the-middle-amp-right-column-on-3-column-layout/#post-1182629)
 * FIgured it out!

Viewing 15 replies - 1 through 15 (of 152 total)

1 [2](https://wordpress.org/support/users/pumatalk/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pumatalk/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/pumatalk/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/pumatalk/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/pumatalk/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/pumatalk/replies/page/2/?output_format=md)