Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
the featured image is supposed to appear on top of the post. You can hide it with css or modify the template if you don’t want to show it.
Thanks
February 15, 2016 at 6:54 pm in reply to: GD> Location Description widget not showing & meta data isn't either. #122427Hi,
you must have used something on GeoTheme to remove it, because by default GeoTheme (and WordPress in general) has the prefix /category/ in the URL of category archives: http://demo.geotheme.com/category/blog/
Thanks
That is correct.
Thanks
Hi,
the icons are not appearing because they are not there : http://www.globalbjj.net/wp-content/uploads/2015/04/Festival.png (this for all browsers).
The detail page loading problem is really weird, happens on 1st load, but never when I have console open to check for errors.
We will need admin credentials to investigate more.
Thanks
Hi,
you can’t do this via functions.php.
The only way would be to add the custom field, wrapped in a do_shortcode funtion, directly in the template where you want to show it.
Hope this helps,
Thanks
You should be uploading en_US.mo.
Are you uploading the mo file that is created after saving the po file?
Please provide, link, admin and FTP credentials if this doesn’t help.
Thanks
Hi,
Strings in screenshot 1 can be found in Location manage po file (except the enter a location which comes from google autocompleter) for that you need to change the Maps default language in GeoDirectory >> Design >> Map >> Default map language.
String in Screenshot 2 can be found in GeoDirectory po file.
Strings in Screenshot 3 can be found in Advance Search po file.
See images attached.
Thanks
hi,
the reCAPTCHA will prevent bots from registering. If they can’t register, they can’t login…
Thanks
February 15, 2016 at 6:00 pm in reply to: Schema Type for Custom Post Type – what is schema type ? #122410Hi,
I’ve created a file called add_new_gd_schema.php in wp-content/plugins with this code in it
<?php /* Plugin Name: Add new GD Schema Plugin URI: https://wpgeodirectory.com/ Description: This plugin adds new category Schemas to GeoDirectory Categories. Author: GeoDirectory Team Author URI: https://wpgeodirectory.com/ License: GPLv2 or later */ add_filter('geodir_cat_schemas', 'add_new_schema',10,1); function add_new_schema($schemas){ //add new schemas $schemas['Product'] = 'Product'; $schemas['Offer'] = 'Offer'; ksort($schemas);// sort array a-z return $schemas; }Activated the pluign the 2 new schemas are added. (See image attached)
Thanks
Send to friend not visible when no email is entered for a listing has been fixed. The fix has been applied to your website, please confirm.
Thanks
Hi,
it looks like the popular category widget also shows one.
Probably something got stuck in the DB, if you provide admin credentials and phpmyadmin details in a private reply, we’ll have a look.
Thanks
Hi,
there must be a conflict with another plugin somewhere.
Please provide link and admin credentials in a private reply and we will have a look.
Thanks
Hi,
we never tested it personally, but we have other members using it, so I believe it isn’t a problem.
Thanks
No it is not.
SorryThat is PHP sir, not CSS and you can’t place it anywhere. It is to be given to the other plugin author to understand where the problem is.
Thanks
-
AuthorPosts