dotcoug
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to remove or modify site description in Twenty TenThanks. It stripped the html tags. It’s still a little funky because of spacing and I’d rather just have the business name rather than the address and such but I can live with this. Thanks again alchymyth, you’re a great help!
Forum: Themes and Templates
In reply to: Adding text to write upper titleIssue not resolved but switched to Twenty Ten theme which was a bit more easier to modify for this case.
Forum: Themes and Templates
In reply to: Adding text to write upper titleDang! And I thought I was doing so good! 🙂
Thanks for the SEO heads-up. I added the site-title and description back but when I un-check the box, the entire site-title goes away and just leaves the menu and body. Here is the code that I used to replace the logo.
<hgroup> <h1 id="site-title"><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="/wp-content/themes/twentyeleven-child/images/abriss-logo/AbrissCorp-Header.png" alt=" width="800" height="500"/></a></span></h1> <h2 id="site-description"><?php bloginfo( 'description' ); ?></h2> </hgroup>==========================================
Good idea using the searchform. That may be a little above my head so I will mess around with it for awhile but may need some help if anyone is interested.Thanks!
I have this same issue too on http://mcallister.co
It looks like drfolittle76 resolved the issue. Any recommendations?
Forum: Fixing WordPress
In reply to: IE issue – huge white space and red x in headerThanks for your help. Got it fixed.
One more bit of information that might be the issue: I just realized that I am on WordPress 3.3.1. which doesn’t look like it is compatible.
More Info – When I disable – Enable auto-insert the slider? – I get the white space with the red x.
Here is the screenshot:
http://railinginvestments.com/wp-content/uploads/2012/02/Auto-Insert-Not-Enabled.png
Got a screenshot of the issue:
What website should look like:
http://railinginvestments.com/wp-content/uploads/2012/02/website-screenshot.pngScreenshot with problem:
http://railinginvestments.com/wp-content/uploads/2012/02/image001.jpgAs you can see the title is gone but the slider is in the proper place. Unfortunately the screenshot does not show this but the controls for the slider are further down the page right above the menu.
This started after I updated the header.
If you go to the live website, I might be doing changes to this, trying different sliders to resolve this issue, so hopefully the screenshots are helpful if I have made changes.
Forum: Fixing WordPress
In reply to: Can’t remove certain links on new siteThank you…I think I did it!
Forum: Installing WordPress
In reply to: Not sure whether to use it…Hi,
I hope this answers your question but I believe that WordPress will work very well for your situation.
WordPress has pages as well as posts. You can design the template to use pages and not use the posts at all. When you are in the CP, simply go to Settings/Reading and under “Front page displays” select “A static page (select below)” and choose your “Front page”. This FAQ may help you: http://faq.wordpress.com/2007/02/20/having-a-static-page-at-the-front-of-the-blog. This will make your home page a static WordPress page, and a blog page.
Your client can then log into the CP and go to Manage>Pages and then click on the page name. There, they can edit the text and the images for the page. This should be a really easy solution.
I hope this helps!