Josiah
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Content area widthNot a problem. Let me know if you need anything else.
Forum: Themes and Templates
In reply to: How do i edit the html that wordpress generates.The screenshot? Just add the screenshot from the parent theme.
Forum: Themes and Templates
In reply to: How do i edit the html that wordpress generates.Check under settings> media
And then also check when you insert an image it will ask for preset sizes or it will say none, which is the original.
You can’t really alter the html as much. You can alter the structure and css by creating a child theme and then manipulate that. You will probably want to edit css more than html. But you NEED to do it in a child theme.
Forum: Themes and Templates
In reply to: Content area widthNot a problem. Let me know if you need anything else.
#content {
margin: 0 38.0208% 0 4.646%;
max-width: 597px;
}Forum: Themes and Templates
In reply to: Content area widthCustom css in a child theme:
#page {
margin: 1.615em auto;
width: 960px;
}Forum: Themes and Templates
In reply to: [Pitch] Missing image in project detail pageDo you have url? and often times the mix up can be whether it’s a post or page as I have found that out before (using a post feature image and it should have been a page and vice versa).
Forum: Themes and Templates
In reply to: [Brunelleschi] Change homepage from blog to static pageGo to Settings>Reading and the top says change home page to static. Choose your page. Then you can choose where you want the blog (they should not be the same).
Forum: Themes and Templates
In reply to: [StrapVert] edits to child theme not workingThanks and great theme!
Forum: Themes and Templates
In reply to: Mantra Theme – Content moves with browser resizeMantra is a “repsonsive” theme which means the content responds to the size of the browser.
This is usually a sought after feature. That will take a major customization I’m assuming to make everything “fixed”.
Forum: Themes and Templates
In reply to: [Customizr] Circles on front pageCan I see url? It seems it needs some home page php manipulation.
Forum: Themes and Templates
In reply to: Theme – Blogify changing css and htmlI’m not familiar with that theme but it appears that it has something to do with the width of the column below and margins. This may be editable in the theme settings?
Forum: Themes and Templates
In reply to: [StrapVert] edits to child theme not workinghave you used this one?
.strapvert-powered-by {
display: none;
}It appeared things were in the right order, have you tried something insane in child’s style.css file that will confirm whether or not it is working?
Try this:
body.custom-background {
background-color: #000;
}you will know pretty quick then.
Forum: Themes and Templates
In reply to: [Carton] Awkward Text Wrap With Portrait ImagesHave you tried to adjust the image thumbnail size in the media settings? It appears that the vertical images are having all of the trouble.
I wish I could be more specific on these.
Forum: Fixing WordPress
In reply to: Display child page as post in parent pageTry posting it at the bottom of the page. Notice the bottom of the page has older functionality from previous wordpress updates because the style sheet is reading top to bottom.
Also, I would make sure to save that code pending updates, just in case.
Forum: Fixing WordPress
In reply to: Post URL not displaying correctlyhave you changed the slug?