stefanbohacek / fediverse-share-button-wordpress

Let your site's visitors share your work with the fediverse!
https://fediverse-share-button.stefanbohacek.dev/
GNU General Public License v3.0
8 stars 1 forks source link

Layout issues when using the Twenty Twenty-Three WordPress theme #7

Closed stefanbohacek closed 3 months ago

stefanbohacek commented 3 months ago

The sharing prompt appears "at the bottom of each post preview in masonry mode rather then at top or bottom of the page itself".

Example of the issue described above.

Theme download page: https://wordpress.org/themes/twentytwentythree/ Report link: https://stefanbohacek.online/@secretladya@mstdn.social/112864478686280272

stefanbohacek commented 3 months ago

There's a temporary fix in https://github.com/stefanbohacek/fediverse-share-button-wordpress/commit/720837b342a38077c7fbe0f871d426b128ce2578 that removes the sharing widget from posts when viewing a blog home page and centers it at the bottom of the page with some hard-coded inline styles to work for different themes and layouts.

Will open a separate issue for a more permanent and flexible fix in the future.