This topic has 11 replies, 3 voices, and was last updated 5 years, 8 months ago ago by Rose Tyler
Hello,
I wanted to do a new Home site and as normaly i did a new page and selected on the right side -> Template “Blank Page”. Now i got the problems:
1. No header
2. Cant scroll down
What can i do against that?
https://www.bilder-upload.eu/bild-040369-1551224579.png.html
Thank you!
Hi,
Please send:
– FTP info (server, username, password, port)
– Admin info (wp-admin URL, username, password)
I will check this problem for you.
Regards,
Hello, @KAMAN
You do not need to select the Blank template. If the page will be used as Home, do not select any template for it.
If you use WP 5.x, I would recommend you to disable the Gutenberg editor – https://prnt.sc/mpotva and enable WPBakery Page Builder for all post types – http://prntscr.com/mpou3c
Regards
Hello,
thank you for the quick response, i really appreciate that!
If you change something, please do not change anything on the current home page.
The website is running and it has customers on it.
If you change something please do that in Sites -> Test Homepage
Thank you!
Hello,
To make a block full width you need to open Row settings > Row stretch > http://prntscr.com/mqtyhb
To change the width of page content, you need to use custom css code. This code can be applied for all pages on site:
@media only screen and (min-width: 1290px) {
.container {
width: 70%;
}
.header1 .logo, .header1 .search-left {
width: auto;
}
}
by adding in custom.css file or for a separate page only – http://prntscr.com/mqu3ow
Feel free to ask if you have any other questions.
Regards
Hello,
How can i make buttons and text on that banner?
No on Banners in WPBakery Page Builder
I can put Buttons on Revolution Slider but not on Normal Banners
http://prntscr.com/mrblfs > http://prntscr.com/mrblj4
<a class="button" style="color: white;" href="#">My button</a>
change # to your link
Regards
Thank you!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up