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

    (@jackdewey)

    Sorry for the long time to reply. I see what the issue is. I just never tested the plugin with so many pages, and there is a bug that displays way too many dots when there are as many pages as you have on your site. I have fixed the issue and will be publishing them in a new version by the end of tomorrow. I will post back here when it’s available.

    Thread Starter nrosskothen

    (@nrosskothen)

    Thank you Yannick!

    Link Library is a great plugin and delivers as promised. You have done an outstanding job and we appreciate all your efforts.

    If I can make an improvement suggestion, it would be great if the choose Category field and Search fields had the same size and similar buttons. Please see my page if you don’t know what I mean.

    I haven’t had a chance to try to figure this out. I am unfortunately not a coder. I can only change code, not write it.

    Keep up the great work and stay safe!

    Norman

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    The update to fix the pagination issue has been released. Please update and confirm that things look better for you in a mobile view now.

    As for making the category field and search fields the same, that is not something that the plugin could do by itself, since the size of the category selection list depends on the size of the biggest category names.

    That being said, a bit of CSS code can easily fix this. Go to the stylesheet section of the Link Library and add the following code at the vert bottom of the stylesheet editor:

    input#searchll {
        width: 292px;
        margin-right: 3px;
    }
    
    input#searchbutton {
        margin-right: 3px;
    }

    This will set the size of the search box to match your category list and add a bit of space to before the search button, and also add some space between the two buttons. I hope this helps.

    Please consider donating to support this plugin’s development.

    Thread Starter nrosskothen

    (@nrosskothen)

    Hi Yannick –

    Unfortunately, the patch doesn’t seem to work. It looks the same.

    I purged the cache and tested on both Chrome and Safari.

    Thank you for the CSS coding. I will try this also. I understand now why the fields are of different sizes.

    Thank you for your assistance.

    Norman

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Sorry about that. I will investigate further this week-end.

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    can you double-check the version of Link Library that you’re running? I checked that my fix has been properly submitted and it is working correctly in my test environment. There are times when updates to plugins don’t work correctly. The latest version is 6.4.9.

    Thread Starter nrosskothen

    (@nrosskothen)

    Hi Yannick –

    Yes, I have version 6.4.9.

    I have 461 links and will be adding to them.

    I would be happy to test anything for you. Just let me know what to do.

    Thank you.

    Norman

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Got it now. I think I made the fix but reverted it by mistake. The fix will be in version 6.5. Let me know if it works after the update and please consider donating to support this plugin’s development.

    Thread Starter nrosskothen

    (@nrosskothen)

    Hi Yannick –

    Fixed. Wonderful!

    Norman

    Thread Starter nrosskothen

    (@nrosskothen)

    Awesome Plugin!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Page Numbers Are Not Responsive’ is closed to new replies.