I have removed the ability to add cover images in the settings of this plugin so users cannot upload cover images. However, instead of removing the cover image location all together, there is still a grey placeholder there, so it ends up looking like this: https://prnt.sc/EdVqnWLLhkrU
Is there a way to get rid of the grey placeholder, or is this a theme-specific thing?
Thank you
]]>I’m working on a page that has two sets of column blocks with four blocks total. The cover images in the top blocks are aligned in the upper left. The cover images are in the second blocks have extra padding. I do not have the option to edit the padding in the settings or styles section. Is this a padding issue or something else?
Photo here.
Thanks!
Can someone please tell me how to make a cover image (home page) full page width on Twenty Twenty Four?
Thankyou!
]]>I wanted to position the “budowac mosty” block on the left side. – Fine that works.
And I wanted to position the “register” block on the right side. That does not work.
See screenshot: https://ibb.co/X3gy6NQ
I used additional CSS:
.register
{float:right;
}
Nevertheless, it does not work.
Screenshot of Page structure:
https://ibb.co/Jz0V2Y7
How can I solve this?
thank you and BR
Angelika
]]>Upon uploading photos I have a problem. The cover images are not loading. Any tips?
Thanks in advance!
Regards, Hanneke
]]>When I upload a picture for the cover page of a user’s profile, the image cannot be cropped voluntarily and only the top portion of the image is used. Can this be fixed?
]]>front-page.html
for the header and cover image, both created using the block editor:<!-- Header Part --> <div class="wp-block-group homepage-header" style="position: sticky; top: 0; background-color: transparent;"> <!-- Header Content --> </div> <!-- Cover Image Part --> <div class="wp-block-cover cover-block" style="position: relative; min-height: 100vh;"> <!-- Cover Content --> </div>
.homepage-header { position: sticky; top: 0; z-index: 2; background-color: transparent; } .cover-block { position: relative;
z-index: 1; }
Is there any way to achieve what I’m trying?
]]>