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
slideshow
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: slideshow
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
Can I see the site where this occurs? (with pgslink enabled)
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 25 Oct 2016, 12:23
Re: slideshow
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
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
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: slideshow
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
Which browser do you use, I test it now with Firefox?
Jan
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: slideshow
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
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
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 25 Oct 2016, 12:23
Re: slideshow
I renamed "snowfall.min.js" to "xxx_snowfall.min.js"
But, I still do not see pictures in Chrome.
But, I still do not see pictures in Chrome.
-
- Phoca Newbie
- Posts: 8
- Joined: 25 Oct 2016, 12:23
Re: slideshow
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
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
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: slideshow
Do you get any errors in javascript console when you disable the snowfall?
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 25 Oct 2016, 12:23
Re: slideshow
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
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