paulo.victor
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Slideshow Gallery LITE] [Plugin: Slideshow Gallery] Slideshow not working@antonie, I did remove the <p> tags…. But I discovered that this is not the problem, the problem is mysterious line break that is being inserted after “append(‘”.
like this:
jQuery(“#fullsize”).append(‘LINE_BREAK
<div id=”spinner”><img src=”URL…/images/spinner.gif”></div>And again, I’ve no idea what to do
Forum: Plugins
In reply to: [Slideshow Gallery LITE] [Plugin: Slideshow Gallery] Slideshow not working@antonie, Really, I have no idea about how I can solve this =( … And actually it’s kind of urgent you know =/, don’t you know anything that I can try?
btw, this is the template I’m using: https://boulevard.themesector.com/
edit:
I found in the theme file ‘page.php’the following lines:<div class="post-content"> <?php the_content(); ?> <?php wp_link_pages(); ?> </div>
Forum: Plugins
In reply to: [Slideshow Gallery LITE] [Plugin: Slideshow Gallery] Slideshow not workingI’m getting the following message:
SyntaxError: unterminated string literal
[Break On This Error]
jQuery(“#fullsize”).append(‘The complete created source code:
<script type="text/javascript"> jQuery.noConflict(); tid('slideshow').style.display = "none"; tid('slideshow-wrapper').style.display = 'block'; tid('slideshow-wrapper').style.visibility = 'hidden'; jQuery("#fullsize").append(' <div id="spinner"><img src="https://www.englishtownbrasil.com.br/inglesonline/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div> <p>'); tid('spinner').style.visibility = 'visible';</p> <p> var slideshow = new TINY.slideshow("slideshow"); jQuery(document).ready(function() { window.onload = function() { slideshow.auto = true; slideshow.speed = 10; slideshow.imgSpeed = 10; slideshow.navOpacity = 25; slideshow.navHover = 70; slideshow.letterbox = "#000000"; slideshow.linkclass = "linkhover"; slideshow.info = "information"; slideshow.infoSpeed = 10; slideshow.thumbs = ""; slideshow.thumbOpacity = 70; slideshow.left = "slideleft"; slideshow.right = "slideright"; slideshow.scrollSpeed = 5; slideshow.spacing = 5; slideshow.active = "#FFFFFF"; slideshow.imagesthickbox = "false"; jQuery("#spinner").remove(); slideshow.init("slideshow","image","imgprev","imgnext","imglink"); tid('slideshow-wrapper').style.visibility = 'visible'; } }); </script>
Viewing 3 replies - 1 through 3 (of 3 total)