Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] Help - slideshow gallery pro on atahualpa (http://forum.bytesforall.com/showthread.php?t=15880)

leonn Nov 7, 2011 05:57 AM

[SOLVED] Help - slideshow gallery pro on atahualpa
 
Hi actually i'm using atahualpa & Wordpress last versions
the slideshow works when i select the post
but don't works in my homepage.

In the homepage it's showed that below in place of slideshow.


var jsSlideshow = new Array(); jsSlideshow.push(“https://localhost/wp-content/uploads...inféias.jpg”);
jsSlideshow.push(“https://localhost/wp-content/uploads...s-azuis.jpg”);
jsSlideshow.push(“https://localhost/wp-content/uploads...-do-sol.jpg”);

um https://localhost/wp-content/uploads...o/Ninféias.jpg

dois https://localhost/wp-content/uploads...nhas-azuis.jpg

tres https://localhost/wp-content/uploads...Pôr-do-sol.jpg

jQuery.noConflict(); tid(‘sgpro_slideshow’).style.display = “none”; tid(‘slideshow-wrapper’).style.display = ‘block’; tid(‘slideshow-wrapper’).style.visibility = ‘hidden’; jQuery(“#fullsize”).append(”); tid(‘spinner’).style.visibility = ‘visible’; var sgpro_slideshow = new TINY.sgpro_slideshow(“sgpro_slideshow”); jQuery(document).ready(function($) { // set a timeout before launching the sgpro_slideshow window.setTimeout(function() { sgpro_slideshow.slidearray = jsSlideshow;
sgpro_slideshow.auto = 1;
sgpro_slideshow.nolink = 0;
sgpro_slideshow.nolinkpage = 1;
sgpro_slideshow.pagelink=”self”;
sgpro_slideshow.speed = 10;
sgpro_slideshow.imgSpeed = 10;
sgpro_slideshow.navOpacity = 25;
sgpro_slideshow.navHover = 70;
sgpro_slideshow.letterbox = “#000000?;
sgpro_slideshow.info = “information”;
sgpro_slideshow.infoShow = “S”;
sgpro_slideshow.infoSpeed = 10;
// sgpro_slideshow.transition = F;
sgpro_slideshow.left = “slideleft”;
sgpro_slideshow.wrap = “slideshow-wrapper”;
sgpro_slideshow.widecenter = 1;
sgpro_slideshow.right = “slideright”;
sgpro_slideshow.link = “linkhover”;
sgpro_slideshow.gallery = “post-550?;
sgpro_slideshow.thumbs = “thumbslider”;
sgpro_slideshow.thumbOpacity = 70;
sgpro_slideshow.thumbHeight = 75;
// sgpro_slideshow.scrollSpeed = 5;
sgpro_slideshow.scrollSpeed = 0;
sgpro_slideshow.spacing = 5;
sgpro_slideshow.active = “#FFFFFF”;
sgpro_slideshow.imagesbox = “thickbox”;
jQuery(“#spinner”).remove();
sgpro_slideshow.init(“sgpro_slideshow”,”sgpro_imag e”,”imgprev”,”imgnext”,”imglink”);
}, 1000);
tid(‘slideshow-wrapper’).style.visibility = ‘visible’;
});





have you Any ideas to solve that ?

thanks everybody.

juggledad Nov 7, 2011 06:24 AM

What have you set in the excerpts section of the theme?

leonn Nov 7, 2011 03:22 PM

everything in theme, still the same way that i got it from source.

juggledad Nov 7, 2011 05:01 PM

did you read the options? especially the 'Don't strip these tags' option?

leonn Nov 8, 2011 03:09 AM

yes i did.
in "Don't strip these tags" i have only defined " <p> " .

In homepage is set to show only excerpts,everything works when is set " full Posts"

but there is a way to make it work with only excerpts?

leonn Nov 8, 2011 03:14 AM

Or not show the JavaScript code in excerpts on homepage?

juggledad Nov 8, 2011 03:15 AM

Then ALL other HTML is stripped raving what you see
.

Go and view the full post then view the source and see what HTML is in the post. This will give you an indication of what HTML should NOT be stripped.

Wordpress strips all HTML in excerpts by default. Atahualpa if following this with the option to leave some in

leonn Nov 8, 2011 04:39 AM

thank you this help me a lot. o/
I'm only have to set <script><ul><li> in don't strip these tags
then the Javascript code isn't showed anymore.

to get the same exactly code from full posts that works
I set <script><ul><li><h4><h5><span><a><img>

but still not showing the slideshow on home.

juggledad Nov 8, 2011 05:00 AM

without seeing the site, I'm not sure there is much else I can do

leonn Nov 8, 2011 05:17 AM

problem solved. was only a <p> in wrong place.
thanks for everything.


All times are GMT -6. The time now is 03:58 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.