BigTuna5000
Forum Replies Created
-
Thanks a bunch sakin!
Thanks for responding Andrew, much appreciated. I was trying to figure it out in the custom CSS/styles (I should have mentioned I’d been altering code) but I have yet to figure it out.
As for the child theme, I’m intigued by the idea but but am not sure if I will test one for this site on a domain I have but am not using yet because I don’t want to start over on this project (not sure if i can develop it on a name.wordpress.com site, download and transfer) or wait to use a child theme on my next site.
Thanks for your response! I’ll have to look into the child themes but I have one more question if your reading this, Sakin – simple catch pro!
Is there a way to make the social icons in the upper right hand corner stay their hover colors? I’m not sure how good it would look this way but I’m curious.
Thanks!
-TunaForum: Fixing WordPress
In reply to: FTP Client necessary with host wp plugin?Thanks for the quick response, reverend! It seems I’m right on track with my plugins and code without FTP. I’ll have to search for the media handler your talking about when it somes to images but I’m familiar with uploading them in individual pages and posts. Thanks!
Works! Thanks! I think it looks a lot better without the border and now it wont appear to be different lengths depending on the browser.
This is my first thread on the word press forum but I’d like to stick around and try to answer some newbie questions to broaden my scope. I’d like to learn how to create a mysql/php database visitors on my site can search. Anyways, you’ve been a great help, thanks!
-Andrew (too)
Sorry, it didn’t seem to have an effect on it.
I’ve never used jquery before but I’m open to this as a solution.
I do have access….
<?php
/**
* The template for displaying the footer.
*
* @package Catch Themes
* @subpackage Simple_Catch
* @since Simple Catch 1.0
*/
?>
<div id=”footer”>
<div class=”layout-978″>
<?php //Displaying footer logo ?>
<div class=”col7 copyright no-margin-left”>
<?php if( function_exists( ‘simplecatch_footerlogo’ ) ) :
simplecatch_footerlogo();
endif;
?><?php _e( ‘Copyright’, ‘simplecatch’ ); ?> ? <?php echo date(“Y”); ?> <span><?php bloginfo(‘name’)?></span>. <?php _e( ‘All Right Reserved.’, ‘simplecatch’ ); ?>
</div><!– .col7 –><?php do_action( ‘simplecatch_credits’ ); ?>
</div><!– .layout-978 –>
</div><!– #footer –>
<?php wp_footer(); ?>
</body>
</html>Right, my other left. (yes i did)
I was trying to figure out if there is a way to make the nav width fixed but the menu item’s fluid within it.
Works!!! Thanks a bunch! I was trying to figure that one out for an hour or so before posting here but I guess that’s a php function or something (current-menu-item)? Not sure, I’ve only made plain jane html/css pages before.
Now if I can just get rid of that white space to the left in the navigation without it overflowing to the next line.Sorry, I’ve taken down my web address which was once in this post (for those of you looking at this after it’s been solved).
Andrew,
I’m not sure exactly what your referring to but I have the simple catch theme version 1.3.4 and no navigation plugins. No css plugins either, just adding/editing css in the theme options>custom css styles.