Forum Replies Created
-
AuthorPosts
-
Brad Dalton
ParticipantBrad Dalton
ParticipantMaybe you can download the News child theme again and compare the values in the style.css file to your existing file.
The values in your image look different to what the default news headings CSS looks
You could take a backup of your style.css file and upload a new one to see what happens.
Brad Dalton
ParticipantI'd post that here http://my.studiopress.com/help/
There's some HTML and CSS errors showing when using this tool http://validator.w3.org/
Technical Issue that Nick will know how to fix.
Your animated Favicon looks good!
Brad Dalton
ParticipantBrad Dalton
ParticipantWould be far better on Genesis than Blogger.com.
There's a new tool you can use to move all your posts and images here http://core.trac.wordpress.org/attachment/ticket/4010/blogger-importer.zip
Brad Dalton
ParticipantBrad Dalton
ParticipantHard to take a look because can't use Firebug web dev tool as you have copyscape installed and there's no right click.
Brad Dalton
ParticipantYou'll find the sizes for heading under the /* Headlines
------------------------------------------------------------ */
section of your child themes style.css fileI only gave you an example for h3
You'll need to edit the h1 h2 values
Backup the file first and change the values for h1 and h2 font-size: 24px;
Brad Dalton
ParticipantRight click and copy the file from the Genesis files and paste it into your child themes root directory.
I tested this on a local install without error but i am not familiar with the gallery plugin.
The code didn't display a comment field so it doesn't work.
Why not use this: http://wordpress.org/extend/plugins/carousel-without-jetpack/
'The carousel feature transform your standard galleries into an immersive full-screen experience with comments'
Brad Dalton
ParticipantYou won't be overwriting the files. You'll just need to drag the widgets back into place
Brad Dalton
ParticipantNot sure what that code does but you could copy over your page.php from Genesis to your child theme and add it in there.
comments_template();
I tested this without errors but not sure how it works with the images.
I know the Jetpack plugin has a really nice image gallery carousel
Brad Dalton
ParticipantThe widgets might move around but i doubt you'll lose them.
You might find them in exactly the same place or in the inactive widgets area.
You might also have to select your menu again but the menu items will not be lost or the menus.
Any mods to CSS?
January 9, 2013 at 8:50 am in reply to: Post Pic is HUGE is Featured Bottom area of home page #10673Brad Dalton
ParticipantIn the Genesis featured post widget settings
Show Featured Image
Image Size (Select here)
Need more custom image sizes?
/** Custom image sizes */
add_image_size( 'Slideshow', 200, 100, TRUE );
add_image_size( 'Small Thumbnail', 150, 100, TRUE );http://codex.wordpress.org/Function_Reference/add_image_size
Brad Dalton
ParticipantFind the selectors for your homepage widgets in your source code or use Firebug
Example:
.home-top-1 .widget {
border: 5px solid red;
}
Brad Dalton
ParticipantYou can a border to the image using the Advanced Image Settings after you insert the image into a post.
Brad Dalton
ParticipantLine 1002 in your child themes style.css files contains all the sizes for headlines.
Example:
/* Headlines
------------------------------------------------------------ */h3 {
font-size: 24px;
}
January 9, 2013 at 7:55 am in reply to: Minimum theme – adjust width of header right container #10659Brad Dalton
ParticipantTry changing the value here: Line 218 style.css
#header .widget-area {
float: right;
width: 65%;
}
Brad Dalton
ParticipantHow many custom menu widgets do you have in the Header Right Widget area? Link please
Brad Dalton
ParticipantEdit the nav menu CSS in your child theme and change the values for each property
Install Google fonts (search for hand fonts)
Use the new font family in the nav menu CSS in your child theme
Brad Dalton
ParticipantUnzip the theme files and rename the folder containing the new theme files to streamline.new
Zip the folder and upload using:1. FTP
2. File Manager in cPanel
3. Zip the folder and upload it using the built in theme installer.Activate the new theme and make sure everything works.
Delete the older theme version (Always take a backup before deleting/updating)
Have you made any customizations to your theme?
-
AuthorPosts