- Desde
- 28 Dic 2013
- Mensajes
- 816
Bienvenido al foro,
que plata forma esta utilizando para tu sitio? WordPress?
Es el slider, las plantillas lo traen directamente en el código HTML, ve a tu plantilla y edita y borra el carrusel, o pon las imágenes e información que quieras :encouragement:
<!-- Featured Content Slider Started -->
<script type='text/javascript'>
function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: true,
delay: 6000,
slideInfoZoneOpacity: 0.8,
showCarousel: false,
slideInfoZoneSlide: false
});
}
window.addEvent('domready', startGallery);
</script>
<div class='fullbox_excerpt'>
<div class='fullbox_content'>
<div class='smooth_gallery'>
<div id='myGallery'>
<div class='imageElement'>
<h3>This is featured post 1 title</h3>
<p>Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.</p>
<a class='open' href='SLIDER-1-URL-HERE' title='This is featured post 1'></a>
<img alt='' class='full' src='http://3.bp.blogspot.com/_4HKUHirY_2U/TUj7kf0XeKI/AAAAAAAAMZs/ZSdyE7chRz0/s1600/1.jpg'/>
</div>
<div class='imageElement'>
<h3>This is featured post 2 title</h3>
<p>Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.</p>
<a class='open' href='SLIDER-2-URL-HERE' title='This is featured post 2'></a>
<img alt='' class='full' src='http://3.bp.blogspot.com/_4HKUHirY_2U/TUj7k3UNkxI/AAAAAAAAMZ0/Af3yu2aIDwM/s1600/2.jpg'/>
</div>
<div class='imageElement'>
<h3>This is featured post 3 title</h3>
<p>Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.</p>
<a class='open' href='SLIDER-3-URL-HERE' title='This is featured post 3'></a>
<img alt='' class='full' src='http://2.bp.blogspot.com/_4HKUHirY_2U/TUj7lnctNHI/AAAAAAAAMZ8/xNj5m__yi_0/s1600/3.jpg'/>
</div>
<div class='imageElement'>
<h3>This is featured post 4 title</h3>
<p>Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.</p>
<a class='open' href='SLIDER-4-URL-HERE' title='This is featured post 4'></a>
<img alt='' class='full' src='http://3.bp.blogspot.com/_4HKUHirY_2U/TUj7l2nVFrI/AAAAAAAAMaE/-Y0eHkbaScs/s1600/4.jpg'/>
</div>
<div class='imageElement'>
<h3>This is featured post 5 title</h3>
<p>Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.</p>
<a class='open' href='SLIDER-5-URL-HERE' title='This is featured post 5'></a>
<img alt='' class='full' src='http://2.bp.blogspot.com/_4HKUHirY_2U/TUj7mCfTylI/AAAAAAAAMaM/f4PB6BfJqHk/s1600/5.jpg'/>
</div>
</div></div></div></div>
<!-- Featured Content Slider End -->
En el escritorio de tu blog, en el menu lateral vas a: plantilla -> Editar HTML.
Allí buscas y borras esto:
Insertar CODE, HTML o PHP:<!-- Featured Content Slider Started --> <script type='text/javascript'> function startGallery() { var myGallery = new gallery($('myGallery'), { timed: true, delay: 6000, slideInfoZoneOpacity: 0.8, showCarousel: false, slideInfoZoneSlide: false }); } window.addEvent('domready', startGallery); </script> <div class='fullbox_excerpt'> <div class='fullbox_content'> <div class='smooth_gallery'> <div id='myGallery'> <div class='imageElement'> <h3>This is featured post 1 title</h3> <p>Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.</p> <a class='open' href='SLIDER-1-URL-HERE' title='This is featured post 1'></a> <img alt='' class='full' src='http://3.bp.blogspot.com/_4HKUHirY_2U/TUj7kf0XeKI/AAAAAAAAMZs/ZSdyE7chRz0/s1600/1.jpg'/> </div> <div class='imageElement'> <h3>This is featured post 2 title</h3> <p>Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.</p> <a class='open' href='SLIDER-2-URL-HERE' title='This is featured post 2'></a> <img alt='' class='full' src='http://3.bp.blogspot.com/_4HKUHirY_2U/TUj7k3UNkxI/AAAAAAAAMZ0/Af3yu2aIDwM/s1600/2.jpg'/> </div> <div class='imageElement'> <h3>This is featured post 3 title</h3> <p>Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.</p> <a class='open' href='SLIDER-3-URL-HERE' title='This is featured post 3'></a> <img alt='' class='full' src='http://2.bp.blogspot.com/_4HKUHirY_2U/TUj7lnctNHI/AAAAAAAAMZ8/xNj5m__yi_0/s1600/3.jpg'/> </div> <div class='imageElement'> <h3>This is featured post 4 title</h3> <p>Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.</p> <a class='open' href='SLIDER-4-URL-HERE' title='This is featured post 4'></a> <img alt='' class='full' src='http://3.bp.blogspot.com/_4HKUHirY_2U/TUj7l2nVFrI/AAAAAAAAMaE/-Y0eHkbaScs/s1600/4.jpg'/> </div> <div class='imageElement'> <h3>This is featured post 5 title</h3> <p>Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.</p> <a class='open' href='SLIDER-5-URL-HERE' title='This is featured post 5'></a> <img alt='' class='full' src='http://2.bp.blogspot.com/_4HKUHirY_2U/TUj7mCfTylI/AAAAAAAAMaM/f4PB6BfJqHk/s1600/5.jpg'/> </div> </div></div></div></div> <!-- Featured Content Slider End -->
Muchas Gracias...Me costo trabajo encontrarlas...
Para que no tardes en encontrar los códigos en Blogger presiona la zona del código , luego seguido Ctrl + F dentro pones por ejemplo Featured Content y te llevara a la zonaun saludo. :encouragement:
Cuida mayúsculas o minúsculas
Ver el archivo adjunto 21167
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?