Guust
Forum Replies Created
-
AuthorPosts
-
If I remember correctly, you deleted the GD Lists addon before, so you will not be able to create lists.
To change the text on the listing success page, you will need to use translations:
https://wpgeodirectory.com/docs/translate-core/If we need to have a look, post URL and admin details please.
September 30, 2015 at 9:55 pm in reply to: Is there a way to enable coupons for specific price tables existing? #55287You can always suggest at https://wpgeodirectory.com/requests/
If enough people vote for it, it will make it the future roadmap.You did not have your permalinks set correctly:
https://wpgeodirectory.com/docs/basic-installation/#postnamesYour GD home/location page was missing, it is now at /location.
You did not set theme compatibility at GD > theme compatibility:
https://wpgeodirectory.com/docs/core-theme/To change styling of your theme, visit the theme settings at
/wp-admin/admin.php?page=themify
I cannot directly find where to change your theme settings for fonts, but you can have a look at
/wp-admin/customize.php
Your theme has set all links etc to white, see
/wp-admin/theme-editor.phpHave a look at this article to find which ones to change:
https://wpgeodirectory.com/docs/customizing-your-style/I have added a little bit to GD > design > scripts for now:
a {color: #000;}Before you do any of that, I suggest you create a child theme so you do not loose any of the changes you make when your theme updates next.
http://codex.wordpress.org/Child_ThemesIf you want the map full screen, delete the earlier CSS I gave and then you have to apply CSS to your other elements, for example:
#geodir-wrapper-content {padding-left: 50px;}That’s curious. How do you remove and add the map? That sounds like you made some customization to the form.
I can see some custom code in your functions.php , maybe that is the issue?GD does not auto-update by default.
I re-saved your permalinks and your event pages are back.
There must be something else going on at the server level for data to be lost, that would not just happen by updating anything. You might have to re-save permalinks to fix some URL connections but data loss and auto-updating is not normal WP behavior at all.There are a few things wrong:
Your add listing page does not show a map
On listing submission it indeed redirects without actual submission.
I cannot find the problem so I’ll get Paolo to have a look too, but it is most likely one of your plugins. Can you de-activate them one by one until you find the conflict?We will need your URL and admin details in a private reply.
Have a look at GD > GD Tools and check for your pages.
Then have a look at GD > permalinks to see all pages are connected correctly.
Make sure your settings at GD > design > navigation allow for listings to be added.From https://wpgeodirectory.com/support-policy/
We guarantee an answer within 24 hours to all Support Topic Monday to Friday and within 48 hours during weekends.Have a look at this article: https://wpgeodirectory.com/docs/places-categories-and-listings/
That explains how to use categories, and what you are suggesting should be easily achieved.
Let me know if I misunderstood.September 30, 2015 at 11:38 am in reply to: Special Icon – Custom field styling does not work #55149If after that, you still want us to have a look, please post a URL of where these custom fields are displayed as part of a listing.
Thanks for letting us know.
Where are we expecting to see the ads? URL and location on the page please.
I’ll leave the other question about removing the header from specific pages for Paolo.
We’re glad you fixed it too 🙂
Welcome Rob, can you post your URL please, we cannot inspect code from images.
You can do that in a private reply, and you can post your admin details too, that makes sure we can give you a fix.Your theme is taking over the CSS of the GD search widget. Add something like this to your CSS:
.widget .geodir-search select { padding: 4px 5px; height: 35px; margin: 5px; }Fine-tune after reviewing https://wpgeodirectory.com/docs/customizing-your-style/
September 30, 2015 at 9:36 am in reply to: Add random content and HTML to the Add Listing Form #55122You can use the translation file for that.
For example if you would like a heading above the ZIP code you would translatePlease enter listing address. eg. : <b>230 Vine Street</b>to
Please enter listing address. eg. : <strong>230 Vine Street</strong><h3>Heading for ZIP code</h3> -
AuthorPosts