Josiah
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HeaderHi caitlintara,
yes this is possible. You will need to move the header out of the “container” div or the “wrapper” div in the header.php file.
All of this needs to be done in a child theme mind you so you can preserve your current theme.
You would probably need to do some styling afterwards.
Forum: Themes and Templates
In reply to: [Customizr] Static Front Page and Featured Pages DisappearingTry going to the settings>reading area and saying that “home” is your static home page. That should fix it, I think.
Forum: Fixing WordPress
In reply to: Pointing External Domain at Non-domainhost SubdirectoryOk. Does 1 and 1 use cpanel? Have you done the addon domain or a parked domain? Sorry, I’m not sure what else you need to do as I usually just do an addon and it works like a champ.
Forum: Themes and Templates
In reply to: [Quark] Pages do not appearTry resetting your permalinks? That is very strange and I’m not really sure what causes that.
Forum: Fixing WordPress
In reply to: Pointing External Domain at Non-domainhost Subdirectoryhave you tried to set it up as an addon domain? You would need to house it all on the same host, but that should do the trick pretty easily. For example example.com is your main one and then you add a subdirectory of example.com/awesomeness.com when you use the addon domain feature, it will appear as awesomenss.com
Forum: Themes and Templates
In reply to: [Customizr] Help with Logo & Slider?K. Well #1 you should be able to do this:
.row-fluid [class*=”span”]:first-child {
margin-left: 0px;
}
Change the margin to move your logo to the left. Then:.row-fluid .span9 {
width: 67.359%;
}
To adjust your nav bar to keep it on the same line.That should work. #2 I’m not really sure about.
Make sure you are doing this in a child theme.
Forum: Themes and Templates
In reply to: [BlackBird] Change the color of one tab on websiteHey I just stopped by your site and everything seems to be good on your links. Is it all good now?
Forum: Themes and Templates
In reply to: [Carton] Awkward Text Wrap With Portrait Imageshmmm… That may be a theme issue then at that point in how it arranges the content. I’m sure there is a way to fix, but I’m not sure how just looking at it. Sorry I couldn’t be more helpful.
Forum: Themes and Templates
In reply to: [Customizr] Help with Logo & Slider?Can you provide a url and it will help me try to help you (no promises) :).
Forum: Themes and Templates
In reply to: [Responsive] Changing the width of the content areaGlad I could help! Good luck in Louisiana. My family has been around the Little Rock area for a while I think.
Let me know if you every need anything else.
Forum: Themes and Templates
In reply to: [Responsive] Changing the width of the content areaI live in Texas. The Boyd portion of me is from Arkansas.
Yes, that’s basically what you need to do.
check the template options on your page attributes in the wordpress page editor. You should have a template that says full width. That’s what I use for my about page. Responsive has great resources because of all the templates because you can easily hide widgets based on your template in the page attributes. You can then fill the different sidebars with specific widgets.
Forum: Themes and Templates
In reply to: [Responsive] Changing the width of the content areaOk. Well it should work the same way. The thing to think about with that is that the grids = 100% plus a little bit of padding.
Does that make sense? So for example the column .col-620 equals this:
.col-620 {
width: 65.9574%;
}And the corresponding div is this one:
.col-300 {
width: 31.9149%;
}So together they equal 97.872%
What I would do is edit those two columns to what you want and make it equal to 97.872%. What that percentage is saying that these divs will take up x amount of space in their parent div.I hope that helps.
Forum: Installing WordPress
In reply to: two websites on same rootI’m glad you got it!
Forum: Themes and Templates
In reply to: [Responsive] Changing the width of the content areaI love responsive and use it on my site.
Here’s where you will want to adjust it:
#container {
max-width: 960px;
}
Just copy that into your child theme style.css file and then edit your width.
Forum: Installing WordPress
In reply to: two websites on same rootHey Davina,
I’m getting two different websites. One has simply social in the logo and the other looks like a brand new install (on the refrigeration one).
Have dumped all of your cache? That would be my first recommendation.