Forum Replies Created
-
AuthorPosts
-
RiavonMember
I don't know what you want your header to actually be, since now it is just a lavender colored block... but you can make the background color to match that lavender for #header .wrap
#header .wrap {
background: url(“images/bg-dotline.png”) repeat-x center bottom #9299cd;
margin: 0;
padding: 0;
width: 100%;
}Screenshot of what that looks like here: http://tinypic.com/r/1677bkn/6
Twitter: @riavonentprises
RiavonMemberTry this:
#header .wrap {
background: url("images/bg-dotline.png") repeat-x center bottom transparent;
margin: 0;
padding: 0;
width: 100%;
}.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
float: none;
height: 150px;
margin: 0 auto;
width: 1340px;
}.header-image #header #title-area {
background: url("http://itsacharmedworld.com/wp-content/uploads/2012/12/cropped-header-test.jpg") no-repeat 50% 0 transparent;
display: block;
float: none;
height: 150px;
margin: 0 auto;
padding:0;
width: 1060px;
}Sorry @Ozzy looks like we were both posting at the same time!
Twitter: @riavonentprises
RiavonMemberHi,
You can try adding this to your functions.php file, set the dimensions to the size of the logo you'll use:
/** Add support for custom header */
add_theme_support( 'genesis-custom-header', array( 'width' => 960, 'height' => 100 ) );That should generate an area in your Dashboard under Appearance/Header where you can upload an actual image file. Does that help you?
EDIT: Woops, after reading through this entire thread, I see that it was suggested that you remove this from your functions.php ...
Twitter: @riavonentprises
RiavonMemberOH. So, this issue has already been resolved. Which is why it's working. Too bad there is no way to mark threads as resolved and "close" or "lock" them from further replies. I just assumed that because the last post said "that did not fix the problem" that the problem was not fixed. Apparently, it was. In another thread. I guess I should know better that of course Susan and Anita will have it covered. I'm sorry for butting in.
Twitter: @riavonentprises
RiavonMemberHope you don't mind me butting in here? I was curious, so I went to your link and tested your nav menu. The dropdown/hover and click on your "Services" link seems to be working just fine for me when viewed on a PC/Win8 using the latest versions of Firefox, Chrome and IE.
I'm thinking that this could possibly be a browser issue on your end of things, perhaps? Have you asked others (friends, colleagues) to test the page/nav dropdown issue on their computers/browsers/settingsย for you?
Twitter: @riavonentprises
December 22, 2012 at 7:22 am in reply to: Education Theme – Responsive design not workin on iPhone or smartphones #6912RiavonMemberTry to declare your widths in your @media calls as percentages rather than fixed widths. For example, rather than:
@media only screen and (max-width: 320px) {
ul.menu-primary {
max-width: 270px;
}Try instead:
@media only screen and (max-width: 320px) {
ul.menu-primary {
width: 98%;
}You may need to make adjustments to the actual percentage amount once you test it on your iphone, such as 99%, or perhaps it looks better at 95%, but if you declare this rule as a percentage rather than as a fixed width, I have a feeling it will render better for you on the smartphone. Again... without my having any direct access to the device, this is something I simply suggest you give it a shot. ๐ Let me know.
Twitter: @riavonentprises
December 21, 2012 at 4:36 pm in reply to: Education Theme – Responsive design not workin on iPhone or smartphones #6793RiavonMemberUgh! Weird. And, frustrating!
Twitter: @riavonentprises
RiavonMemberI see. You wish to create a custom link to a category archive page. Sorry for my misunderstanding. I should know better, if @nickthegeek says no, that means no! ๐ His suggestion is a good one. At least until WP allows us to put custom links in our widget titles. ๐
Twitter: @riavonentprises
December 21, 2012 at 4:18 pm in reply to: Photos to thumbnails since new WP version update – Help? #6777RiavonMemberJust thought of something. Check your size settings for size "Medium" under Settings/Media. What you set here determines the maximum dimensions in pixels an image will render an image in the body of a post.
Twitter: @riavonentprises
December 21, 2012 at 4:15 pm in reply to: Photos to thumbnails since new WP version update – Help? #6775RiavonMemberI don't think so. Regenerate works automatically on it's own once you set it in motion. The only suggestion I can make is to ensure that you've cleared your browser cache then re-load your page. If I think of anything else, I'll be sure to post it here for you. Sorry I wasn't able to help. It was a bit of a stab in the dark...but figured it was worth a shot.
Twitter: @riavonentprises
December 21, 2012 at 4:13 pm in reply to: Education Theme – Responsive design not workin on iPhone or smartphones #6774RiavonMemberOk, well the only other thing I can suggest to you is to go through all of your @media styles and make adjustments. I tested your site for the iPhone on Offermobi and it rendered nicely according to their test. I wish you all the best of luck. And, if I think of anything else, I'll be sure to post it here for you. Sorry I couldn't help you!
Twitter: @riavonentprises
RiavonMemberIf you use the Genesis Featured Widget Amplified there is an option to "Show Post Title" then "Link title to post" which should work. But, I'm not sure if you're using the GFWA plugin.
Twitter: @riavonentprises
December 21, 2012 at 3:42 pm in reply to: Education Theme – Responsive design not workin on iPhone or smartphones #6760RiavonMemberGive it a shot. ๐
Twitter: @riavonentprises
RiavonMemberMy best guess is that if you're using the excerpt of the blog post, or a limited-character content display that generates a "read more" link for the post, it will strip out the formatting. This is a WP thing. Try using "show content" rather than "excerpt" and you'll probably see the formatting. There is a plugin I've used that enables the formatting to still show in an excerpt. Let me find that and I'll post it here for you.
Here it is: Advanced Excerpt
Twitter: @riavonentprises
December 21, 2012 at 3:20 pm in reply to: Education Theme – Responsive design not workin on iPhone or smartphones #6747RiavonMemberThe problem is with your #inner .wrap so try this:
#inner .wrap {
margin:ย 0 auto;
max-width:ย 1140px;
min-width: 380px;
width:ย 100%;}
Twitter: @riavonentprises
December 21, 2012 at 3:08 pm in reply to: Photos to thumbnails since new WP version update – Help? #6742RiavonMemberMaybe try installing and running the plugin called "Regenerate Thumbnails"...
Twitter: @riavonentprises
RiavonMemberWhich (child) theme are you referring to, here?
Twitter: @riavonentprises
RiavonMemberHi Bryan, I'm not sure how familiar or comfortable you are with editing CSS, but if you add this to your style.css you should achieve the results you're looking for.
.simple-social-icons {
display: inline!important;
}.simple-social-icons .alignright {
margin: 16px 0 0!important;
padding: 0;
}Let me know!
Twitter: @riavonentprises
RiavonMemberTerrific, glad it worked for you.
If you want to learn CSS, I'd highly recommend reading anything and everything you can from Eric Meyer who is an internationally recognized expert on CSS. He is where I started learning on my own, years ago. In addition, there are several terrific resources you can tap, both online and off.
However, I must warn you: CSS is highly addictive!ย ๐
Twitter: @riavonentprises
RiavonMemberHi Peter,
I can't see where/how you've added the style for box 2 to your stylesheet, but I can tell you that you must be sure that each style declaration from opening bracket to closing bracket must be placed within the media call brackets. To ensure that all three of your reason boxes are displayed in a consistent manner on smaller screens/mobile devices, try to apply the same style to all 3 boxes for this media call, like so:
@media only screen and (max-width: 480px) {.three-reasons-1,
.three-reasons-2,
.three-reasons-3 {margin: 0 auto 10px 10px;
}
}
Twitter: @riavonentprises
-
AuthorPosts