Viewing 10 replies - 1 through 10 (of 10 total)
  • gwi

    (@gwi)

    not working for me =(
    shows pics several times, text is above pic, doesn’t work…

    fid

    (@fid)

    doesnt work at all on 2.9.2

    I get blank!

    it seems to be broken at 2.9.2

    nindrianto

    (@nindrianto)

    IT WORKS ON WP 2.9.2 ! 🙂

    http://eonyouthcenter.org/

    Below are the solutions.
    1. Login to Cpanel
    2. Remove the line of
    jQuery.noConflict(); on folder themes/js/function.js

    3. back to dashboard
    4. make one new category and fill this category name in “featured content gallery plugin” setting.
    5. Do not forget about image size and fill the key and value under post that made as featured post.

    Good luck.

    danicotillas

    (@danicotillas)

    Thanks Nindrianto!

    nindrianto,

    Can you explain more clearly? Where is this file functions.js?

    No problem FiD,
    You must login to cpanel and find folder js in the folder themes.
    And in the folder js, you must find file function.js.
    Next steps, just remove this line:

    jQuery.noConflict();

    then save.

    Now you go to dashboard to setting the plugin.
    Make one new category, example: “featured” (put this it “featured content gallery plugin” setting)
    Next, just continue to make a post and categorize it with “featured” category..etc. You know the next steps…

    See my blog for an example:
    Entertainment for All

    Thanks.. but I dont have a functions.js file..
    I have this in my header.php

    <script type=”text/javascript”>
    var $j = jQuery.noConflict();

    $j(function(){
    //toggle message_body
    $j(“.collapse-head”).click(function(){
    $j(this).next(“ul”).slideToggle(500)
    return false;
    });
    $j(“.collapse-head”).click(function(){
    $j(this).next(“div”).slideToggle(500)
    return false;
    });
    });
    </script>

    I removed that whole code.. still doesnt show up !

    hello FiD…
    What I have done is just remove the jQuery.noConflict(); line in folder js (cpanel).
    Try to remove var $j = jQuery.noConflict();
    If you see the box of featured content shows the blank with 2 arrows left and right, then you have to set the picture size and category in plugin setting.

    That’s all.

    Thanks man! It works for me now 😀

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: Featured Content Gallery] compatible with WP 2.9.1’ is closed to new replies.