Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Martin,
It looks like you have used gd_listings shortcode/widget in search page content.
On Archive/Search page it should have following shortcode/widgets.
[gd_loop_actions] [gd_loop layout=2] [gd_loop_paging]
Kiran
Hi Tristan,
To render GD variables used in Rank Math setting use following snippet.
function gd_snippet_rank_math_replacements( $replacements, $args ) { if ( ! empty( $replacements ) ) { $_replacements = $replacements; foreach ( $replacements as $key => $value ) { if ( strpos( $key, '%%' ) === 0 && empty( $value ) ) { $replacements[ $key ] = GeoDir_SEO::replace_variable( $key ); } } } return $replacements; } add_filter( 'rank_math/replacements', 'gd_snippet_rank_math_replacements', 20, 2 );
Rank Math and GD has on SEO variable structure & usage. GD listings pages are not accessible to public so it has not option to listing owner to set SEO for listings. So we have setup our own meta settings to apply dynamically to GD pages.
We are checking and enhancing SEO usage for GD pages so GD & Rank Math integration works in a best way.
Regards,
KiranHello Elise,
FTP credentials are not working.
It shows following error when tried to connect via FileZilla FTP/SFTP client.
Error: Authentication failed. Error: Critical error: Could not connect to server
Kiran
Hello virginie,
This has been fixed and it will be in next release.
Thanks,
KiranThis reply has been marked as private.Hi Mitch,
Please provide us a listing url to check there.
Kiran
February 28, 2020 at 7:57 am in reply to: POST TYPE (pt_single & pt_plural) Meta not working? #532717Hi Foster,
I have removed title/meta variables for location page that not related to location page. It will be in next release.
Thanks for spotting.
Thanks,
KiranHi milettic,
Issue has been fixed, please check and let us know.
Kiran
This reply has been marked as private.February 27, 2020 at 2:01 pm in reply to: Site gets very slow and cpu is running up to 99% without doing much on site #532581Hi Hanno,
I have checked but i can’t see similar error there.
Can you provide page url on which you see error? Provide more details how to replicate from our side.
Kiran
Hi Tristan,
File with some extensions are restricted in attachment. Please upload that video on your site and share link here or upload video on any media sharing site and share link here.
Kiran
February 27, 2020 at 9:43 am in reply to: Facebook app status: should I tick App status On or Off? #532540Glad to hear that 🙂
February 27, 2020 at 8:02 am in reply to: Featured image doesn't seem to work when using Elementor Theme Builder #532516Hi klaggy,
GD Detail template is used for all the GD single detail posts. In Elementor Preview it uses post ID of the template because it has no real GD listing post ID there. But when you visit GD Listing Detail page it uses the listing post ID to render the content from listing detail template.
On detail page listing has own featured media, so it does not show featured media of the template.
Let us know.
Regards,
KiranHello,
Downgrade & Expire process are same. Only difference is in downgrade process package downgrades to the package set in package setting. If no downgrade package is set then listing goes to expired.
To downgrade manually any normal package(non recurring) listing, do following things.
– Go to backend edit listing
– Set expire date to any of past date from today
– Click on Update
– Run tool from GeoDirectory > Status > Tools > Expire CheckLet us know.
Thanks,
KiranFebruary 27, 2020 at 7:16 am in reply to: Version – 2 Unable to successfully change the Sidebar from my Default Sidebar #532512 -
AuthorPosts