Forum Replies Created
-
AuthorPosts
-
Kim
MemberAwesome!!!! Thank you so much, Christoph!
Hummmm, I've never had to do anything w/ the media queries and wouldn't know where to start. Any chance you can point me in the right direction? Thanks!
January 21, 2015 at 12:19 pm in reply to: Responsive Slider – Remove Border & Space Around Image #138201Kim
MemberOkay, I should have checked....after moving the slider up the borders are gone. The @media section is exact to the original so I guess that's all I needed to do was move it! Yay! Thank you so much Marcy, I really do appreciate it!!!!!
January 21, 2015 at 12:03 pm in reply to: Responsive Slider – Remove Border & Space Around Image #138200Kim
MemberHummm okay I'm not sure I understand. I moved the slider CSS up before the @media section. The @media section is the original code as I've done nothing to that. Are you referring to what looks to be extra parentheses like it shows below? Remove the last one?
@media only screen and (max-width: 768px) {.home-slider .slide-excerpt {
width: 100%;
}}
January 20, 2015 at 11:54 am in reply to: Responsive Slider – Remove Border & Space Around Image #138095Kim
MemberThanks, Marcy. I copied & pasted it hoping it would work and it did not. Hummmm....
January 20, 2015 at 10:34 am in reply to: Responsive Slider – Remove Border & Space Around Image #138074Kim
MemberThank you for responding. Unfortuantely, putting "!important;" in the location made no change. =(
I'm at a loss and my client really wants it removed.
Kim
MemberNo success =(
Kim
MemberAny suggestions on how to get my header & header settings back?
Kim
MemberNo, and I was actually just looking at that and reading this post
I'm pretty sure someone told me to remove it when we were working on my header issues awhile back. (Just as the post above states.)
Kim
MemberThank you nutsandbolts. That did the trick to move the header, but then the header text (which is disabled in all locations) was showing up in front of the header. I tried the following instructions which I got from the Help Desk for another site and this fixed the issue. Someone else might need this too! =)
Ok, what you're experiencing is actually the result of a bug fix that your site was taking advantage of 🙂
Since you are using CSS in your style.css file to add the header, I would recommend removing this from your functions.php file to fix the issue:
/** Add support for custom header */
add_theme_support( 'genesis-custom-header', array(
'width' => 1060,
'height' => 120
) );Then, under Genesis > Theme Settings, there will be a new settings box to select dynamic text or image logo. Select Image logo for the setting and click save.
Kim
MemberHere is the fix b/c I just had to do this for another site. These instructions came from the Help Desk:
Ok, what you're experiencing is actually the result of a bug fix that your site was taking advantage of 🙂
Since you are using CSS in your style.css file to add the header, I would recommend removing this from your functions.php file to fix the issue:
/** Add support for custom header */
add_theme_support( 'genesis-custom-header', array(
'width' => 1060,
'height' => 120
) );Then, under Genesis > Theme Settings, there will be a new settings box to select dynamic text or image logo. Select Image logo for the setting and click save.
Kim
MemberHey there! I think I am having a similar issue. I just upgraded WordPress & Genesis and now my header looks like it's aligning left and it should be centered (I think) so it's correctly aligned w/ the body of my site like it used to be.
Would your fix help my issue as well?
My site is: Delaware Bible College
Thanks!
Kim
MemberInteresting. Thanks for the help. It's not a big deal, but it's annoying.
Kim
MemberHi. As I said above, it's when I'm viewing all my pages/posts in the dashboard (the backend). I guess my explanation was confusing.
Here are some screenshots:
Kim
MemberYes, exactly, however they are set up correctly but are not showing up correctly. As I said I have them set to show October 13, 2013 and they are showing 2013/13/10
Kim
MemberIt was a bug in my theme. I emailed the Help Desk and they got back to me right away and we got it fixed. Since you use a different theme, your issue is probably different. I would email them.
Kim
MemberI'm so sorry! Brad!!!!!! =(
Kim
MemberAwesome, Brian, thank you! Just what I needed. =)
Kim
MemberI don't mind since the site is still under construction. How would you propose we do that? Should I set you up as a user temporarily?
Kim
MemberOn a very unrelated note...I just logged into my web site to take it out of maintenance mode and I see this on the dashboard: "ERROR: The themes directory is either empty or doesn’t exist. Please check your installation."
What on earth?
I went to Appearance > Themes and my theme is there and is showing up properly. I have no idea what this means or what happened. It wasn't like that last night. But, my theme has REALLY big text next to the thumbnail of the theme that says:
"Creative Burst Child Theme Theme URI: http://thepixelista.com/themes/creative-burst/ Description: Creative Burst is a one or two column child theme created for the Genesis Framework with a custom look to the home page as well as a custom porfolio page layout. Author: The Pixelista Author URI: http://thepixelista.com/ Version: 2.0.0 Tags: aqua, turquoise, orange, yellow, pink, green, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, responsive, mobile Template: genesis Template Version: 1.8 License: GNU General Public License v2.0 (or later) License URI: http://www.opensource.org/licenses/gpl-license.php"
All that was NEVER there before. Nuts!
Kim
MemberSorry! Done.
-
AuthorPosts