GetSimple Support Forum
fancybox plug in problems - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: fancybox plug in problems (/showthread.php?tid=7010)



fancybox plug in problems - phpman - 2015-01-04

Hello @ll,

i´ve use the fancybox plugin on my side xxxxxxx.de
to show the images. No i updated the side and it does now work
corrct i can not show the arrow to move from one to the other picture and the "X" to close the picture.

But i do not know why. On other dev. site dev.xxxxxxxx.de it work
and i can not see any differnts.

Hope anybody can help me

Thansk in advance.

Harald


RE: fancybox plug in problems - shawn_a - 2015-01-04

is your site path correct in settings?

I see no css for fancybox even loading

is your theme still calling get_header

i also noticed my sa_dev plugin is leaking its css on front end when it shouldnt, i will have to fix that


RE: fancybox plug in problems - shawn_a - 2015-01-04

nope not my problem, your theme is not calling header and footer functions.


RE: fancybox plug in problems - phpman - 2015-01-04

you are the best :-)

First i think if i use I18N plugin i can remove the
Code:
<?php get_header(); ?>
function than i use

Code:
<?php get_i18n_header(); ?>

but now i learnd from you that i need it extra too.

Is it correct that i need always both inside my template ?


RE: fancybox plug in problems - shawn_a - 2015-01-04

for any front end plugins to work, yes