Directory Listings Without Images

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

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

Open Support Ticket
  • Author
    Posts
  • #140457

    Oliver Green
    Expired Member
    Post count: 3

    Hello GD Team,

    I have been going through your material and there is a lot to this plugin.

    I want to get my directory up in the least amount of time.

    Is there any way I can temporarily disable the images in the listings area?

    I have already removed the tab in the details page so that the map show up.

    Thanks,

    Ollie

    #140508

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    please add this in functions.php file of your active theme:

    remove_action( 'geodir_details_main_content','geodir_action_details_slider',30);

    If you installed the Price manager, you can set 0 for allowed images and the upload images section of the add listing form will be hidden.

    Let us know how you went,

    Thanks

    #140548

    Oliver Green
    Expired Member
    Post count: 3

    Hello Paolo,

    I wanted to remove the images from this page (see link below)

    Elmont NY 11003 Directory

    Thanks

    #141063

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    please add this to gd > design > scripts > custom css:

    
    
    .geodir_category_list_view li .geodir-post-img {
        display: none;
    }

    Thanks

    #141328

    Oliver Green
    Expired Member
    Post count: 3

    Thank you.
    🙂

    #141342

    Paolo
    Site Admin
    Post count: 31206

    You are welcome 🙂

    #144383

    Warren Butland
    Buyer
    Post count: 4

    Is there a way to provide this same listing type without images for just one of the prices and payments listings? Example, I want to provide a basic listing without images and featured listing with images?

    #144495

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    yes that is possible, set image upload to 0 for the free package.

    Let us know how you went,

    Thanks

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