1

(3 replies, posted in Juicebox-Pro Support)

Hi, we are having some problems with our image search and SEO in espectador.com
Here I am sending you an example that we are not understanding why our images are not in the google search results.
For example:
http://www.espectador.com/cultura/32214 … adero-rock

In that link we have an image gallery, with title and alt text like this:
<noscript>
<h1>Glenn Hughes en Montevideo: una cátedra de verdadero rock</h1>
<p><img src="http://img.espectador.com/fotos/noticia/322142/1280/322142_20150828114308_1-resize.jpg" title="Glenn Hughes - Montevideo Music Box" alt="Nicolás Pagliaro"/><br>Glenn Hughes - Montevideo Music Box, Nicolás Pagliaro</p>
<p><img src="http://img.espectador.com/fotos/noticia/322142/1280/322142_20150828114349_4-resize.jpg" title="Glenn Hughes - Montevideo Music Box" alt="Nicolás Pagliaro"/><br>Glenn Hughes - Montevideo Music Box, Nicolás Pagliaro</p>
<p><img src="http://img.espectador.com/fotos/noticia/322142/1280/322142_20150828114417_2-resize.jpg" title="Glenn Hughes - Montevideo Music Box" alt="Nicolás Pagliaro"/><br>Glenn Hughes - Montevideo Music Box, Nicolás Pagliaro</p>

.
.
.

Reading your demo search example, we did that same in google search without luck:
we search this: Nicolás Pagliaro and Glenn Hughes or  Montevideo Music Box, Nicolás Pagliaro
and we only see 2 pictures in a low position.

Why arent we in the top of the search? Why only 2 pictures are shown?

Are we doing something wrong with the alt text or noscript data?

Another question is, that in the source code of the image gallery generated, we can see that the alt text doesnt show the original alt text, either it show the url. here  I post  print screen: http://screencast.com/t/uEyRnQ2Aj

Here is the config.xml location:
configUrl: 'http://www.espectador.com/cultura/32214 … config.xml'


Can you help us? Thanks

2

(5 replies, posted in Juicebox-Pro Support)

You ask us to the next variable this to true: expandInNewPage = "TRUE", the issue is that if this variable is TRUE, in iPad when you click to expand the gallery to expand it redirects to a new url "/ jbcore /full.html "and is a behavior that we do not want, which is why we put in false, this variable to false set will do what iPad is that when you click to expand the gallery on the same url without reloading expands all, only adds to the suffijo #expanded end of the current url for that reason is that we set to false and not want to change.

We are testing on iPad with iOS 7.1.2 Air

3

(5 replies, posted in Juicebox-Pro Support)

We say that is correct, I tried it and it is difficult to detect because it happens only in a part of the expanded gallery and produces it from scrolling, leave url of example images.
The area captures the ipad is a finger on each side empty thumbnail area, see pictures.

view this screenshots:

http://img.espectador.com//errores/juicebox/img1.png
http://img.espectador.com//errores/juicebox/img2.png
http://img.espectador.com//errores/juicebox/img3.png
http://img.espectador.com//errores/juicebox/img4.png

http://img.espectador.com//errores/juicebox/img1.png
http://img.espectador.com//errores/juicebox/img2.png
http://img.espectador.com//errores/juicebox/img3.png
http://img.espectador.com//errores/juicebox/img4.png

4

(3 replies, posted in Juicebox-Pro Support)

We understand that is part of what generates Javascript.
For us it is vital to use a service that shortens urls as urls have very long, so we ask if it is possible

Using iPad chrom or safari, when we use the full screen gallery, we can see the rest of the page in the bottom.
why?
Here there is a link to test it:
http://www.espectador.com/deportes/2924 … a-en-fotos

We would like to hide the bar and thumbs when the mouse is not over the gallery.
Is this possible?

Here we share a link to test it
http://www.espectador.com/espectaculos/ … -barrymore

thanks

7

(3 replies, posted in Juicebox-Pro Support)

In our config.xml we define the title and caption attribute when we create the gallery, but then the image havent got the title and in the case of the alt attribute it has the the url of the image that was set in the src of the image.

what we want is:
How to set the alt and title attribute of the image configured in the config.xml of th gallery?

this is how we are using it now:
<img
style="height: auto; width: 658px; -webkit-user-select: none;"
src="http://img.misitio.com/idgalery/295886_20140717090943_mex.jpg"
alt=" http://img.misitio.com/idgalery/295886_ … 43_mex.jpg "
>


This is what we want:

<img
style="height: auto; width: 658px; -webkit-user-select: none;"
src="http://img.misitio.com/idgalery/295886_20140717090943_mex.jpg"
alt="texto equivalente al atributo title del config.xml para esta imagen"
title="texto equivalente al atributo title del config.xml para esta imagen"
>

8

(3 replies, posted in Juicebox-Pro Support)

At the moment of create the juicebox object, a use a parameter for the short url associated to the original url, but when I click the social network share icon, the url that is used it´s the original and not the short url.
How can I do to use the short url in the social share icons? The most important case is Twitter because the original url its too long.

Thanks

Hi, we are having some problems in iOS with the plugin. In chrom with iOS 7.1.2 it doesnt works our responsive site. it looks like the plugin change the screen size or something like that.,

Any help?