Forum Replies Created
-
AuthorPosts
-
Brad Dalton
ParticipantInstall the Genesis Simple Hooks plugin and paste the HTML for the image into the genesis_before_header hook field
http://wordpress.org/extend/plugins/genesis-simple-hooks/
Brad Dalton
ParticipantI think News is better for blogging whereas Corporate is better for a company, product/service.
Once you own Genesis, its really easy to change themes without any problems
Brad Dalton
ParticipantThat site is built on the Corporate theme.
Adding Banner logo is simple.
Changing color of menu bar is pretty easy.
The news theme is more flexible than the Corporate theme and offers more page templates.
You can easily add different widgets to your homepage from the widgets area.
Brad Dalton
ParticipantNo need to install any of those plugins.
Simply create the HTML (text and image) and paste it into a widget.
You could make the text white in your editor while creating it or use the CSS.
#header .widget-area {
float: right;
padding: 20px 0 0;
width: 300px;
color: white;
}<a href="http://tomjdolan.com/wp-content/uploads/2013/01/tom.jpeg"><img class="alignleft size-full wp-image-37423" alt="tom" src="http://tomjdolan.com/wp-content/uploads/2013/01/tom.jpeg" width="65" height="65" /></a>Welcome to Performance of Speaking, dedicated to Beginning & Advanced Speakers World-wide.
<a href="http://tomjdolan.com/wp-content/uploads/2013/01/tom.jpeg"><img class="alignleft size-full wp-image-37423" alt="tom" src="http://tomjdolan.com/wp-content/uploads/2013/01/tom.jpeg" width="65" height="65" /></a><span style="color: #ffffff;">Welcome to Performance of Speaking, dedicated to Beginning & Advanced Speakers World-wide.</span>
Brad Dalton
ParticipantHere's 3 plugins which all add custom classes to widgets
Create a name for the custom class and use that as the selector for changing the text color in the header right profile widget
http://wordpress.org/extend/plugins/kc-widget-enhancements/ KC Widget Enhancements
http://wordpress.org/extend/plugins/custom-widget-classes/ Custom Widget Classes
http://wordpress.org/extend/plugins/widget-css-classes/ Widget CSS Classes
Brad Dalton
ParticipantI thought you where using a text widget but you are using a profile widget.
The easiest way would be to paste the text and insert an image aligned left in a new post draft and grab the html from your text editor there and paste it into a text widget in your header right.
Otherwise the text will be white for all profile widgets as previously stated.
Not sure how to isolate one profile widget but i'll try and find out for you
Brad Dalton
ParticipantI pasted it at the end of the child themes style.css and it worked fine for me.
You could add the declaration for color in the existing CSS code
#header .widget-area {
float: right;
padding: 20px 0 0;
width: 300px;
color: white;
}
Brad Dalton
ParticipantIf you installed the Simple Hooks plugin you can remove the footer and then use the code to customize your own.
I tested this and it works.
The code comes from StudioPress and so does the plugin.
Brad Dalton
ParticipantBrad Dalton
ParticipantBrad Dalton
ParticipantInstall the Genesis Simple Hooks Plugin http://wordpress.org/extend/plugins/genesis-simple-hooks/
and find:
genesis_footer Hook
This hook, by default, outputs the content of the footer (inside the #footer div).
Unhook genesis_do_footer() function from this hook? (Unhook this function to remove your footer)
Brad Dalton
ParticipantIf you have a database backup, you could import that into your new database on your new host
Brad Dalton
ParticipantDepends on what it is. There's a plugin named HTML Import 2 which may help. How many pages/posts do you have? Can you paste a link to your site please.
January 6, 2013 at 9:55 am in reply to: To what extent are the themes customizable & what is included in the framework? #9929Brad Dalton
ParticipantYou could use the framework on its own and add styling to it using a child theme
There are also several free child themes you can install with the framework http://www.studiopress.com/tag/free-child-themes
All the child themes are fairly easy to customize once you become familiar with the Genesis theme settings and your child themes style.css file.
All the styling in all the child themes is editable
Brad Dalton
ParticipantBrad Dalton
ParticipantBrad Dalton
ParticipantYou can add your logo to a background which is 960?—115 and make the background transparent using a tool like Paint.net or Gimp
Brad Dalton
ParticipantYou could use a plugin that adds introductory content/category descriptions before the posts on the archive pages Rich Text Tags, Categories, and Taxonomies
http://wordpress.org/extend/plugins/rich-text-tags/
Or you could add code to your functions.php which also does this if you're using the WordPress SEO by Yoast plugin.
Brad Dalton
ParticipantYou could add it to a white or transparent background using a tool like paint.net
Brad Dalton
ParticipantYou can add Vertical and Horizontal spacing to images using the Advanced Image Settings
-
AuthorPosts