Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
February 21, 2017 at 12:23 pm in reply to: Category links in menu with regional filter increase Google soft 404 #362820
I think the hook you are looking for is:
add_filter('term_link', 'geodir_get_term_link', 10, 3);You would have to remove it before the menu is built and then add it back after
remove_filter('term_link', 'geodir_get_term_link', 10); // build menu add_filter('term_link', 'geodir_get_term_link', 10, 3);Stiofan
February 21, 2017 at 12:10 pm in reply to: Please choose any address of the (Singapore) country only. #362817Thanks, please check now.
Stiofan
Guust is right that is why it’s at the top, there is currently no way to set individual fields.
Stiofan
alaa,
Our support policy states:
“Our support hours are Monday to Friday, 09:00 to 18:00 (UK Time).”Our T&C’s state:
Account Termination and SuspensionGeoDirectory reserves the right to suspend and/or terminate any user account without notice, in its sole and absolute discretion. No refunds will be provided to customers who have their accounts terminated. Examples of reasons for termination include: a) Abusive behavior and/or excessive negativity towards the staff and/or other customers;
Goodbye!
The GeoDirectory Team
February 20, 2017 at 2:41 pm in reply to: Please choose any address of the (Singapore) country only. #362671Thanks i see the problem on ur site but i can’t recreate on my site, can you provide FTP and i’ll try uploading the latest, maybe something changed to fix it.
Thanks,
Stiofan
try this:
<script> jQuery(function() { // Define the LatLng coordinates for the polygon's path. var triangleCoords = [ {lat: 25.774, lng: -80.190}, {lat: 18.466, lng: -66.118}, {lat: 32.321, lng: -64.757}, {lat: 25.774, lng: -80.190} ]; // Construct the polygon. var bermudaTriangle = new google.maps.Polygon({ paths: triangleCoords, strokeColor: '#FF0000', strokeOpacity: 0.8, strokeWeight: 2, fillColor: '#FF0000', fillOpacity: 0.35 }); setTimeout(function(){ jQuery.goMap.map.addListener('idle', function() { bermudaTriangle.setMap(jQuery.goMap.map); }); }, 10); }); </script>Stiofan
I think the problem with licences could be realted to loco translate which is known to have problems: https://wpgeodirectory.com/docs/known-issues/#loco
If disabling that does not fix then please provide FTP details and i will investigate.
Thanks,
Stiofan
Hi Jen,
This is the order query when sorted by rating:
ORDER BY wp_geodir_gd_propertys_detail.overall_rating asc, wp_geodir_gd_propertys_detail.rating_count asc,
wp_geodir_gd_propertys_detail.is_featured asc,
wp_posts.post_date desc,
wp_posts.post_titleThanks,
Stiofan
Hi Philip,
This is a bug when the listing slider widget is on the details page, you have it in the footer widget which is causing the problem, please remove it for now and we will look at fixing it in the next version.
Thanks,
Stiofan
Hi Lise,
The “Listing Slider” widget you had in the bottom section details page was causing the problem, we recommend not to have that widget on the details page.
Thanks,
Stiofan
February 17, 2017 at 5:23 pm in reply to: Please choose any address of the (Singapore) country only. #362311Hello,
I can’t recreate the problem can you please provide wp-admin in a private reply and i will check.
Thanks,
Stiofan
This reply has been marked as private.Jetpack was causing the bottom space prob, i could not track down what exactly but i added this rule to fix it:
html {height: auto !important;}The others category space at top was the category top description, i fixed that for you also.
Thanks,
Stiofan
This is usually as a result of a JS error on the add listing page, can u give us a link and a normal user details? Maybe we can spot what the problem is?
Stiofan
Are you talking about the location page or the “add listing page”?
Stiofan
-
AuthorPosts