Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter alistonku

    (@alistonku)

    I changed to a new theme and problem is resolved. Must be an error in the Squirrel theme.

    Thread Starter alistonku

    (@alistonku)

    Sorry I typed the site wrong.. https://brazilagllc.com/

    Thread Starter alistonku

    (@alistonku)

    Thanks for the help — I just tried all the plugins and it wasn’t one of them. When I switched to 2011 it did go away. So am I just going to have to deal with that if I keep this theme or is there a way to edit something in the theme to fix it?

    Thread Starter alistonku

    (@alistonku)

    I think I need to edit the Squirrel: sidebar-footer.php

    However I am not sure what to delete to just have the box be blank

    here is the code:

    <?php
    /**
     * The Footer widget areas.
     *
     * @package WordPress
     */
    ?>
    	<div class="grid_8 alpha">
              <div class="widget_inner">
    		  <?php if (is_active_sidebar('first-footer-widget-area')) : ?>
                <?php dynamic_sidebar('first-footer-widget-area'); ?>
            <?php else : ?>
                <h4><?php _e('Contact Details','squirrel'); ?></h4>
                <?php _e('Address: FM-9, B-Block,  Second Complex, Bhopal
                Contact No : +91-9926465653
                Website:?<a href="#">https://inkthemes.com</a>
                Email-id:?<a href="#">[email protected]</a>','squirrel'); ?>
    			<?php endif; ?>
              </div>
            </div>
            <div class="grid_8">
              <div class="widget_inner">
    		  <?php if (is_active_sidebar('second-footer-widget-area')) : ?>
                <?php dynamic_sidebar('second-footer-widget-area'); ?>
            <?php else : ?>
                <h4><?php _e('Other Useful Links','squirrel'); ?></h4>
    
    <ul>
    <li> <a href="#"><?php _e('WordPress Development Blog','squirrel'); ?></a></li>
    <li> <a href="#"><?php _e('Developer Documentation','squirrel'); ?></a></li>
    <li> <a href="#"><?php _e('Reporting Bugs','squirrel'); ?></a></li>
    <li> <a href="#"><?php _e('WordPress Development Blog','squirrel'); ?></a></li>
    <li> <a href="#"><?php _e('Developer Documentation','squirrel'); ?></a></li>
    <li> <a href="#"><?php _e('Reporting Bugs','squirrel'); ?></a></li>
    </ul>
    			<?php endif; ?>
              </div>
            </div>
            <div class="grid_8 omega">
              <div class="widget_inner last">
    		   <?php if (is_active_sidebar('third-footer-widget-area')) : ?>
                <?php dynamic_sidebar('third-footer-widget-area'); ?>
            <?php else : ?>
                <h4><?php _e('Recent From Blog','squirrel'); ?></h4>
                <p><?php _e('Qarius dui, quis posuere nibh ollis quis. Mauris omma rhoncus rttitor. <a href="#">https://www.remarpro.com</a>','squirrel'); ?></p>
                <p><?php _e('Qarius dui, quis posuere nibh ollis quis. Mauris omma rhoncus rttitor. <a href="#">https://wordpress.com</a>','squirrel'); ?></p>
    			<?php endif; ?>
              </div>
            </div>
            <!--End Footer-->
            <div class="clear"></div>
            <!--Start Footer bottom-->
    Thread Starter alistonku

    (@alistonku)

    That worked great, thank you! I am still trying to figure out how to change the text in blue above that section in blue (contact details, other useful links, recent from blog). Any idea where I can change that?

    Once again thanks for the help!

    Thread Starter alistonku

    (@alistonku)

    I should note I am using Squirrel theme..

Viewing 6 replies - 1 through 6 (of 6 total)