mmonarchy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I CANT View the Images/Files in my Media Library…Pls Helpnever mind.
i ended up deleting all pics and reloading them. :/
Forum: Fixing WordPress
In reply to: I CANT View the Images/Files in my Media Library…Pls HelpHello,
I actually deactivated the plugins and still no change. any other suggestions?
Forum: Themes and Templates
In reply to: [isis] Delete template author nameI figured it out!
here it is:
<?php
/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*/
?>
<!–FOOTER SIDEBAR–>
<?php if ( is_active_sidebar( ‘foot_sidebar’ ) ) { ?>
<div id=”footer”>
<div class=”row”>
<div class=” large-12″><div class=”widgets”><?php if ( is_active_sidebar(‘dynamic_sidebar’) || !dynamic_sidebar(‘Footer Widgets’) ) : ?><?php endif; ?>
</div>
</div> </div>
</div>
<?php } ?><!–COPYRIGHT TEXT–>
<div id=”copyright”>
<div class=”row”>
<div class=”large-12″><div class=”copytext”>
<?php echo of_get_option(‘footer_textarea’); ?></div>
</div>
</div>
</div>
</div><?php wp_footer(); ?>
</body>
</html>Forum: Themes and Templates
In reply to: [isis] Custom CSSdownload a plugin called Custom CSS. update your CSS there boom! your done! no need for child
I am new and thats the first thing i learned. hope it helps
Forum: Themes and Templates
In reply to: Expound by Konstantin Kovshenin (Help Please!)just deactivated the plugin. sorry
Forum: Themes and Templates
In reply to: Expound by Konstantin Kovshenin (Help Please!)Hello
2) I have managed to change the color of the text on the menu, but I cant change the hover light blue color!? the whole container should turn pastel yellow when i move my cursor over…
I tried ellp code, but i didnt work…any other suggestions?
http://stereodepotsandiego.co/contact-us
look forward to your help.
Thank you.
Forum: Themes and Templates
In reply to: Expound by Konstantin Kovshenin (Help Please!)ellp,
thank you for taking the time to respond to my post. I have been using firebug and i clicked on the “area” to locate the code. I was looking for a hex color code to change like I have been doing with the rest of the site. I dont think i could have figured out and that (<footer id=”colophon” class=”site-footer” role=”contentinfo”>) meant i can change the color there lol. but again, i did mention that I am not a coder…yet! 🙂
im sorry, but I might have more Qs soon.
thanks you.
mmonarchy