Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.July 10, 2018 at 8:04 am in reply to: Installing Advance Search plugin cause problem to wordpress #437695
I have followed manual plugin installation process.
To install a WordPress Plugin manually:– Download geodir_location_manager.zip Plugin to your desktop.
– Extract the Plugin folder to your desktop.
– With your FTP program (FileZilla), upload the Plugin folder to the wp-content/plugins folder in your WordPress directory online.
– Go to WP Admin > Plugins screen and find the newly uploaded Plugin in the list.
– Click Activate to activate it.Kiran
This reply has been marked as private.July 10, 2018 at 7:53 am in reply to: Installing Advance Search plugin cause problem to wordpress #437683Hello Firdaus,
I suspect your site has issue with extracting files from plugin. Please see https://wpgeodirectory.com/support/topic/wpgeodirectory-multilocation-add-on-cause-site-to-crash/#post-437534
You had similar issue with Location Manager. Installing plugin via admin admin uploads empty files and it causing PHP errors.
I guess same issue is happening with Advance Search plugin installation.Disable all non-GD plugin and try installing Advance Search plugin.
If you still find issue then ask your server admin if there is any setting affecting this or not.Thanks,
KiranThis requires some more code customization.
Kiran
Hello Dirk,
Copy the content including copy media attachments does not have any effect on the place attachments. When I’m copying the content of a place to a new language it does not copy the attachments. Once published by magic the featured image shows up, but not the rest.
I have fixed this in GeoDirectory Multilingual plugin. Now after saving it will duplicate post images as well. WPML copy the duplicate post media & featured media on save post.
Please download updated plugin from here: https://github.com/kprajapatii/geodir-multilingual/Categories are not copied.
Actually WPML copy only text field with their copy function. GeoDirectory categories are already passed in WPML copy data but WPML function does not updates it to form.
On the frontend within the map places are shown, in the listing not. Clicking into the map rise an error. Language fall back is not working.
Please provide page url so we can check on your site.
Thanks,
KiranHello,
Try this.
function gd_custom_default_author_avatar( $avatar ) { global $post; if ( !empty( $post->ID ) ) { if ( ! (int)geodir_get_post_meta($post->ID, 'claimed', true) && ! empty($post->post_author) ) { $avatar = get_avatar($post->post_author, 100); } else { $avatar_src = get_stylesheet_directory_uri() . '/images/gravatar2.png'; $avatar = '<img src="' . $avatar_src . '" height="100" width="100">'; } } return $avatar; } add_filter( 'sd_detail_entry_author', 'gd_custom_default_author_avatar', 100, 1 );Kiran
This reply has been marked as private.July 9, 2018 at 11:17 am in reply to: wpgeodirectory Multilocation Add-on cause site to crash #437534Hello,
The issue has been fixed. There are some empty files under geodir_location_manager plugin. May be there was an issue during plugin upload/install. How did you installed plugin?
I have uploaded files and installed again. Now it is working fine.
Thanks,
KiranHi Kevin,
Check now, i have added some theme compatibility under GeoDirectory > Theme Compatibility.
Thanks,
KiranJuly 9, 2018 at 9:29 am in reply to: Unable to make changes to records (places), even as admin #437525Hi Jason,
Please check now.
I have removed wrong snippet from “Custom CSS & JS”, and also i have added this snippet to fix conflict with Avia Builder https://wpgeodirectory.com/support/topic/listing-description-not-visible-after-saving/page/2/#post-420413Let us know.
Kiran
This reply has been marked as private.July 9, 2018 at 5:57 am in reply to: wpgeodirectory Multilocation Add-on cause site to crash #437501Hello Firdaus,
I checked and core GeoDirectory not properly installed because GeoDirectory pages not was created. I have created it via running check pages tool from GeoDirectory > GD Tools.
Please provide FTP credentials so we can do some debugging to find problem with Location Manager.
Once installation done you can setup directory pages.Thanks,
KiranHello Kai,
Thank you for providing FTP credentials. I have looked and found that custom menu by the plugin “WPBakery Page Builder” conflict with the GeoDirectory menus.
Let you know once we find solution of this conflict.
Thanks,
KiranHello Andre,
We are working on GeoDirectory v2 to make it more simple & user friendly.
We welcome your suggestion to implement in future.More info: https://wpgeodirectory.com/support/forum/geodirectory-core-plugin-forum/v2-beta/
Kiran
-
AuthorPosts