Forum Replies Created
-
AuthorPosts
-
September 5, 2014 at 1:42 pm in reply to: Google's new call tracking and _googWcmGet function #122978SelenaDMember
Thanks Brad - those are the directions I read on the Google site. What I need to know is how to incorporate that into my functions.php file?
SelenaDMemberSo I'm extremely ashamed to admit this, but you guys have been so helpful while I slept on the problem, that I have to confess. The original code I posted works - which uses the comments_open conditional tag. :-/ I was in the wrong client function file. And no matter how many times I changed the wrong functions file nothing was happening on the site in question. Hanging my head in shame.
Thank you both for your efforts, and Brad, for telling me you had tested your code, because I might never have noticed otherwise. I knew it SHOULD work. Sorry to waste your time, but thanks as always for your help.
LOVE you folks on Studiopress forums.
SelenaDMemberI got selectivizr working with the help of a friend. Thanks!
SelenaDMemberThanks - I actually tried that and it didn't work. Now to be fair, I may have done it wrong. 🙁
July 12, 2013 at 2:55 pm in reply to: Does anyone know how to make Genesis responsive slider larger than 960px #50458SelenaDMemberAnitac is right. If you uploaded your pictures and THEN changed your size you will have to regenerate thumbnails.
SelenaDMemberOh heavens - I found it. I was missing a closing bracket on a media query. Banging my head on my desk now as I feel like a total and complete idiot.
Thank you for trying to help me!
SelenaDMemberUnfortunately not. And even if it did, then it would mess up my media queries on other devices that were NOT at that pixel density. So frustrating.
SelenaDMemberYou can see the whole stylesheet at the link, but here is what starts at media query for 860px:
@media only screen and (max-width: 860px) { .wrap, #footer .creds, #footer .copyright, #header .widget-area, #inner, #wrap #content, #wrap #content-sidebar-wrap, #wrap #sidebar-alt { width: 98%; } .genesis-nav-menu li, #footer .creds, #footer .copyright, #header ul.genesis-nav-menu, #header .search-form { float: none; } .genesis-nav-menu, #description, #footer .creds, #footer .copyright, #header .search-form, #title, #title-area { text-align: center; } .sidebar { clear: both; display: block; float: none; margin: 0 auto; } #title-area { margin: 0 auto; } #header .widget-area { float: none; margin: 0 auto; } .genesis-nav-menu { margin: 10px auto; } .header-image #title, .header-image #title a, .header-image #title-area { float: none; } } /* iPads (portrait) ----------- */ @media only screen and (max-width: 768px) { .genesis-nav-menu a { padding: 0px 16px; padding: 0rem 1rem; } #title { margin: 16px 0; margin: 1rem 0; } #header .search-form { margin: 32px auto 0; margin: 2rem auto 0; width: 50%; } .genesis-nav-menu li.right { display: none; } #text-5 { text-align: center; width: 100%; } #text-6 { display: none; } #footer .wrap { padding: 24px 0; padding: 1.5rem 0; } .footer-widgets-1, #header .genesis-nav-menu { margin: 0; } } @media only screen and (max-width: 600px) { .footer-widgets-1, .footer-widgets-2 { display: block; float: none; margin: 0 auto; width: 320px; } } /* iPhones (portrait and landscape) ----------- */ @media only screen and (max-width: 480px) { html { font-size: 87.5%; /* 14px base */ } h1, .entry-title { font-size: 42px; font-size: 3rem; } h3 { font-size: 28px; font-size: 2rem; } #header .search-form { width: 100%; } .home h1 { font-size: 36px; } #protractor { display: none; } #subcontractor-text { margin: 20px; } .archive-page { margin: 0; width: 100%; } .learn-more-btn { display: none; } .learn-more-btn-small { background: url(images/learn-more-button-small.jpg) no-repeat; display: block visible; height: 30px; margin: 10px auto 0; width: 315px; } .learn-more-btn-small a { color: #fff; display: block; font-size: 18px; font-size: 1.125rem; font-weight: 600; padding: 8px 0 0 90px; } .learn-more-btn-small a:hover { text-decoration: none; } .learn-more-btn-small:hover { background-position: 0 -30px; } } @media only screen and (max-width: 320px) { .home h1 { font-size: 30px; } .sidebar { width: 315px; } #demo-button { background: url(images/free-demo-button-small.jpg); height: 40px; } #demo-button:hover { background-position: 0 -40px; } }
SelenaDMemberThanks, I HAVE added my own. This is a fully developed custom child theme. I know what the queries are and where they break because I put them there. What I can't figure out is why on earth they aren't picking up on the mini.
SelenaDMemberRight - but the ipad mini reports as 768px wide and this site goes full width at 860px, so it isn't a matter of being off by a few pixels. It's like the mini isn't even registering the media queries or something. 🙁
SelenaDMemberThanks, but I'm not talking about where it executes. I'm trying to group them in the dashboard area.
SelenaDMemberResolved. It was a margin issue.
SelenaDMemberRemove the following line from your css:
img {
max-width: 98%;
}SelenaDMemberTarget this css and change the float: right to float: left.
/***** Header Right Navigation ********************/#header ul.nav, #header ul.menu {
width: auto;
float: right;
list-style: none;
color: #FFFFFF;
margin: 0;
padding: 25px 0 0 0;
clear: both;
}SelenaDMemberIt's a custom child theme converting from thesis to genesis. Is the code above pulling the featured image or an image from inside the post? It's the featured image we're looking for here.
Thanks!
SelenaDMemberThank you thank you! How is it possible none of my Google searches found this plugin?
Solved my problem.
SelenaDMemberI'm going to jump in here and say I also can't stand the new style sheet - it feels disorganized. As you guys have already noted, change is the nature of things, and I'm slowly but surely getting used to it, but it definitely takes me longer. I also feel it's getting more bogged down with things I have to go strip off - like transitions on hyperlinks. I think that falls into the category of "just because you can doesn't mean you should."
All that being said, I still love Genesis, and the community support is second to none, which makes it worth learning to deal with the changes.
SelenaDMemberThank you so very much. I thought I had found all of those!
SelenaDMemberOi - I should have found that. Thank you thank you!
SelenaDMemberSorry - I reread your post - what I suggested won't give you 100% width. In which case I think Bill is right and you have to move your slider in the functions file.
-
AuthorPosts