alistonku
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Site title showing up twiceI changed to a new theme and problem is resolved. Must be an error in the Squirrel theme.
Forum: Themes and Templates
In reply to: Site title showing up twiceSorry I typed the site wrong.. https://brazilagllc.com/
Forum: Themes and Templates
In reply to: Site title showing up twiceThanks 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?
Forum: Themes and Templates
In reply to: Removing bottom text from themeI 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-->
Forum: Themes and Templates
In reply to: Removing bottom text from themeThat 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!
Forum: Themes and Templates
In reply to: Removing bottom text from themeI should note I am using Squirrel theme..