6 reputation
2
bio website
location
age
visits member for 10 months
seen Apr 16 at 21:42
stats profile views 14

Aug
9
comment Need Help Using bigdump
Yes, I have. Same info in wp-config and bigdump setting.
Aug
9
comment Need Help Using bigdump
Hello, thanks for your answer. I've removed htaccess file (it was a very simple one, just begin and end WP with nothing in it) but still no luck. I'm using Windows but I'll see if I can run terminal in it. Thank you
Aug
9
comment Need Help Using bigdump
sorry this seems very simple and I bet it is.. maybe wrong set up somewhere, but I've spent hours trying and Google can't help.. looks like it works for everyone but me.
Aug
9
asked Need Help Using bigdump
Jul
27
comment Bypassing a Form Options
Thanks, checking it out now
Jul
26
asked Bypassing a Form Options
Jul
23
awarded  Scholar
Jul
23
comment Targeting a Certain Post in Loop (CSS)
Accepted your answer Tom, thank you very much :) Still have problem with the h2 tag, but each post gets custom class now.
Jul
23
accepted Targeting a Certain Post in Loop (CSS)
Jul
23
comment Targeting a Certain Post in Loop (CSS)
I'm not sure.. as I said, I don't know much about PHP but I think it (the class) should begin with 0 (the way array counting), just like you said. But now, the first box got column-1, the second= column-2 and the third= column-0. Now it seems that h2 tag (CSS - it is, but somehow I can't style it) does not apply to the third column (0) while it works for the first and second column.
Jul
23
comment Targeting a Certain Post in Loop (CSS)
I am trying it now, just modified the loop and the CSS, still no luck but I believe I am on the right track, thank you.
Jul
23
comment Targeting a Certain Post in Loop (CSS)
Hi Tom, hope this help, tried to draw but the formatting failed. I try to make a container at the top of a page template. Inside this container, there are three "boxes", each will be filled with a post from the loop above. These boxes are align horizontally from left to right. The first box should sit right at the left edge, the last sit at the right edge of the container. Then, there will be a divider line between these 3 boxes, but the catch is, the first and the last shouldn't have this line at their left and right edge, respectively. So the idea is to put this line on the second box.
Jul
23
awarded  Student
Jul
23
asked Targeting a Certain Post in Loop (CSS)