Forum Replies Created
-
AuthorPosts
-
December 14, 2016 at 4:36 pm in reply to: How To Align Header Image, Simple Social Icons and Phone Number Across Top #197588
hannab
MemberThe above doesn't work for mobile screens. Is there a better way to add things side-by-side in the header in this theme?
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberStill trying to find a solution for this. Please respond to this if anyone knows. I need to center the logo in the header and I need it to work well on mobile devices as well.
To "braddalton" — although I appreciate you responding, you're simply soliciting people to sign up for your site at $47/month in order to get the solution you say you have to offer. I don't think these forums are appropriate for that — provide an answer if you have it or stay off these forums (once you've helped someone, I'm sure it's ok to offer people to sign up). But don't just post "teasers" as they might prevent others from responding with real answers and solutions.
//Hanna
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberThank you WisdmLabs and Christoph,
I edited the code but all that happens is that the text block now is top left instead of bottom left. Not center, center.Any more ideas?
Thanks,
Hanna
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberThank you Brad. I will look into that. For now, I'm trying to create three customized versions of the same theme so that all widget areas are the same. I'm hoping that will work.
//Hanna
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberNevermind, I fixed it by adding this to the CSS:
#wrap #header
{
background-position: center top !important;
margin: 0 auto;
min-height: 120px;
overflow: hidden;
width: 100%;
}
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberHi Jesse,
thanks for your response. How do I "turn off" the backstretch.js? And thanks for the design comments, I am working on making it better but need the background to not stretch to see what it looks like 😉
Hanna in Tahoe
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberHi,
I deactivated every single plugin but the theme still doesn't show the Header or Background under Appearance.
With all plugins deactivated, I've activated another theme that's not Genesis, then activated Genesis, then the Theme. Still no header/background options under Appearance.
Current theme used is Executive 2.0 and Genesis 1.9.1
Thanks,
Hanna in Tahoe
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberHi Dave, that seemed like a great idea — until I tested... there is no "Portfolio" template under templates in the Page editor.
When I look at the code for the SP demo page for Portfolio, it looks to me that it is a Category page, not a Page. The body class says "archive post-type-archive..."
Any other ideas? Haven't heard anything from tech support as of yet.
//Hanna in Tahoe
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberHi, Minimum is close as far as the home page goes. But I want to be able to select the image I want for each page (see the sample url I have above). The images go with the content and is a big part of the page. Minimum only has on home page. And the rest of that theme doesn't do much for me... But keep the ideas coming!
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberThanks!
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberThanks,
However, I need to show a client the demo site and I can't find a link to it. I already have the package with all files, just need a live demo.
Hanna
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberI don't know what kind of member I am but I purchased all themes a few years back.
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberUpdate, the client saw what's there now and he doesn't want any of the 1/2-width post to show. He want his home page to have the exact same structure as the theme demo found here: http://demo.studiopress.com/focus/layouts/cs/
With all full width posts and a sidebar. No 1/2-width posts at all.
How do I do that?
Thanks,
Hanna in Tahoe
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberHi, thanks for your response. Does it only pertain to Featured Images? If so, that's not what I'm trying to do. I'm trying to get a preset size for inserting regular images into the content on a page or post.
However, I added this to my functions.php file, under Add new image sizes:
add_image_size( 'large-photos', 600, 407, TRUE );
Then I went into a page and tried inserting an image, the 600x407 size was not one of the options. Then I uploaded a new image, same there, no 600x407 size available.
What am I doing wrong?
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberHere's what I currently have (after my tweaks to make it look the way it does right now):
<?php
remove_action( 'genesis_loop', 'genesis_do_loop' );
add_action( 'genesis_loop', 'focus_grid_loop_helper' );
/** Add support for Genesis Grid Loop */
function focus_grid_loop_helper() {if ( function_exists( 'genesis_grid_loop' ) ) {
genesis_grid_loop( array(
'features' => 2,
'feature_image_size' => 0,
'feature_content_limit' => 700,
'grid_image_size' => 0,
'grid_image_class' => 'alignnone',
'grid_content_limit' => 250,
'more' => __( '[Continue reading]', 'genesis' ),
'posts_per_page' => 6,
) );
} else {
genesis_standard_loop();
}}
genesis();
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberBelieve it or not, but I figured out how to edit the home.php to limit the content. So here's my next question — how do I set which content shows in the "features" area respective the "grid" area. And how do I set the "grid" area to only show 4 posts? I tried editing the show posts-per-page from 6 to 4 in home.php but that didn't change anything.
Making some progress here! Thanks Bill.
//Hanna in Tahoe
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberThanks,
where can I find info on how to edit the home.php page to make it look like the demo site? I'm not a programmer so I hope it's simple.
//Hanna in Tahoe
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberHi,
Done both steps suggested above. Content is still in full on home page. Any other ideas?
Thanks,
Hanna in Tahoe
If you’re not living on the edge, you’re taking up too much space.
hannab
MemberIt works if I empty the trash between each "Move to trash." Thanks.
If you’re not living on the edge, you’re taking up too much space.
-
AuthorPosts