×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
[SOLVED] PopOvers not working for generated component,
Don Siders
Yeni Üye
Posts: 5
7 yıl 10 ay önce - 7 yıl 10 ay önce #1453
Yazan: Don Siders
PopOvers not working for generated component,, Don Siders tarafından oluşturuldu
My generated component has been installed on a system using a Bootstrap-enabled template from RocketTheme. The problem is with a list view. The single line Tooltips for filters are working fine. But PopOvers for grid sorting are not. They always display in the upper left corner with no background or borders... just the title and text for the PopOver. Is there some thing I should be looking at.... and where?
Son Düzenleme: 7 yıl 10 ay önce Düzenleyen:Don Siders Neden: Typo
Konu kilitlendi.
Ian Trudell
Yeni Üye
Posts: 2
7 yıl 10 ay önce #1454
Yazan: Ian Trudell
Ian Trudell tarafından PopOvers not working for generated component, konusunda yanıtlandı
Konu kilitlendi.
Don Siders
Yeni Üye
Posts: 5
7 yıl 10 ay önce #1455
Yazan: Don Siders
Don Siders tarafından PopOvers not working for generated component, konusunda yanıtlandı
So it is a template issue, and not a component issue. I fixed it by adding some css to style the PopOvers in my xxx-custom.less file for the template.
The last one fixes ugly alignment on the search filters.
.popover {
display: inline-block;
width: 20rem;
margin: 6px;
padding: .25rem .5rem;
opacity: 1.0;
background-color: black;
color: white;
z-index: 99999999;
.popover-title {
font-size: .85rem;
color: @accentcolor;
margin: 0px;
padding: .1em 0px 0px 0px;
}
}
.js-stools-container-bar div.btn-wrapper {
vertical-align: top;
}
The last one fixes ugly alignment on the search filters.
Konu kilitlendi.
James Porter
Yeni Üye
Posts: 1
7 yıl 1 ay önce #1645
Yazan: James Porter
James Porter tarafından PopOvers not working for generated component, konusunda yanıtlandı
Hi - I seem to be having the same problem but it is happening with a RocketTheme Gantry 5 template (doesn't support the less compiler. In my case the tooltips work well if the table is the only thing on a page, but when combined with other modules, the tooltips show up unformatted in the upper right hand corner of the position. I tried loading the suggested css as custom.scss file, but no luck? Is there any solution using sass?
Konu kilitlendi.
Juan Sánchez
Yeni Üye
Posts: 9
7 yıl 1 ay önce #1646
Yazan: Juan Sánchez
That is! Our code is 100% compatible with the standard Joomla! protostar template which uses bootstrap. Please, take into account that there are many different templates for Joomla front-end, built on many different frameworks (not only bootstrap). So issues like this one could occur.
If you are using a non bootstrap template, we strongly recommend to use template overrides to fix those potential visual issues.
Juan Sánchez tarafından PopOvers not working for generated component, konusunda yanıtlandı
So it is a template issue, and not a component issue. I fixed it by adding some css to style the PopOvers in my xxx-custom.less file for the template.
That is! Our code is 100% compatible with the standard Joomla! protostar template which uses bootstrap. Please, take into account that there are many different templates for Joomla front-end, built on many different frameworks (not only bootstrap). So issues like this one could occur.
If you are using a non bootstrap template, we strongly recommend to use template overrides to fix those potential visual issues.
Konu kilitlendi.
Sayfa oluşturma süresi: 0.096 saniye