Jump to content
Fórum Script Brasil
  • 0

Java Script Biblioteca Compressed não aceita tag GA


cnovais

Question

Boa Tarde Galera,

Estou com um problema a um bom tempo e não sei como resolver estes problemas. Precisa de uma galeria de fotos para o meu site porém pequei uma na internet chamada compressed.js segue um link para ref="https://www.scriptbrasil.com.br/forum/lofiversion/index.php/t154047.html"

O problema é que não funciona as tag do GA como esta em negrito, simplesmente não acontece nada, não da erro enfim não acontece nada.

alguém já utilizo a tag do GA com esta biblioteca e conseguir resolver o problema, ou alguém sabe como resolver o problemas ?

Exemplo de 2 imagens que ele gera

<img style="height: 58px; margin-right: 1px; opacity: 0.7; border-color: rgb(255, 255, 255);" src="http://akamaifake.desenv.sky.com.br/Capacity/Imagem/0679_370x222.jpg" onclick="_gaq.push(['_trackEvent', 'sky-patrocina', 'galeria-de-fotos', 'foto']);" id=right_rptGaleriaFotos_imgGaleriaFoto_1">

<img style="height: 58px; margin-right: 1px; opacity: 0.7;" src="http://akamaifake.desenv.sky.com.br/Capacity/Imagem/0493_370x222.jpg" onclick="_gaq.push(['_trackEvent', 'sky-patrocina', 'galeria-de-fotos', 'foto]);" id="right_rptGaleriaFotos_imgGaleriaFoto_2">

Este é o codigo do meu site

<div id="glr_fotos">
                    <!-- Galeria de Fotos -->
                    <ul id="slideshow">
                    <asp:Repeater ID="rptGaleriaFotos" runat="server" OnItemDataBound="rptGaleriaFotos_ItemDataBound">
                        <ItemTemplate>
                            <li>
                                <h3>TinySlideshow v1</h3>
                                <span><asp:Literal ID="ltlCaminhoImagem" runat="server" /></span>
                                <p>Lorem ipsum dolor sit amet</p>
                                <asp:Image ID="imgGaleriaFoto" runat="server" Height="58" onclick="_gaq.push(['_trackEvent', 'sky-patrocina', 'galeria-de-fotos', 'foto']);" />
                            </li>  
                        </ItemTemplate>
                    </asp:Repeater>
                    </ul>

                    <div id="wrapper">
                        <div id="fullsize">
                            <div id="imgprev" class="imgnav" title="Previous Image"></div>
                            <div id="imglink"></div>
                            <div id="imgnext" class="imgnav" title="Next Image"></div>
                            <div id="image">
                            </div>
                            <div id="information">
                            <h3></h3>
                            <p></p>
                        </div>
                    </div>
                        <div id="thumbnails">
                            <div id="slideleft" title="Slide Left"></div>
                                <div id="slidearea">
                                    <div id="slider">
                                    </div>
                                </div>
                            <div id="slideright" title="Slide Right"></div>
                        </div>
                    </div>
                    &lt;script type="text/javascript">
                        $('slideshow').style.display = 'none';
                        $('wrapper').style.display = 'block';
                        var slideshow = new TINY.slideshow("slideshow");

//                        window.onload = function () {
                            slideshow.auto = false;
                            slideshow.speed = 5;
                            slideshow.link = "linkhover";
                            //slideshow.info="information";
                            slideshow.thumbs = "slider";
                            slideshow.left = "slideleft";
                            slideshow.right = "slideright";
                            slideshow.scrollSpeed = 4;
                            slideshow.spacing = 1;
                            slideshow.active = "#fff";
                            slideshow.init("slideshow", "image", "imgprev", "imgnext", "imglink");

//                        }
                    </script>
                    
                    <!-- Galeria de Fotos -->
            </div>

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...