Project

General

Profile

Actions

Bug #12544

closed

Mobile-theme issues with Academia theme

Added by Raffi Khatchadourian about 4 years ago. Updated over 3 years ago.

Status:
Resolved
Priority name:
Normal
Assignee:
-
Category name:
WordPress Themes
Target version:
Start date:
2020-03-14
Due date:
% Done:

0%

Estimated time:
Deployment actions:

Description

JetPack used to overwrite the mobile theme of Academia until recently. One thing JetPack used to do as part of its mobile theme was to move photos to the center so that text is not immediately to the right or left of a photo, making the text very hard to read. Unfortunately, the native Academia theme doesn't do this, and, as a result, my home page is difficult to read due to the photo alignments. These alignments seem reasonable on a desktop browser but are problematic on a phone. Any advice on how to fix this?

Home page: http://khatchad.commons.gc.cuny.edu

Actions #1

Updated by Boone Gorges about 4 years ago

  • Category name set to WordPress Themes
  • Status changed from New to Reporter Feedback
  • Target version set to Not tracked

I don't know much about Jetpack mobile overrides, so I can't say much about how this used to work or why it changed. As for the specifics of the image alignment, I've added a small bit of CSS to your Additional CSS panel that demonstrates one possible technique. See https://khatchad.commons.gc.cuny.edu/wp-admin/customize.php?return=%2Fwp-admin%2F > Additional CSS. Here is the block added:

@media screen and (max-width: 782px) {
    .alignright, .alignleft {
        float: none;
    }
}
Actions #2

Updated by Raffi Khatchadourian about 4 years ago

Boone Gorges wrote:

I don't know much about Jetpack mobile overrides, so I can't say much about how this used to work or why it changed.

https://jetpack.com/support/mobile-theme. They just stopped supporting it.

As for the specifics of the image alignment, I've added a small bit of CSS to your Additional CSS panel that demonstrates one possible technique. See https://khatchad.commons.gc.cuny.edu/wp-admin/customize.php?return=%2Fwp-admin%2F > Additional CSS. Here is the block added:

Oh, awesome! This almost does the trick! Can the images be centered instead of left-aligned?

Actions #3

Updated by Raffi Khatchadourian about 4 years ago

Raffi Khatchadourian wrote:

Oh, awesome! This almost does the trick! Can the images be centered instead of left-aligned?

This would only be for the mobile theme.

Actions #4

Updated by Boone Gorges about 4 years ago

  • Status changed from Reporter Feedback to Resolved

I've modified the CSS so that the images and their captions are centered at narrow widths. Feel free to play with this if you'd like other adjustments. In the meantime, it sounds like we can probably close this ticket.

Actions #5

Updated by Raffi Khatchadourian about 4 years ago

Thanks!

Actions #6

Updated by Raffi Khatchadourian over 3 years ago

Boone Gorges wrote:

I've modified the CSS so that the images and their captions are centered at narrow widths. Feel free to play with this if you'd like other adjustments. In the meantime, it sounds like we can probably close this ticket.

Hey Boone. This was working for a while but I just noticed that it went back to the original behavior. Any idea what could be wrong? Thanks!

Actions #7

Updated by Boone Gorges over 3 years ago

It looks like the CSS selectors changed, either because you switched to the block editor, or because WP changed the selectors in its own CSS. I've made a couple changes that seem to resolve it for the image on your homepage.

Actions #8

Updated by Raffi Khatchadourian over 3 years ago

Boone Gorges wrote:

It looks like the CSS selectors changed, either because you switched to the block editor, or because WP changed the selectors in its own CSS. I've made a couple changes that seem to resolve it for the image on your homepage.

Thanks, Boone!

Actions

Also available in: Atom PDF