Tee
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Woothemes Groovy Blog drop down menu helpHey guys.
I have no idea how to create a drop down menu for my site https://www.adidas-talk.com
can you guys please give me a hand?
Forum: Plugins
In reply to: [Plugin: Dave’s WordPress Live Search] Image Styling ExcerptGOOOOOOOOOOOOOOOOOD 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: https://csixty4.com
Will post more when I get the news ??
Forum: Plugins
In reply to: [All in One SEO Pack] vs Pretty Permalinks?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
In reply to: [Plugin: Dave’s WordPress Live Search] Image Styling Excerptbump..
can anyone give me a hand with this plz.?
Forum: Plugins
In reply to: Is there an Ajax video pop up plugin?I have this plugin: https://shadowbox-js.com
Now the issue is on the thumbnails on the right column link to the video player site: https://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>” title=”<?php the_title(); ?>”><?php the_title(); ?></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
In reply to: Image spacing issue… need help plz.Ahhh ??
Esmi, I just spotted a new issue ??
Left Column: The thumbnail isn’t aligned properly to the column: https://img132.imageshack.us/img132/9580/picture8y.png
Maybe this could be the problem… In my admin I have a thumbnail adjuster: https://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
In reply to: Image spacing issue… need help plz.Esmi, you are the MAN!
Thanks again mate ??
Forum: Themes and Templates
In reply to: Image spacing issue… need help plz.Esmi,
One last favor, I noticed the right column “Latest video” the first & second thubmail image are not aligned properly as well.
Screenshot: https://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 & belowThanks again mate appreciate your efforts ??
Forum: Themes and Templates
In reply to: Image spacing issue… need help plz.Esmi,
I have removed the code and it’s aligned ?? thanks a lot ??
Forum: Themes and Templates
In reply to: Image spacing issue… need help plz.Hi Guys.
Sorry about that here’s the url:
www.adidas-talk.com
https://i29.tinypic.com/15hn4z.jpg <— noticed the yellow highlight? That’s where the alignment issue is at…?
Here’s the stylesheet.css: https://uploading.com/files/DE96TBET/stylesheet.css.html
Here’s the home.php: https://uploading.com/files/8S1FGJ4R/home.php.htmlLet me know & thanks ??
Sorry for the bump… can anyone give me a hand with this plz.
Guys… sorry for being annoying but i need some help with this please.
Thanks.
Forum: Fixing WordPress
In reply to: How to re-arrange the categories in the nav bar?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.
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: https://adidas-talk.com
I still don’t see anything ;(
FIgured it out!