Alex Rollin
Forum Replies Created
-
AuthorPosts
-
You can adjust the options for the gd_categories element. One of the advanced options is to remove the counts or to hide empty counts. Use the shortcode builder or the block options in the block or the widget.
See https://wpgeodirectory.com/docs-v2/geodirectory/personalize/ and
https://wpgeodirectory.com/docs-v2/geodirectory/design-elements/#gd_categories
I clicked through the site and things generally look ok. Can you describe the other issue you are having?
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.January 11, 2019 at 11:12 pm in reply to: characteristics of VPS https://wpgeo.directory/gdf/? #4628132gb is minimum recommended, 8gb is not unheard of.
Please see: https://wpgeodirectory.com/docs/server-requirements/#suggestThis reply has been marked as private.Routes have changed, but many are the same.
The endpoint it /wp-json/geodir/v2/
Most routes are declared there.
Hello,
the developers will take a look. In the meantime you can hide it on GD pages with this CSS.
#geodir-main-content > ul > li > article > div.free-dp-plugin-footer > div.et_pb_section.et_pb_section_4.free-architect.et_section_regular { display: none; } #geodir-main-content > ul > li > article > div.free-dp-plugin-footer > div.et_pb_section.et_pb_section_5.et_pb_with_background.et_section_regular { display: none; }GDV1 creates pages from templates. Your theme needs to control more precisely which pages or page types are displaying specific settings.
Can you provide a link to the settings page for that particular footer?
If you can, can you set it so that it does not display on archive pages? The pages where it is displaying are archive pages produced by GD.
Are you using V1 or V2?
You can try this document for some examples:
https://wpgeodirectory.com/docs/custom-field-examples/This reply has been marked as private.This reply has been marked as private.We don’t provide support for that plugin but you can give it a try and see how it works.
We will take another look on why it is showing. You could try this CSS:
#yz-profile-navmenu > div > ul > li:nth-child(7) { display: none!important; } -
AuthorPosts