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?
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
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.
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.
@synlabuk please let us know when the site is live.
Hi @htmgarcia the site is now live.
The website is
here
‘All’ is the initial opening page.
Regards
Thanks @synlabuk! Opening the other tabs displays the content fine.
In case I’m missing something, may you point in an screenshot the issue?
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
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
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
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
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;
}
Closing after 1 month of inactivity.