icakeov
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Chrome doesn't display the background photo properlyActually, I just resolved this by realizing that this discrepancy only shows when I’m logged in WP.
Forum: Themes and Templates
In reply to: Custom dimension Header Image upload in Twenty ThirteenI solved this by adding this to my css code:
.site-header { background: url("http://perziedesign.com/wp-content/uploads/2013/08/Perzie_header1.jpg") no-repeat scroll center top / 1000px auto transparent; }But it doesn’t seem to work in Safari. The original email still loads
I tried adding !important but it didn’t work either
Forum: Themes and Templates
In reply to: Gallery Photos keep going into photos I don't want to be shownIf anyone has more thoughts on this, I’d appreciate it.
Forum: Themes and Templates
In reply to: Gallery Photos keep going into photos I don't want to be shownI do have child themes but I never touched those two files.
I do think that I put this gallery in as a part of jetpack (I think..), which I in the meantime I deactivated and now it’s running off of (I guess) the native, default WP gallery setting..
So maybe that’s why it’s inconsistent..?Forum: Themes and Templates
In reply to: The width of my twenty twelve custom template page not fullJust resolving
Forum: Themes and Templates
In reply to: The width of my twenty twelve custom template page not fullYour solution worked by the way WPYogi, thanks!
If you have any other thought, then I’ll resolve it!Forum: Themes and Templates
In reply to: The width of my twenty twelve custom template page not fullThat’s great, I’ll give that a try.
I am however confused about why it worked fine on the other website and I don’t need to do this extra coding there.
What do you think?Forum: Themes and Templates
In reply to: The width of my twenty twelve custom template page not fullRight, and since I am using the side bar in some of the other pages, is it ok to just change the size of the .site-content?
Or maybe the page thinks that the sidebar is “on” so it makes it only 65% big…
Thoughts?Forum: Themes and Templates
In reply to: How to load the styles sheet into my newly created template pageThanks esmi, I think I just figured it out!
I didn’t use the divs from page.php :
`<div id=”primary” class=”site-content”> <div id=”content” role=”main”>’
I’m about to try it out and I’m pretty sure that will work, as I saw in firebug that those divs were missing..
Again, thanks for the post 🙂Forum: Themes and Templates
In reply to: How to load the styles sheet into my newly created template pageI further realized that my custom page sees the child style but it is not reading the parent style sheet.
When I copy/paste some attributes from the parent into child, things look good.
I was wondering if there’s anyone who can help me out with this one?Forum: Themes and Templates
In reply to: How to load the styles sheet into my newly created template pageActually I just realized that the template page and the wordpress page are reading the style sheet differently… All the font features in the template all appear smaller for example. So if I make the line-height bigger, they change differently depending what page mode is loaded..
What is going on here?HI I was wondering if anyone has any feedback for this one.
I am also wondering if this was caused by me creating template pages too..
Much appreciatedForum: Plugins
In reply to: Disqus Disqus Comment System in Twenty Twelve not showingFor anyone out there having this problem, Disqus support let me know about this problem and said that the problem was with my page being Static.
And that there’s solution in doing some php editing, more info here:
http://wordpress.org/support/topic/how-to-get-disqus-to-show-up-on-a-pageForum: Fixing WordPress
In reply to: Is it possible for the Edit view to show the page as it is?And it would be an even more amazing option if it the visual view would “recognize” the divs and it would be possible to visually edit the divs in the visual view, but maybe it’s a bit of a far fetched idea… I would be happy if it at least displayed things as they are
Forum: Themes and Templates
In reply to: Twenty Twelve is totally narrow in FirfoxThanks alchymyth, I changed it back to regular numbers.
What I was hoping to do is to have a calculation that would look at the browser width and then reduce the padding as the browser size got smaller. I basically was hopping to have the padding go away when one is on a mobile device. But I just thought of the idea that I could do this with a conditional statement if the website is smaller than certain amount of pixels.. Thoughts?