critta10
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Misplaced arrowI just checked internet explorer 11 and its slightly misaligned as well but not as bad.
Forum: Themes and Templates
In reply to: Misplaced arrowOh and I am using google chrome
Forum: Themes and Templates
In reply to: Misplaced arrowThe arrow under news should be after it like on the music page:http://alexvillafranca.com/?albums=downside-up-2
Here is the screenshot of what I see:http://alexvillafranca.com/wp-content/uploads/2014/09/screenshot.jpg
Forum: Fixing WordPress
In reply to: Limit the number of posts on my homepage. Please help!Solved my own problem. I deleted out :
<div class=”load_more_cont”>
<div align=”center”><div class=”load_more_text”>
<?php
ob_start();
next_posts_link(‘<img src=”‘ . get_bloginfo(‘stylesheet_directory’) . ‘/images/loading-button.png” />’);
$buffer = ob_get_contents();
ob_end_clean();
if(!empty($buffer)) echo $buffer;
?>
</div></div>
</div><!–//load_more_cont–>
<?php wp_reset_query(); ?>
</div><!–//content–>
Forum: Themes and Templates
In reply to: How to change site content color when not found in CSSThank you. I do understand you. And I did say I posted there. I know about option pages. I dug through Chrome developer tools as well found the piece of code but it wasn’t in CSS. I just went browsing through the theme files and found the missing CSS files hidden from the edit tools (kept in their own folders) within the backend of WordPress so I’ll edit them and pop them back will do the trick. Thank you though. I found my answer.
Forum: Themes and Templates
In reply to: How to change site content color when not found in CSSOkay, well I would like to leave it open to anyone who could answer the larger question of when any option to change any color would be if not in the CSS because it has happened before in other themes so now I am very curious. Thank you though. In this instance, it does relate to the theme 15.
Forum: Themes and Templates
In reply to: How to change site content color when not found in CSSEssentially where else would color be if not in the CSS?
Forum: Themes and Templates
In reply to: How to change site content color when not found in CSSThank you. I did but it is also a general question on how to do it irrespective of theme.