How can I create more advanced layouts in Gutenberg block editor?
How can I create more advanced layouts in Gutenberg block editor?
How can I create more advanced layouts in Gutenberg block editor?
how to change a static testimonials into dynamic
How can I recreate my HTML page with custom grid layout (blocks spanning rows and columns) in WordPress?
display grid/flex have some weird problem when using any kind of slider, I noticed it happening with slick and swiper The solution to it is also a bit weird but simple. All you have to do is add min-width: 0; to the parent element of the slider and thats it. (if I remember correctly) If … Read more
Okay, so I found a solution by using a different type of section. The issue was having was the max width was capped at the container’s width which could not be set and looked like this: But after changing the section type from a 1/1 to a color section, I was able to have the … Read more
Post feature image after post title for single post
I have also the latest version and the options are there That should be some code doing that,in your theme functions.php file or in some plugin because wp have them. You have there something call ninja popups, try to disable that plugin, the options should appear again, once I dont know that plugin, possibly that … Read more
the_post layout
My menu doesn’t fit in the default screen in the mobile version
How can I make Gutenberg block layout switchable without lost of current content?