Listing Details Slider & Logo Display Order

This topic contains 1 reply, has 2 voices, and was last updated by  Guust 7 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #374716

    Cappy Odinsen
    Buyer
    Post count: 33

    I am trying to modify the details listing page. I would like the logo to be at top, then the tabs, then the slider. I can’t quite figure out how to display the logo custom field.

    I attempted to use these actions to move the slider below the tabs, but I got a fatal error.

    remove_action(‘geodir_details_main_content’, ‘geodir_action_details_slider’, 30);
    remove_action(‘geodir_details_main_content’’, ‘geodir_show_detail_page_tabs’, 60);
    add_action(‘geodir_details_main_content’, ‘geodir_action_details_slider’, 60);
    add_action(‘geodir_details_main_content’, ‘geodir_show_detail_page_tabs’, 30);

    Thanks!

    Cappy

    #374719

    Guust
    Moderator
    Post count: 29970

    Please post your URL and WP admin details in a private reply, together with the URL of the detail page in question, so we can understand what the issue is with the logo.

    Thanks

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

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

Open Support Ticket