MTPrower
Forum Replies Created
-
Forum: Plugins
In reply to: Line Breaks in excerptsYou got it working. Thanks!
Forum: Plugins
In reply to: Line Breaks in excerptsCrap, I forgot to mention that I took
out of the allowed tags just recently. So this code should not be working anyway. The question is, how do I fix it?Forum: Plugins
In reply to: Line Breaks in excerpts…I’m sorry, but I don’t even know what you’re referring to. I have a child template functions.php. Every “core” change I have made is in there.
Here’s my pastebin.
Forum: Plugins
In reply to: Line Breaks in excerptsI messed around with the functions.php, but I haven’t gotten it to work yet…
Forum: Plugins
In reply to: Line Breaks in excerptsSorry, I had tried to say:
“I have a function code that allows special tags in my excerpts. “em” is one of them, working fine.”
Forum: Plugins
In reply to: [The Piecemaker 2] Can't get Info Text workingI have not yet figured this out. It’s pretty dumb that the documentation for Piecemaker is so… unfinished…
Forum: Plugins
In reply to: Excerpt length: Line limit?Yes, you enclose it in a div. If you aren’t good with HTML, there is a plugin, I think called “Better Excerpt”, if I remember correctly, that would allow you to add code before and after the excerpt much more easily.
You’ll have to adjust the excerpt height manually so you don’t clip any text, say, halfway. You may also have to find a creative way to end up with something that resembles a padding on the bottom, but that only depends on what the excerpt boxes look like.
Forum: Plugins
In reply to: Excerpt length: Line limit?It requires some basic CSS coding. CSS is incredibly easy, and I think I have the right to make that statement, because I suck at coding in everything else.
Basically, you give the excerpt box a max-height, and you give the excerpt text an overflow:hidden .
If you need help, e-mail me at sonicreboot@gmail.com
If you don’t know anything about CSS, I suggest you start by using the Firefox web browser and installing the Firebug plugin from the official Firefox plugins page. Then go to your blog and right-click anything on your blog and click “Inspect Element”. Take a good look at Firebug for a while, and screw around with the CSS code within the plugin so you can get an idea for how CSS works.
You can then ask me for extra help if you want. Good luck!
Alright, I fixed this one by changing my transition offset and cube distance.
Alright, I got it working by fixing the transition speed. It was way too slow. But now I can’t get other transitions working besides the one that rubber-bands all the boxes out and then back in…
Alright, I actually fixed that problem by adding transitions. But now, like 40cooper, I can’t get the second transition to start and more images to display.
I have the same problem as jeremyers1 and kke. Can someone please help?
Forum: Plugins
In reply to: Excerpt length: Line limit?Never mind. I tricked my excerpts into being always the same height in a fluid layout with a combination of “height” and “overflow: hidden;”
Thanks anyway.
Forum: Themes and Templates
In reply to: Flexible (fluid) width Magazine ThemesNobody seems to give a crap about fluid-width. >_>
Forum: Themes and Templates
In reply to: Fluid WidthA-freakin’-men.
Gah, it’s way too difficult to find a WordPress framework that uses flexible width. There’s like what, two of them? And both have severe issues with child themes? Yeah… you would think that flexible-width would catch on, but no… You would think with the advent of 11-inch-screened netbooks, that people would start using flexible-width layouts, but no…
Somebody PLEASE build me a clean framework that resembles Suffusion or Arras, has zero back-end layout options (to make it small and fast), has 100% fluid width, and is child-theme friendly. I’ve been screwing around with themes for a few years and don’t even have a proper website set up yet because I can’t find something that does all of those. It’s ridiculous.