Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
we’ll try to fix it asap. You can share your FTP credentials here now in a private reply, that only our staff will be able to read.
Thanks
You are welcome 🙂
This reply has been marked as private.Your assumption is correct, you need to add this body class for search results:
.geodir_advance_searchso this:
.post-type-archive span[itemprop="streetAddress"], .post-type-archive span[itemprop="addressRegion"]{ display:none!important; }will become:
.geodir_advance_search span[itemprop="streetAddress"], .geodir_advance_search span[itemprop="addressRegion"], .post-type-archive span[itemprop="streetAddress"], .post-type-archive span[itemprop="addressRegion"]{ display:none!important; }and you need to correct the rest of the css that Kor provided.
Thanks
Using the filter: geodir_detail_page_sidebar_content
There are plenty of examples in the forum: https://wpgeodirectory.com/support/search/?bbp_search=geodir_detail_page_sidebar_content
Thanks
January 23, 2017 at 10:22 pm in reply to: All custom fields "show in what location" value removed. #348161Hi,
please zip the CSV before uploading it.
Thanks
See this for the warning: https://wpgeodirectory.com/docs/faqs/help-i-get-a-php-warning-on-my-pages/
Thanks
the only way to hide that box for logged out users is to add a new body class for logged out users and hide it with CSS.
You can see this tutorial to add a body class: https://wpgeodirectory.com/add-custom-body-classes-to-wordpress/
And use this function to determine if the user is logged in or not: https://developer.wordpress.org/reference/functions/is_user_logged_in/
Once you’ll have you logged in/out class, it’ll be easy to hide it with css.
Thanks
Hi,
the icon used is from the default category of each listing.
So if you used all categories as default in at least 1 listing, all icons will appear.
I’m not sure what you mean by less bland, but if you are unsatisfied with the design, either you change theme or you improve the design yourself.
You’ll need to learn about CSS. https://wpgeodirectory.com/docs/customizing-your-style/
Thanks
Hi,
the conflict is with a theme script. It uses the same class that we use for our map categories.
.toggleI asked to the developers to change our to
.geodir_togglethat was it’s impossible we’ll ever have a conflict with another theme or plugin.
If you provide FTP credentials, once they fix this they will apply a patch to your website while we release a new version.
Thanks
Hi,
the only option you have is to export and re-import with a new status.
Thanks
I’m not 100% sure, but I believe the profile tab is only hidden if the description limit is 0.
If the limit isn’t 0 it will be displayed even if it’s empty, but that’s not possible if added from the front end because it’s a mandatory field, so only the admin could create a empty listing from the back end.
I asked to Stiofan to let us know if this is correct or not.
Thanks
Hi,
to add featured listings and such things, you’ll need the Payment manager add-on.
Thanks
Please try this:
.geodir-filter-container .geodir-filter-cat min-width: 300px; }Remember this will arrange it like that on bigger screen only, not in all possible devices.
Let me know how it goes,
Thanks
Please provide Kim Fox credentials too and we will check.
Thanks
-
AuthorPosts