Guust
Forum Replies Created
-
AuthorPosts
-
Try changing
.geodir_awardfinalist {float: left;}to
.geodir_awardfinalist {float: none;}or remove altogether.
A free listing will still have a package ID.
So you hide the widget with CSS for all except the free package.Another solution is to create a custom field that only works for free listings, and use these settings:
* admin only
* only for free listings
* show where you want it
* default text is whatever you want to display on all the free listings.Please try this CSS:
.sd .Navi {display: none;}If you only want to hide it on that page, then try this:
.page-id-42949 .sd .Navi {display: none;}For future reference, see https://wpgeodirectory.com/docs/customizing-your-style/
Thanks
When changing theme, you need to set up your menus first again at Appearance > Menus.
Then go to GD > Design > Navigation and select the new menu.Thanks
Ignored 🙂
Thanks for letting us know you fixed it.Without seeing the URL we cannot inspect the code.
Please have a look at https://wpgeodirectory.com/docs/customizing-your-style/ and if you need further help, post the URL of that page so we can see the code.
ThanksThanks for letting us know.
Try this CSS, adjust as required:
.gd-star-rating.gd-fa-star-rating i.fa {font-size: 40px;} .br-theme-fontawesome-stars .br-widget a:after {font-size: 40px;}The autocomplete is provided by Google, there is little we can do about that.
But when I try it on my test site, it works fine, see images.
Please post your URL and WP admin details in a private reply if we need to check your settings.
ThanksGD emails are sent using the email address and sender name added at GD > General.
For any other emails, you can review http://www.wpbeginner.com/plugins/how-to-change-sender-name-in-outgoing-wordpress-email/
Thanks
Can you clarify what you mean with module?
This may be a solution depending on what you mean: https://wpgeodirectory.com/docs/common-code-snippets/#packageThanks
Thanks for letting us know. I alerted the developers to have a look at your post too, in case there is anything that needs fixing. Thanks
Can you post your URL and WP admin details in a private reply, so we can investigate for you?
ThanksDid you install and activate Buddypress first?
https://wpgeodirectory.com/docs/buddypress-integration-add-on-overview/Thanks
If a user is logged in, they should see their analytics in the sidebar.
See https://wpgeodirectory.com/front-end-google-analytics/ -
AuthorPosts