Change 'GD Archive' title on the places and the events pages

This topic contains 15 replies, has 3 voices, and was last updated by  Tony Bellens 4 years, 11 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #488256

    Tony Bellens
    Full Member
    Post count: 254

    Hi,

    how would I change the title of the following pages:

    http://gdatest05.website/places/
    From “GD ARCHIVE” to “PLACES DIRECTORY”

    http://gdatest05.website/events/
    From “GD ARCHIVE” to “EVENTS”

    And when people use the search and arrive on the search page
    http://gdatest05.website/search/
    From “SEARCH PAGE” to “SEARCH RESULTS”

    I looked in the titles $ meta but can’t figure it out.

    Thank you,
    Tony

    #488337

    Alex Rollin
    Moderator
    Post count: 27815

    This is usually a theme issue. Please share WP Admin with FTP so we can look into the issue.

    Some themes have non-standard methods for title output. We won’t make changes to the theme. We will find a workaround and add to GD to be included as support for your theme.

    #488338

    Alex Rollin
    Moderator
    Post count: 27815

    WordPress Administrator Account Credentials
    WP Admin Login URL:
    Username:
    Password:

    SFTP / FTP Credentials
    Host URL:
    Port:
    Username:
    Password: “

    #488352

    Tony Bellens
    Full Member
    Post count: 254
    This reply has been marked as private.
    #488591

    Tony Bellens
    Full Member
    Post count: 254

    Hi Alex,

    I would like to take a backup of the site and transfer it to the live/official url. At the moment we still have our Joomla site running on there, but I haven’t been updating that so would like to make the switch and start working on the correct domain. Can I do that or do i wait until you solve this?

    Thank you,
    Tony

    #488707

    Alex Rollin
    Moderator
    Post count: 27815

    Write back once you have it moved and we will take a look.

    #489103

    Tony Bellens
    Full Member
    Post count: 254
    This reply has been marked as private.
    #489151

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #489153

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #489202

    Tony Bellens
    Full Member
    Post count: 254
    This reply has been marked as private.
    #489410

    Tony Bellens
    Full Member
    Post count: 254
    This reply has been marked as private.
    #489429

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #489769

    Naveen Giri
    Moderator
    Post count: 1559
    This reply has been marked as private.
    #489919

    Tony Bellens
    Full Member
    Post count: 254
    This reply has been marked as private.
    #490002

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Tony,

    The site was down that time, now seems good.

    I have explored the issue. the theme hooks conflicting with geodirectory. this seems theme specific to me.

    Please add following code in functions.php of child theme( Yootheme GDA ).

    
    
    
    <?php
    add_action('init', function () {
    	remove_filter( 'pre_wp_nav_menu', 'GeoDir_SEO::set_menu_global',
    		10, 2 );
    });
    

    It will fix the title of Geodirectory page.

Viewing 15 posts - 1 through 15 (of 16 total)

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

Open Support Ticket