Vikas
Forum Replies Created
-
AuthorPosts
-
Hi,
I found, it is a server (Mysql version) specific bug, which is appearing very rarely. So here is the solution.
Please go to ur plugin folders/geodirectory/geodirectory_functions/custom_fields_functions.phpLine no. 23
mysql_query(“ALTER TABLE$db
ADD
$column
$column_attr”);
change it to
$wpdb->query(“ALTER TABLE$db
ADD
$column
$column_attr”);
Do u have same problem in other projects too ?
Hi,
I have fixed this issue and it will work fine in next release.
Hi,
U need to update address of each event again.
Hi,
I will check it and get back to u asap.Thanks
Hi,
Like i said, it will have only one entry in wordpress core wp_posts table, but multiple records on dates in custom table.
Hi,
Right now maps can be implemented using widgets only. We will provide shortcodes very soon.
Thanks
Hi,
Please try with it. GD is compatible with most of the themes.Hi,
Thanks for posting your suggestions.
These can easily be achieved by implementing proper actions on available hooks. i will talk with GD team to implement it in near feature too.Thanks
Hi,
Those will not appear when u will upgrade it to latest. Latest will be available soon.Thanks
Hi,
Please send me ur site link, wp-admin login detail and ftp if possible.
Mark the message as ‘Set as private reply’, i will be able to see that only.Thanks
Hi,
I will check and update u asap.
Thanks’
Hi,
It seems that your are doing everything right. Images for dummy data are not attached with plugin to keep plugin size manageable, those are located on a remote server so if u have slow internet connection then it might take several minutes to move images from a remote server to ur local. Please have patience while importing dummy data.
Please advise ?
Thanks
hi,
I have fixed it please check and let me know.
Thanks
OK,
Login worked, let me check the issue.
-
AuthorPosts