Forum

Notifications
Clear all

[Solved] Quote type of Post

6 Posts
2 Users
0 Likes
598 Views
pgw
 pgw
Active Member
Topic starter
 

Hi, I'm wondering more about the Quote type of post. On my mobile, the image shows up with a black box surrounding it. On the desktop, the image doesn't have this black box around it.

Also, the image came in as rotated for some reason. I edited in in WP, which fixed its appearance as a featured image on the home page, but when I click on the post to see more details, the imaged is still rotated. The image was uploaded through another plug in called User Submitted Post, if that matters. Thank you!

 
Posted : 14/07/2020 7:37 pm
ancientcoders
Active Member Admin
 
Posted by: @pgw

Hi, I'm wondering more about the Quote type of post. On my mobile, the image shows up with a black box surrounding it. On the desktop, the image doesn't have this black box around it.

Also, the image came in as rotated for some reason. I edited in in WP, which fixed its appearance as a featured image on the home page, but when I click on the post to see more details, the imaged is still rotated. The image was uploaded through another plug in called User Submitted Post, if that matters. Thank you!

Hello!

The Quote Image from mobile is intended to have that background, If you look in the demo live preview on mobile, that background exists.

But if you don't want it, it can be easily removed from mobile with some custom code:

@media(max-width: 768px) {

.masonry .wrapper .masonry-panel__content article.format-quote {
padding: 0;
}

}

Related to the image, the theme shouldn't rotate the image in any way so more than certain the plugin is responsible.
Also, I don't see the image rotated now, have you solved it in the meantime?
If you still have issues with images you can attach a screenshot to see exactly what you mean.

Also, in regard on the last subject, I advise you to make the site title smaller on mobile in order to look better.
In my opinion now is a little too big, and if you want that you can use the custom code from below:

 

@media(max-width: 768px) {

.site-header .site-branding .site-title {
font-size: 18px;
}

}

Hope it helps!
This post was modified 5 years ago 3 times by ancientcoders
 
Posted : 14/07/2020 10:04 pm
pgw
 pgw
Active Member
Topic starter
 

@ancientcoders hi! sorry, i've been preoccupied with my job. thanks for letting me know about the dark frame, that is fine for now. the image is still rotated, not on the home page, but on the actual post. you will see if you click into it. i'm attaching a screenshot here too.

thanks for the guidance on the mobile title, i'll try that

 
Posted : 17/07/2020 8:51 pm
ancientcoders
Active Member Admin
 

@pgw

Hi, awesome. I'll mark it as solved for the quote post.

For the rotated image on single post, do you have a caching plugin installed? 

Please try opening your website in a incognito window to see if it still displaying wrong. If still,

e-mail me and I will solve it, even if it's plugin related.

 
Posted : 18/07/2020 9:46 am
pgw
 pgw
Active Member
Topic starter
 

@ancientcoders thank you for the guidance. i have tried the private/incognito window and still the same outcome. i will email you.

 
Posted : 18/07/2020 9:53 pm
ancientcoders
Active Member Admin
 

@pgw, I emailed you with infos and custom code.

 
Posted : 20/07/2020 11:52 am
Share: