Forum Replies Created
-
AuthorPosts
-
September 20, 2013 at 8:52 am in reply to: How to Enable a Responsive Header Image on the Executive Theme #63524OliveBurbankMember
Hi Cehwitham,
I am having the same issue - I did install the Genesis Responsive Header Plugin - that seems to be working fine. It is when I am coming down from 1280 x 800 that the header does not adjust.
I tried this piece of code I found in WordPress forum - it changed nothing.
#header_area {
background: url('http://virtuosity.com/wp-content/uploads/2013/09/Virtuosity-Header-131.png');
background-repeat: no-repeat;
background-size: 100%;
}When you mentioned above "You’d need to increase the width on the first media query to make it responsive earlier." I am afraid I don't understand what, where needs to be changed.
Could you please take a moment and expand on what and where the change needs to take place.
Thank you.
OliveBurbankMemberThank you for your assistance. I did make the changes -
/** Add support for custom header */
/** Changed Add support for custom header height from 100 to 256*/
add_theme_support( 'genesis-custom-header', array(
'width' => 1140,
'height' => 256
) );
I removed all images from the Medial Library
The Appearance/Header reflected 1140 x 256 - However, when I uploaded the image the crop/publish would only allow half of the height. I literally had to change the height from 256 to 405 for it to highlight the whole height of 256. Of course that was to big.I have changed the image it is now height 205px - changed the functions - tried to load the image again. Appearance would reflect the size correctly but when it came to cropping it cut the height by 50%.
I continued to try many things - and thought I would write for more advice when I tried by more thing. the image width was not 1140 but 578. I change the functions to reflect width of 578..
Removed all images, upload the image file again and there it was - perfect. Functions now reflect Height 578 and Width 205. I honestly did not think that the width remaining as 1140 would effect the process.
Again, thank you for your assistance.
OliveBurbankMemberI am trying to change the header size in the Minimum theme – it only allows for a 1140px image by 100px. - Same issue as above. I cannot change the header height to 256px.
I have changed it under
/* Header
------------------------------------------------------------ */
/* Image Header - Partial Width
------------------------------------------------------------ */
even added
#header{
width: 722px;
height:256px;
}I added the png file to the theme images as header.png.
I still can't get the Appearance/Header to change the size from 1140 x 100 to 1140 x 256.
I, also, would appreciate any assistance in resolving this issue.
Thank you.
OliveBurbankMemberI am devastated that the old forum is going away. Looking for information, following threads has helped me immensely. When I have questions I almost always end up at the old forum to search through the years of knowledge to find my answers and/or provide me a direction to purse based on the answers provided on various treads.
One of the huge benefits of Studio Press is the knowledge base created over the years. The information acquired over the years assists all types of users; taking this away puts many of us in a deep, deep, dark hole.
Right now I would like to search for an issue I am having - I can't even access the old forum.
I am on bended knee asking for the old forum to stay available. There is too much knowledge there to not make it available for members - to just delete it is a crime.
OliveBurbankMemberI have used Nick Hempsey - Studio 412 Design - a Genesis Developer. He is great - will even provide you a video if you request it.
OliveBurbankMemberI am using Genesis Simple Sidebars, and a plugin called Reveal IDs. Each page/post/slider has its own unique id.
This is what is entered into the style.css to make the specific sidebar a different background color.
.page-id-169 #sidebar .widget-wrap { background-color: transparent; } Hope this helps.
OliveBurbankMemberI have found the answer -
.page-id-169 #sidebar .widget-wrap {
background-color: transparent;
}OliveBurbankMemberhttp://www.touberproperties.com/redesign/ - sidebar is on the right Architectural Dreams
The sidebar page is http://www.touberproperties.com/s-ad/
OliveBurbankMemberHi Susan,
I need a plugin for one specific symbol - to display the chart for that symbol on a page. The client does not want to have a hyperlink going out to yahoo etc.
OliveBurbankMemberAnita - your link was very helpful. Below is the final code to put a background image above the footer bar. Enjoy. Thank your assistance.
#footer {
clear: both;
font-size: 14px;
margin: 0 auto;
text-shadow: 1px 1px #fff;
width: 98%;
background-image:url(/wp-content/uploads/2013/01/footerback.gif);
background-repeat: repeat-x;
background-position: center top;
background-size: 25px 25px;
padding: 10px 0 10px 0;OliveBurbankMemberYes, you are correct in your assessment Bill. I am a novice and put the code right into the function with out the action.
Thank you itsonlybarney - Thank you all.
OliveBurbankMemberThank you Susan and Bill.
Bill, the mix you provided worked like a charm - Nav Menu Bar is on the home page only and removed from the other pages.
Again, Thank you so much.
OliveBurbankMemberThank you - I have a functions.php and a home.php. I tried placment in both and nothing changed.
Any other suggestions?
The home page does not have an id however, do you know what code would take the nav bar off a page. I know it is the long way of doing it in the css for every page but it is an option, I think.
Thank you for your time.
OliveBurbankMemberYou guys are the best.
Thank you...I have spend a few hours trying to resolve this issue.
Have a Happy New Year.
-
AuthorPosts