José
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fictive] Keep going up on IphoneGreat,
That way is much more simple ??
My host have cpanel.edit: [already done. its working like a charm]
Thank you again.
Forum: Themes and Templates
In reply to: [Fictive] Keep going up on IphoneThank you very much CrouchingBruin.
I′ll try to fix it.
Not sure if I can, but I′ll try ??Forum: Themes and Templates
In reply to: [Fictive] Keep going up on IphoneCan you explain to us how to do it?
Which file, and which line we have to remove?
I′ll really appreciate that. ??Forum: Themes and Templates
In reply to: [Fictive] Keep going up on IphoneI just realize that this problem only occur in Chrome. When I use Safari, everything is fine. Any idea in how we can fix that?
Than you
Thank you very mutch for your fast reply.
I tried all the lightbox effects, and the shutter effect look great in my iphone.
Thanks again.Forum: Plugins
In reply to: [Infinite-Scroll] Help with SelectorsHere is my index.php
<?php get_header()?> <!-- Begin Main Content ( left col ) --> <section id="main-content"> <?php if(is_month()) { ?> <div id="archive-title"> Arquivo de <strong><?php the_time('F, Y') ?></strong> </div> <?php } ?> <?php if(is_category()) { ?> <div id="archive-title"> Categoria "<strong><?php $current_category = single_cat_title("", true); ?></strong>" </div> <?php } ?> <?php if(is_tag()) { ?> <div id="archive-title"> Tag "<strong><?php wp_title('',true,''); ?></strong>" </div> <?php } ?> <?php if(is_author()) { ?> <div id="archive-title"> Artigos por "<strong><?php wp_title('',true,''); ?></strong>" </div> <?php }?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <!-- Begin Article --> <article class="post"> <header class="postHeader"> <div class="date"><?php the_time('M j, Y') ?> - <span><img src="<?php bloginfo('template_directory'); ?>/images/ico_file.png" alt=""> <?php the_category(', ') ?> </span> </div> <h2><a href="<?php the_permalink() ?>" ><?php the_title(); ?></a></h2> </header> <section class="postText"> <?php the_content('Read more »'); ?> </section> <div class="sidebadge"></div> </article> <!-- End Article --> <?php endwhile; ?> <?php else : ?> <p>Desculpe, mas o que você está procurando n?o está por aqui.</p> <?php endif; ?> <?php if (function_exists("emm_paginate")) { emm_paginate(); } ?> </section> <!-- End Main Content ( left col ) --> <?php get_sidebar();?> <?php get_footer();?>