Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi mb,
The realtime tracking that tells a owner /admin how many users are on the page fires every few seconds only when an owner/admin are on the page, this could be a problem for example if you open a page and leave it open as it will keep firing, we could do several things to reducs this like extensing the refresh time or stopping the cunt after 5 minz etc, just let me know your thoughts and we can make things work best for you.
Stiofan
I have not used the tag manager, if you can explain the process i can see if we can help?
Thanks,
Stiofan
Hi mb,
We use a modified version of this script: http://avioli.github.io/jquery-lightbox/
Thanks,
Stiofan
Hi mb,
Yeah thats the only ones i have active and it seems to work fine, for the details page it seems to be conflicting with the addition of the places extra, just change the priority to 200 and it should work fine.
add_filter('geodir_googlemap_script_extra', 'my_map_api_key_add',200,1); function my_map_api_key_add($extras){ $extras .= "&key=YOUR_API_KEY"; return $extras; }Thanks,
Stiofan
March 12, 2016 at 12:16 pm in reply to: Split: Location Manager Addon conflicting with Woocommerce #138317Hi Victor,
Thanks for the details i installed woo and also got the error, the error message is:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes)Which basically your PHP memory limit is too small, it is currently at 64mb which is fine for running a small blog but you are trying to run two web applications GD and woo on the site, ask your host to increase it to at least 128mb but 256 mb would be better.
Thanks,
Stiofan
The renewal for my listing just came through and it’s still published, hopefully this is solved. I’m happy to let it run for a few more days if you want?
Thanks,
Stiofan
Hi Anton,
I have seen this about 20 times over the years, please refer your host to this http://stackoverflow.com/questions/7724270/max-size-of-url-parameters-in-get
Thanks,
Stiofan
This reply has been marked as private.@onegerman
This is now updated to work with themes: https://wpgeodirectory.com/geodir_x_force_update_1.0.2.zipThanks,
Stiofan
Hi mb,
It looks like Google have started wnating people to use their own api keys now, so it is likely we will add a settig for it in the near future but for now you can simply use this code snippet replacing “YOUR_API_KEY” with your actual api key.
and add the code to your child theme functions.php
add_filter('geodir_googlemap_script_extra', 'my_map_api_key_add',200,1); function my_map_api_key_add($extras){ $extras .= "&key=YOUR_API_KEY"; return $extras; }Thanks,
Stiofan
March 11, 2016 at 4:38 pm in reply to: Images are importing completed wrong, need help please #137987This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hello, your server seems to have a url limitation of about 512 characters, please ask your host to remove this.
@ridgebackbg can you explain more or give me access to a site with the problem?
Stiofan
-
AuthorPosts