Paolo
Forum Replies Created
-
AuthorPosts
-
I added a function to your child theme functions.php file to show those listings in a custom tabs, remember? (https://wpgeodirectory.com/support/topic/author-parameter-in-shortcode/page/2/#post-145630)
You need to find this part of that code:
{echo do_shortcode('[gd_listings post_type="gd_contractor_projec" post_author="current" post_number="10" add_location_filter="0"]');} }and replace it with
{echo do_shortcode('[gd_listings post_type="gd_contractor_projec" post_author="current" post_number="10" character_count="150" add_location_filter="0"]');} }Now all this is really beyond support and you should hire a professional if you want/need to customize anything else.
Thanks
Sorry for the delay, I buzzed the developers again, we will let you know by tomorrow the latest.
Thanks for your patience,
you need to add the parameter character_count in the function that I added to your theme.
basically change this part:
{echo do_shortcode('[gd_listings post_type="gd_contractor_projec" post_author="current" post_number="10" add_location_filter="0"]');} }with
{echo do_shortcode('[gd_listings post_type="gd_contractor_projec" post_author="current" post_number="10" character_count="150" add_location_filter="0"]');} }Thanks
1) you could use a plugin such as this: https://wordpress.org/plugins/peters-login-redirect/
2) GeoDirectory allows anyone to include listing, even if they are not the owner of the business, that’s why the question. You will need some custom jQuery if you want to auto fill some fields. That goes beyond support, you can find some examples in the forum though.
3) this is not possible without a customization.
4) both are using the same template, so you can only select the same view for both place and events. You can hide the selector to change view with css.
5) that can be done with custom css https://wpgeodirectory.com/docs/customizing-your-style/
6) via translation file: https://wpgeodirectory.com/docs/translate-core/
7) By adding the code that I provide here in your theme functions.php file: https://wpgeodirectory.com/support/topic/hide-breadcrumbs-from-page/#post-53460 (only the 1st part.)
Thanks
Hi,
please add this to your custom css:
#projectsTab .geodir_category_list_view li { margin-left: 0; margin-right: 0; }Thanks
Hi,
I’m not sure I understand the question and what you mean by: CPT don’t have build in CSV import
Is CPT a CPT created with GeoDirectory, because in that case you can import any kind of CPT.
Let us know,
Thanks
we haven’t accessed your website yet. Please let us know when we can.
Thanks
This reply has been marked as private.Hi,
you can add this in gd >> design >> scripts >> custom css:
.geodir_category_list_view li.geodir-gridview h3 { font-size: 18px; }Adjust px in case that is too much or not enough.
Alternatively a plugin like this could help too: https://wordpress.org/plugins/so-css/
Thanks
You are welcome 🙂
April 4, 2016 at 8:10 pm in reply to: Disable Terms & Conditions field when Adding New Listing? #157567You are welcome 🙂
Hi,
this is really a customization that goes beyond support and its related to match responsivness of GD with that of your theme.
You can start by adding this to your custom css:
@media screen and (max-width: 1000px) { .geodir-sidebar-right, .geodir-sidebar-left, #geodir-wrapper-content { min-width: 100%; height: auto!important; } }But that’s as much as we can provide, adjusting anything else will be your responsability.
Thanks
Did you try clearing your browser geolocation settings?
https://wpgeodirectory.com/docs/faqs/how-can-i-clear-geo-location-settings/
Please provide a link and admin credentials in case this doesn’t help.
Let us know,
Thanks
April 4, 2016 at 7:54 pm in reply to: Disable Terms & Conditions field when Adding New Listing? #157560From gd >> design >> listings >> Add Listing Form Settings >> Enable “Accept Terms and Conditions”.
Thanks
Hi,
1 and 2 I don’t see what you say. Login and dashboard add cpt are working fine.
For point 3 that’s normal, you selected your home page to be the GD home page too in gd >> permalinks.
Change that to a page that you don’t use instead. Create one if needed.
Let us know,
Thanks
-
AuthorPosts