Forum Replies Created
-
AuthorPosts
-
thanks Susan,
that means creating a new widget instead of using the one Genesis comes with. I was basically wondering if there was plans to fix the widget that Genesis comes with
Ozzy Rodriguez | Twitter | Google+ | Facebook
it looks like you’re trying to add the dotted line as an image, but you should be able to add that with some css. if that’s ok, try this:
#header {
background: url(“http://itsacharmedworld.com/wp-content/uploads/2012/12/cropped-header-test.jpg”) repeat scroll 0 0 transparent;
border-bottom: 1px dashed #ffffff; //change this to whatever color your dotted line is in the image
width: 100%;
}#header .wrap {
margin: 0 auto;
max-width: 940px;
width: 100%;
}remove the background in the .header-image #header #title-area as well as #header .wrap and you should be good to go
the forum doesn’t allow the quotes, but hopefully you understand what i’m trying to say… hopefully
Ozzy Rodriguez | Twitter | Google+ | Facebook
the white space at the top isn’t going to go away by changing the width. she needs to style the #wrap rule
Ozzy Rodriguez | Twitter | Google+ | Facebook
i don’t see the slider so i don’t know exactly what you’re trying to do, but if you want to make the header extend all the way across the page,
find #header .wrap
in your style.css and add
width: 100%;
sorry, Anita… looks like we were answering at the same time

Ozzy Rodriguez | Twitter | Google+ | Facebook
-
This reply was modified 5 months ago by
Ozzy. Reason: apologies to anita
-
This reply was modified 5 months ago by
Ozzy. Reason: apologies to anita
where are you seeing the error or what does the error say?
Ozzy Rodriguez | Twitter | Google+ | Facebook
December 22, 2012 at 10:21 am in reply to: Stop header description from shifting when zooming in #6952if you’re not worried about responsive and just want to fix that issue, you could try going into your style.css, searching for #title-area and putting
white-space: nowrap;
into the styling of #title-area
I don’t know if that will fix your problem, but i hope it helps!
Ozzy Rodriguez | Twitter | Google+ | Facebook
try putting this in your functions.php file:
remove_action('genesis_after_endwhile', 'genesis_posts_nav');
remove_action('genesis_after_endwhile','child_posts_nav');found @ http://desperatelyseekingwp.com/2011/10/genesis-framework-snippets/ via Nick Croft

Ozzy Rodriguez | Twitter | Google+ | Facebook
December 21, 2012 at 10:29 pm in reply to: Navigation not wrapping correctly for responsive layout #6882December 21, 2012 at 9:17 pm in reply to: Is an automatic 'view full site' for all mobile devices possible? #6864in your functions.php file, find the line line that shows and either remove it or adjust it based on how you’d like your content to look. check out this page http://webdesignerwall.com/tutorials/viewport-meta-tag-for-non-responsive-design for some ideas
you’ll then have to remove all of the media queries that control the responsiveness of the site. those should be near the bottom of your style.css.
Ozzy Rodriguez | Twitter | Google+ | Facebook
hmm… it deleted the link to the article. http://genesistutorials.com/function/genesis_register_sidebar/
Ozzy Rodriguez | Twitter | Google+ | Facebook
December 21, 2012 at 8:43 pm in reply to: Navigation not wrapping correctly for responsive layout #6846it looks ok in portrait, but it looks like you need to edit the responsive for the landscape view a bit. have you changed those to percentages as well?
Ozzy Rodriguez | Twitter | Google+ | Facebook
I’ll do what I can as well… I’m fairly new to the Genesis framework and StudioPress, but have fallen in love with it and will be the only framework I use for new client designs, if given the choice.
I’ll try and come in and answer what I can as well as learn from those who have more experience with StudioPress themes!
Ozzy Rodriguez | Twitter | Google+ | Facebook
December 21, 2012 at 8:24 pm in reply to: Executive – Split Home-Slider Sidebar with Genesis Responsive Slider and Widget #6844probably the easiest way to do this is by adding classes to the widgets as you register them.
using Genesis’ columns will be a great help. so when you’re registering your widget areas in your functions.php file, for the <div id="genesis_responsive_slider" add a class of two-thirds or three-fourths. add a class to the of one-third or one-fourth.
so your divs would look like:
i hope that helps!
Ozzy Rodriguez | Twitter | Google+ | Facebook
i’m not familiar with the functions.php file of that theme, but if you see the widgets being registered using genesis_register_sidebar, this article may be of help
Ozzy Rodriguez | Twitter | Google+ | Facebook
-
This reply was modified 5 months ago by
-
AuthorPosts