Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Hello,
GD Post Images will ‘expand’ to fill the available space.
Overriding that will require your own CSS.
Here is something to help you get started:
.geodir-post-slider { max-width: 1000px!important; margin: 0 auto!important; }
We also have hundreds of examples in our docs:
https://wpgeodirectory.com/docs-v2/geodirectory/getting-started/The Link posts field has an option to “Link to all users posts”
Try setting that for the field.
When you are logged in as an admin the field will behave differently. Once you try it for public users you see the need for the option.
This option is in the advanced settings, revealed by clicking the blue button “Show advanced settings”
https://wpgeodirectory.com/docs-v2/addons/custom-post-types/
Hello,
a) This is a bug that will be fixed in an upcoming version of the theme. Use this CSS as a temporary fix:
.geodir-tabs dl.geodir-tab-head{display: block!important;}
b) It is not possible to change the placeholder without a customization. It is not a default, but a placeholder to encourage users to change the value.
1) Custom fields are added as shown here: https://wpgeodirectory.com/docs-v2/places/custom/
2) Hide the supereme featured image with this CSS
header .featured-area .featured-img { background-image: none!important; }
3) Edit the home page to remove theGD Map shortcode from the content area.
4) To remove the excerpt from the Archive item shown in the GD Listings element you will need to edit the GD Archive item template. Remove the GD Post Content shortcode from the template.
https://wpgeodirectory.com/docs-v2/templates/archive-item
5) You can find examples here for CSS to hide various items on the supreme details page:
https://wpgeodirectory.com/docs-v2/themes/supreme/
The customizer has an option to adjust the font size for the site.
Additional common examples for CSS are found on this page:
https://wpgeodirectory.com/docs-v2/faq/common-examples/6) If you did not enter that, it could be a conflict with a theme editor or builder on your site. Try disabling plugins to see if it persists.
7) Author box options are in UsersWP. You can turn it off there or adjust it with your own custom CSS.
8) Use GD Listings to display your listings, and set the sort to Add Date. First configure a sort by add date.
https://wpgeodirectory.com/docs-v2/places/sorting/
Once you configure the sort, you can then select it in the GD Listings.
Make sure to use the shortcode builder to create the GD listings shortcode.
https://wpgeodirectory.com/docs-v2/geodirectory/shortcode-builder/
9) Use the GD Endpoints
https://wpgeodirectory.com/docs-v2/geodirectory/navigation/
10) That looks related to the builder and your host. Are you running cache on the backend. Try disabling plugins to see if there is a conflict.
11) Unfortunately this is not possible.
12) You can use custom CSS ont he examples page to hide search bar fields. Use page body classes like body.home to hide fields on a particular page.
https://wpgeodirectory.com/docs/customizing-your-style/
https://wpgeodirectory.com/docs-v2/faq/common-examples/March 31, 2020 at 1:08 am in reply to: Advanced Search invisibly auto-open by default, no "cog" Icon Needed #5375081. Yes, try the option for customizing filters here: https://wpgeodirectory.com/docs-v2/design/gd_search/
Let us know if it works for you
Hello,
it looks like you want to change the default location
https://wpgeodirectory.com/docs-v2/geodirectory/settings/general/#default-location
The free plugin is for a city directory, for one city.
Let us know if that is what you are looking for.
I cannot see why it is doing that.
Have you considered using the theme builder?
Hello,
there seems to be a bug.
If show_title=”1″ show_caption=”1″ then both show
If show_title=”0″ show_caption=”1″ then both Don’t show (bug)The developers are looking into the issue.
Have you tried clearing cache?
Please share a couple of links so we can take a look, and WP Admin credentials if we need to check the settings.Hello,
1. This is not available.
2. You can only limit the count of child cats.
3. It is possible to load categories with their category background image.
4. This is not available.
5. This is not available.We are planning improvements for this design element and I will take up your ideas and suggest them to the developers.
1
You can use GD Post Meta to output fields without markup. Use the option to output the value, and then select ‘nowrap’ to output with tags.
Once you get that you can wrap it in a heading, too, if you want.
2
You can write your own HTML and then use the GD Post Meta for the file field to get the URL of the file. Then make the button you want.
3
For that you can submit a change to WP.org and also just make the change direct in the translation file.
https://wpgeodirectory.com/docs-v2/translation/overview/
To submit changes you go here: https://translate.wordpress.org/locale/de/default/wp-plugins/geodirectory/
4
It is not possible without a customization.
This reply has been marked as private.The images are served responsively by WordPress, so, the browser is telling WP what the image viewport size is, and WP is serving the image that it thinks is best. The GD setting is best considered to be a suggestion. It is useful for specifying the thumbnail, but, in other cases it will not override WP if WP decides that a larger image is needed to fill the space available.
Hello,
Do you mean the little box that pops up when you hover over the image?
That is an Alt function for accessiblity, not the optional title that shows with the shortcode param.
Find the GD Endpoints, add it from there:
https://wpgeodirectory.com/docs-v2/geodirectory/navigation/
There can be only one add listing page:
Hello,
we will check into it and post back with an update.
-
AuthorPosts