• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

[Need Help] I have a Wordpress Problem.

Remove the tag line on the settings page of wordpress, or upload a logo, or go in to appearance > customize check settings there under identity...
 
That depends on the theme you are using, but i would suggest you check the Word<Press Customizer and look for a section that says the header or something similar, there you should find all the options related to the header. Hope it solves your problem.
 
Also many time depends upon theme you use it could be a setting in the customizing of the specific theme settings...

For some reason looks more like a breadcrumb displaying...
 
Also many time depends upon theme you use it could be a setting in the customizing of the specific theme settings...

For some reason looks more like a breadcrumb displaying...
That depends on the theme you are using, but i would suggest you check the Word<Press Customizer and look for a section that says the header or something similar, there you should find all the options related to the header. Hope it solves your problem.
Remove the tag line on the settings page of wordpress, or upload a logo, or go in to appearance > customize check settings there under identity...
<?php
$spicepress_description = get_bloginfo( 'description', 'display' );
if ( $spicepress_description || is_customize_preview() ) : ?>
<p class="site-description"><?php echo $spicepress_description; ?></p>
<?php endif; ?>

Here I have to enter a special text. How can I do it? Thanks.
 
<?php
$spicepress_description = get_bloginfo( 'description', 'display' );
if ( $spicepress_description || is_customize_preview() ) : ?>
<p class="site-description"><?php echo $spicepress_description; ?></p>
<?php endif; ?>

Here I have to enter a special text. How can I do it? Thanks.

Did you check the customizer? The problem most probably can be fixed with some css. That code is reading the Tag Line from the database "get_bloginfo( 'description', 'display' );" and showing it with php as it should, it is CSS's job to place it in the desire position.
 
  • Like
Reactions: erbasmedya
look at theme settings, it should have entry for top bar to be able to have check box to show or not. if thats not it then in customise settings,
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock