MishWinters
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theron Lite theme – nivo slider height increase?Thanks so much! that definitely helped.
Would you also have any tips on changing the colour of the nav bar?
I’ve tried changing the #topmenu and #menu_wrap to background: black in the stylesheet but nothing seemed to happen.
my site is winterplan.net
Forum: Themes and Templates
In reply to: Theron Lite theme – left sidebar and front page headeralso wondering if anyone has advice about increasing the space between the height of the slider?
Forum: Themes and Templates
In reply to: Theron Lite theme – left sidebar and front page headerok cool, thanks for your help anyway!
Forum: Themes and Templates
In reply to: Theron Lite theme – left sidebar and front page headerthanks that makes sense, I just removed it, along with all styles from the child css and saved changes, but I’m still locked out of the site.
is it safe to delete the child theme from my database and reinstall it?
Forum: Themes and Templates
In reply to: Theron Lite theme – left sidebar and front page headerok cool, i don’t see any inconsistency either. to be sure, i pasted the parent footer.php back into the child footer.php and refreshed the site admin.
No luck! still locked out..
Would it be an option to deactivate the theme and reinstall it?
Forum: Themes and Templates
In reply to: Theron Lite theme – left sidebar and front page headerok thanks. I deleted the footer sidebard code at the top earlier, but then repasted it back in.
Is there any inconsistency here?
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser. ]
<!--FOOTER SIDEBAR--> <?php if ( is_active_sidebar( 'foot_sidebar' ) ) { ?> <div id="footer"> <div class="widgets"><?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Widgets') ) : ?><?php endif; ?> </div> </div> <?php } ?> <!--COPYRIGHT TEXT--> <div id="copyright"> <div class="copytext"> <?php echo of_get_option('footer_textarea'); ?> <?php _e('Theme by', 'theron');?> <a href="https://www.towfiqi.com/">Towfiq I.</a> </div> <!--FOOTER MENU--> <div id="footmenu"> <?php wp_nav_menu( array( 'container_class' => 'menu-footer', 'theme_location' => 'footer', 'depth' => 0, 'fallback_cb' =>false) ); ?> </div> </div> </div><!--Center Wrap END--> <?php wp_footer(); ?> </body> </html>
Forum: Themes and Templates
In reply to: Theron Lite theme – left sidebar and front page headerjust the stylesheet and footer.php
Forum: Themes and Templates
In reply to: Theron Lite theme – left sidebar and front page headerthanks! of course, that was the problem.
I activated it, but now I’m getting a 500 internal server error and can’t log into the site…any ideas?
Forum: Themes and Templates
In reply to: Theron Lite theme – left sidebar and front page header/*
Theme Name: Theron-litechild
Description: Child theme for the theron-lite theme
Author: ML
Template: theron-lite
*/@import url(“../theron-lite/style.css”);
#copyright{margin-top:60px;}
#body{color:#000!important;}
Forum: Themes and Templates
In reply to: Theron Lite theme – left sidebar and front page headerI just tried put this in to change the colour of the post text:
#body{color:#000!important;}
and nothing happened. should I reinstalling the child theme?
Forum: Themes and Templates
In reply to: Theron Lite theme – left sidebar and front page headerThanks Andrew, that’s what I thought, and why I put in the child theme.
any idea why the code didn’t work in the child css?
Forum: Themes and Templates
In reply to: Theron Lite theme – left sidebar and front page headermany thanks! that definitely worked.
also, is there a way to take out the contact form and to change the colour of the header and footer?
Forum: Themes and Templates
In reply to: Theron Lite theme – left sidebar and front page headerok but sorry i’m really new to this and the stylesheet is very long. where does the code need to go exactly?
Forum: Themes and Templates
In reply to: Theron Lite theme – left sidebar and front page headerI added it to the child stylesheet, did you mean to add it to the parent stylesheet?
Forum: Themes and Templates
In reply to: Theron Lite theme – left sidebar and front page headeryes just wanted to increase distance betwen slider and copyright.
I pasted the code into the child theme css I created but the distance hasn’t changed. Any ideas?