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

    (@jackdewey)

    This is because the alphabetic filter uses new elements in the stylesheet that were not there when you first installed Link Library. Look at the files from the plugin and open stylesheettemplate.css. You will see towards the end a bunch of new style elements for the alpha filter. Copy/paste them into your stylesheet editor and will be good to go.

    Thread Starter Earl_D

    (@earl_d)

    Not seeing anything there this is my complete style sheet

    .linktable {margin-top: 15px;}

    .linktable a {text-decoration:none}

    a.featured {
    font-weight: bold;
    }

    table.linklisttable {
    width:100%;
    border-width: 0px 0px 0px 0px;
    border-spacing: 5px;
    /* border-style: outset outset outset outset;
    border-color: gray gray gray gray; */
    border-collapse: separate;
    }
    table.linklisttable th {
    border-width: 1px 1px 1px 1px;
    padding: 3px 3px 3px 3px;
    background-color: #f4f5f3;
    /* border-style: none none none none;
    border-color: gray gray gray gray;
    -moz-border-radius: 3px 3px 3px 3px; */
    }
    table.linklisttable td {
    border-width: 1px 1px 1px 1px;
    padding: 3px 3px 3px 3px;
    background-color: #dee1d8;
    /* border-style: dotted dotted dotted dotted;
    border-color: gray gray gray gray;
    -moz-border-radius: 3px 3px 3px 3px; */
    }

    .linklistcatname{
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    }

    .linklistcatnamedesc{
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    border: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    }

    .linklistcolumnheader{
    font-weight: bold;
    }

    div.rsscontent{color: #333333; font-family: “Helvetica Neue”,Arial,Helvetica,sans-serif;font-size: 11px;line-height: 1.25em;
    vertical-align: baseline;letter-spacing: normal;word-spacing: normal;font-weight: normal;font-style: normal;font-variant: normal;text-transform: none;
    text-decoration: none;text-align: left;text-indent: 0px;max-width:500px;}

    #ll_rss_results { border-style:solid;border-width:1px;margin-left:10px;margin-top:10px;padding-top:3px;background-color:#f4f5f3;}
    .rsstitle{font-weight:400;font-size:0.8em;color:#33352C;font-family:Georgia,”Times New Roman”,Times,serif;}
    .rsstitle a{color:#33352C}

    #ll_rss_results img {
    max-width: 400px; /* Adjust this value according to your content area size*/
    height: auto;
    }

    .rsselements {float: right;}

    .highlight_word {background-color: #FFFF00}

    .previouspage {float:left;margin-top:10px;font-weight:bold}

    .nextpage {float: right;margin-top:10px;font-weight:bold}

    .resulttitle {padding-top:10px;}

    .catdropdown { width: 300px; }

    #llsearch {padding-top:10px;}

    .lladdlink {
    margin-top: 16px;
    }

    .lladdlink #lladdlinktitle {
    font-weight: bold;
    }

    .lladdlink table {
    margin-top: 5px;
    margin-bottom: 8px;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    }

    .lladdlink table td {
    border: 0;
    height: 30px;
    }

    .lladdlink table th {
    border: 0;
    text-align: left;
    font-weight: normal;
    width: 400px;
    }

    .lladdlink input[type=”text”] {
    width: 300px;
    }

    .lladdlink select {
    width: 300px;
    }

    .llmessage {
    margin: 8px;
    border: 1px solid #ddd;
    background-color: #ff0;
    }

    .pageselector {
    margin-top: 20px;
    text-align: center;
    }

    .selectedpage {
    margin: 0px 4px 0px 4px;
    border: 1px solid #000;
    padding: 7px;
    background-color: #f4f5f3;
    }

    .unselectedpage {
    margin: 0px 4px 0px 4px;
    border: 1px solid #000;
    padding: 7px;
    background-color: #dee1d8;
    }

    .previousnextactive {
    margin: 0px 4px 0px 4px;
    border: 1px solid #000;
    padding: 7px;
    background-color: #dee1d8;
    }

    .previousnextinactive {
    margin: 0px 4px 0px 4px;
    border: 1px solid #000;
    padding: 7px;
    background-color: #dddddd;
    color: #cccccc;
    }

    .LinksInCat {
    display:none;
    }

    Thread Starter Earl_D

    (@earl_d)

    i am still looking for the new css in my links style sheet but nothing what am i missing

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Sorry, I was travelling in Asia and did not have a lot of time to answer user questions. As I had said, the new styles would not have been in your Link Library style sheet since I added them after you installed the plugin.

    That being said, it looks like I never added them to the template.

    Here are the new entries:

    .allcatalphafilterlinkedletter, .catalphafilterlinkedletter, .catalphafilteremptyletter, .catalphafilterselectedletter, .allcatalphafilterselectedletter {
        width: 16px;
        height: 30px;
        float:left;
        margin-right: 6px;
        text-align: center;
    }
    
    .allcatalphafilterlinkedletter, .allcatalphafilterselectedletter {
        width: 40px;
    }
    
    .catalphafilterlinkedletter {
        background-color: #aaa;
        color: #444;
    }
    
    .catalphafilteremptyletter {
        background-color: #ddd;
        color: #fff;
    }
    
    .catalphafilterselectedletter {
        background-color: #558C89;
        color: #fff;
    }
    
    .catalphafilter {
        padding-bottom: 30px;
    }

    Please try these out and let me know if these work as expected.

    Please consider making a donation to support development of this plugin.

    still not working right

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Can you give me a URL to your site where you are trying to use this feature so I can see the problem directly?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Alpha cat filter only vertical not horizontal’ is closed to new replies.