Kiran
Forum Replies Created
-
AuthorPosts
-
Hello David,
It seemed to work, but once saved the field was empty again.
We have recently updated post linking and now we allowed admin to link posts from any users. In links_posts field there is option to enable/disable linking from different users. If that option is disable then UserA can’t link his post to UserB’s post.
But now we allowed admin to link posts from any users, it does not matter option is enabled or disabled.
I have applied patch on your site. Please check and let us know.
Regards,
KiranHi Andre,
After doing some debugging found that WPML converts full urls to absolute urls. It happens when location page set as a home url.
I have enabled option “Site root (ex: mysite.com/)” at GeoDirectory > Settings > Locations > Settings > Home page should go to.
Now issue has been fixed.Please check and let us know.
Best Regards,
KiranJune 27, 2019 at 7:50 am in reply to: URGENT: "The site is experiencing technical difficulties" caused by Geodirectory #495098This reply has been marked as private.June 27, 2019 at 7:00 am in reply to: URGENT: "The site is experiencing technical difficulties" caused by Geodirectory #495091This reply has been marked as private.June 27, 2019 at 6:14 am in reply to: URGENT: "The site is experiencing technical difficulties" caused by Geodirectory #495083This reply has been marked as private.This reply has been marked as private.June 27, 2019 at 6:05 am in reply to: URGENT: "The site is experiencing technical difficulties" caused by Geodirectory #495079This reply has been marked as private.Hello sagraphics,
Add two more parameters limit & max_height to display read more link.
Ex:
[gd_post_content key='post_content' read_more='VIEW PROFILE' limit='60' max_height='120']Kiran
Hello Barbara,
Try following PHP snippet to hide layout options.
function gd_snippet_240619_layout_options( $layouts, $frontend ) { if ( $frontend ) { //unset( $layouts["0"] ); // Hide List view unset( $layouts["1"] ); // Hide Grid View (One Column) //unset( $layouts["2"] ); // Hide Grid View (Two Columns) //unset( $layouts["3"] ); // Hide Grid View (Three Columns) //unset( $layouts["4"] ); // Hide Grid View (Four Columns) //unset( $layouts["5"] ); // Hide Grid View (Five Columns) } return $layouts; } add_filter( 'geodir_layout_options', 'gd_snippet_240619_layout_options', 10, 2 );Kiran
This reply has been marked as private.Hello Jeff,
Listing with active subscription is auto renewed when it receives notification from gateway site about payment received. Listing with active subscription should not show “Renew” link to renew.
We have fixed it and also updated on your site.Best Regards,
KiranJune 26, 2019 at 12:15 pm in reply to: website screenshot instead of category image in listings #494924Hello Mark,
PHP snippet can be executed via plugin. There are many free plugins available on WordPress. Ex: https://wordpress.org/plugins/code-snippets/
See for more info: https://wpgeodirectory.com/docs/useful-plugins/#snippets
Put above snippet and change $category_id = 34; to your category id that you want to export.
Kiran
Hi Helmut,
Issue has been fixed, there was conflict with region field.
Please check and let us know.
Kiran
Hello Adrien,
I checked and found there is JavaScript error on pages that breaks map functionality.
SyntaxError: missing } after function bodyThere are many plugins active on your site so hard to find that which plugin this issue. We need to disable non-GD plugin one by one to fix plugin that conflicts and causes error. Please allow us to disable non-GD plugins OR provide staging/test site so we can debug there.
Best Regards,
KiranHello Katie,
This has been fixed and it will be in next release.
Patch available at here: https://github.com/AyeCode/geodirectory/commit/dc1a473e455bc5ef995bf3d8d676f83a32c5bcfa
Regards,
Kiran -
AuthorPosts