WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: missing image helpNo one would be able to help since we cant see the theme either.
Did you try appearance -> menus and looking through the menu link options?
Forum: Fixing WordPress
In reply to: missing image helpThe image is adding whatever page it is on to the path so it wont work on anything but the homepage. Where you set the image path at in the menu I would just use the full path so it wont do that. So use
http://thewilkersongrp.com/Site/graphics/right.gifForum: Fixing WordPress
In reply to: How do I get rid of my sidebar?Go to Appearance -> Widgets
Find Search Archives and Meta on the right side somewhere and drag it off the sidebar.
Forum: Fixing WordPress
In reply to: Permalinks BreakDoes your local installation have a .htaccess file in the root folder?
Forum: Fixing WordPress
In reply to: image too high above text levelIt would be better to do with HTML but it is easier for me to tell you how to do it via CSS. Add the below CSS in your custom css in theme settings or style.css if you dont have those.
img.alignnone.wp-image-38864.size-full { padding: 0px !important; margin: 0px !important; }Forum: Fixing WordPress
In reply to: Remove LinkMost likely in Appearance -> Edit Template
Then select footer.php and look for it. But as lorro said a link to the site and what template was used would help.
Forum: Fixing WordPress
In reply to: Change container sizeWould really need to know what template you are using and a link to your site would be useful.
Have you tried swapping to the default theme and seeing what you have?
Forum: Fixing WordPress
In reply to: Website looks bad on SmartphoneYou can install a plugin like http://wordpress.org/plugins/wptouch/ which will be a different template than your normal site but will be mobile friendly.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Remove Header only from HomepageAdd this into your CSS
.home .header-image { display: none; }Forum: Fixing WordPress
In reply to: Remove Pages from post footerAdd this in your CSS
.home .pagination_container { display: none; }Forum: Themes and Templates
In reply to: [iTek] Show full post on home pageopen content_home.php and find
<?php the_excerpt(); ?>replace with
<?php the_post(); ?>Forum: Themes and Templates
In reply to: [Twenty Twelve] Remove Header only from HomepageIf you supply a link to your site I can tell you how to do it with CSS.
Forum: Themes and Templates
In reply to: [Attitude] Menu Change WidthYou can try making the font size bigger. Add the below to your CSS.
#access a { font-size: 18px; }Is that what you are looking for?
Forum: Fixing WordPress
In reply to: Remove Pages from post footerI dont see the pages. Are you talking about where the Powered By is?
Maybe they did go away, clear browser cache.