Guust
Forum Replies Created
-
AuthorPosts
-
You can show all 6 if you like, see https://wpgeodirectory.com/docs/faqs/how-do-i-remove-the-popular-categories-section-from-the-home-page/
Just change 5 to 6 there.The first 5 categories are not the ones you added first, but the most popular ones, meaning the categories with most listings.
Anything else would need some custom coding.
Thanks
You can hide that with CSS, but then your visitors can only search the default Custom Post Type:
.gd-search-field-cpt {display: none;}Thanks
You’re welcome 🙂
Try
#geodir_carousel {display: none;}Thanks
What registration plugin are you using?
Gd does not require activation so I am guessing you are using UsersWP or maybe Buddypress or something else.
If you post your URL and WP admin details in a private reply we can have a look.Thanks.
PS: post UsersWP questions here: https://userswp.io/support/
Post Buddypress questions here: https://buddypress.org/support/You can target any conflicting CSS better, GD needs that CSS.
If there is any CSS from GD that conflicts with your theme, give us details together with a URL where we can see it and we will have a look for you.Thanks
You have this CSS that turns all links to white:
.textwidget a {color: #ffffff;}Set GD > Multilocations > GEO DIRECTORY LOCATION SETTINGS > Country > Enable default country (country drop-down will not appear on add listing and location switcher).
That will make the Country option disappear.Try this CSS to make the city selector disappear.
[data-location="city"]{display:none;}Thanks
Try
.geodir-pos_navigation {display: none;}Thanks
I also suggest you install https://wordpress.org/plugins/email-log/ so you can check what has been sent by the system.
ThanksThat does not make sense to me.
Listing ID 25978 has an original paid invoice of $80.
The package price is $50.
How can someone pay $80 for a listing that has a $50 price if there never were changes to the package?
Changing packages or expiry dates etc after listing creation will upset the automated system.You can force an invoice by setting the listing to draft, if that is what you want to do.
If you set the listing to draft, then the option will pop up, to issue a new invoice manually.You’re welcome 🙂
No that is not possible, because there is no way of knowing who wants HTTPS:// and who wants HTTP://
Just using one of the two always will create a lot of bad links.Thanks
I am guessing you are talking about the Supreme theme.
To replace the image, try this CSS, adjust as required:.featured-img {background-image: url(http://MY-IMAGE) !important;}To remove the image, use
.featured-img {display: none !important;}To remove the whole image area, use
.featured-area {display: none !important;}Thanks
You must have been changing the package settings after the listings were created.
Changes to packages do not affect existing listings, only new ones.
The price seems to have been originally zero, no invoices are sent for free packages.You really will only be able to see things at work properly if you do not change packages after listings are submitted, and you let the system run it course.
Thanks
Package ID 1, 2, 3, 4, 6 and 7 will indeed send an expiry notice and create an invoice because they have a limited lifespan and are not recurring.
The expiry date looks like it is changed from the original date which should be 25 October 2017 because that is when the listing was created and the first invoice was issued, and the system should send a reminder on about 27 September because you have set the reminders to start 30 days before expiry at GD > Prices and payments > Notiifcations > Enable pre expiry notice days (first) > 30 days.
Look on the frontend of listing 26187. There is no expiry date shown to the owner in the sidebar, because it is not 27 September yet. The way your settings are set, the expiry date will pop up 30 days before expiry in listing detail sidebar.
-
AuthorPosts