fluxipress lightbox problem
-
Hi and thanks for a great theme!
i have however problems with the lightbox, it doesnt show the captions or image descriptions and it doesnt work well on android. So i installed the plugin wp lightbox 2 which is working well. On wp galleries works well.But on single images with lightbox there are TWO lightbox effects now. i tried to deactivate the fluxipress magnific popup, but then the footer doesnt float anymore (all footer widgets appear under each other, not next to each other) and the single sidebar is lower.
if i deactivate:
wp_register_script(
‘fluxipress-js-magnific’,
get_template_directory_uri() . ‘/js/jquery.magnific-popup.min.js’,
array(),
false,
true
);
wp_enqueue_script(‘fluxipress-js-magnific’);in the functions php, then the inbuilt lightbox is gone, but the footer is not displaying correctly..
please help me! thanks a lot…
- The topic ‘fluxipress lightbox problem’ is closed to new replies.