Paolo
Forum Replies Created
-
AuthorPosts
-
You are welcome 🙂
Hi,
I think Giri was looking at something different because what you see as an error is like that by design:
You can change it with this:
.uwp_page .uwp-forgotpsw, .uwp_widgets .uwp-forgotpsw { float: none; text-align: center; }Thanks
Hi,
you have been looking at the wrong documentation (and code).
This is the correct doc: https://wpgeodirectory.com/docs/linking-events-to-places/
The option in CPT add-on are to link 1 listing CPT (like places) with another listing CPT, not events with a listing CPT.
Let us know how it goes,
Thanks
If you allow for 2 category users would be able to select 2 parent and no sub or 1 parent and 1 sub.
You still can moderate listings to make sure users are selecting what you want.
It is not possible to add a listing attached to a sub-category without the parent category. If you don’t want parent categories, you should remove them all together.
Thanks
Hi,
please see: https://wpgeodirectory.com/support/topic/how-to-claim-listing-when-i-have-bulk-uploaded-already/#post-353443
Instead of geodir_display_post_claim_link use the_date
add_action(‘geodir_details_main_content’, ‘the_date’, 65);
Changing priority will change the position on that page. 8 will be the very 1st element and 100 would be the very last.
Let us know how it goes,
Thanks
Hi,
it’d be easy to hide the dates, but not that easy to replace them with the event title. The 1st can be easily done with CSS, the latter would require a code customization.
Thanks
Hi,
please provide a link and admin credentials and we will have a look at your settings.
Thanks
Hi,
please provide a link and admin credentials and we will have a look at your settings.
Thanks
Hi,
the 1st image uploaded in each listing is the featured image and for this reason it is also saved in the media library.
All other images are not.
Thanks
Hi again,
.geodir_category_list_view h3 { font-size: 20px; }Please see: https://wpgeodirectory.com/docs/customizing-your-style/
Thanks
Hi,
I tried to activate one of our free theme to see if the problem was with the theme or GeoDirectory and now a plugin made for that theme is causing a fatal error.
Please provide FTP credentials and I’ll correct that.
Sorry about it, let us know,
Thanks
You have CSS to hide any comment form in your theme:
.comment-respond { display: none !important; } /* line 63550 */ .comment-respond { display: none; } /* line 32414 */Add this in GD > Design > Style > Custom CSS:
.geodir-page .comment-respond { display: block !important; }Thanks
Ok, please provide admin credentials and we will check what’s wrong.
Thanks
Hi,
I’m not sure if there are hooks there to add it safely without editing some theme’s files.
I asked to the developers to let us know,
Thanks
Hi,
currently the only plugin that will be able to create complete sitemaps is yoast.
I asked to the developers to possibly add an option to disable Yoast from overwriting GD Titles and Metas so that the sitemap can be created without having to use it for Titles and metas too.
Thanks
-
AuthorPosts