Paolo
Forum Replies Created
-
AuthorPosts
-
There are still curly quotes in the add_filter part.
Please use this:
function gde_24hour_times( $times ) { foreach($times as $key=>$val){ $times[$key]=$key; } return $times; } add_filter( 'geodir_event_schedule_times', 'gde_24hour_times' );Thanks
there isn’t, I’m sorry. CSS would cover the shape too…
Thx
Yes you need to disable fontawesome.
If after disabling fontawesome you still see the star icon, please provide a link and admin credentials in a private reply and we will debug.
Thanks
Hi,
in that case we misunderstood the question, please try this instead:
function my_remove_bubble_title($html, $postinfo_obj, $post_preview){ $srcharr = array("'", "/", "-", '"', '\'); $replarr = array("′", "⁄", "–", "“", ''); if (isset($postinfo_obj->post_id)) { $ID = $postinfo_obj->post_id; $plink = get_permalink($ID); $title = str_replace($srcharr, $replarr, htmlentities($postinfo_obj->post_title, ENT_COMPAT, 'UTF-8')); $link = '<a href="'.$plink.'">'.$title.'</a>'; $html = str_replace($link,$title,$html); } return $html; } add_filter('geodir_custom_infowindow_html','my_remove_bubble_title',10,3);Let us know,
Thanks
GD Modern is a Child Theme and it doesn’t have any text string to be translated. Everything is in the plugins or in GDF, the parent theme.
Let us know what you can’t translate and we will try to help.
Thanks
You are welcome 🙂
Hi,
please avoid posting multiple topics for the same question: https://wpgeodirectory.com/support/topic/recommended-rating-review-icons/
Thanks
Just double checked and I see that search isn’t working as it should. I see both a Milan (city) and Milano (City) which is wrong. I think there are some setup issues.
If you provide admin credentials in a private reply, I’ll have a look.
Let me know,
Thanks
Hi,
if you type Milano and click search, you will get result sorted by distance from the center of Milan for a radius set in GeoDirectory >> Search >> Limit squared distance area to X miles (helps improve search speed).
Your website is returning places hundreds of KMs away so you must have set something very high there.
Milan is no mre than 40km wide, so if you want th generic search to return listings around Milano only, you should reduce the value in this setting: Limit squared distance area to X miles (helps improve search speed).
When typing Milano in the near filed, you will notice the Search button shows a loading icon instead of search (means it’s working). If you wait a sec, you’ll notice that an autocompleter will suggest in: Milano (city).
If you select that before searching, it will search exclusively in Milano.
Hope this helps, let us know,
Thanks
HI,
Only the home page map shows all listings.
The second page you linked is a lisitngs page and it only shows the markers that correspond to the list below, which is paginated. When you go to page 2, the map will show the listings of the second page and so on.
Hope this helps,
Thanks
Hi,
the option to use fontawsome only allows to use theirt star icon, not to select alternative icons.
You can do that with uploaded rating images, however you’ll have to create the icons with photoshop or illustrator.
The icon should be a transparent shape with white background around it (or another color if you changed your pages background color).
Liek the star image: http://wpgeo.directory/wp-content/plugins/geodir_review_rating_manager/icons/stars.png
I’ve attached dollar sign icon I’ve made in 2 minutes as an exmaple.
You can see it here: https://wpgeodirectory.com/wp-content/uploads/2016/01/dollar-sign.png
Thanks
Hi,
most image optimizer that I know work with the media library and we bypass it, because it creates a post (attchement) for every image uploaded and every thumb created too.
You would have optimized images, but a much heavier database.
At the moment the only solution is to limit the file size you let users upload, so that if they try to upload a big image, it won’t be accepted.
Thanks
Please attach your mail server logs and let us know when the last claim listing request has been received. We will check from there.
Let us know,
p.s. please zip the log before uploading it
Hi,
I’m not sure what you mean. Can you please provide an example?
Thanks
The will no longer be redirected. GeoLocation is now turned off, it doesn’t matter what they have in the ir browser settings.
Thanks -
AuthorPosts