Simone
Forum Replies Created
-
AuthorPosts
-
Hello, could you please post your login details and your URL so we can have a look? thanks
Be sure to add the date in the correct format, attached you’ll see the examples
Hello, go to: wp-content/plugins/geodirectory/geodirectory-functions and open the file custom_fields_functions.php
find this block around row 1950:
$html = '<div class="geodir_more_info '.$geodir_odd_even.' '.$type['css_class'].' '.$type['htmlvar_name'].'" style="clear:both;"><span class="geodir-i-contact" style="'.$field_icon.'">'.$field_icon_af. $html .= (trim($type['site_title'])) ? __($type['site_title'],GEODIRECTORY_TEXTDOMAIN).': ' : ' '; $html .= '</span>'.stripslashes($post->$type['htmlvar_name']).'</div>';
and replace with:
$html = '<div class="geodir_more_info '.$geodir_odd_even.' '.$type['css_class'].' '.$type['htmlvar_name'].'" style="clear:both;"><span class="geodir-i-contact" style="'.$field_icon.'">'.$field_icon_af. $html .= (trim($type['site_title'])) ? __($type['site_title'],GEODIRECTORY_TEXTDOMAIN).': ' : ' '; $html .= '</span><a href="tel:'.$post->$type['htmlvar_name'].'">'.stripslashes($post->$type['htmlvar_name']).'</a></div>';
Ps- I’m the author of the GD CLICK TO CALL widget 😛
Hi, please check this thread https://wpgeodirectory.com/support/topic/uncaught-referenceerror-geodir_all_js_msg-is-not-defined/
Could you please post your login details In a private reply ? Thanks
Hello Yves, you can see the events on the /events page (you can create it ) you found it here http://www.msmb.yaaglh.com/events/
November 12, 2014 at 4:43 pm in reply to: navigation – stay on previus selection when back home #21285Hi, sorry Yves, my answer was a bit in a rush 🙂
to be honest, I always thought that this behavior was the normal way…it also happens on my demo site and on http://wpgeo.directory
The location is set on a session, so only the first time you will see the Everywhere location on the homepage, then you set the location and it remains until you change it to another one, or you will be back on Everywhere.
I’ll ask to Paolo and let you know.Have you added any plugin recently? Are your GD plugins all up-to-date?
November 12, 2014 at 3:43 pm in reply to: navigation – stay on previus selection when back home #21272Hello Yves,
tried on three browsers (chrome firefox and safari) and Im not able to replicate the issue…
If I go directly to a city I will see the map for that city.Please try to delete your cache.
Hello Tom, changing Framework is just easy as changing theme.
Switch to X and then install the Geodir Compat Pack X that you find in your download page https://wpgeodirectory.com/support/members/tom91/downloads/This reply has been marked as private.This reply has been marked as private.Hello, please post your login details, thanks.
In your website you have only 3 virtual pages, you can see them here yourdomain/wp-admin/edit.php?post_status=virtual&post_type=page , so 2 pages are missing 🙂
You’re fast, I like it 🙂
You can reactivate the plugins, thanks.
IN your website, some of the virtual pages are missing, please restore them using this tutorial -
AuthorPosts