Everything works exactly how it's supposed to except for one thing. For some reason, I am having alignment issues with the Text Overlay and the images displayed in the gallery. The Text Overlay portion only shows up at the bottom 5 px or so on the screen. Also, the photos in the gallery are misaligned by about 10 px off the top. This occurs regardless of image size.
I am currently using the following line to call the gallery:
- Code: Select all
<?php global $post; include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
This is because I tried the standard:
- Code: Select all
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
But all I got was the loading bar. I found that new line off of another forum post. I believe it was because I am calling the gallery in a page (php enabled) instead of a template file.
Here are the things I have tried so far:
1) Disabling all other plugins
2) Altering the Text Overlay Height to varying sizes (nothing happens, but changing Gallery Height and Width works fine. As does changing any other value in the FCG Options screen).
3) Deleting the plugin and redownloading and installing FCG.
I understand that you would prefer an online version, but at this moment, I have to work on it locally. Please see the attached screenshot for details.
If anyone else has encountered this problem, let me know. Thanks guys.









