Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
The inquiry email is sent to the address added to the listing.
You can hide that with css:
.geodir_category_list_view li .geodir-addinfo a.geodir-pcomments { display: none; }Let us know how it goes,
Thanks
In GD > Design > Details you checked: Disable User Links section.
That’s where we add the claim listing link.
Thanks
Hi,
as you can see from the alert icon next to your domain, you are still serving insecure content on your page. Like images.
You need to install the better search and replace plugin and search all instances of the domain with http:// and replace it with https://
Let us know how it goes,
Thanks
Hi,
did you enable the desired post type in the Claim listing add-on settings?
If yes, please provide a link and admin credentials and we will have a look.
Thanks
Please provide a link and admin credentials and we will fix it for you
Let us know,
Thanks
Hi,
you can’t use the default WP search with locations, we don’t use the postmeta table for listings custom fields.
You’ll need custom queries that look into GD custom database tables. Very complex because you’ll need to join 2 tables.
None of the default queries of WP will be able to look into GD custom fields like locations and so on.
This is beyond support, because it is a very complex customization, not something that can be done using code snippets found on other websites.
We already told you this.
Thanks
Hi,
I was able to see it now. It looks like lazyload is causing the issue, but i can’t be 100% sure. I asked to the developers to double check and let us know for sure how to fix this.
Thanks for your patience,
Hi,
use the code snippet plugin with this snippet:
remove_action( 'geodir_details_main_content', 'geodir_action_details_slider',30);Thanks
Hi,
please provide a link and admin credentials and we will have a look.
Thanks
Hi,
please provide a link, images cannot be inspected. The problem is most likely related to conflicts with the theme css.
Thanks
Hi,
Would you mind sharing a link please? It’s probably theme css that is making it that big, so we need to inspect the page.
Thanks
Hi,
the only way for us to help would be to have a look at your dashboard and do some testing.
Let us know when you’ll be able to show us the site.
Thanks
Hi,
please provide a link and admin credentials and we will have a look.
Thanks4
p.s. remember to always open your own tickets and not post on someone else topics.
Hi,
the only way to have them all look even is to give them a min height. That will leave some big white spaces though.
The reason why they are not looking good is because you have cats with 3 subs and other with more than 20.
It’ll never be perfectly symmetric. If you make it a single column, than you can’t break it in 3 or 4 evenly. That HTML will not allow it.
Thanks
Hi,
that’s how it should work…
I’ve flagged this for the developers.
-
AuthorPosts