- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Product list heading not displayed in Magento 2
Hi All,
I have installed Magento 2 in Google cloud.
Observed that product list heading style not displayed correctly in Admin. Please see below link for screen shot
Link: https://drive.google.com/file/d/0BwJ34-erh9lUalg4Z3BkX0NJU0E/edit?pref=2&pli=1
Kindly advise how to validate further.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product list heading not displayed in Magento 2
I have the same problem.
Running on Ubuntu 16.04.1 (php7.0.8) -> Magento 2.1 (German)
(Admin Panel: Products->Catalogue and Sales->Orders, invoices etc.)
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product list heading not displayed in Magento 2
I am completely new to magento 2.
...but the table header issue seem to come from the style.css.
.data-grid-cell-content {
display: inline-block;
overflow: hidden;
width: 100%;
}
I am using Win10 (2560x1440) and testet it on diffrent browers. If i remove the width or the display tag from the .data-grid-cell-content class ... it shows at least horizontally.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product list heading not displayed in Magento 2
I have a same issue, I have find the error but not fixed, this not css issue this a knockout.js issue any one know th knockout.js..
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product list heading not displayed in Magento 2
I had the same issue... it ended up being google pagespeed that I had setup on my server. Pagespeed inlines javascript and elements in the page which breaks the Magento javascript. Try disabling that for your domain see if it works out.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Product list heading not displayed in Magento 2
Yes! ... this worked perfectly for me.
Thank you for the clue.
Cheers
Luke