Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
no that’s a Whoop extended feature.
Thank you
Hi,
please provide wp admin credentials in a private reply and some details about the error you are getting.
Thanks
Please provide a link.
Images can’t be inspected and debugged.
ThanksHi,
you’ll need someone to help you read and alter the PHP code.
As you can imagine this goes beyond support we can provide, if you wish I can move this inside the Jobs forum.
let us know,
Thanks
Thanks for lettings us know! 🙂
hi,
please have a look at this topic. It is about the exact same thing: https://wpgeodirectory.com/support/topic/change-entry-title-for-category-pages/
Let us know how you went.
Thank you
September 11, 2015 at 5:25 pm in reply to: Multilocations issue: duplicate city every time user add a listing #52851Ok, I just asked to Stiofan and this is a known bug that appeared with last release and only if you have limited the country list.
It has been fixed and next release will not have this problem.
It is a small change if you want to manually apply it while we release.
In geodir_location_functions.php line 536 replace:
foreach( $countries as $country ) { $ccode = $ISO2[$country];With:
foreach( $countries as $key=>$country ) { $ccode = $ISO2[$key];and line 543 replace:
$out_put .= '<option ' . $selected . ' value="' . $country . '" data-country_code="' . $ccode . '">' . __( $country, GEODIRECTORY_TEXTDOMAIN ) . '</option>';with :
$out_put .= '<option ' . $selected . ' value="' . $key . '" data-country_code="' . $ccode . '">' . __( $country, GEODIRECTORY_TEXTDOMAIN ) . '</option>';Let us know how you went!
Thanks
Did you click re-authorize after removing the -1?
Let us know,
Thanks
Please try to deactivated and re-activate the MultiRatings addon. Let us know,
Thanks
hi,
did you try doing what suggested to the original author of this topic?
https://wpgeodirectory.com/support/topic/bbpress-gdevents-conflict/#post-37340
Thanks
September 11, 2015 at 4:55 pm in reply to: Duplicate Name should look at city or zip/postal as well #52843Hi again,
if this was requested on the feedback box and voted by many members, we would develop it as soon as everything else we started would be finished, tested and released. Not immediately in any case.
For improvements requested by only one member, we can’t really change our priorities.
Thanks for understanding.
Have you tried saving the CSV in a format that recognize the special characters like UTF8.
Let us know how you went,
Thanks
and FTP details too please.
Thanks
September 11, 2015 at 4:37 pm in reply to: gd list manager, social importer & stripe payment manager error #52838I don’t see any errors on your website, can you please give us a URL where the error is visible?
Thanks
September 11, 2015 at 4:26 pm in reply to: gd list manager, social importer & stripe payment manager error #52835Hi,
I’ve set that as private so that only staff can read it, but the URL is missing, so I can’t help you for the main problem…
Let us know,
Thanks
-
AuthorPosts