Forum Replies Created

Viewing 7 replies - 16 through 22 (of 22 total)
  • Plugin Author gb-plugins

    (@gb-plugins)

    Did you manage?

    Plugin Author gb-plugins

    (@gb-plugins)

    Hi David,
    Thank you for your great support.
    We are currently working on uploading our official site. Here is the link to it:
    http://store.gb-plugins.com/ – Please keep in mind that it is a beta site, so contact us if you have any problem using it.

    On the site you can perches the Pro version, jest go to the “buy now” page (you will have to register).
    We will be happy to hear from you again.
    Please tell us what you think about our site and about our Pro version.

    Please feel free to contact us if you encounter any difficulty.

    Thank you
    GB Plugins

    Plugin Author gb-plugins

    (@gb-plugins)

    So i guess it’s o.k. now

    Plugin Author gb-plugins

    (@gb-plugins)

    Hi ncdesignz,

    I have seen the problem and fixed it.
    you have two options to fix it:

    1. download the plugin again. I have made some changes to help with this particular problem.

    2. In line 29 “add_action(‘widgets_init’,function (){register_widget(‘gb_gallery_widget’);});”

    replace with “add_action(‘widgets_init’,’start_widget’);”
    and in the end of the file before “?>”
    add the following code :
    function start_widget(){
    register_widget(‘gb_gallery_widget’);
    }

    explanation:
    if your PHP version is lower then 5.3 then it’s not supporting “anonymous function” like in line 29 “add_action(‘widgets_init’,function (){register_widget(‘gb_gallery_widget’);});”

    thank you for bringing this matter to my attention. I am sure there are others with the same PHP version who also had the same problem.

    I hope you will enjoy the plugin.
    I am here for any further inquiry you may have.

    Plugin Author gb-plugins

    (@gb-plugins)

    Hi ncdesignz,
    tank you for reporting the error,
    i am looking in to it, can you please provide additional details like what version your WordPress is?

    Forum: Hacks
    In reply to: jQuery ui problem
    Thread Starter gb-plugins

    (@gb-plugins)

    Hi Bcworkz,
    Jest want to let you know that your suggestion work’s and it has been integrated to the plugin.

    so cheers for you and again thank you

    Forum: Hacks
    In reply to: jQuery ui problem
    Thread Starter gb-plugins

    (@gb-plugins)

    thank’s a lot for answering my question. i will be shore to try your suggestions.
    let you know how it turns out.

Viewing 7 replies - 16 through 22 (of 22 total)