Move Fields on Listing Detail

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

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

Open Support Ticket
  • Author
    Posts
  • #262406

    nlss1516
    Buyer
    Post count: 46

    Hi, Is it possible to move the fields on the listing detail page? I would like the phone number, Facebook and website to be above the “share this”, “Owner Verified Listing” and business hours. Thanks.

    #262484

    Kor
    Moderator
    Post count: 16516

    Hi there,

    I’d like you to check out this thread as it explains how you can achieve it using a custom code. https://wpgeodirectory.com/support/topic/rearrange-the-right-sidebar-of-detail-page/#post-231690 . Let us know how it goes or if it helps.

    Thanks!

    #262643

    nlss1516
    Buyer
    Post count: 46

    Thanks for your help. Initial try did not work. Before I dig into it further, can you please help by editing the code below for moving everything into the following order?

    Tweet/Like
    Share
    Phone
    Send Enquiry
    Facebook
    Website
    Reviews
    Business Hours
    Send To Friend
    Favorite
    Address
    Author/Owner Verified
    Google Analytics
    Edit Page
    Upgrade Page
    create/edit coupons
    Expire Date

    function gd_custom_change_sidebar_content_order() {
    return array(
    ‘geodir_detail_page_review_rating’,
    ‘geodir_social_sharing_buttons’,
    ‘geodir_share_this_button’,
    ‘geodir_detail_page_google_analytics’,
    ‘geodir_edit_post_link’,
    ‘geodir_detail_page_more_info’
    );
    }
    add_filter(‘geodir_detail_page_sidebar_content’, ‘gd_custom_change_sidebar_content_order’);

    #263035

    Kor
    Moderator
    Post count: 16516

    Hi nlss1516,

    Could you please share WP temp admin and FTP access so that I could check on it?

    WP Admin
    Login URL :
    Login Username :
    Login Password :

    FTP Access
    FTP Host :
    FTP Username :
    FTP Password :

    Thanks!

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

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

Open Support Ticket