After upgrading from 2.12.1 to 2.12.2 (using Unzip and the automatic scripts) everything works fine, except that the pagenames in the pages-overview are centered.
I can't find where this is controlled. Am I the only one with this problem?
Hi, you are the first with this problem.
Can you give a screenshot?
The CSS for this is in templates/DefaultTheme/css/pages.css
Line 45 says: text-align: left;
Maybe a cache issue with the browser.
Dietmar
It's fine in Firefox and Edge, in Chrome (cache cleared!) it shows like this:
(https://i.ibb.co/QPFJGJW/Fotomakerij-37.jpg)
There is a little problem, you're right. But not centered like in your screenshot.
We try to fix that.
Quote from: dbs on July 01, 2019, 05:51:38 PM
There is a little problem, you're right. But not centered like in your screenshot.
We try to fix that.
It's not really a big deal, just looks weird. :-)
Please can you test this:
admin/pages/dataRowsTable.php
In line 5 is a width: 0;
Change this to width: 1px;
Hope this fix that. If you see no changes try CTRL+F5.
Quote from: dbs on July 02, 2019, 05:52:17 PM
Please can you test this:
admin/pages/dataRowsTable.php
In line 5 is a width: 0;
Change this to width: 1px;
Yep, that did the trick. Thanks!
Thanks for testing. (Y)
The fix is available in the add-ons repository: https://addon.WebsiteBaker.org/pages/en/browse-add-ons.php?id=04091835 (https://addon.websitebaker.org/pages/en/browse-add-ons.php?id=04091835)
Quote from: dbs on July 03, 2019, 07:42:26 PM
Thanks for testing. (Y)
The fix is available in the add-ons repository: https://addon.WebsiteBaker.org/pages/en/browse-add-ons.php?id=04091835 (https://addon.websitebaker.org/pages/en/browse-add-ons.php?id=04091835)
Thanks for the quick fix and update!