[Plugin: oQey Gallery] Galerry does not show depending of the URL
-
Something strange is happening. The gallery shows on this page:
https://rafaelcid.com/teste21/projeto-02/but at the same page, with a different URL adress, it doesn′t:
https://rafaelcid.com/teste21/#!/projeto-02/
I need to use this URL because its the function that makes the page scrolls horizontally.I don′t know MUCH about coding but, after looking for some time at the codes, i found that this happens because of some conditional (i don′t know wich) on the gallcore.php file.
echo "\n".'<div id="oqey_image_div'.$oqeycounter.'" style="position:relative; width:'.$instance['width'].'px; height:'.$instance['height'].'; display:none; margin: 0 auto;">'; echo "\n".'<div id="image'.$oqeycounter.'" style="height:auto; display:none;" class="oqey_images"></div>'; echo "\n".'</div>';
It tells the gallery to display:none. I tried to change it deletinh the display:none; code or display:block;, but still not showing.
Why is this happening? Can it be changed?Thanks
- The topic ‘[Plugin: oQey Gallery] Galerry does not show depending of the URL’ is closed to new replies.