Page 1 of 2
slideshow
Posted: 25 Oct 2016, 12:45
by pm24
Good morning,
I have problem with plugin slideshow. When I use string with "pgslink=1" or "pgslink=1" , slideshow not see.
Example: {pgslideshow id=49|width=580|height=380|delay=3000|image=L|pgslink=1}.
If I not use pgslink (example: {pgslideshow id=49|width=580|height=380|delay=3000|image=L} ) , slideshow is OK.
I want use hyperlink to category.
Joomla! 3.6.3
Phoca Gallery Slideshow Plugin: 4.3.0
Phoca Gallery : 4.3.1
Thx.
Peter
Re: slideshow
Posted: 28 Oct 2016, 16:30
by Jan
Hi, the only one difference is, when pgslink is enabled, the a tag is added to the slideshow.
Can I see the site where this occurs? (with pgslink enabled)
Jan
Re: slideshow
Posted: 29 Oct 2016, 12:51
by pm24
Good morning,
Example1 :
URL:
http://www.lope.sk/2-uncategorised/58-test
CODE:
<p>
{pgslideshow id=50|width=580|height=380|delay=3000|image=L|pgslink=1}</p>
Example2
URL:
http://www.lope.sk/2-uncategorised/59-test2
<p>
{pgslideshow id=50|width=580|height=380|delay=3000|image=L}</p>
Best Regards
Peter
Re: slideshow
Posted: 01 Nov 2016, 12:37
by Jan
Hi, now I am confused, for me, both of the links work and on both the slideshow is running well
Which browser do you use, I test it now with Firefox?
Jan
Re: slideshow
Posted: 01 Nov 2016, 12:47
by pm24
Chrome
Re: slideshow
Posted: 01 Nov 2016, 14:14
by Jan
Hmm, I see now, maybe it is related to the javascript error, which is rendered on first link:
TypeError: document.getElementById(...) is null
lope.sk/templates/dd_snowboard_46/js/snowfall.min.js
Line 12
Try to remove the javascript to test if this was caused by this javascript.
https://www.phoca.cz/documents/16-joomla ... -conflicts
Jan
Re: slideshow
Posted: 01 Nov 2016, 14:27
by pm24
I renamed "snowfall.min.js" to "xxx_snowfall.min.js"
But, I still do not see pictures in Chrome.
Re: slideshow
Posted: 01 Nov 2016, 21:29
by pm24
I tried few browsers:
IE_9: OK
Firefox_45_01 : OK
Chrome V.54.0.2840.71 m : NO, I do not see slideshow
Chrome V.54.0.2840.87 m : NO, I do not see slideshow
OPERA V.41.0.2353.46 : NO, I do not see slideshow
Next tests:
Disable javascript (lope.sk/templates/dd_snowboard_46/js/snowfall.min.js) - Chrome, Opera - I do not see slideshow
Using another theme in joomla /Beez3/ - Chrome, Opera - I do not see slideshow
Many thx
Peter
Re: slideshow
Posted: 04 Nov 2016, 14:52
by Jan
Do you get any errors in javascript console when you disable the snowfall?
Jan
Re: slideshow
Posted: 06 Nov 2016, 12:56
by pm24
Hi,
If I disabled snowfall, I do not see the error message in the Java script console.
A have only this message:
JQMIGRATE: Migrate is installed, version 1.4.1
'webkitRequestAnimationFrame' is vendor-specific. Please use the standard
'requestAnimationFrame' instead.
Peter