Paolo
Forum Replies Created
-
AuthorPosts
-
You can’t without tempering with the database manually afterwards.
This reply has been marked as private.Hi Allistair,
we don’t provide support for 3rd party plugins. You will need to ask for support to whoever built it.
Thank you
hi,
that’s not possbile, because one CPT must be selected or the rest of the search form will not work…
Thanks
Hi,
most likely it is just your browser cache.
Try to open the page with that image in an anonymous browser window to see if that is the case.
Let us know,
Thanks
Cover works best in 99% of case, for images with letters (logo) or a portrait, contain works best. but those are definitely the minority.
Thanks
Hi,
I checked “Deze pagina nooit cachen” for this listing Hoekstra VvE Beheer and saved and it’s working now.
The only caching system that are compatible with GeoDirectory are GD Booster and Wp Super Cache.
Thanks
Hi Marina,
if you have the Google Maps autocompleter enabled, that placeholder is added by Google and can’t be modified. (maybe with jquery, but I’m not 100% sure)
Otherwise you should find that in :
plugins/geodirectory/geodirectory-languages/geodirectory-en_US.po
You should open that file with Poedit, translate the placeholder, save the file as :
geodirectory-it_IT.poThat will create the file geodirectory-it_IT.mo (in the same folder where you saved the po file), which needs to be uploaded in wp-content/languages/geodirectory/geodirectory-it_IT.mo.
Only the mo file as the po files are only to be used to create the translation and the mo file.
More info here: http://docs.wpgeodirectory.com/translate-core/
Let me know how it goes,
Thanks
You are welcome 🙂
hi,
being a theme, it cannot be installed as a plugin. It must be installed as a new theme.
Thanks
November 14, 2016 at 11:08 pm in reply to: Advanced search filter not showing on the Search page #303599You are confusing the advance search filters with the sorting options, they are 2 separate things.
After searching let’s say for “dentist”, you can click the gear icon and select extra filters and search again, that is what we meant. You can also do it prior to searching.
The custom search button (gear) appears on your search result page too as in your home. That is how it works.
Thanks
Hi,
a blank screen is normally the result of a PHP fatal error, it could be caused by several things, most would re server related.
Do you have access to your error log? If you don’t know where to look, open the wp-config.php file via FTP and find
define( 'WP_DEBUG', false );change it to true and also add these other 3 lines:
define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );at the end you’ll have:
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );once you have done that any error will be logged in wp-content/error_log.
So you can test again and let us know if you see any PHP fatal error. If you do not, please provide a link, admin and ftp credentials and we will have a look.
Let us know,
Thanks
November 14, 2016 at 10:43 pm in reply to: Cannot save event from admin it goes to http error 500 #303582Hi,
this is the error:
Fatal error: Call to undefined method DateTime::createFromFormat()DateTime::createFromFormat() was introduced in php 5.3. And most likely you have older one.
Install php >= 5.3 (at least 5.6) and you’ll get it worked.
Thanks
Hi,
there are no such features I’m sorry, they would require custom code to extract the data from the DB or the API.
Thank you,
Hi Malc,
another member reported something similar, so it must be a new bug.
We are looking into this and we will let you know asap.
Thanks for your patience,
-
AuthorPosts