Page 1 of 1
Phoca Gallery Slideshow Plugin is not visible in component
Posted: 11 Jan 2015, 21:27
by xcitan
Hi,
first of all thank you for your awesome software i absolutely appreciate your work.
I am using Joomla! 3.3.6 along with Phoca Gallery 4.1.2 and JEvents v3.1.34.
Now i have tried to embed a Phoca Category into a JEvents event (event description on the events Detail page) by using the Phoca Gallery Slideshow Plugin.
Unfortunately it doesn´t work. While the plugin does it´s job perfectly on a regular joomla article, it is not displayed on the jevents detail page.
In the forum i have already found this hint:
https://www.phoca.cz/documents/16-joomla ... t-articles
I have checked the code and it seems this
echo JHTML::_('content.prepare', $this->category->description);
is already fixed in my version of phoca.
Now before i continue investigating by myself i would like to ask if someone has a solution for this problem.
Kind Regards
Chris
Re: Phoca Gallery Slideshow Plugin is not visible in compone
Posted: 13 Jan 2015, 21:00
by Jan
Hi, hmm, if the code is ready for the content, it should work - try to see the html code - if the slideshow code is there, try to see javascript console, if there is no javascript error which prevents form displaying the slideshow
https://www.phoca.cz/documents/16-joomla ... -conflicts
Jan
Re: Phoca Gallery Slideshow Plugin is not visible in compone
Posted: 17 Jan 2015, 15:05
by xcitan
Hi Jan,
thank you for your hint, you are right, there is some code displayed within the body:
Code: Select all
<div class="phocagalleryslideshow">
<div id="phocaGallerySlideshowP1421498722318288633"></div>
</div>
But it is very incomplete compared on an article on which the plugin works fine, like on this
Code: Select all
<div class="phocagalleryslideshow">
<div id="phocaGallerySlideshowP1421499017482340878" style="position: relative; visibility: visible; background: none repeat scroll 0% 0% white; overflow: hidden; width: 640px; height: 430px;">
<div class="gallerylayer" style="position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: none repeat scroll 0% 0% white; z-index: 1000; opacity: 1;">
<img style="border-width: 0px; display: none; margin-left: 0px; margin-top: 2px;" src="/images/phocagallery/Kinderopern/thumbs/phoca_thumb_l_dsc_6374_small.jpg">
<img style="border-width: 0px; display: inline; margin-left: 0px; margin-top: 2px;" src="/images/phocagallery/Kinderopern/thumbs/phoca_thumb_l_dsc_6360_small.jpg">
<img style="border-width: 0px; display: none; margin-left: 0px; margin-top: 2px;" src="/images/phocagallery/Kinderopern/thumbs/phoca_thumb_l_dsc_6486_small.jpg">
<img style="border-width: 0px; display: none; margin-left: 0px; margin-top: 2px;" src="/images/phocagallery/Kinderopern/thumbs/phoca_thumb_l_dsc_6427_small.jpg">
<img style="border-width: 0px; display: none; margin-left: 0px; margin-top: 2px;" src="/images/phocagallery/Kinderopern/thumbs/phoca_thumb_l_taminomausewitz.jpg">
</div>
<div class="gallerylayer" style="position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: none repeat scroll 0% 0% white; z-index: 999; opacity: 1;">
<img style="position: absolute; display: none;" src="">
</div>
</div>
Re: Phoca Gallery Slideshow Plugin is not visible in compone
Posted: 17 Jan 2015, 15:06
by xcitan
I have checked via firebug console for java script errors/warnings, but there were no errors/warnings displayed.
Further i have checked the header for java script
Header of a regular joomla article in which the plugin works fine
Code: Select all
<script type="text/javascript" src="/media/jui/js/jquery.min.js">
<script type="text/javascript" src="/media/jui/js/jquery-migrate.min.js">
<script type="text/javascript" src="/components/com_phocagallery/assets/fadeslideshow/fadeslideshow.js">
<script type="text/javascript" src="/media/system/js/caption.js">
<script type="text/javascript" src="/templates/jf_taman/scripts/js/template.js">
<script type="text/javascript" src="/media/jui/js/jquery.ui.core.min.js">
<script type="text/javascript">
Header of a "jevents" event article in which the plugin doesnt work
Code: Select all
<script type="text/javascript" src="/media/jui/js/jquery.min.js">
<script type="text/javascript" src="/media/jui/js/jquery-noconflict.js">
<script type="text/javascript" src="/media/jui/js/jquery-migrate.min.js">
<script type="text/javascript" src="/media/system/js/mootools-core.js">
<script type="text/javascript" src="/media/system/js/core.js">
<script type="text/javascript" src="/media/system/js/mootools-more.js">
<script type="text/javascript" src="/media/jui/js/bootstrap.min.js">
<script type="text/javascript" src="/components/com_jevents/assets/js/jQnc.js">
<script type="text/javascript" src="/templates/jf_taman/scripts/js/template.js">
<script type="text/javascript" src="/modules/mod_phocagallery_slideshow_bxslider/javascript/plugins/jquery.easing.1.3.js">
<script type="text/javascript" src="/modules/mod_phocagallery_slideshow_bxslider/javascript/plugins/jquery.fitvids.js">
<script type="text/javascript" src="/modules/mod_phocagallery_slideshow_bxslider/javascript/jquery.bxslider.js">
<script type="text/javascript" src="/media/jui/js/jquery.ui.core.min.js">
<script type="text/javascript">
So one java script is missing for sure:
Code: Select all
<script type="text/javascript" src="/components/com_phocagallery/assets/fadeslideshow/fadeslideshow.js">
Do you also think that the missing fadeslideshow.js is the problem?
Kind Regards
Chris
Re: Phoca Gallery Slideshow Plugin is not visible in compone
Posted: 18 Jan 2015, 22:27
by Jan
Hi, yes, this is the main javascript file, which needs to be loaded. Without it, it will not work
But why it is not loaded, really no idea
Jan