• Resolved Larry McMahon

    (@larry-mcmahon)


    Hi

    I’m trying to set up a separate library for one category which will have a different layout then the existing library.

    On the Library Configuration Common tab, the list of included or excluded categories can’t be edited. I realize I can do this with the shortcode, but can you fix this configuration option on the Common tab?

    On Link Library v6.038

    Larry

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    Hi Larry, Normally, if you click off the Show all Categories or No Exclusion check boxes that are beneath easy multi-select list, you should be able to select the categories to be included or excluded.

    Thread Starter Larry McMahon

    (@larry-mcmahon)

    Hi,

    Ok, I see how to make that work.

    Is there some way to add links for a second link library or is this controlled by using seperate link categories for each library which are excluded from one library and included in the other?

    I can’t find a way to control the images. I can’t alignleft to get the text to the right of the img.
    Also, I’m not sure I want the image underlined as a link. See this dev site link:

    https://web-weaving.ws/library/

    Regards

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    You can create multiple libraries by going to the General Options section of Link Library and increasing the number of libraries to be higher than 1. Once you have more than one library, you can select the one to display in the shortcode with the settings option [link-library settings=”1″]. The main reason for the include and exclude override in the shortcode is if you want multiple pages to have the same layout, but different categories. But you can also achieve the same result with multiple libraries, configured to show different categories. The main thing to keep in mind is that if you make copies of a libraries, and configure each to show one or more categories, you will need to update all of them if you want to change something about the way they display things.

    You need to understand CSS to be able to make changes to the layout. The entire library gets a class called linklist assigned to it. So for example, to get the text displayed to the right of the image, you could add the following rule at the end of the stylesheet editor for Link Library:

    .linklist img {
        float: left;
        padding-right: 30px;
    }

    As for the underline question, are you talking about the short blue line in the bottom-left corner of the image? I downloaded the image and that underline is actually part of the image file. Edit the image and re-upload it and you should be fine.

    Let me know if this helps with your site layout and please consider donating to support this plugin’s development.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Library configurations >Common exclusion/inclusion list’ is closed to new replies.