Alex Rollin
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Please open a new topic for the issue. This topic is about translation strings.
1. Create the page and set it in the permalinks at GD – Permalinks – GeoDirectory Pages – Terms and Conditions page
2. It usually is, but it could have been deleted or renamed.
This snippet can be used in your site wp-config.php file to change the default image sitewide for pages that do not yet have an image or for which an image cannot be set because the page is generated by a plugin. You will need to connect to your site via FTP, and insert the snippet in the section near to other constants (statements that begin with “define”). Make sure to check the URL for your new image first.
# Set SD Sitewide Default Featured Area Image define('SD_DEFAULT_FEATURED_IMAGE', "https://mysite.com/images/new-image.png");This reply has been marked as private.Thanks for sharing! 🙂
Great idea, to update sites.
The way to do that is with the API. Build an app/script that GETs the updated listing and POSTs the updated data to another sites.https://wpgeodirectory.com/docs-v2/geodirectory/settings/api/
Let us know if you have any questions about that
We do not generally provide CSS to change breakpoints because these ship with the plugin.
However, you can control the default view/layout, and it is not necessary to use CSS to achieve this with V2.
There are 2 elements involved
The layout selector is shown on the page with gd_loop_actions
The listings are shown with gd_loop
The layout is predetermined by the options applied to gd_loop
If you apply the layout to gd_loop, then remove gd_loop_actions, the layout you choose will be set and the user will not be able to change it.
To make the adjustments, open your search page template and adjust the elements
https://wpgeodirectory.com/docs-v2/geodirectory/personalize/
https://wpgeodirectory.com/docs-v2/geodirectory/page-design/Let us know how it goes
Ah! I am SO GLAD to hear that! Yay! Excellent 🙂
You can use discounts from WP Invoicing:
https://wpinvoicing.com/docs/discounts/If you have more questions about Invoicing please post them here:
https://wpinvoicing.com/support/
Glad it is working for you now! 🙂
Please renew your membership before asking for support
https://wpgeodirectory.com/downloads/membership/
https://wpgeodirectory.com/support-policy/
Thanks!
This feature may not be useful in your case.
This feature was envisioned to be most useful to sites that are looking to make it very easy for users to publish a free listing, as quickly as possible.We will be taking a look at how to use the feature with paid listings for future versions.
Thanks for reporting your experience with the feature
This reply has been marked as private.Everything that is configured with the tabs UI is shown on the Details template with the gd_single_tabs shortcode.
Docs are here: https://wpgeodirectory.com/docs-v2/
-
AuthorPosts