Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Ian,
That text is added by the google maps API, it will change lang if u change the map lang in our setting.
OR please see this post: http://stackoverflow.com/questions/9379192/change-default-text-enter-a-location-in-google-maps-places-api
Thanks,
Stiofan
Hello, please see this post:
https://wpgeodirectory.com/support/topic/open-sticky-translation-posting/#post-11015Thanks,
Stiofan
Hi Dmitry,
I see it is correct in the DB, i think it’s a problem when being converted to html for the AJAX call, i think this might be due to you running PHP < 5.4? Can you verify your PHP version? If you can pass me wp-admin and FTP details i will try and find a solution. Thanks, Stiofan
Hi Gary,
The code showing was my bad, i have fixed this now.
The images not showing on the preview page was a bug with the new reduced JS, you can fix it by replacing this file in core: https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory_template_tags.php (EDIT: i have replaced this file for you)
Thanks,
Stiofan
Hi,
It tells me your access token is expired, expires: April 20, 2015, 3:04 pm
Please make sure you followed these instructions exactly: http://docs.wpgeodirectory.com/social-importer-addon/#setup
Even entering the www. for step #7 will mean it will not work, the url must either have or not have the www. depending if your site uses it or not.
After making sure your app was setup correct then try refreshing you access token.
Let us know if you still have problems.
Thanks,
Stiofan
Hi Charles,
I guess you have moved or changed the page around since? It seems to be working ok for me now, i do see a slight misplacement for about half a second.
The whole positioning of that icon will be being reassessed very soon to avoid any problems like this.
Thanks,
Stiofan
Hi Kenny,
Please try this and let me know,
gdevents_hooks_actions.php around line 240
add this line:
if($post->post_type!='gd_event'){return $link;}So it looks like this:
function geodir_event_link_recurring_event( $link ) { global $post; if($post->post_type!='gd_event'){return $link;} // Check recurring enabled…
As far as i can tell this should resolve this but i have not tested, please let us know.
Thanks,
Stiofan
Hi Garry,
There was a small problem with the query running (which i have fixed on ur site now) but also it’s defaulting to original because u only have 1 listing in that town so it then can’t find another match so defaults tot he WP standard, add another place and it will work fine.
Thanks,
Stiofan
Thanks for the info, there seemed to be a weird problems in event, i have now specifically told it to remove the query filter for non GD post types.
This should be fixed now, however i se u are using cloudflare rocket loader which seems to be causing JS errors, please disable this from cloudflare (and clear cache).Thanks,
Stiofan
Thanks Ajay,
Can you please also provide FTP and DB access, this will let me fix this much quicker.
Thanks,
Stiofan
Hi Gary,
The admin details provided do not seem to be an admin anymore?
Please make sure all your plugins are uptodate while testing #1.
Thanks,
Stiofan
FYI i have seen sites where ubermanu was adding over 1000 extra queries, i would never use it unless it had some sort of caching built in.
The long load time attributed to this reading is referring to the /wp-admin/edit.php page which p3 tells me takes 13+ seconds to load on my site but in reality it takes nothing like that, and loads the same as the others.
I would suggest one of the main problems is the 32 active pluings! That is a crazy amount, and also i see fushion core so i assume you are using Avada theme? Avada theme is very resource heavy by it’s self.
Thanks,
Stiofan
wp-admin details please, the last ones you provided do not seem to be an admin anymore or you have a redirect on your /wp-admin/ area?
Stiofan
I do not have this problem on any of my test sites, i am not sure why it’s happening only on your site, if it affects more than just you then we will look at fixing it but for now please add this CSS to a script that is called in the wp-admin area,
.chosen-select { width: 100% !important; }Thanks,
Stiofan
-
AuthorPosts