Foros del Web » Creando para Internet » Sistemas de gestión de contenidos » WordPress »

Ayuda Urgente Slider que carga imagenes y se ven todas al cargar

Estas en el tema de Ayuda Urgente Slider que carga imagenes y se ven todas al cargar en el foro de WordPress en Foros del Web. Buenas! les plateo el siguiente problema que tengo, descargue un plugin de una sliderbar llamado. WP Featured Content Slider se ve muy bien en la ...
  #1 (permalink)  
Antiguo 16/02/2011, 11:00
 
Fecha de Ingreso: febrero-2011
Mensajes: 2
Antigüedad: 13 años, 2 meses
Puntos: 0
Pregunta Ayuda Urgente Slider que carga imagenes y se ven todas al cargar

Buenas! les plateo el siguiente problema que tengo, descargue un plugin de una sliderbar llamado. WP Featured Content Slider se ve muy bien en la web, pero el problema es que cuando carga la pagina se ve todas las imagenes y texto de la presentacion siguiente. es decir no se ve en orden cuando carga. intente bajandole la resolucion a la imagen para que sean mas livianas pero igual sigue el problema. ese porblema se ve en el navegador google chrome. y la direccion de mi pagina es www.hiturbano.com

aqui les dejo el codigo en que inserte en el index

Código PHP:
<?php include (ABSPATH '/wp-content/plugins/wp-featured-content-slider/content-slider.php');?>
y asi quedo...

Código PHP:
<?php get_header(); ?>
<script type="text/javascript" src="https://www.google.com/jsapi?key=ABQIAAAAKVQvIRsY30FaKOuG1vxGYBQ6FjbnNKC3lQfVCiIgdzWfzQrN3BSrOsMcoETDC8-KAaCD9aUk8g1jUQ"></script>
<a href="http://www.hiturbano.com/"><img class="alignleft size-full wp-image-740" title="logo" src="http://www.hiturbano.com/wp-content/uploads/2011/02/logo.jpg" alt="" width="923" height="90" /></a>
<?php include (ABSPATH '/wp-content/plugins/wp-featured-content-slider/content-slider.php');?><a href="http://www.hiturbano.com/wp-content/uploads/2011/02/bar.gif"><a href="http://www.hiturbano.com/wp-content/uploads/2011/02/bar1.gif"><img class="alignleft size-full wp-image-742" title="bar" src="http://www.hiturbano.com/wp-content/uploads/2011/02/bar1.gif" alt="" width="933" height="14" /></a>
 <script type="text/javascript">
if(top.location!=this.location) top.location=this.location;
</script> 

        <div id="contentleft" class="clearfix">

<?php if (is_home() && ($paged 2)) { ?>
<?php 
include('topcontent.php'); ?>
<?php 
?>

            <?php include(TEMPLATEPATH "/leftcontent.php"); ?>

            <div id="content">

<?php if (have_posts()) : while (have_posts()) : the_post();
if( 
$post->ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>
            <div class="post" id="post-<?php the_ID(); ?>">
                <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
                <div class="postinfo">
                    By <?php the_author_posts_link(); ?> on <?php the_time('M j, Y'?> in <?php the_category(', '); ?> | <?php comments_popup_link('comments(0)''comments(1)''comments(%)'); ?>
                </div>
                <div class="entry">
                    <?php the_content('Read the full article'); ?>
                    <?php if ( function_exists('the_tags') ) : ?>
                    <div class="tags"><?php the_tags(); ?></div>
                    <?php endif; ?>
                </div>
                <div style="clear:both;"></div>
            </div>

<?php endwhile; endif; ?>

            <div class="navigation">
                <div class="alignleft">
                    <?php posts_nav_link('','','&laquo; Previous Entries'?>
                </div>
                <div class="alignright">
                    <?php posts_nav_link('','Next Entries &raquo;',''?>
                </div>
            </div>

            </div>

        </div>

<?php get_sidebar(); ?>       
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-21007434-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<meta name="alexaVerifyID" content="kKJFyakTQXJJy66CI0XTPFTBvlg" />
<?php get_footer(); ?>

Etiquetas: featured, imagenes, slider, plugin
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 01:14.