Excerpt not showing in 3-4 columns grid view, only in list and 2 columns view

This topic contains 5 replies, has 4 voices, and was last updated by  jakes 9 years, 1 month ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #21668

    Gianni Dal Mas
    Expired Member
    Post count: 85

    Hi,
    I’ve 5 “Popular post view” widgets in my homepage (1 for events and 4 for CPTs), but only widgets with List and 2 columns grid view are showing the excerpt text. For all widgets, the excerpt character count is set to 100, but if I select the 3 or 4 columns grid view option, no excerpt is shown.
    The same behavior happens in the category pages.

    Do I get the excerpt changing something in the css or in the function file?

    Thanks,
    gianni

    #21680

    Guust
    Moderator
    Post count: 29970

    Hi Gianni, I guess that the reason is that there would hardly be any room for an excerpt. But I have alerted the others to see whether they have any pointers for you.

    #21681

    Gianni Dal Mas
    Expired Member
    Post count: 85

    Hi Guust,
    actually, if you have a 3 column view on the homepage (100% width, no sidebars), you have too much room to leave the listings without an excerpt, it looks quite empty.

    But, no matter how many columns grid view you have set, you’ll always get a 1 column grid view when accessing the site from an iPhone, or a 2 column view on the iPad, so the excerpt really would be helpful.

    If someone don’t want the excerpt to show up, just put a 0 value on the word count option… but the option to have the excerpt on every grid view should be really appealing.

    Thx for considering this option,
    best regards,
    gianni

    #21720

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I believe it’s just hidden with CSS, you can unhide it if you wish.

    Stiofan

    #21727

    Gianni Dal Mas
    Expired Member
    Post count: 85

    Thanks Stiofan,
    it’s a learning curve for me, i’m trying to do my best 😉

    
    
    .geodir_category_list_view li.geodir-gridview .geodir-content .geodir-entry-content {
    display: inline;
    }

    I think you can mark the topic as resolved.

    Regards,
    gianni

    #35528

    jakes
    Free User
    Post count: 24

    Tweak worked well for me, thanks:
    wp-content/plugins/geodirectory/geodirectory-assets/css/style.css

    
    
    
    .geodir_category_list_view li.geodir-gridview .geodir-content .geodir-entry-content {
        display: inline;
    }
    
    .geodir_category_list_view li.geodir-gridview.gridview_onehalf .geodir-content .geodir-entry-content {
        display: inline;
    }
    
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