cdrossen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Username and Password protect a single pageHi…I have thought about having a separate directory and using .htaccess, but how do you put a Word Press page using your theme in a separate directory? Thanks
Forum: Themes and Templates
In reply to: [Twenty Fourteen] List author of post on front pageWorked great! Thank you very much paulwpxp.
Forum: Themes and Templates
In reply to: [Responsive] Footer problemsWPyogi:
Thanks. That got it in line horizontally, but still has the gap on top and still not responsive. Thanks.http://www.doca.org/responsive
David
Forum: Themes and Templates
In reply to: [Responsive] Box shadow around entire siteHi Luke:
I’m kind of new at this so I apologize for asking something off topic. I did just make another post asking for some help with the footer. Let me know if you see it and if you could give advice. Thanks again.
David
Forum: Themes and Templates
In reply to: [Responsive] Box shadow around entire siteHi Luke:
Thanks for your help…I think I got the shadow down now perfect.
Maybe you could answer this question as well. The footer is currently just an image. I probably didn’t do this correctly, but what I did was put it as a background in the footer.php file in the child theme. Here is what I did:
<?php responsive_footer_top(); ?><div id=”footer-wrapper” style=”background-image: url(‘http://doca.org/responsive/wp-content/uploads/2015/02/footer_bg.jpg’);margin-top: -20px;height: 85px”>
<?php get_sidebar( ‘footer’ ); ?>The reason I think I did not do this correctly is because when I reduce the size of my window or screen, it does not act responsively like the header and gets cut off. Could you tell me the best way to add an image as the footer and at the same time making it responsive so it reduces with the size of the screen? Thanks again.
David
Forum: Themes and Templates
In reply to: [Responsive] Box shadow around entire siteThanks Luke. And yes, regarding the header issue, I did have #header listed twice and in the second one, I did have margin-top: 0; but I guess it ignores the second listing in the css file? Learning new stuff everyday 🙂 Appreciate your help.
David
Forum: Themes and Templates
In reply to: [Responsive] Box shadow around entire siteHi Luke:
Just figured it out. The style sheet was missing this at the top:
/*
Theme Name: Responsive Child
Template: responsive*/
I must have deleted it by mistake when I was messing with it in the editor. But I always wondered about that piece. Doesn’t the /* and */ comment it out anyway?
David
Forum: Themes and Templates
In reply to: [Responsive] Box shadow around entire siteHi Luke:
Yes, right after I wrote you the last message, I was in the dashboard to add another page and the drop down to choose the template was gone. So I went to the themes page and it said that the child theme was missing the template. So I thought maybe I would deactivate the child by activating the parent and then reactivating the child…but it wouldn’t even give me that option. So the parent theme is active. I tried publishing the style.css for the child but that didn’t help. Do you happen to know how this could have happened? I really appreciate all your help.
David
Forum: Themes and Templates
In reply to: [Responsive] Box shadow around entire siteHi Luke. Thanks for all your help. I think I have it looking good now. I just noticed though that this approximately 10 pixel high strip appears across the top of the header with background color. Does that have something to do with the box shadow? Thanks.
David
Forum: Themes and Templates
In reply to: [Responsive] Box shadow around entire siteLuke:
Yes, I added what you gave me to the other styles I had for the footer wrapper. Here is the css:
#footer-wrapper
{
background-color:#01015b;
color:#346720;
font-family:Calibri;
font-size:14px;
height:217px;
margin:0 auto;
max-width:960px;
padding:0 20px;
box-shadow: 5px 15px 26px 0 rgba(110, 110, 110, 1);
}Still not showing though.
Thanks, David
Forum: Themes and Templates
In reply to: [Responsive] Box shadow around entire siteThanks Luke. Good continuity between header and container…but there isn’t a shadow on the right side of the footer. Seems to be a little something at the bottom, but nothing on the right. Is this because of the margin problem you were mentioning? Thanks again.
David
Forum: Themes and Templates
In reply to: [Responsive] Box shadow around entire siteLuke:
Here is where I want the shadow:
top of whole site, right of whole site, bottom of whole site.
Dont want it to show at bottom of header, top or bottom of content, or top of footer. So just imagine the page is just a single piece.
Thanks.
Forum: Themes and Templates
In reply to: [Responsive] Box shadow around entire siteThanks Luke. Here is the link to the site. I have a box shadow around the header and content but not the footer. You can see the shadow from the bottom of the content going over the top of the footer which is what I am trying to avoid.
http://www.doca.org/responsive
Thanks,
David