keigh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: install error Weaver iiLooks like update patch is still in process. Hopefully when the update finishes its backend install then this error will go away. Will post when I know more. Thank you.
Forum: Themes and Templates
In reply to: [Weaver II] Weaver II Review from an early adopterI am getting this error each time I try to install. Any suggestions?
Fatal error: Call to undefined function is_multi_author() in /home/content/99/7391599/html/wp-content/themes/weaver-ii/functions.php on line 1227Forum: Fixing WordPress
In reply to: Contact Form 7 in Sidebar (dynamic, not sitewide)Sorry – just read that you are using the sidebar widget version of Contact Form 7 as opposed to the full version. Didn’t try using that one. Though hopefully the above still applies?
Forum: Fixing WordPress
In reply to: Contact Form 7 in Sidebar (dynamic, not sitewide)I can send you a screenshot of the admin page that shows the “fields in action” if you email me. [email protected]
Forum: Fixing WordPress
In reply to: Contact Form 7 in Sidebar (dynamic, not sitewide)When you create a field in your contact form there is a dialogue box (optional) called “class” just type forms_1 in the class field – no need to worry about ID field or anything. It will then insert into the code you need for the contact form.
An example of how it looks in the form (the info you copy paste on the left side of your admin screen) is below:
<h6>Your Name (required) [text* your-name class:forms_1] </h6>
You place the Style info (below) into your theme’s CSS file. If you have a theme that allows custom css – you can add it there, or if you are using a child theme, simply add to that style.css file. Works like a charm!
.forms_1 { width:175px }
Forum: Fixing WordPress
In reply to: Contact Form 7 in Sidebar (dynamic, not sitewide)Thank you to Tee888
Setting class then specifying class in CSS file solved it. So simple it’s genius! ??
Forum: Fixing WordPress
In reply to: Moved blog to new directory – but old directory still pulling feedIs there anyway to “cancel” the old blog and transfer the feed to the new one?
Forum: Fixing WordPress
In reply to: Showing full text instead of summaryokay….added site link, but it’s not showing in post above. Trying again.
Forum: Hacks
In reply to: Set responsive page height – eliminate vertical scrollIn case I wasn’t clear…I want to ensure the site never needs to scroll vertically or horizontally on any screen size (though this may not be possible for iPhones).
Forum: Fixing WordPress
In reply to: [Atahualpa] [Theme: Atahualpa] Add Custom Menu to Footerok thanks.
Forum: Fixing WordPress
In reply to: [Atahualpa] [Theme: Atahualpa] Add Custom Menu to FooterThis is what I did….which didn’t work:
`[CSS moderated as per the Forum Rules. Please just post a link to your site.]Suggestions to style this? You can find it at:
http:keighdesign.com/staging/PhotoSiteForum: Fixing WordPress
In reply to: [Atahualpa] [Theme: Atahualpa] Add Custom Menu to FooterThis worked great! I want to style it so it lays out in a line. Do I add something like this to stylesheet – with appropriate style info in each section or is there another way?
#Footer widget area {
}
#Footer widget area li{
}
#Footer widget area li a{
}
#Footer widget area li a:hover {
}Forum: Plugins
In reply to: [Social Profiles Widget] Open in new windowWorks like a charm! thank you.
Forum: Themes and Templates
In reply to: [Graphene] [Theme: Graphene] Search not workingI have the most recent version of Graphene installed on WP 3.2.1
What do I need to do to get the SEARCH FUNCTION to work?
Timeline is URGENT. Please advise. All help appreciated.
Forum: Themes and Templates
In reply to: Image rollover/mouseoverHello Williamv2010,
I didn’t move the dreamweaver file over, per say. Instead I took the Dreamweaver generated javascript and added it the php template for the page layout I was using in WordPress. Then I took the code inside the body where the image maps and swap/restore are located and pasted them into the WordPress html (as opposed to visual) editor on the Page.Hope this helps.
Keigh