Forum Replies Created
-
AuthorPosts
-
December 29, 2015 at 4:20 pm in reply to: Daily Dish Pro – customized width of articles and centering #175107nutsandboltsMember
You're very welcome! If you have any other questions, just let me know. 🙂
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+December 29, 2015 at 4:10 pm in reply to: Daily Dish Pro – customized width of articles and centering #175104nutsandboltsMemberIf you give
.full-width-content .content
afloat: none;
andmargin: 0 auto;
it will center correctly.That should also address the mobile display issues (or seems to when I check it using Firebug).
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+December 29, 2015 at 2:31 pm in reply to: Daily Dish Pro – customized width of articles and centering #175098nutsandboltsMemberCan you post a link to your site? It's always easier to help if we can see what you see.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberYou're very welcome! I'm going to mark this topic as resolved, but feel free to open a new one if you need help with anything else. 🙂
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberTo remove the line, find this in your stylesheet:
.entry-header::after { border-bottom: 1px solid #000; content: ""; display: block; margin: 0 auto 60px; padding-bottom: 30px; width: 25%; }
and take out that entire section.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberTry adding this to your stylesheet above the media queries section:
.home .site-header { display: none; }
That should hide the entire header only on the homepage.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberCan you post a link to your site? It's always easier to help if we can see what you see.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberI'd suggest taking a look at the Design Palette Pro plugin, as it adds the same options to change fonts, colors, etc. just like Prose to any StudioPress theme. (It doesn't work with third party themes, however.) You can find more about it here: http://my.studiopress.com/genesis-design-palette-pro/
I'd definitely recommend using the column classes built into Genesis instead of tables. Tutorial here: http://my.studiopress.com/tutorials/content-column-classes/
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberTry the code here - upload it to your Altitude theme folder via FTP and name it something like page_landing2.php, then edit your page and select the new template (Landing 2): https://gist.github.com/nutsandbolts/ba73844299b7b28ac0da
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberYou need to move both of those areas outside the wrap in front-page.php. You could switch the slider widget area to the genesis_after_header hook. The CTA would be more complicated since it has content below it - you'd have to move both those sections to genesis_before_footer and add a wrap to home-middle.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberYou should be able to update both WP and Genesis without any problems. I'd definitely make a full backup of the site first, just in case. Update WP first, then Genesis. Good luck!
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberNo problem! Feel free to open a new topic if you need help with anything else. 🙂
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberNo problem! I’ve marked this topic as resolved for now, but feel free to open a new topic if you need help with anything else. 🙂
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberNo problem! I’ve marked this topic as resolved for now, but feel free to open a new topic if you need help with anything else. 🙂
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberYep, unfortunately you do lose share counts when switching to SSL - I experienced the same thing on my site. The only remedy I've found is a sharing plugin called Social Warfare that has a share recovery feature. You can tell the plugin what your URLs used to look like (http vs. https, permalink changes, etc.) and it will pull the old counts and add them to your totals. I switched away from Simple Share for that reason (and a couple others).
Anyway, I've marked this resolved but feel free to open a new topic if needed. 🙂
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberCrossing fingers that you get a resolution! If you plan to load the whole site over SSL, you have to have a redirect in place for everything to load properly. You'll also want to make sure both your home and site URLs are using https in Settings > General.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+October 28, 2015 at 9:23 pm in reply to: Site header and page header showing color and image #169432nutsandboltsMemberNo problem! I’ve marked this topic as resolved for now, but feel free to open a new topic if you need help with anything else. 🙂
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+October 28, 2015 at 9:00 pm in reply to: Site header and page header showing color and image #169429nutsandboltsMemberOkay. Go into your stylesheet and find the heading for a section called Plugins. Above that heading on a line by itself, paste in this:
.home-featured { background: url("/wp-content/uploads/2015/10/bg-for-pssd-demo-e1445909665666.jpg") top center no-repeat; background-size: cover; }
Save your stylesheet. Once you do that, the background image should show up on your homepage only. However, on a page like About where there is no text, you may still see it peeking through (it should go away once you add content to the page).
If you add it and something doesn't look right, leave the code in place and let me know - I'll be glad to take another look.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+October 28, 2015 at 8:52 pm in reply to: Site header and page header showing color and image #169426nutsandboltsMemberCan you remove the image from the customizer and provide the full image URL here? I'll see if I can get it to cooperate.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberYou can change anything you'd like by editing your theme's style.css file. Here's a tutorial (screenshots and video) that will show you how to find and change CSS elements with Chrome's Inspector: http://www.nutsandboltsmedia.com/how-to-customize-your-genesis-child-theme-with-chromes-inspector/
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+ -
AuthorPosts