WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posting Spider Calendar to a PageDid you get to step 4 or 5 in the installation guide?
http://web-dorado.com/spider-calendar-wordpress-guide-step-1.html
Forum: Fixing WordPress
In reply to: How to Add Script to the SidebarWe can probably help but would need a lot more info.
Forum: Fixing WordPress
In reply to: "Cheating Huh?" – Image upload – elegantthemesShould ask elegantthemes because it is a paid theme.
But when this happened to me I just added the image in in Media Library then copied/pasted the URL to the picture to where I wanted. Not the ideal way, but it works.
Forum: Fixing WordPress
In reply to: Creating posts on pages other than the frontpageWhy do you want these posts?
I think you are looking to display Categories or Archives. It depends on your theme on how to add these but check your widgets.
Forum: Fixing WordPress
In reply to: Twenty Twelve Header size reductionAre you referring to the logo? If so that is a picture as you can see below.
http://www.heavybrunch.com/wp-content/uploads/2012/11/heavy-Brunch.png
To make it smaller the best way is to make a new image to the size you want it.
Forum: Themes and Templates
In reply to: [Catch Box] Change menu bar colorWhere are you changing it at?
style.css line 496
#branding #access, #colophon #access-footer { background: linear-gradient(#CD2626, #3D3D3D) repeat scroll 0 0 transparent; clear: both; display: block; float: left; margin: 0 auto 2px; width: 100%; }Change the background rule.
Forum: Fixing WordPress
In reply to: Cant get author, date to show in postI dont see it working on either page.
But 1 of the pages you use Discuss for comments and the other you dont. So off the top of my head I would say disable that plugin and see if you get the same results on both a page and a post.
Forum: Themes and Templates
In reply to: [Simple Catch] Remove "Permalinks to" hover in Post titleLine 25 on content.php find
<h2 class="entry-title"><a href="<?php the_permalink() ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'simplecatch' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark" ><?php the_title(); ?></a></h2>Change the word or just delete PERMALINK TO and it will just say the post name.
Forum: Fixing WordPress
In reply to: No sidebar on categories pageWell you want to take the fundamental layout of single.php and put that into category.php
But it appears like a paid theme and this forum doesn’t support those. If it is you should ask for support from where you bought the theme.
Forum: Fixing WordPress
In reply to: How do I keep spaces between list items?Need a link to your site in order to help.
Forum: Fixing WordPress
In reply to: Can I change the "by" line?Yes but we would need a link to your site or theme to be able to tell you how. But if I was to guess you would edit it on single.php
Forum: Themes and Templates
In reply to: Theme is installed but not showing upSwitch back to your default theme. Does it show?
Disable all plugins. Does it show?Post the theme here if you still need help. Without the theme or your site no one can really offer much advice.
Forum: Fixing WordPress
In reply to: Remove Title from Static page?Hard to say without seeing your site or knowing your theme.
But to guess you need to go to Appearance -> Editor
Select page.php from the right side.
Find where it displays the title. Just search the page for title.
Now that whole line you need to wrap inside this code.
<?php if(!is_front_page() ) { ?> ADD YOUR TITLE CODE HERE <?php } ?>That means if NOT your homepage then display the title.
Forum: Fixing WordPress
In reply to: how to move banner adGo to Appearance -> Editor
Select style.css on right side if not selected.
Find
#wrapper { margin: 75px auto 0; width: 910px; }Change that 75px to 20px and try that. That number controls the height.
Forum: Fixing WordPress
In reply to: Problemm with profileHow many users are their? Check other users to see if that email address is attached to it. If so just rename that users email address so you can swap the other email address to your profile.