Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Frans: I check in your site and see that you have moved site title and description above the Header Image from “Appearance => Theme Options => Header Options”. So, first uncheck this. Then you can add following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup.with-logo { clear: none; display: inline; float: left; padding-left: 10px; }Sakin
Keymaster@Frans: Yes, you can just write a post and then people can comment on it.
Sakin
Keymaster@paigeohliger: You can decrease the space by adjusting line height css.
#main #secondary .kws_form label { line-height: 25px; }Sakin
Keymaster@paigeohliger: If you refresh your browser, you will see it will load the default css for email. But it will not match with your design as you have the following CSS in “Appearance => Theme Options => Custom CSS” box.
input[type="text"], input[type="password"], textarea { background: none #fffdf9; height: 24px; padding: 3px 5px; }You need to replace that with the following CSS.
input[type="text"], input[type="email"], input[type="password"], textarea { background: none #fffdf9; height: 24px; padding: 3px 5px; }Sakin
Keymaster@Frans: I need to check in your site and then I can send CSS accordingly.
Sakin
Keymaster@RodC14: Sorry there was problem with your account and it’s now fixed. For account and sales issue, please contact our sales directly http://catchthemes.com/contact-us/
Sakin
Keymaster@Dignan17: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to add background image in the header. In the following CSS, change the image_url with your image url.
#masthead { background: url("image_url") repeat scroll 0 0 transparent; }About menu, you can add full image same way with by changing #masthead to #header-menu . But it will be difficult to add 2 image in the menu. For that you might need to hire developer to edit that.
Sakin
Keymaster@paigeohliger: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#secondary .kws_form label { width: 100%; } #secondary .kws_form .cc_Go { padding-top: 1em; }Sakin
Keymaster@ghblog: For simple tracking you can just add it in “Footer” Section. Tracking ID is for Google Webmaster tool not for Google Analytic.
Sakin
Keymaster@@lew1s: It’s redirection issues. Have you use any redirection plugin or .htaccess configuration.
Sakin
Keymaster@klhaight: That depends on the email address register with Gravatar. But if you want your own custom image then you can use the “Metronet Profile Picture” plugin
Sakin
Keymaster@paigeohliger: Can you check your account now.
Sakin
Keymaster@Lorena Poling: Looking at your customize, it’s sure that you need to hire developer who can do that for you. I recommend tweaky http://bit.ly/YANvfZ services.
Looking at your design,
1. Header image at top, which you have already done it.
2. Then Menu, this is also you have completed it.
3. Then add in the featured image, this is simple, you can add it yourself from “Appearance => Featured Slider”
4. Then add the the three blocks of text from “Appearance => Homepage Settings => Homepage Featured Content. Where you can just the text in “Content” and leave title, image, image url and all empty. So, you will have only content. Then add the following CSS in “Appearance => Theme Options => Custom CSS” box to give colors#site-generator { padding-top: 94px; } #featured-post #featured-post-1 .entry-content { background-color: #3fa9f5; } #featured-post #featured-post-2 .entry-content { background-color: #ff931e; } #featured-post #featured-post-3 .entry-content { background-color: #86328c; } #featured-post .post .entry-content { border: 1px solid #708e2f; padding: 10px; color: #fff; } #welcome-text { color: #fff; margin: 0 auto; width: 80%; }The add the your footer text as below in “Appearance => Theme Options => Footer Editor Options”
<div id="welcome-text"><h4>Welcome to TULegacy!</h4> TU LEGACY will bring together people that care and are willing to donate to build a Legacy that will continue for many generations, helping kids, teenagers, families or elderly and give them the tools to succeed in their journey and dreams.</div>Sakin
Keymaster@Frans: For this type of features, you need to add plugin. Try Gravity Forms plugin to get message and post it. But if you just want to receive message in email you can use “Contact Form 7” free plugin.
Sakin
Keymaster@Frans: I don’t get it what you mean. Your post comment is controlled through Comment Section. See show to enable and disable comment in http://en.support.wordpress.com/enable-disable-comments/
Sakin
Keymaster@klhaight: I have just commented in your post http://www.chatfieldcourt.com/fall-inspiration/ and it will show my image as I my email is registered with gravatar.com. You can try using same email that you use in our forum. Then it will show your image.
-
AuthorPosts
