GetSimple Support Forum

Full Version: fancybox plug in problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
nope not my problem, your theme is not calling header and footer functions.
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 ?
for any front end plugins to work, yes