Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
only listings (all cpt like places, events or any custom cpt you create) with the advance search filters.
Thanks
August 10, 2015 at 10:18 pm in reply to: Setting default category for Popular categories widget #48926HI,
I think it is an oversight and there is no way to tell which categories to show by default.
I’ve flagged this for Stiofan
Thanks for your patience and for spotting this!
The only way to re-order tabs in the detail page is explained in the tutorial on our blog.
Thanks
Hi,
it is doable but it requires custom coding. All widgets code can be copied in your theme functions.php and be modified: https://wpgeodirectory.com/support/topic/the-popular-post-category-widget-broke-after-update/#post-48867
That is considered a customization though and goes beyond the scope of the support forum.
Thanks
Hi Frank,
no I’m the only Italian, Stiofan is Scottish and the rest of team is multinational.
I don’t live in Italy since ages. In the forum we must write in english only for the sake of the community.
You can send the po file to info [at] wpgeodirectory.com once ready.
Thank you!
Hi,
1) GeoDirectory uses it’s own templating system so the default wp templating system is overridden. single-{name-of-cpt}.php won’t work.
We use one template for each CPT and that is geodirectory/geodirectory-templates/listing-detail.php (https://wpgeodirectory.com/docs/codex/geodirectory_templates/listing-detail-php/)
Here you find an example of how to modify the detail page template without touching templates : https://wpgeodirectory.com/support/topic/modifying-the-layout/#post-46117
You can use cnoditional tags to change things between custom post type. Example:
if(isset($post->post_type) && $post->post_type=='gd_place'){//stuff for gd_place} elseif(isset($post->post_type) && $post->post_type=='gd_mycpt'){//stuff for gd_mycpt} else {}2) The listings sidebar is managed through this template:geodirectory/geodirectory_templates/detail-sidebar.php (https://wpgeodirectory.com/docs/codex/geodirectory_templates/detail-sidebar-php/)
The procedure is the same as point 1
3) I don’t think it is possible, we provide our system for custom fields and I doubt ACF is able to write custom fields in GD custom DB tables.
Thanks
HI Frank,
yes natively I’m Italian, but I haven’t built any directories in Italian with GD yet and I barely have time to keep up with my duties here, I definitely never had time to translate our own work in my native language.
1) You can find the po/mo files in the plugin’s languages folder.
2) Yes, if you send it to us directly we will upload it for you on transifex.
3) I think it is possible with geodir_save_post_key.
This for example enables iframes: https://wpgeodirectory.com/support/topic/embedding-multiple-videos/#post-45836
I would consider adding a simple donate link though. Allowing to add forms, could be a big security hazard.
Thanks
Hi,
you can find that in GeoDirectory >> Notifications >> Messages
Thanks!
August 10, 2015 at 8:45 pm in reply to: Changing "Website" link anchor text to show full address #48907Hi,
sorry Brian, I thought you read that in Guust’s reply:
“adding this to your child theme’s functions.php”
add_filter( 'geodir_custom_field_website_name', 'geodir_change_website_field_display_name', 10, 3 ); function geodir_change_website_field_display_name($name,$website,$post_id){ if($name=='Website'){return $website ; } else{return $name;} }Let us know.
Thanks
You can’t use wp-super cache with GeoDirectory. Only GD Booster is compatible and you have that installed already.
Siabling wp-super cache the problem is solved.
Thanks
August 10, 2015 at 8:28 pm in reply to: The Add Listing Page/Formatting sidebars on Add Listing page #48903Hi,
please provide a URL and wp admin credentials and we will have a look a the code directly on your website.
Thanks
You are welcome. 🙂
I think what Stiofan mentioned currently only happenes in cpt/category archives. Not on listing detail pages.
We’ll keep you posted.
Thanks
excellent thank you! 🙂
Also if they navigate using the switcher to UK and search for Birmingham search will return correct results.
However if thet are visiting Everywhere, which includes other countries with a city called Birmingham, than the search will be unpredictable, unless user specify UK or USA as Guust explained.
Thanks
-
AuthorPosts