Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Please attach screenshots of your facebook app settings.
Stiofan
It seems to be theme related, did u change theme recently?
Stiofan
Did u follow the instructions and white list your url in the facebook app settings?
Stiofan
OK the problem is you have something striping all the version numbers and query arguments from the JS and CSS files, this is usually done for caching but the Google maps needs this for the API key, also if you are using autoptimize plugin like you are then there is really no need to do that at all. I don’t know what is actually doing it, hopefully you do.
I also noticed these things:
#1 you are using autoptimize but not following our recomended settings:
https://wpgeodirectory.com/docs/autoptimize-settings/
#2 you are using WP Fastest Cache, we don’t support that, if you have problems please change to wp super cache: https://wpgeodirectory.com/docs/wp-super-cache/
#3 Your https is broken, please use the plugin “better search replace” to search for and replace your site url like http://your-site.com/ with https://your-site.com/Thanks,
Stiofan
You are very welcome Michele 🙂
If you spot anything that needs tweaked just let us know!Stiofan
The api key is not even being added to the google api call, please provide wp-admin details and we will take a look.
Thanks,
Stiofan
Thanks for the info, please check now.
Stiofan
March 31, 2017 at 3:53 pm in reply to: 404 on Places (but listings are visible from Catagory View) #371067Hi Howard,
It seems the post status is broken on the listings, if i go into one and click publish then it works, did u try a csv import and not set the status?
Stiofan
Good point, if you want to do it on the add listing u would do something like
add_action('geodir_before_detail_fields' , '_my_geodir_build_payment_list', 1); function _my_geodir_build_payment_list(){ $pt = isset($_REQUEST['listing_type']) ? esc_attr($_REQUEST['listing_type']) : ''; if($pt =="gd_place"){ echo "my price table for places: ".$pt; }elseif($pt =="gd_event"){ echo "my price table for events: ".$pt; } }Stiofan
Thanks for the info, please check now.
I had to make a few changes to your site and in your CDN i had to disable the “Ignore Query String” option.Thanks,
Stiofan
March 31, 2017 at 12:49 pm in reply to: Plugin could not be activated because it triggered a fatal error. #371015That says PHP Version 5.2.17? We require version 5.3 minimum
Stiofan
It looks like your sessions folder is not writable, please ask your host to fix this.
Stiofan
March 31, 2017 at 10:17 am in reply to: Plugin could not be activated because it triggered a fatal error. #370996Are u sure thats the ver of PHP?
If you can provide wp-admin and ftp info in a private reply (only staff can see) i will check things over.
Thanks,
Stiofan
Can you also provide FTP info, i am guessing there is a conflict somewhere, it will be much easier to find with FTP info.
Thanks,
Stiofan
Can you please provide FTP info also.
Thanks,
Stiofan
-
AuthorPosts