Forum Replies Created
-
AuthorPosts
-
Jen Baumann
ParticipantThis might be what you are after: http://wp.tutsplus.com/tutorials/theme-development/adding-custom-styles-in-wordpress-tinymce-editor/
Be aware that some plugins that add style dropdowns already that don't do it in the same way may as this may cause the editor to break.
Jen Baumann
ParticipantIt is probably happening in the save process. If it were my png, I'd run a google search with the name of the program I was using along with corrupted png and see what I got back.
What program are you using? I know there's threads on paint about corrupted png's. Also make sure it isn't CMYK color. It should be RGB.
Jen Baumann
ParticipantHmmm. I'm not seeing a header in Safari either. If I go to http://beachbaylandscaping.co.nz/wp-content/themes/crystal/images/logo.png in Firefox, I get the message that the image cannot be displayed because it contains errors so there is something wrong with the image itself.
Jen Baumann
ParticipantIf you post a link and mention what browsers are problematic, our forum volunteers would be better able to help. 🙂
Jen Baumann
ParticipantIn your style.css file, you have some invalid css.
h1, h2, h2 a, h2 a:visited, .page-template-page_portfolio-php h4 { font-family: '"Helvetica Neue", Helvetica, Arial, sans-serif;; font-size: 42px; line-height: 1.25; margin: 10px 0 25px; text-decoration: none; }
The font-family should be:
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
Jen Baumann
ParticipantHi Aileen.
On your #wrap css, change max-width to width and that should solve the header and menu issues. As far as images, you'll just need to adjust them manually to display as you like.
Jen Baumann
ParticipantDid you do the steps above: http://www.studiopress.community/topic/insert-logo-in-agency-header/#post-11426. It's always helpful to see a url too.
Jen Baumann
ParticipantThe default height and width are in this css:
.header-image #title-area, .header-image #title, .header-image #title a { display: block; float: left; height: 115px; overflow: hidden; padding: 0; text-indent: -9999px; width: 350px; }
Jen Baumann
ParticipantYou'll also need to change this:
#header { margin: 0 auto; min-height: 115px; overflow: hidden; text-shadow: 1px 1px #000000; width: 100%; }
Jen Baumann
ParticipantWhy, thank you! 🙂
And, You're welcome!
Jen Baumann
ParticipantAnother user posted his solution here: http://www.studiopress.community/topic/superfish-broken-with-jquery-1-9/
Jen Baumann
ParticipantGo to Appearance > Themes > Customize and disable it there.
Jen Baumann
ParticipantYou can also use the custom redirect uri field under the SEO section for posts or pages if you use Genesis SEO.
January 17, 2013 at 5:35 pm in reply to: Multiple Grid Loops on home page no longer working in 1.9x #12750Jen Baumann
ParticipantTake a look here: http://wpsmith.net/2013/genesis/genesis-grid-loop-in-genesis-1-9/
Jen Baumann
ParticipantYou probably want to take at this: http://wpsmith.net/2013/genesis/genesis-grid-loop-in-genesis-1-9/. The grid loop has changed with the 1.9 upgrade.
Jen Baumann
ParticipantYou need this for a child theme: http://codex.wordpress.org/Function_Reference/get_stylesheet_directory_uri 🙂 Right now you're code is looking in the parent theme.
Jen Baumann
ParticipantI think you may just have looked in the wrong file. If you look in genesis/lib/structure, you'll see that the genesis_header_markup_open and genesis_header_markup_close functions still exist.
Jen Baumann
ParticipantGlad you got it sorted. 🙂
Jen Baumann
ParticipantIt looks like your images are 920x400 which are the default size for the slider. If you've adjusted the slider settings per the How To for Outreach, then you need to Regenerate your Thumbnails.
For the header issue, add the following to your style.css for #header;
background-color: #090909 !important;
Jen Baumann
ParticipantYou're welcome!
-
AuthorPosts