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
  • #526830

    virginie
    Buyer
    Post count: 115

    Hi,

    how can I modify the page “lists”, because it is not accessible in the pages ?

    It’s the photo of the original theme that appears in the header and I can’t find an option to change that.

    I would like to delete the photo, the title and that it is in full width page.

    Thanks

    #526839

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    that template is not yet available to edit, but the developers do plan to add a template for it in the future.

    For now, for hiding those items, custom CSS can be used.

    Please share a link to the page so we can take a look.

    #526854

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

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #526869

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

    Kor
    Moderator
    Post count: 16516

    Hi Virginie,

    Thanks for your reply. You can use the custom CSS code below to achieve this. Insert into WP > Appearance > Customize > Additional CSS.

    .gd_list-template-default .featured-area.type-parallax {display:none;}
    
    .gd_list-template-default .sd-sidebar.sd-sidebar-right {display:none;}
    
    .gd_list-template-default .sd .entry-content.sidebar-active {
        width: 100%;
    }
    #526909

    virginie
    Buyer
    Post count: 115

    Hi,

    Thank you, Kor.

    It works for the header, but not for the sidebar.
    do you have any idea why?

    Thanks

    #526911

    Kor
    Moderator
    Post count: 16516

    Hi virginie,

    Thanks for your reply. I’ve corrected it for you and could you please check?

    #526913

    virginie
    Buyer
    Post count: 115

    big thanks kor

    #527106

    virginie
    Buyer
    Post count: 115

    Hi,

    I have one more question about the lists.

    How to give access to public lists to users?

    I saw that you can add them to the menu, but I would like to be able to group them in a list on a page, could you give me a shorcode to use for that, I tried [gd_list] but it doesn’t work?

    and another question : the lists are in grid of 2,
    how to set up a grid of 4 or 5 ?

    Thanks

    #527120

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    Unfortunately neither are possible with shortcodes at this time.

    #527132

    virginie
    Buyer
    Post count: 115

    I was asking because I saw this in the whoop theme demo.
    https://wpgeo.directory/whoop/lists/

    is that possible otherwise?

    thanks

    #527133

    Alex Rollin
    Moderator
    Post count: 27815

    That can most likely be done with Custom CSS

    I can help you get started if you want to share a link to your lists page in a private reply.

    #527138

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

    virginie
    Buyer
    Post count: 115
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 29 total)

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

Open Support Ticket