Guust
Forum Replies Created
-
AuthorPosts
-
Hi Lise, have a look at this article: https://wpgeodirectory.com/docs/customizing-your-style/
It explains how to use the “code inspector” of your browser for CSS, but the “console” tab details any page errors too.
More explanation for the Chrome tools: https://developer.chrome.com/devtools
Have you resolved all your issues?
December 6, 2016 at 12:45 pm in reply to: Search addon only show listings into the selected city #319879Thanks for letting us know.
This reply has been marked as private.You can hide the package selection with this CSS:
.geodir_price_package_row {display: none;}And then link directly to the packages like this
/add-listing/?listing_type=gd_place&package_id=2
/add-listing/?listing_type=gd_event&package_id=5 etcI don’t understand exactly what you are trying to achieve though.
A user only has one account (username and password), but can have more than one listing.
Signing up for a user account does not create a listing, it is a 2 step process.Have a look at https://wpgeodirectory.com/docs/gd-search/
Especially #3 and #6Let us know if that solved your issue.
ThanksFrom your post it seems you are creating a multilingual site, not a multi-site.
And the error is from WPML, so you should seek assistance there .Have a look at these links:
https://wpgeodirectory.com/docs/multisitenetwork-faqs/
https://wpgeodirectory.com/docs/useful-plugins/#wpmlYour Paypal account does not have your primary PayPal address.
Your GD plugins are network activated which is incorrect: https://wpgeodirectory.com/docs/multisitenetwork-faqs/
The PayPal PIN URLs are http, but your site is https.I am not sure if any of that is the actual problem, but correct all that first and then we will have another look if we need to.
December 5, 2016 at 9:16 pm in reply to: Link Business / Fill In Business Details does not work #319431If you want a visitor to go to a venue and see all event there, then you need to have all events in the same CPT, and that would be the events one if you want to add dates etc.
You can have categories and subcategories in a CPT.
So you could have fairs, exhibitions and workshops as categories of the Events CPT, for more look at fairs, exhibitions and workshopsVisitors can search by event category, only ‘workshops’ for example, but you cannot separate the events by categories in the linked events tab of a venue.
https://wpgeodirectory.com/docs/gd-search/December 5, 2016 at 1:05 pm in reply to: how i can disable category search on homescren at mobile version #319049Please review https://wpgeodirectory.com/docs/common-styling-examples/#legend
The code you posted only works on a screen wider than 480px and less than 767px, so that may be the issue.
This explains how to use a WordPress page as the homepage of your site: https://wpgeodirectory.com/docs/basic-installation/#home
And this explains the directory pages created: https://wpgeodirectory.com/docs/layout/
December 5, 2016 at 11:59 am in reply to: Adding Location switcher to Supreme Directory featured area #318994Thanks for letting us know!
Screen shots are not that helpful; URLs are a lot more useful.
You need to create a fieldset to create a tab, and then put the menu under the fieldset in the list of custom fields in the backend: https://wpgeodirectory.com/docs/core-place-settings/#fieldsetUsers can upload images when creating or editing the listing, towards the bottom of the Add Listing page.
I do not know how you create the menu field, but if you created a HTML field, they can link to images but not upload.1. The system will treat NSW as a different state than New South Wales.
You have two towns or suburbs in New South Wales and the rest is in NSW.
GD > Multilocations > Manage/edit locations > and filter region.
See also
https://wpgeodirectory.com/docs/definitions/#location
and
https://wpgeodirectory.com/docs/manage-location/#edit2. Add a “GD popular post” widget in the GD Home Content section, above the WP Front Page News widget
3. This is because the Recent Posts Slider plugin, turn it off to see the difference. See image for errors.
4. You still have mixed content, see the error console image.
Both your GDF parent and child theme need updating. That might solve some of the issues.December 5, 2016 at 11:30 am in reply to: Link Business / Fill In Business Details does not work #318949This reply has been marked as private.December 5, 2016 at 11:30 am in reply to: Link Business / Fill In Business Details does not work #318948All plugins need updating, but that is not the issue.
I cannot find any CPT that is linked to another one.
So I linked fairs to places and that works from the frontend now. But fusion builder is giving you errors in the backend. Turn that off and it will work from the backend too.
You can only link two CPTs to each other. You cannot link fairs and festivals and events all to the same CPT, unless fairs and festivals and events are categories of the same CPT instead of being different CPTs. -
AuthorPosts