Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
ok the problem is that it searches from the link location for the post id
We can get around this by just making the new link call the old link
Try:
<a href="javascript:void(1);" class="b_send_inquiry2" onclick="jQuery( '.b_send_inquiry' ).click();">Send Enquiry</a>Let us know,
Thx
Hi,
Only if you where on the location/me location with a radius big enough to include your default city listings they would have been returned its results.
If you switch location to city X, listings from city Y will not appear even if it is 10km from it and you put 80.000km as radius.
Only if you are in the “me” location it will show also listings from close locations.
I hope it’s now clear?
Thanks
March 23, 2015 at 2:53 pm in reply to: Updated core plugin caused an undefined function error #34922Hi,
I never recommended no Richard Bruce to anyone?
I don’t even know who he is.
GeoDirectory doesn’t endorse any of the developers present in our forums. However we can guarantee that they are all Premium Members just like you. Please ask for references before hiring anyone and use common sense. We don’t take responsability for poor quality jobs and/or missed deadlines
This message is in the right sidebar next top your post…
EDIT:
I’ve now found your post:
https://wpgeodirectory.com/support/topic/need-developer-for-finetuning-and-finishing/
Simone who is part of the team contacted you to do the job for you and you didn’t reply to him. Rich B is a members just like you, definitely not someone recommmended by us.
If you pay via paypal, you should be able to dispute the payment. If you are able to do so, reply to Simone that I’m sure for $500 will not let you down.
Thanks
hi,
with the following code added to your theme’s functions.php file, you will add css suggested by Gusst’s doc only for CPT = gd_place. Just change CPT name to apply to a different one.
add_action('wp_head','a_cpt_w_no_address'); function a_cpt_w_no_address() { $output="<style>span[itemprop='streetAddress'], span[itemprop='addressLocality'], span[itemprop='postalCode'], #geodir_post_address_row, #geodir_post_address_row, #geodir_post_country_row, #geodir_post_region_row, #geodir_post_city_row, #post_set_address_button, #geodir_post_zip_row {display:none;} </style>"; if ( 'gd_place' == get_post_type() || (isset($_GET['listing_type']) == 'gd_place') ) {echo $output; } }You can also disable a tab for a single CPT and I explain how here: https://wpgeodirectory.com/support/topic/hide-tabs-in-custom-post-type-2/page/2/#post-25090
Let us know how you went.
Thanks
March 21, 2015 at 3:49 pm in reply to: Updated core plugin caused an undefined function error #34787Hi,
you should never update core, if you do’t plan to update addons too.
Thanks
Hi,
shortcodes where introduced a couple of version ago, defintely not months ago.
Are you using a shortcode or a widget?
Please provide wp admin credentials if this isn’t solved and we will have a look.
Thanks
Hi,
I’ve just double checked the ratings on that page and they look correct to me.
Where do you see it wrong?
Please remember that the Overall rating isn’t the avarage of the multiratings… Users can give 5 stars as overall and lower values for individual multiratings.
Thanks
Hi,
as far as I remember, this was added to the core files already and nobody ever reported problems since.
I’ll ask to developers to double check. Could you please describe the error though? Is it the same as originally described in this post?
Let us know,
Thanks
Hi,
I changed locations to this city
That’s it.
Only if you where on the location/me location with a radius big enough to include your default city listings they would have been returned in results.
But if you are set in another city, it will show only listings assigned to that city.
Thanks
Hi Heather,
I see a console error on your website:
You have included the Google Maps API multiple times on this page. This may cause unexpected errors.
http://maps.gstatic.com/maps-api-v3/api/js/20/4/intl/it_ALL/main.js
Line 60This could be due to the theme or another plugin, if you provide wp admin credentials we will have a look and let you know what’s the source of the problem.
Thanks
Hi,
I confirm that is not possible. Reviews are unique to the listing.
Thanks
Just FYI,
if you already used your votes for this month, you can’t add new suggestions (till you ahve votes for them again).
Thanks
Hi,
I’ve just tested on few of our test websites and I couldn’t recreate the problem, so this isn’t a GD bug.
Could you please ask to your server admin if they see any error in your mailserver logs?
MOst members who had trouble in the past with notifications not sent, solved with SMTP plugins like mailbank, mandrill or similar. You can read more here:
https://wpgeodirectory.com/support/topic/no-gd-emails-sent/Let us know,
Thanks
Hi Mjj,
I’ve just double checked and apparently there are some issues with this addon translations.
Everything seems to be correct codewise, but it doesn’t work properly on my test install too, so Iv’e asked the developers to test on their side and let us know,
Thanks
-
AuthorPosts