Hide photo area for pkg without photos

This topic contains 10 replies, has 6 voices, and was last updated by  directory 9 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #10969

    m forbes
    Full Member
    Post count: 338

    sorry if this has been asked elsewhere, couldn’t find reference… Is there a way to hide the photo area, on the Listings page, if a pkg does not offer a photo with it?

    Also, I have list view as default, in list view there are borders showing even when there is no photo for a listing (I have not uploaded a default image yet). If I go to grid view (any #), there are no longer borders but still the space for where the photo would be if there was one. is this a .css thing?

    One more, since I have someone :), is there a way to disable the option to show any other view of listings on front end if i decide I just want list view with no other option?

    thanks!

    #11006

    Guust
    Moderator
    Post count: 29970

    Hiding the photo area would require some special coding.
    Why not add a transparent default image, or an image with “Upgrade if you want pics” – just thinking …

    For the second question, we need to see your site …

    I did not know there was an option to change views on the home page, can I have a look?

    #11045

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    for the second option, simply select list view for all your widget and content sections than hide the change view selector with css.

    
    
    .geodir-list-view-select {
        display: none;
    }
    #11054

    m forbes
    Full Member
    Post count: 338

    Hi Guust, thanks for the suggestions regarding “hiding” photos. Will have to think about it.

    2. Site page link in private following, it should come up in list view, borders are there, if you change to grid view there are none.

    Changing views is on the listing page, not the home page.

    And… I am noticing that once I change to grid view, and then go to a new CPT page, the grid view is retained. I was thinking that if someone goes to a new “area”/page/link, that it would then default to list view indicated in backend, no?

    I am wanting a 3 column layout for the Listing pages. I have tried to change the % settings set for this in backend (to 30right, 73content, 20left). the 73 for content holds, the 20 for the left reverts back to 30 when I go to save the settings. I mention this because you will notice that the left side widget is before the content. I have reset the % to default… and should probably start another thread for this… Unless you would like to continue this here :). I understand that John is working on the 3 column layout compatibility with Genesis (I would link the thread but will lose this post :)).

    thanks!

    #11055

    m forbes
    Full Member
    Post count: 338
    This reply has been marked as private.
    #11057

    m forbes
    Full Member
    Post count: 338

    Hi Paolo, Was posting when you replied, thanks for the info!!

    #11082

    John Allsopp
    Expired Member
    Post count: 399

    You can play with this selector to get rid of the borders, or hide the images altogether…

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

    or

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

    …of course that would hide all the images, not just the area if there is no image present (that would be more complex)

    #12202

    Evan Burrows
    Buyer
    Post count: 18

    If I have multiple pricing plans, and the free version doesn’t allow the user to upload image, is there a way for me to assign a default image for all these users? Rather than just having a white box.

    thanks

    #12209

    directory
    Expired Member
    Post count: 1502

    Hi Evan,

    I think GD already provides a default “No Image Available” image and admin can also upload and change it via GD-Design-Listings. 🙂

    A listing plan or package can be set to ZERO image but the default “No Image Available” will still show up.

    I maybe wrong so wait for a GD developer to respond. 🙂

    #12212

    Evan Burrows
    Buyer
    Post count: 18

    Oops, just found it in categories! NM:)

    #12216

    directory
    Expired Member
    Post count: 1502

    Yes, a default category image can be easily added as well. 🙂

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

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

Open Support Ticket