Claim Listings Post Type

This topic contains 5 replies, has 4 voices, and was last updated by  Stiofan O’Connor 9 years, 8 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #14094

    identity
    Lifetime Member
    Post count: 445

    Unable to access all of the Post Types on the Claim Listing > Options setup selection if there are more listed than the height was planned for.

    Imagine this may be an issue on other areas where this “select post types” has been used.

    cheers

    #14124

    Guust
    Moderator
    Post count: 29970

    I think I understand what you mean, but it would be appreciated if you could supply a screenshot just off that section, so the page can be adjusted in future versions.

    #14133

    identity
    Lifetime Member
    Post count: 445

    It has to do with the window framing. You can see how the selection box and scrollbar drop “below” the frame. Looks like the issue is that there are multiple containers here, some with overflow set to hidden, others to scroll.

    Initially used Firebug to change height

    
    
    .geodir_optionform {
        min-height: 550px;

    to be able to select,

    But I think the actual issue is overflow set to hidden here:

    .claimlisting_fields .inner_content_tab_main

    cheers

    #14137

    Guust
    Moderator
    Post count: 29970

    Thanks for that, that’ll make it easier to get fixed.

    #14179

    Paolo
    Site Admin
    Post count: 31206

    I’ve added a task for the developers to fix this.

    Thanks for spotting it!

    #14504

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thanks i have fixed this by adding the following CSS to the claim listing stylesheet

    
    
    #geodir_post_types_claim_listing_chosen.geodir-chosen-container .chosen-results{
    max-height:140px;	
    }

    Stiofan

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

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

Open Support Ticket