Title of places page is title of first place listed

This topic contains 7 replies, has 3 voices, and was last updated by  Paolo 8 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #47469

    Chris Bemis
    Buyer
    Post count: 10

    Hi, on my places landing page, the title at the top of the page is the title of the first place listed. How do I change this? Thank you.

    #47470

    Chris Bemis
    Buyer
    Post count: 10

    Screenshot did not upload, trying again.

    #47476

    Guust
    Moderator
    Post count: 29970

    Can you post your URL and admin details in a private reply, so we can have a look for you?

    #47522

    Chris Bemis
    Buyer
    Post count: 10
    This reply has been marked as private.
    #47543

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    I think the best option is to hide the theme title bar for all GD pages.

    This should do it:

    
    
    .single-gd_place .titlebar, .search-results .titlebar, post-type-archive-gd_place .titlebar {
        display: none;
    }

    If the theme has hooks to replace that title and breadcrumbs with the plugin theme and breadcrumb, that could be done too, but it would require a customization and we’d need to know in advance if the theme offers hooks.

    Let us know how you went,

    Thanks

    #48002

    Chris Bemis
    Buyer
    Post count: 10

    Thanks, I will look into this and let you know how it works out.

    #57718

    Chris Bemis
    Buyer
    Post count: 10

    I followed your suggestion and hid it for now. I changed CSS to target the listing pages only:

    .post-type-archive-gd_place .titlebar { display:none; }

    #57743

    Paolo
    Site Admin
    Post count: 31206

    Awesome, thanks for letting us know! 🙂

Viewing 8 posts - 1 through 8 (of 8 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket