Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
you asked on November 11th. Stiofan said within a month or so.
Thanks
Hi,
1 not normal, I’ve asked Stiofan to verify
2 not happening on your site. If location is selected home goes to it’s location page
3 that is normal, social isn’t a geodirectory page.Thanks
Hi,
all this things can be done via translation files:
https://wpgeodirectory.com/docs/translate-core/
https://wpgeodirectory.com/docs/translating-addons/Every default text string can be transalted. If you don’t change your language settings, you can edit them.
This for example: Business Owner/Associate
Is available in the po file of the claim listings add-on.
Let us know how you went,
Thanks
Hi,
please provide URL and admin credntials, screenshot are of little use to troubleshoot in such cases.
Thanks
Hi,
that theme uses Excerpts. The more tag is overwritten in this case.
Try using the excerpt field. For the text you want to appear int he archive.
Thanks
Hi,
I’m not sure what you mean…. and I don’t see the code that I gave you on your css.
I’ve just tested again and that seems to be working correctly.
Let us know,
Thanks
This reply has been marked as private.hi,
for the 1st 2 questions add this to your custom css:
.customize_filter-in {padding: 0;width: 100%;} .geodir-filter-container ul {list-style: outside none none;padding: 0;} .search .geodir-filter-cat input, .searchform .geodir-filter-cat input { display: inline; }Then you will need to stlye the rest of the form according to your custom fields and their order.
GD puts everything in a centered column. It is impossible to provide any other style that will work for all possible combos of custom fields a user can setup.
The easier example for you could be:
.geodir-filter-cat { float: left; margin: 30px 3% 0 0; width: 30%; }For the last question, those are sort options, not advance search filters.
The sorting field for these options is visible in listings pages. At the moment you have “Featured” enabled as default.
Thanks
Hi,
I’m really sorry about your frustration, but I can’t even find 1 post revision on any of your posts.
It seems like revisions are disabled?
Are you sure you didn’t restore a back up by mistake?
Of one thing I’m 100% sure, updating our plugins cannot revert a post in any way…
Let us know,
Thanks
Hi,
I’m not sure what you are trying to do, in any case, we need to see the code in order to be able to tell why it is not working.
Thanks
Hi,
I’m not sure i understand what you are trying to do.
Please provide better explanation. POssibly with links or images where we can see exactly what you mean.
Thanks
Do you have any catgeory for that custom post type?
Please provide a URL and admin credentials in a private reply and we will have a look.
Thanks
Which post are we talking about?
Hi,
this is the only way I see this possible:
1) In functions.php file of your theme, create a function to add your text only for the premium listings plan.
Somthing like this should do it:
add_action('geodir_after_main_form_fields', 'my_geodir_after_main_form_fields', 0); function my_geodir_after_main_form_fields() { if (isset($_GET['package_id'])){ $pid = $_GET['package_id']; if ($pid == 5) { echo '<h3>For assistance with professional photography and/or video production, please contact us for pricing.</h3>'; } } }5) Add your new function to the action “geodir_after_main_form_fields” (still in functions.php of your theme):
add_action('geodir_after_main_form_fields', 'my_geodir_after_main_form_fields', 0);Let us know if this helped.
Thanks
HI,
I’ve asked to the developers to double check this.
Any other add-on where you found this to be happening?Let us know,
Thanks
-
AuthorPosts