• Resolved ckuehleis

    (@ckuehleis)


    Hi,
    thank you for your awesome plugin!
    I have to ask for some more output styles because I just need to display a huge blogroll link list, so the unordered list or the slider is not clearly arranged. The page gets to a endless scroller ??
    I would prefer a simple text paragraph like

    CategoryA
    LinkName1 – LinkName2 – LinkName3 – … – LinkName

    CategoryB
    LinkName1 – LinkName2 – LinkName3 – … – LinkName

    May I manage this using your plugin? Thanks for your answer!

    https://www.ads-software.com/plugins/link-view/

Viewing 1 replies (of 1 total)
  • Plugin Author mibuthu

    (@mibuthu)

    The following should work:

    Shortcode:
    [linkview list_symbol=none class_suffix=hlist]

    CSS Styles (in Links -> Linkview -> CSS-Styles):

    .lv-link-hlist {
       float: left;
    }
    
    .lv-list-item-hlist + .lv-list-item-hlist:before {
        float: left;
        content: " | ";
        padding: 0 10px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘some more output styles?’ is closed to new replies.