gb-plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [GB Gallery Slideshow] Premium Version?Did you manage?
Forum: Plugins
In reply to: [GB Gallery Slideshow] Premium Version?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 PluginsForum: Plugins
In reply to: [GB Gallery Slideshow] Fatal ErrorSo i guess it’s o.k. now
Forum: Plugins
In reply to: [GB Gallery Slideshow] Fatal ErrorHi 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.Forum: Plugins
In reply to: [GB Gallery Slideshow] Fatal ErrorHi 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 problemHi 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 problemthank’s a lot for answering my question. i will be shore to try your suggestions.
let you know how it turns out.