• Resolved synlabuk

    (@synlabuk)


    Hi,

    I am using a plugin to create a table of items which can be searched by name or filtered by category. The issue is that the ‘initial open tab’ display the filter field correctly. The rest of the tabs ‘shrink’ the filter field.

    The code to show each table is identical apart from the letter searched.

    Cannot provide a link as it is on a test server ATM.

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author htmgarcia

    (@htmgarcia)

    Hi @synlabuk,
    if the plugin is free, may you share the name and the HTML code from Code editor, in order to test in my end?

    Thread Starter synlabuk

    (@synlabuk)

    Hi @htmgarcia

    Sorry it is a paid for plugin (don’t want to post URL of plugin as unaware of forum rules) . If you can provide the URL for your test site I can authorize it so that you could use it. I would however need to email/post you the zip file for you to upload. Again, don’t want to do it now as I don’t know if it would break forum rules

    Regards

    Plugin Author htmgarcia

    (@htmgarcia)

    I understand, @synlabuk. To have more details on this, did you reported the issue to the paid plugin developer? It may help to have a better understanding on this situation.

    Thread Starter synlabuk

    (@synlabuk)

    Hi @htmgarcia have not reported to plugin developer.

    From my testing it seems to be the tabs block that causes the issue.

    I can view the tabs (a-z) with ‘a’ being the initial open tab. ‘a’ shows the filter ok, the rest do not.

    Change the initial open tab to ‘b’ (or anything else) then ‘b’ shows ok, the rest do not, including ‘a’. Change it back and the initial open tab is fine.

    As I cannot shown the issue to them either, might have to wait until the site is live.

    Plugin Author htmgarcia

    (@htmgarcia)

    @synlabuk please let us know when the site is live.

    Thread Starter synlabuk

    (@synlabuk)

    Hi @htmgarcia the site is now live.

    The website is

    here

    ‘All’ is the initial opening page.

    Regards

    Plugin Author htmgarcia

    (@htmgarcia)

    Thanks @synlabuk! Opening the other tabs displays the content fine.
    In case I’m missing something, may you point in an screenshot the issue?

    Thread Starter synlabuk

    (@synlabuk)

    Hi @htmgarcia

    It’s the filter options just about the test name.

    On the ‘all’ tab it is displayed correctly, all the others they are truncated.

    Regards

    Plugin Author htmgarcia

    (@htmgarcia)

    @synlabuk works fine in my end: https://ibb.co/LNwspCX

    Thread Starter synlabuk

    (@synlabuk)

    Hi @htmgarcia

    Thanks for the quick reply. However, you are looking at the wrong item.

    It is the drop down fields above the test name. Site and laboratory.

    https://ibb.co/2tpg4kj

    Plugin Author htmgarcia

    (@htmgarcia)

    Thanks for the clarification, @synlabuk! I see what you mean.

    The dropdowns despite being shrinked, still works. Maybe adding custom CSS through your theme Customizer > Additional CSS to set the width for the dropdowns may solve the issue?

    Regards

    Thread Starter synlabuk

    (@synlabuk)

    Thanks @htmgarcia

    It is the tab block that is causing the issue as I tested in on another tab plugin and the dropdowns were as expected, all the same size.

    Never done any add. css code, do you have any pointers as what to add?

    Thanks

    Plugin Author htmgarcia

    (@htmgarcia)

    Please try:

    .posts-table-controls .posts-table-select-filters .select2-container:first-of-type {
        width: 290px !important;
    }
    .posts-table-controls .posts-table-select-filters .select2-container {
        width: 190px !important;
    }
    Plugin Author htmgarcia

    (@htmgarcia)

    Closing after 1 month of inactivity.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Filter field’ is closed to new replies.