Forum replies created
Hi, Reinhard. These blocks I see on the page are Gutenberg blocks. Is there something related to our theme that doesn’t work and you need help with? I’m not sure how I can help you with other stuff.
Hi! The logo is taking the entire space the design “lets” it to take. So if you want to make it bigger, you can do the following: add the code below to the Additional CSS in the Customizer
.header-logo-container img {
max-width: 150%;
}
You can play with the percentage as you wish. Please let me know if it helps.
Also, try to use images where there are no white bezels so you don’t lose visible real estate.
Hello, and I’m very sorry for the late reply! Your ticket accidentally fell through the cracks.
Please add the following to the Additional CSS section in your Customizer:
.carousel-control-next, .carousel-control-prev {
z-index: 10;
}
This fix will help.
No, but this is irrelevant. To create a log, you do the following in the wp-config.php:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
You don’t need to display it on your front end. You will have a debug.log in the WP-Content folder.
What problem?? We don’t have any issues related to the logs, and it is WordPress functionality. You also should get an email when something like this happens.
What does it say in the error log? or message?
So you mostly speak of some theme possibilities, like the twenty twenty-three theme, but ours is much more powerful. I can’t even compare… We do not have a visual builder, which is on purpose because of its overhead. If you want one, you can get any builder to work with our theme, but it kind of beats the entire purpose. The website you gave as an example has a critical error, so if you have a specific ask or a problem, please describe it, and we will try to assist, as always.
What is it that you want to do but can’t? Please elaborate on that a little bit.
Hello. The sidebar on the homepage works under specific conditions only. For posts as the homepage, for example. If you use the Component Shortcodes to build it, the Sidebars will not be added. If you want, please share access to your admin area in a private reply, and I will look and see if we can find a solution for you.
CTRL+F5 should help with the Customizer in Evolve Plus as well. The website shouldn’t be a mess if you use Evolve without problems… If you want, I could take a look. For this, I need admin access to your website, you can share it in a private message here.