Guust
Forum Replies Created
-
AuthorPosts
-
You had hidden all maps at GD > Design > Map tab > SHOW / HIDE POST TYPE AND CATEGORY ON MAP
FIXEDYou Places do not have street addresses, I fixed some of them.
Please check now.
January 28, 2018 at 10:30 am in reply to: Something went wrong[104], the admin must authorize this app in the backend #414687You most likely missed a little step: https://wpgeodirectory.com/docs/social-importer-addon/#facebook
If you cannot fix it, please provide your URL and wp-admin details in a private reply, and also screenshots of your app settings in the FB developer setup.
Thanks
January 28, 2018 at 8:58 am in reply to: Is There Any Way to Abbreviate State Names in Slugs? #414684You can do that by editing locations every time as they are added. The problem you will have if you have users add listings, is that the Google API will create a new state again called /south-carolina/.
See more at
https://wpgeodirectory.com/docs/faqs/how-do-i-merge-locations/
and
https://wpgeodirectory.com/docs/definitions/#locationThanks
That image is only for the Supreme theme to be used as the parallax image.
For the Whoop theme, you will need to use the Location Description, not the Image.Thanks
You’re welcome 🙂
Hi,
please see: https://wpgeodirectory.com/docs/faqs/where-can-i-find-map-markers/
Or download the zip file from here: https://wpgeodirectory.com/support/topic/original-map-marker-images/#post-52950
Inside there is the PSD with the structure to create more custom icons with photoshop.
Thanks
Just for your information:
Only SELECT custom fields can be added to the search bar itself, see https://wpgeodirectory.com/docs/gd-search/#select
So I am guessing that “Designers” is not a SELECT custom field, but rather a MULTISELECT field.
Thanks
January 27, 2018 at 10:48 pm in reply to: Why is my sharing on facebook using my home picture? #414663Thanks for letting us know it all works fine now, and THANKS Dirk !! 🙂
Hi Ana, like Dirk says, here are a few essential steps to check:
https://wpgeodirectory.com/docs/add-google-api-key/
https://wpgeodirectory.com/docs/basic-installation/#home
https://wpgeodirectory.com/docs/troubleshooting-guide/If we need to check your settings, post your URL and WP admin details in a private reply and we will have a look for you.
Thanks
January 27, 2018 at 10:38 pm in reply to: Activating geodirestory knocked out all pages except index. #414661Looks like you solved it? Thanks
In JUne we introduced a new Invoicing plugin to work with the Pricing Manager.
You will need to install https://wpinvoicing.com/
Please review
https://wpgeodirectory.com/payments-manager-v2-setup/
and
https://wpgeodirectory.com/docs/prices-and-payments-add-on-overview/Let us know if you have any trouble.
Thanks
Each location page has a header, top section, 3 columns, a bottom section and a footer, see https://wpgeodirectory.com/docs/layout/#directory
So set each column to about 32% width and add the same widgets to the columns as you used on the homepage of your site.
Thanks
You can hide using CSS per CPT, it will still be in the source code though.
https://wpgeodirectory.com/docs/how-to-use-gd-without-street-addresses/Thanks
You’re welcome 🙂
From https://wpgeodirectory.com/docs/linking-events-to-places/
You will need: … The Pricing Manager activated…
Have you?
To enable shortcodes in an HTML field added in a Fieldset, add this code snippet:
add_filter('geodir_tab_show_geodir_XXX','my_enable_shortcodes_on_field',10,2); function my_enable_shortcodes_on_field($html, $variables_array){ return apply_filters('the_content', $html); }Replace XXX with the HTML variable name of your HTML field.
Keep the HTML field admin only, do NOT give your users access to it, it is a security risk. -
AuthorPosts