Kiran
Forum Replies Created
-
AuthorPosts
-
October 26, 2019 at 12:31 pm in reply to: Multirating totals and counts do not update correctly #514933
Hi Andy,
This has been fixed and it will be in next release of Review Rating Manager plugin.
Provide us FTP credentials if you want apply patch before next release.
Regards,
KiranHi Silks,
The Ratings Badge similarly has a link added within paragraph tags except it is not overlaid it is sitting on the line below and i believe the favourites badge is floated to the right of this element & hence appears to be on the line below. Also the link appears to be unclickable. this i couldn’t fix.
On your site something adding p & br tags to shortcode content. Use following CSS snippet to show rating & favorite inline.
.geodir-loop-container .geodir-post-rating br, .geodir-loop-container .geodir-post-fav br { display: none; }
Kiran
Hi Kai,
Issue has been fixed now it does not loose data on switching package.
Regards,
KiranThanks for letting us know.
Kiran
October 26, 2019 at 9:27 am in reply to: Front end form, address (location) doesn't change … #514923Hi Nigel,
Use following PHP snippet if you want to always update address field even after manually set by user.
/** * Force to update address on map pin move, even address manually set by user. */ function gd_snippet_191026_add_listing_geocode_js_vars() { ?> user_address = false; <?php } add_action( 'geodir_add_listing_geocode_js_vars', 'gd_snippet_191026_add_listing_geocode_js_vars', 11 );
Regards,
KiranHi Tim,
You forgot to add following lines in snippet.
add_filter( 'geodir_custom_field_value_email', 'gd_snippet_custom_skip_sanitize_field', 11, 6 ); add_filter( 'geodir_custom_field_value_html', 'gd_snippet_custom_skip_sanitize_field', 11, 6 ); add_filter( 'geodir_custom_field_value_phone', 'gd_snippet_custom_skip_sanitize_field', 11, 6 ); add_filter( 'geodir_custom_field_value_text', 'gd_snippet_custom_skip_sanitize_field', 11, 6 ); add_filter( 'geodir_custom_field_value_textarea', 'gd_snippet_custom_skip_sanitize_field', 11, 6 ); add_filter( 'geodir_custom_field_value_url', 'gd_snippet_custom_skip_sanitize_field', 11, 6 );
I have added above lines in PHP snippet and now it saves iframe & script fine.
Kiran
Hi Manfred,
Issue has been fixed, please check and let us know.
Kiran
This reply has been marked as private.Hi Jorge,
We have already task in todo to enhance displaying event schedules. It will in future as we have important tasks with higher priority.
Meanwhile you can try following CSS snippet to add scroll bar for schedules.
.geodir-company_info .geodir-field-event_dates .geodir-schedules { max-height: 192px; overflow-x: hidden; overflow-y: auto; }
OR try following css to show only upcoming schedule & current schedule.
#sidebar .geodir-field-event_dates .geodir-schedules .geodir-schedule { display: none; } #sidebar .geodir-field-event_dates .geodir-schedules .geodir-schedule:first-child, #sidebar .geodir-field-event_dates .geodir-schedules .geodir-schedule.geodir-schedule-current { display: block; }
Regards,
KiranHi Sue,
Category field was disabled from “GeoDirectory > Place Settings > Custom Fields > Category”. I have enabled it and assigned a category to that job listing. Now issue is fixed.
Check and let us know.
Best Regards,
KiranHi adminparentland-pt,
We have updated category rescue function so it also take care of translated category id issue. I have already applied patch on your site at that time.
Provide us more details with urls about issue so we can look into there.
Regards,
KiranOctober 25, 2019 at 1:46 pm in reply to: Front end form, address (location) doesn't change … #514779Hi Nigel,
This is not an issue but a default behavior. We have set one feature to preventing change value in address field once user typed/keypress in that field.
In some cases user wants to set own address street but wants to set lat/lon, city, region from map move. So in this case if we do not prevent changing address then it will loose address street set by user again and user needs to type again.If you want to change address then just clear that field and move pin on map.
Let us know.
Regards,
KiranThis reply has been marked as private.Hi Leonardo,
Issue has been fixed.
Please check and let us know.
Regards,
KiranThis reply has been marked as private. -
AuthorPosts