Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hello,
Out pages won’t work with VC. Also with VC or the theme is adding the google maps api again, this would need to be removed. I have added the theme wrappers to contain the content but again maybe because of the google api being added twice links are not clickable as the theme tries to use some sort of preloader for age transitions.
I would suggest a different theme though if you do buy we can try more to make the theme compatible.
Thanks,
Stiofan
Hi Rainer,
Let me assure you i am here to help, why would i not want to make out products better?, i posted my reply on the other topic and got no reply from you, our system automatically closes posts after 30 days of no activity.
If i understand your problem correctly then your solution would not work either, it might work for Places and Events but what about CPT that could have any name, this is why i would not apply a patch for something that will not work for all.
My only idea at this point is we add it like this (which is totally wrong):
__($cpt_singular_name.' Title', 'geodirectory' );And then it can then be translated via this technique: https://wpgeodirectory.com/docs/translating-custom-fields/
Please let me know your thoughts.
Thanks,
Stiofan
IMO this is a bad idea, how many listings will you lose if a user can’t find an image on the device they are using, it would be better to add default images to the categories so on the listings pages a default image would show.
But as this was a simple bit of code here it is:
Thanks,
Stiofan
The plugin “beTube Helper” is firing the register widgets hook multiple times, this is not the intended use for that action, it should be used to register hooks via add_action, it was never intended to be used as a do_action like they are doing. If you disable that plugin GD will work fine.
Thanks
Stiofan
Hi Craig,
I don’t use yoast much, can you tell me how you expect this to work?
Stiofan
It has been in core GD since ver 1.6.9 https://github.com/GeoDirectory/geodirectory/blob/master/change_log.txt#L22
You are using ver 1.6.7, you need to update.Thanks,
Stiofan
Hi Craig,
I have added this as a bug and i will be looking at it in the morning, if there is any more details i should know just add it here.
Thanks,
Stiofan
Thanks for the info, this is the error that is being thrown,
[07-Nov-2016 15:26:25 UTC] PHP Fatal error: Call to a member function current_lang_filter() on a non-object in REMOVED/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 1308i can’t think of a reason why it would be, it might be best if you first ask WPML if they know why first, other wise you can try WP Super cache and Autoptimize instead of GD Booster.
Thanks,
Stiofan
Great 🙂
Hi Gary,
That looks like it is possibly your homepage? If so then it’s all controlled with widgets from the widget area. If you provide wp-admin details in a private reply (only staff can see) then i will double check everything and install some dummy data for you to get started.
Thanks,
Stiofan
I added this code to your theme functions to stop the system setting a location session as you dont seem to be using GD in this way:
Please check it works as you require now.
Thanks,
Stiofan
What error do you get now?
Stiofan
The problem seems to be that google now require the places api to use the autocomplete service, you would have to go into your api key project and add the places api to it:
"This API project is not authorized to use this API. Please ensure this API is activated in the Google Developers Console: https://console.developers.google.com/apis/api/places_backend?project=_ For more information on authentication and Google Maps Javascript API services please see: https://developers.google.com/maps/documentation/javascript/get-api-key"Thanks,
Stiofan
The problem is with 1and1 hosting in FR and DE, for some reason their servers can not CURL to our servers wpgeodirectory.com, you can try calling them to ask why but from other customers experience they are useless and others have had to move hosting. Let us know if you get anywhere with support.
Thanks,
Stiofan
Hi Lynne,
We use the standard wp_mail function, it should work, i use these guys (they have a wp plugin) for my sites: https://www.sparkpost.com/ and it works fine.
Stiofan
-
AuthorPosts