• Resolved fijisunshine

    (@fijisunshine)


    Great theme!

    I have an issue that occurs when upgrading from version 1.80 from 1.79. In the backend of WordPress, the columns for each page, post, etc. do not align with their column titles. Rather, they collapse to the left of the tables.

    For example, for Pages, the column titles are “Title”, “Author”, “Date” and “Expires”. These column titles are spaced correctly. But the contents of the table (for example, the title and author of each page) do not align with the column titles. They’ve all collapsed to the left side of the table.

    This issue only affects the WordPress backend, not the publicly viewable website.

    Any suggestions? Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    I did checking one page of my test site running Sydney (v. 1.80), the heading part of the page looks fine as seen on this screenshot.

    In case I didn’t wrong testing, to make sure I understand your issue correctly, please provide the detailed steps to replicate your issue. It would be better if you could provide some screenshots or video recording to add more context. To include your screenshot/video files, use a file sharing service to get public links your files you can share in your reply.

    Thread Starter fijisunshine

    (@fijisunshine)

    Thank you for your reply, Kharis. The issue is in the WordPress backend (i.e. admin), not the publicly viewable website.

    In the WordPress backend/admin, click on Posts or Pages to view your Posts or Pages listed in a table. For example, for Pages, the column titles are “Title”, “Author”, “Date” and “Expires”. These column titles are spaced correctly. But the contents of the table (for example, the title and author of each page) do not align with the column titles. They’ve all collapsed to the left side of the table.

    This issue occurs in version 1.80 (and all later versions) but not in version 1.79.

    Thanks again

    Hi,

    I am sorry for the delay in response.

    Would it be possible to have some screenshots to your issues for better context (only if your site hasn’t yet been live)?

    You could use snipboard[dot]io to get shareable links to your screenshots once they’re uploaded. So you could include them in your comment.

    Thanks you!

    Thread Starter fijisunshine

    (@fijisunshine)

    Thank you for your reply, Kharis. The issue is now resolved. It was a plugin conflict. For Sydney version 1.80 (and later), the other plugin had a css element that was causing the contents of the tables to be “float: left;” in the dashboard/admin area of the website.

    To fix it: I used an add_action on ‘admin_head’ in functions.php of my child theme to include this css for the dashboard/admin area on the affected css selector: “float: none !important;”

    Thanks again!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Issue updating to version 1.80 from 1.79’ is closed to new replies.