Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author Paolo

    (@paoltaia)

    Hi,

    you have options in GeoDirectory >> Design >> detail to remove every element of the sidebar.

    For anything else, you’ll need to hide them with css. https://docs.wpgeodirectory.com/customizing-your-style/

    If you let us know precisely what you want to do, we can give you more pointers.

    Let us know how you went.

    Thanks

    Thread Starter sparrowfizow57

    (@sparrowfizow57)

    Hi Paolo, thanx for the response.
    I manage to get it done.

    However, i face small issue where im trying to display the place category in the listing.
    i look into the code and i try to use the wp function get_term_by() but still the category does not display.
    Can u assist how can i display the place category in the listing from coding?

    Regards,

    Plugin Author Paolo

    (@paoltaia)

    Hi,

    you could have a look at function geodir_action_details_taxonomies()
    that you can find in geodirectory_template_actions.php on line 1107.

    Let usk now if that helped,

    Thanks

    Thread Starter sparrowfizow57

    (@sparrowfizow57)

    Hi Paolo.. I manage to do as u said and its working fine..

    But then i got issue with my theme where its getting full width..how should i make it fixed width?

    Plugin Author Paolo

    (@paoltaia)

    Hi,

    I’d need to have a look at the website to tell you more.

    Let us know,

    Thanks

    Thread Starter sparrowfizow57

    (@sparrowfizow57)

    Hi Paolo.. Soryy for the late reply..
    Actually i made it at localhost and manage to solved it..

    Just i was stuck now in the profile tab in listeing detail where i want to add the time inside the profile tab. Could u point me which file should i ammend so that i can show the places time under the description..

    Hope to hear from u soon.

    Regards,

    Plugin Author Paolo

    (@paoltaia)

    hi,

    please try to add this to your theme functions.php gile to take advantage of the the_content filter.

    add_filter( 'the_content', 'time_in_profile' );
    
    function time_in_profile() {
    global $post;
    echo $post->geodir_timing;}

    Thanks

    Thread Starter sparrowfizow57

    (@sparrowfizow57)

    Thanks Paolo..Its worked like charm!

    Plugin Author Paolo

    (@paoltaia)

    You are welcome 🙂

    Thread Starter sparrowfizow57

    (@sparrowfizow57)

    Hi Paolo..

    Another small questions. How can i disable the required in the image upload of place category? Need to do from code or can be done from settings?

    Please advice.

    Thanks

    Thread Starter sparrowfizow57

    (@sparrowfizow57)

    I mean the Category Icon..

    Plugin Author Paolo

    (@paoltaia)

    HI,

    category icon is mandatory, the maps will have nothing to show if you categories have no icons.

    Thanks

    Thread Starter sparrowfizow57

    (@sparrowfizow57)

    Hi Paolo Thanks For the reply..

    Yes i know its for the map, but requirement, there’s no need to show the map as well..
    So i need to disable the required validation in the category icon.

    Please advice.

    Thank u so much.

    Cheers.

    Plugin Author Paolo

    (@paoltaia)

    I’m sorry, but there is no option to do that.

    Thanks

    Thread Starter sparrowfizow57

    (@sparrowfizow57)

    Hi Paolo. Thanks for the respond.

    U mean we cannot disable it even from the code?

    Regards,

Viewing 15 replies - 1 through 15 (of 18 total)

The topic ‘need to modify the standard Listing’ is closed to new replies.