Forums

[Plugin: Featured Content Gallery] Empty frame with no content (11 posts)

  1. findigart
    Member
    Posted 2 years ago #

    Hello,

    I have already posted a request in the iePlexus site a few days ago but no one answered so I'll try here...

    I have 2 posts costumed, added the necessary custom fields, inserted the correct url to the images, specified all necessary data in plugin settings, added the code snippet to my front page template file - still nothing works. Empty frame showing although browser is loading significantly longer than usual for that page. As a matter of fact the entire site slows down to a point of shamelessness...Why? But, one issue at a time.

    I am using wp2.8 and I have NextGEN Gallery installed and functioning on other pages. Also the pages I am trying to withdraw into the plugin use NextGen Gallery. Tell me, that this IS NOT the problem, because I cannot give up nextgen.

    Thanks! ;-)

    http://wordpress.org/extend/plugins/featured-content-gallery/

  2. Avram
    Member
    Posted 2 years ago #

    I don't have NextGEN gallery on my website but I also had similar problems (empty frame). It happened because short php tags were off on my PHP installation. The solution is to open file wp-content/plugins/featured-content-gallery/scripts/jd.gallery.js.php and repleace:

    1) <?= with <?php echo
    2) ?> with ; ?>

    Don't forget the spaces (after echo and before ?>)!

  3. Avram
    Member
    Posted 2 years ago #

    Oh, just grab the file from here: http://pastebin.com/f32a0f0d9

  4. Avram
    Member
    Posted 2 years ago #

    duplicate post :S

  5. raibom
    Member
    Posted 2 years ago #

    OMG!! Thx!!!!!!!

  6. reena mahepal
    Member
    Posted 2 years ago #

    Hi i'm using wp2.8.6 and installed featured content gallery plugin.
    I followed the installation guide: http://www.featuredcontentgallery.com/install-setup/

    Problem is that i don't see the gallery!

    Can anyone help me?

    Kind Regards,

    Reena

  7. reena mahepal
    Member
    Posted 2 years ago #

    Hi,
    Steps i followed:
    1. i placed the code: <?php include (ABSPATH . '/wp- content/plugins/featured-content-gallery/gallery.php'); ?> in one of my pages
    2. i configured the plugin, i followed these steps: http://www.featuredcontentgallery.com/wp-content/uploads/2009/01/optionsss.jpg

    Still don't see any output on my site.

    Regards,
    Reena

  8. spoonzie
    Member
    Posted 1 year ago #

    thanks avram, had almost given up hope until i cam across this thread, fixed the issue and got it working :D

  9. Argentum
    Member
    Posted 1 year ago #

    You really got it working? Strange. Can't get it to show even with Avrams fix.

  10. Argentum
    Member
    Posted 1 year ago #

    I followed a tip at the vimeo instruction page: http://vimeo.com/3299013
    "
    For those who can't seem to get the slide-show to work at all.... You may be having a conflict with jQuery already being used in your theme. I had to find "header.php" in my theme and copy and paste a few JS scripts that where below the command "wp_enqueue_script('jquery');" and paste them above. In my case the theme I was using also used "superfish.js"

    I moved the two lines in my header.php and placed them above, thus:

    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/superfish.js"></script>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/functions.js"></script>
    wp_enqueue_script('jquery');
  11. lynnfish00c
    Member
    Posted 1 year ago #

    I am very new at this and I am having trouble with the featured content gallery. I followed the instructions and I do not seem to be getting anywhere. I am using the Tree House 1.0 theme and I have the Featured Content Gallery WordPress Plugin v3.20 by ieplexus. I do have my wp-content folder permissions set at 755. All I am getting on my website is a blank box with a bar in the middle that seems to be loading something but nothing happens. Any help would be appreciated.

Topic Closed

This topic has been closed to new replies.

About this Topic