TownHub - Listing & Directory WP Theme

  1. Home
  2. Docs
  3. TownHub – Listing & Directory WP Theme
  4. User Questions

User Questions

I want to change the login screen to display our logo instead of TownHub.

–> You can override template file to change text with logo: https://prnt.sc/rz1dl1
https://docs.cththemes.com/docs/advance-features/override-citybook-add-ons-templates/

When someone is on the add listing dashboard page I want to remove the option above add listing that leads them to the membership plans page. Our directory will be offered for free. So, we don’t want anything there about payments.

–> Check this doc: https://docs.cththemes.com/docs/townhub-listing-directory-wp-theme/faqs/how-a-user-add-new-listing/

https://prnt.sc/rz1f5g

When someone clicks on the profile pic in the top right corner on the main page when they are logged in and there’s the drop down that says Earnings, Dashboard, etc. I want to remove earnings.

–> Override template file to delete these codes: https://prnt.sc/rz1fx6

In the search bar, when I select all categories it doesn’t show all the categories. It just says “All Categories” in the drop down.

–> All Categories mean that listing from all categories will be returned not all categories will be selected.

How do I prevent a search from going through if someone only enter a search query without selecting a specific location? (Not as important, but the search still runs without requiring a city to be entered).

–> Override template to add required=”required” https://prnt.sc/rz1iin
https://docs.cththemes.com/docs/advance-features/override-listing-type-builder-elements/

On the About Us page I want to change the background image that remains stationary when one scrolls up or down.

–> Here it is: https://prnt.sc/rz1jre

I want to make all the thumbnails on the main page the size same if possible.

–> Check this: https://docs.cththemes.com/docs/townhub-listing-directory-wp-theme/faqs/change-thumbnail-sizes/

When someone clicks on the profile pic in the top right corner on the main page when they are logged in and there’s the drop down that says Earnings, Dashboard, etc. I want to remove earnings.

–> Override template file to delete these codes: https://prnt.sc/rz1fx6

https://docs.cththemes.com/docs/townhub-listing-directory-wp-theme/advance-features/override-templates/

Please explain to me how users can withdraw the money

How can make money (commissions) from users when selling own products?

–> The money will send to site owner and author earning ( based on author plan commission ) will be calculated to author. And he can track the earning from dashboard -> Withdrawal screen. And withdrawal request can be reviewed/approved by site owner manually.

How can we add logo of listing?

check this topic: https://support.cththemes.com/?topic=add-business-logo-listing#post-43963

I want to disable completely the yearly in author plan, can you show me the way ? https://prnt.sc/s6xwpk

–> Edit the page with Elementor -> edit Membership Plans element to hide Switcher button: https://prnt.sc/s7wjd5

I want to disable the “closed/open now” : https://prnt.sc/s6xy89

–> Edit the page with Elementor -> edit Listings Slider element element to hide the status: https://prnt.sc/s7wm5j

My advanced filter are empty and inside too, there is all the good value but “empty field” too : https://prnt.sc/s6y2qk

–> Click Un-check button then check options again: https://prnt.sc/s7wot5

Is it possible to disable the earns : https://prnt.sc/s6ydsb

Try the css code bellow

.au-earning{
   display: none;
}

I want to increase the height of the header background (but still have the text and content in the vertical middle): https://prnt.sc/s6ygae

Try the code bellow

section.hero-section {
   padding-top: 150px;
   padding-bottom: 150px;
}

How to set for the listing owner the possibility do delete the account by him/herself through his personal area ( the dashboard basically )

–> Use this option: https://prnt.sc/sakj07 ( TownHub Add-Ons -> Register tab )

If i’m logged i can’t compile the fields on the checkout system. Now can i change this?

–> Override tab-infos.php file to delete this code: https://prnt.sc/sakk15

Add View Counter to listing cards

https://support.cththemes.com/?topic=i-want-to-apply-for-customized-citybook-directory-viewed-count

Add new fields to Author Message form

https://support.cththemes.com/?topic=chat-is-with-trouble-to-send-users-message

Is it possible to add in the single listing, the featured image like a big first image after the heading section ? I want it single not in a slider with others images.

You can try custom image field https://prnt.sc/scblgg, read this documentation for more details: https://docs.cththemes.com/docs/faqs/listing-custom-fields/

Restrict Countries

https://support.cththemes.com/?topic=restrict-country

I have set one listing on free plan but after saving it, goes to a blank page?

https://support.cththemes.com/?topic=listing-blank-page#post-46463

Hide Add Listing button for guests and customers?

https://support.cththemes.com/?topic=add-listing-button-4#post-46696

Event Dates – Multiple days event

https://support.cththemes.com/?topic=event-dates-multiple-days-event-adding-error#post-46835

Change map style – hide business icons

You can use the code bellow in theme’s scripts.js file to change map style ( hide business icons )
https://prnt.sc/sjhq2l

// A sample code to change map style
// https://developers.google.com/maps/documentation/javascript/styling#style-example
window.addEventListener('listingsMapInit', function(e){
    window.listingsMap.setOptions({
        styles: [
            {
                featureType: 'poi.business',
                stylers: [{visibility: 'off'}]
            },
            {
                featureType: 'transit',
                elementType: 'labels.icon',
                stylers: [{visibility: 'off'}]
            }
        ]
    });
});

Articles

Was this article helpful to you? Yes No

How can we help?