StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have -- and this forum will be removed on July 1st, 2013.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-17-2008, 07:29 PM
ericareid ericareid is offline
Registered User
Genesis Member
 
Join Date: Nov 2008
Posts: 61
Default MY TABBER SECTION IS MIssing only on PC's

Erica from

Hello,

I always seem to have this problem. My Tabber section does not show up on certain PC computers. I cant seem to figure out if it is a problem because of the slide show in the home.php or if I am missing a code in the tabber.php
I have compared both of my original tabber.php and the newly edited tabber.php and I can't find the error. Can someone be of assistance?

Here is the current edited code for tabber.php:

<div class="tabber">

<div class="tabbertab">



<h2>DECOR</h2>
<?php $recent = new WP_Query("cat=6&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>

<div class="tabbertableft">
[img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php echo get_post_meta($post->ID, "Theme Name", true); ?> Thumbnail" />
</div>

<div class="tabbertabright">
<h1><?php the_title(); ?></h1>
<p style="font-size:11px; margin:0px 0px 10px 0px;"><?php the_time('F j, Y'); ?> &middot; <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?><?php edit_post_link('(Edit)', '', ''); ?></p>
<?php the_content_limit(525, "[Read the full story]"); ?>
</div>

<?php endwhile; ?>
</div>

<div class="tabbertab">



<h2>STYLE WATCH</h2>
<?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>

<div class="tabbertableft">
[img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php echo get_post_meta($post->ID, "Theme Name", true); ?> Thumbnail" />
</div>

<div class="tabbertabright">
<h1><?php the_title(); ?></h1>
<p style="font-size:11px; margin:0px 0px 10px 0px;"><?php the_time('F j, Y'); ?> &middot; <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?><?php edit_post_link('(Edit)', '', ''); ?></p>
<?php the_content_limit(525, "[Read the full story]"); ?>
</div>

<?php endwhile; ?>
</div>


<div class="tabbertab">

<h2>THE CLOSET</h2>
<?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>

<div class="tabbertableft">
[img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php echo get_post_meta($post->ID, "Theme Name", true); ?> Thumbnail" />
</div>

<div class="tabbertabright">
<h1><?php the_title(); ?></h1>
<p style="font-size:11px; margin:0px 0px 10px 0px;"><?php the_time('F j, Y'); ?> &middot; <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?><?php edit_post_link('(Edit)', '', ''); ?></p>
<?php the_content_limit(525, "[Read the full story]"); ?>
</div>

<?php endwhile; ?>
</div>

<div class="tabbertab">

<h2>LIFESTYLES</h2>
<?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>

<div class="tabbertableft">
[img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php echo get_post_meta($post->ID, "Theme Name", true); ?> Thumbnail" />
</div>

<div class="tabbertabright">
<h1><?php the_title(); ?></h1>
<p style="font-size:11px; margin:0px 0px 10px 0px;"><?php the_time('F j, Y'); ?> &middot; <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?><?php edit_post_link('(Edit)', '', ''); ?></p>
<?php the_content_limit(525, "[Read the full story]"); ?>
</div>

<?php endwhile; ?>
</div>


</div>
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tabber Section Missing... liannef General Discussion 12 05-20-2010 01:31 PM
All My Tabber Info is Missing EricaD72 General Discussion 1 01-07-2009 02:00 PM
Tabber section?? rachelle123 General Discussion 14 11-25-2008 09:12 AM
Tabber section not working aremat General Discussion 5 11-20-2008 02:08 PM
Tabber Section Question miketaft General Discussion 26 11-12-2008 12:33 AM


All times are GMT -5. The time now is 05:39 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.