Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
I just made you a validator for your language. Now you should see a import link down at bottom on the left hand side.
Let me know how it goes,
Thanks
Hi,
please provide admin credentials and a developer will have a look. Disabling GD Booster should remove your header though. Please try to clear GD Booster cache after deactivating it.
Let us know,
Thanks
Hi Nigel,
I flagged your topic for a developer and I’ll try to answer to a portion of your questions
1) That’s just a notice and will not prevent the app from working. For the moment you should turn off debug: https://wpgeodirectory.com/docs/faqs/help-i-get-a-php-warning-on-my-pages/
The developer will fix what’s causing the notice in the next version
2) Most of the time the problem is a server configuration and it can be fixed on both staging and live servers. It shouldn’t happen. The developers will let you know how to proceed for this one.
3) I’m not sure this can be done. Maybe there is a hook, the developers will let you know.
Thanks for your patience,
Absolutely, let us know when it’ll be online…
Thanks you
Hi,
yes please, you can submit it here: https://wpgeodirectory.com/translate/projects/geodirectory/hu/default/
Let us know when done.
Thanks
Thanks for letting us know .)
Hi,
they are payement gateways, alternative to Paypal to make an example.
Payfast is South African. 2co is international.
Please submit question about WPI in the WPI website: https://wpinvoicing.com/support/
Thanks
Hi,
Invoicing has its own website also for translations: https://wpinvoicing.com/translate/projects/invoicing/
However none has been submitted yet, you’ll need to do the translation.
Thanks
Hi,
that’s the easiest way to do this.
1) Create a folder named geodirectory in your child theme.
2) Copy the following templates from the geodirectory plugin in it geodirectory-templates/listing-listview.php and geodirectory-templates/widget-listing-listview.php
3) modify this line of code from:
<a href="<?php the_permalink(); ?>">to
<a target="_blank" href="<?php the_permalink(); ?>">4) Keep a back up of the folder with the 2 files in it, because you’ll have to add it back to the child theme after every time we update it (not so frequently, but still…)
Let us know how it goes,
Thanks
Hi,
that will require a customization of the widget functions, basically you should duplicate it and modify its code.
geodirectory-widgets/geodirectory_popular_widget.php
Once you have the customized widget, to change the content you would need to use the following hook to replace the whole function with your own:
add_action('sd_homepage_content','sd_homepage_featured_content');Let us know how it goes,
Thanks
Hi Maxime,
that is very strange and looks like a Javascript conflict.
1) You should chose which caching plugin to use. Either wp super cache OR Gd Booster. Both together will create problems. Make sure to clear the cache of both plugins before deactivating one or the other.
2) If the problem persist after removing 1 of the caching plugins, please try to disable all non GD plugins and do a quick test.
In case this 2 actions don’t solve the problem, 1 of our developers will follow.
Let us know,
Thanks
Hi,
ok thanks!
I see that icon using both firefox and chrome, please try to clear your browser cache and try again.
Let us know,
Hi Rita,
I’m not 100% sure I understand what you mean?
Let us know,
Thanks
2) you can only do it with the listings map shortcode, not with the home map.
3) with this css:
.post-type-archive-gd_event .geodir_category_list_view li .geodir-post-img { display: none; }4)
a) with this css:
.geodir_category_list_view li .geodir-addinfo a.geodir-pcomments { display: none; }b) contact form will appear if an email address is added to the listing. The author link can be shown by adding the claim listing add-on.
Thanks
Hi,
please add this to design > scripts > custom css:
.featured-area::before { opacity: 0.1; }If you want no opacity, simply change 0.1 to 0
Thanks
-
AuthorPosts