pranaman Jun 15, 2017 · 5:01 am #6981 I added an image to the top row of http://tinyurl.com/y8l2a6e2.
In Chrome, it shows up very large, then resizes, looking like it ‘blinks’: https://www.screencast.com/t/ZsR8HbfXvj
It does not do that in Firefox.
Why is it doing that, and how can I have it not?
Andrew Misplon Puro Jun 15, 2017 · 10:32 am #6983 Hi pranaman
I’m not sure why Chrome handles that differently. What you’re seeing, is the image load at the original size and then fit into the container. The only things I can think to try are:
1. You could try adding the image directly via an Editor widget and not as a background image, any difference?
2. You could try making the image a bit smaller, perhaps 1440px wide to make the jump less noticeable.
3. You could try adding a Hero widget and add the image via a Frame in the Hero widget into the row which is Full Width Stretched. Any difference?
FANG Jun 21, 2017 · 6:15 pm #7093 hello,I placed the background whit Beaver Builder on the phone can not be full screen,
https://www.lucr.com/errore-test
before the computer could not have full-screen background whit Beaver Builder , so I resolved by modifying the margin to -25,
Hope to add two items in page settings : left margin and right margin ,like footer top margin,Then we can set the page that needs full-screen background, not all pages,
thanks
Andrew Misplon Puro Jun 21, 2017 · 6:21 pm #7094 I believe in the past, users have added to Custom CSS for Beaver full-width the following:
/* Ultra Beaver Site Content */
.fl-builder .site-content .container {
max-width: none;
}
That should sort the mobile issue out. If you’d like me to make this snippet specific to a page or post, please, let me know.
Custom CSS can be added to Customize > Additional CSS. A Custom CSS plugin or a child theme style.css file.
FANG Jun 21, 2017 · 7:00 pm #7095 Sorry, it does not work,
I added it in style.css
Andrew Misplon Puro Jun 21, 2017 · 7:03 pm #7096 No problem. I’ll be able to take a look again in a couple hours.
Important: Please, don’t make any edits to style.css. All themes and plugins completely overwrite their own files during updates. If you update Ultra all changes will be lost. Custom CSS must be inserted at Customize > Additional CSS or in a similar update safe location.
Thanks.
FANG Jun 21, 2017 · 7:07 pm #7097 ok,ok,I added it in Additional CSS and I deleted it in to style.css
https://www.lucr.com/wp-content/uploads/2017/06/[email protected]
FANG Jun 21, 2017 · 7:10 pm #7098 but,It does not work here too,
FANG Jun 21, 2017 · 7:45 pm #7099
Andrew Misplon Puro Jun 21, 2017 · 8:01 pm #7100 Change the CSS snippet to:
.fl-builder .site-content .container {
max-width: none;
padding: 0;
}
That should resolve the issue.
FANG Jun 21, 2017 · 8:04 pm #7101 yes,!!! thank you very much!!!
Andrew Misplon Puro Jun 21, 2017 · 8:08 pm #7102 Glad to hear that helped 🙂
FANG Jun 21, 2017 · 8:42 pm #7103 I am sorry , New problem,https://www.lucr.com/2017061601/
Article content if edited with Beaver Builder,The margins of components that can not be edited will also disappear
Andrew Misplon Puro Jun 21, 2017 · 8:52 pm #7104 No problem, I imagined this might come up. (The advantage of Page Builder by SiteOrigin is it can handle full-width rows independently, without any need for the theme to adjust.)
It’s quite late on my side. Please, let me test locally tomorrow and come up with a proper solution for you. I’ll reply as soon as it’s ready.
Thanks for the wait.
Andrew Misplon Puro Jun 21, 2017 · 8:54 pm #7105 Also, Fang, if you don’t mind, please, could you open a support topic. You can do so here: https://purothemes.com/support/forum/ultra-theme/ at the bottom of the page. The thread we’re talking on is resolved and belongs to pranaman so they’ll be getting notifications for each message. Happy to resolve this with you ASAP tomorrow but let’s do it in a new topic if possible. Thanks.