Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Kate,
Which page is assigned to /directory/? Can you provide me edit page link for that page?
Kiran
Hi Anna,
I checked and found that you have not enabled option to record activity for new posts and comments from your site. I have enabled it from Settings > BuddyPress > Components > Site Tracking.
I have tested with one comment and it worked fine.
Regards,
KiranHi Chris,
I have created sidebar “GD Archive” and assigned to GD Archive & GD Search pages.
I have assigned GD Listing sidebar to GD Details page.
I added following line in child theme sidebar.phpif(is_page() || is_page_template('page-blog.php') || ( function_exists( 'geodir_is_geodir_page' ) && geodir_is_geodir_page() ) ){Now all pages are working with sidebar set in page setting.
Please check and let us know.
Regards,
KiranThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Fulvio,
Try following snippet to remove “: Yes” from checkbox field value display.
function gd_snippet_300519_remove_checkbox_yes( $html, $location, $cf, $p = '', $output = '' ) { if ( $html != '' ) { $html = str_replace( ': </span></span>Yes</div>', '</span></span></div>', $html ); $html = str_replace( '</span>Yes</div>', '</span></div>', $html ); } return $html; } add_filter( 'geodir_custom_field_output_checkbox', 'gd_snippet_300519_remove_checkbox_yes', 11, 5 );Kiran
This reply has been marked as private.This reply has been marked as private.Hi colonic,
I have changed template to “Auto” at GeoDirectory > Settings > Design > Page template file override. Now GD pages showing correct listings.
Please check and let us know.
Kiran
Hi Katie,
Checkout process is bypassed for free listing, but it creates invoice to handle listing status for some cases like invoice with 100% Discount or free trial listing.
To prevent sending email for free invoices, use PHP snippet provided here: https://wpgeodirectory.com/support/topic/invoices-of-0-00-euros-being-sent-for-free-listings/#post-486780
Use following CSS snippet to add scroll to event schedules on event detail right sidebar.
#sidebar .geodir-field-event_dates .geodir-schedules { max-height: 240px; overflow-x: hidden; overflow-y: auto; }Regards,
KiranThis reply has been marked as private.Hi Kim,
Genesis theme hides GD Listings pagination on mobile devices. I have added following css in Appearance > Custom css to fix it.
.geodir-listings .geodir-wgt-pagination .geodir-pagination { display: block; }I tired few times but now not replicating issue. Please try after clearing your browser cache.
Let us know.
Regards,
KiranThis reply has been marked as private.Hi sinaxi,
– Your site has only one listing in ITA language. I have translated it correctly because it was translated with WPML Editor enabled.
– When translating GD listing, “Use WPML’s Translation Editor” must be off for listings because WPML Translation Editor does not supports GeoDirectory fields.
Now ITA map is showing that listing.Let us know.
P.S. your site is running with some old GD versions, please update those plugins.
Best Regards,
Kiran -
AuthorPosts