Hallo,
Ich soll für einen Freund eine HP machen, was mir bis jetzt mit dem Theme "Business Lite" auch gut gelungen ist. Jetzt habe ich allerdings Probleme mit dem Footer. Im Footer steht automatisch einiges an Text und auch ein Suchfeld, solange ich kein Widget hinugefügt habe. SObald ich allerdings ein Widget hinzufüge, erscheint das zwar, doch unter dem Footer erscheint ein störender weißer Balken.
Meine Frage wäre jetzt, was ich an der footer.php machen muss, damit dieser automatische Text nicht mehr da ist.
Link zu der Seite: http://www.rankcraft.net
footer.php:
PHP
<?php
/**
* Footer template used by Business.
*
* Authors: Tyler Cunningham, Trent Lapinski
* Copyright: © 2012
* {@link http://cyberchimps.com/ CyberChimps LLC}
*
* Released under the terms of the GNU General Public License.
* You should have received a copy of the GNU General Public License,
* along with this software. In the main directory, see: /licensing/
* If not, see: {@link http://www.gnu.org/licenses/}.
*
* @package Business.
* @since 3.0
*/
global $options, $themeslug;
?>
<!-- For sticky footer -->
<div class="push"></div>
</div> <!-- End of wrapper -->
<?php if ($options->get($themeslug.'_disable_footer') != "0"):?>
<div class="footer"> <!-- Footer class for sticky footer -->
<div id="footer">
<div class="container">
<div class="row">
<!-- Begin @business footer hook content-->
<?php business_footer(); ?>
<!-- End @business footer hook content-->
<?php endif;?>
</div><!--end footer_wrap-->
</div><!--end footer-->
</div>
<?php if ($options->get($themeslug.'_disable_afterfooter') != "0"):?>
<div id="afterfooter">
<div id="afterfooterwrap">
<div class="container">
<div class="row">
<!-- Begin @business afterfooter hook content-->
<?php business_secondary_footer(); ?>
<!-- End @business afterfooter hook content-->
</div> <!--end afterfooterwrap-->
</div> <!--end afterfooter-->
</div>
</div>
<?php endif;?>
<?php wp_footer(); ?>
</div> <!--End of footer class for sticky footer -->
</body>
</html>
Alles anzeigen
Alles Gute
kowi