Lists manager page

This topic contains 28 replies, has 4 voices, and was last updated by  virginie 4 years, 4 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #527143

    Alex Rollin
    Moderator
    Post count: 27815

    For list layout you can try this:

    
    
    
    body.post-type-archive-gd_list .type-gd_list header {
        display: none;
    }
    .sd.archive .content-box.content-archive article.hentry {
        width: 100%;
    }
    

    The image is taken from the first listing on the list, similar to how the first image in a listing is set as the featured image.

    There isn’t a way to edit the contents of the template at this time, so, adding additional items like users list is not possible without a customization.

    #527146

    virginie
    Buyer
    Post count: 115

    Thank you very much, Alex.
    Are you planning to add options for this addon in the near future? It would be really cool if users could add an image to illustrate their public lists.

    and is an access to the gd-list page planned soon?

    thanks again

    #527226

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Both are in the plans for future releases 🙂

    Stiofan

    #527273

    virginie
    Buyer
    Post count: 115

    Thanks

    it’s cool… and it’s scheduled for when, approximately?

    #527274

    virginie
    Buyer
    Post count: 115

    I used the css that kor gave me (because I wanted to delete image + title)

    .gd_list-template-default .featured-area.type-parallax {display:none;}

    it’s not very pretty, is it possible to delete only the image, but not the title?

    Thanks in advance

    #527299

    Kor
    Moderator
    Post count: 16516

    Hi virginie,

    Thanks for your reply. I can’t login with the credentials you’ve shared earlier. Could you please check? Also, remove the code that I’ve provided earlier and highlight it using a screenshot of the areas that you’d like to remove.

    Thanks!

    #527328

    virginie
    Buyer
    Post count: 115
    This reply has been marked as private.
    #527489

    virginie
    Buyer
    Post count: 115

    Hi,

    is it not possible to delete only the image?

    Can you help me, please , I can’t find the right class.

    Thanks

    #527769

    Kor
    Moderator
    Post count: 16516

    Hi virginie,

    Thanks for your reply. You can use the custom CSS code below.

    .gd_list-template-default .featured-area.type-parallax {display:none;}
    #527773

    virginie
    Buyer
    Post count: 115

    Thank you, Kor, for your help.
    You already gave me this code, the problem is that it also removes the title. How can I delete only the image ?

    Thanks

    #527911

    Kor
    Moderator
    Post count: 16516

    Hi Virginie,

    Thanks for your reply. Ok, try this one below instead.

    .gd_list-template-default #sd-featured-img {
        display: none!important;
    }
    #528029

    virginie
    Buyer
    Post count: 115

    hi,

    Thank you it works!

    it remains however a grey background-color, can you please give me the class or the ID to modify it, I tried several but I don’t find the right one

    Thanks

    #528071

    Kor
    Moderator
    Post count: 16516

    Hi Virginie,

    Thanks for your reply. Here you go.

    .gd_list-template-default  header .featured-area::before {
        background-color: #da25a1;
    }
    #528190

    virginie
    Buyer
    Post count: 115

    It works..
    Thank you kor

Viewing 14 posts - 16 through 29 (of 29 total)

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

Open Support Ticket