Forum Replies Created
list of topics you have created till now.
-
-
Great news! Thanks!!
Thank you!! :)
You are still not understanding Mehmet. :)
Please look at this image: http://oi58.tinypic.com/ae8eg7.jpg
Please look at this post: http://themes.pixelwars.org/read-wp/adaptive-vs-responsive-layouts-and-optimal-text-readability/
See the yellow? How to do yellow with [quote name="Ethan Marcotte"]Responsive web design offers us a way forward, finally allowing us to “design for the ebb and flow of things.”[/quote]
How did you do that? Obviously it’s in there or we wouldn’t be able to see it.
Hi there,
Can I get another update on this? It’s been 3 weeks. :)
I think he is talking about how to do this with a shortcode: http://oi58.tinypic.com/ae8eg7.jpg
On this page: http://themes.pixelwars.org/read-wp/adaptive-vs-responsive-layouts-and-optimal-text-readability/
It shows “Ethan Marcotte.”
Can you explain this more? I don’t get it. I would also like to know.
Thanks
Thanks for the update!
I see, thanks ahmet.
Any updates on this?
Thanks
If this is a customization to your theme, why do I need to pay extra? Why isn’t this an easy fix?
Thanks.
Ok thanks. It’s asking to modify my database, which I am not too comfortable with, so I probably won’t use it.
I can confirm this is fixed after updating, thanks!
I’m guessing they are in alphabetical order in your native language. No biggie, just a convenience thing. Thanks anyway.
I ended up removing the offending code from main.css
Can you remove this code from main.css in the next update? I don’t understand why you are forcing paragraphs to be 18px. It defeats the purpose of your [lead_p drop_caps=”yes”] shortcode.
Ugh, though I fixed it but apparently not. This is the problem:
@media screen and (min-width: 768px) {
.blog-single .post .entry-content > p {
font-size: 18px;
}
}Ok tested it. Still not working.
How do I change the paragraph text font size to 1 em, but leave the p class=”lead drop-cap” at 1.3em?
http://practicalnonsense.org/debunking-doomsday-meteorite-impact/
Sorry I should have been more clear, I was referring to this page:
http://practicalnonsense.org/debunking-doomsday-meteorite-impact/
This is the CSS for the area I want to change:
.blog-single .post .entry-content > p {
font-size: 18px;
}I think it might have been related to the other “Better WordPress Minify” plugin issue I was having, going to try a fix tonight.
Ah, thanks. The plugin causing the problem was “Better WordPress Minify”
Great, thanks!
Thanks! I can confirm this is an issue on my site as well.
Good to hear, thanks for checking.
Neosoph
Participant11 April 2015 at 07:00Posted in : Google Font Italics Leaning too Far to the RightActually I didn’t think to clear the cache, thanks that fixed it! :)
Neosoph
Participant11 April 2015 at 01:35Posted in : Google Font Italics Leaning too Far to the RightChanged it to yes, doesn’t appear to be fixed.
Neosoph
Participant7 April 2015 at 06:10Posted in : Google Font Italics Leaning too Far to the RightNeosoph
Participant5 April 2015 at 06:38Posted in : Google Font Italics Leaning too Far to the RightHere is what it looks like in Safari:
http://oi57.tinypic.com/206g1l4.jpg
Here is my Safari Version (on Windows 7):
I ended up simply deleting this from main.css:
@media screen and (min-width: 768px) {
.blog-single .post .entry-content > p {
font-size: 18px;
}
}That fixed it I guess? Please let me know if there is a better way, I am not a web designer.
I was able to figure out #2: You have to make sure [tagline] gets it’s own line…
[tagline]
content
[/tagline]
Still can’t figure out #1
Thanks that was helpful. 3 Questions:
1) – I have not modified the theme at all – I think I may have found some bugs. On a page [lead_p drop_caps=”yes”] shortcode functions properly, but on a post the font is forced into 18px with the following CSS:
@media screen and (min-width: 768px) {
.blog-single .post .entry-content > p {
font-size: 18px;
}Was this intended? It breaks the shortcode for posts.
2) – In your XML example, [tagline] seems to have varying font sizes, but I can’t figure out how you changed the font (on one you used H3, but the other one appears to be a hard-coded CSS font). I think [tagline] isn’t working properly for posts either? The CSS looks different.
3) – Is it possible for us to get cite (for block quotes) as a shortcode? It’s tedious having to switch to the text editor back and forth (I do lots of quoting).
I meant the fonts were not smooth; they were choppy. But I found the problem:
Turns out the font I was using doesn’t look so good on some older versions of Safari. The new versions looks ok though, so I am not concerned. I may just switch fonts if I get any complaints.
Thanks for the pointer on the style tab, that helps! :)