Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
If u see the actuall link including the cities etc then that link will work for the admin or post author, we have set this up, in the backend it might show the link but actually point to the preview link, but if u copy paste the link it will work.
Stiofan
August 11, 2016 at 8:53 am in reply to: POPUP: geocode was not successful for the following reason: REQUEST_DENIED #245012Hi Karlos,
Can you provide FTP, i will be able to trackdown the other maps api script much easier with FTP.
Thanks,
Stiofan
Hi Erin,
Please provide wp-admin details and i will run some tests to try and figure out whats slowing things down.
Thanks,
Stiofan
The proper url will work also for the admin and author just not the actual preview url.
Stiofan
No probs 🙂
#1 u could use the function geodir_is_page:
if (geodir_is_page(‘add-listing’)) {
// run check for user type and redirect to a page if not the right one
}We have an addon recaptcha u can add to prevent spam.
Thanks,
Stiofan
You could add this yo your child theme functions.php an change the 1 to the zoom level you want, this will only affect listings that dont have a level set.
Thanks,
Stiofan
Thanks for the info, it looks like you have cloudflare rocketloader active this is not compatible, i can’t see any other errors so i assume that is the main cause.
Thanks,
Stiofan
Looks like you have unset that setting?
GD> Listing Settings>Custom fields>Address>Use user zoom level?Please try now.
Stiofan
in geodirectory-functions/custom_fields_functions.php around line 3000 search for:
case ‘textarea’:
and add this line below:
$html_var = $type[‘htmlvar_name’];Stiofan
Hi,
#1 everyone can add listings, you would need to add custom code if you want to specify what user types can and can not.
#2 This again would require customisation which is above what we provide via support. If you need this feature you should try posting in the jobs section: https://wpgeodirectory.com/support/forum/geodirectory-jobs/Thanks,
Stiofan
Hi Mark,
Make sure:
#1 you have events and price manager installed
#2 in the price package for events make sure u have the option to allow linking business set.Thanks,
Stiofan
Hi John,
You would add that code to your child theme functions.php file and then basically if you have free premium with id=5 then the body of the page will have a class of “gd-package-id-5” so you can manipulate anything on the page for that package id only so you could just a CSS rule to hide any ads on that package id like
.gd-package-id-5 .google-ads-wrapper{
display:none;
}Stiofan
Login details don’t work.
Stiofan
Hi Mark,
Have you set your login page under GD>Permalinks>GD Login page?
Stiofan
-
AuthorPosts