Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Links and Members page in Buddypress + Atahualpa - Alignment woes (http://forum.bytesforall.com/showthread.php?t=8450)

lmilesw Sep 17, 2010 07:07 PM

I can't see the send invites page so I can't determine the selectors for the avatars. Maybe it requires membership to see.

Stang5_0 Sep 18, 2010 01:25 PM

Pretty much. I was trying to spare you that effort with my screenshots actually.

lmilesw Sep 18, 2010 01:45 PM

Well I joined the site and still cannot see where the send invites is

Stang5_0 Sep 18, 2010 01:52 PM

GROUPS>Then pick a group
Then, the thrid link from the right should say "send invites"
I will friend you with a couple account so you have a list. I think you have to have friends before you get the option.

lmilesw Sep 18, 2010 02:07 PM

Let me know when I have some "friends" in the Zonies group. What do you call people from New York state? Yorkies?

lmilesw Sep 18, 2010 10:04 PM

For the friend list alignment try this
HTML Code:

ul#friend-list {
display:inline-block;
}


Stang5_0 Sep 18, 2010 10:16 PM

Yorkies?
Um. Not sure on that one, some may not like it ;)
I heard the term Zonies when I first moved here 15 years or so ago and I guess it sort of stuck.
Need to spend some time with the fam, but I will try this hopefully a bit later tonight.
Thanks, and hope the weekend is going well for you,
Stang

lmilesw Sep 18, 2010 10:34 PM

Fam is important. You have a good weekend as well.

Stang5_0 Sep 20, 2010 08:39 AM

Quote:

Originally Posted by lmilesw (Post 43881)
For the friend list alignment try this
HTML Code:

ul#friend-list {
display:inline-block;
}


Good morning sunshine!

That code attempted to align things below the list of names as opposed to moving the invite names over to the big blank area to the right. I'll leave it that way so you can see what I'm talking about. Funny, I did try something similar to your inline-block suggestion but got no movement like with your code. I think the friend-list had something to do with it, or lack of in my case.

Peace,
Stang

2sticks Nov 9, 2010 09:32 AM

Quote:

Originally Posted by lmilesw (Post 38824)
I don't know if you will need this plus the .item-avatar CSS but you can try it alone to see.
HTML Code:

ul#members-list li {clear:both;}
Also you don't need div#container {display:inline-block;} since the table one overwrites it. It is an either/or of those two to see which you liked.


After about 3 days of always wrestling with css on a ata 3.5.1 with BuddyPress, I'm very close but need something I haven't been able to figure. Don't know if it's about cols or table nesting if that makes sense.

Have a .reg_groups area for sign ups to select areas of interest while they sign up. In a standard BP theme it sits to the right of the reg form - I can only get it to sit on the left or right, before or after the submit button.

Does anyone know how I can either make the form into two or three columns, or nest it so it's like it was intended with regular BuddyPress?

Thanks always for the great assistance and knowledge.

Located at: http://12flat.tweekpress.com/register

Stu

lmilesw Nov 9, 2010 10:05 AM

Try changing the CSS as below. I added postion and top. Not sure about cross browser support though.
HTML Code:

.reg_groups {
float:right;
position:relative;
top:-350px;
width:49%;
}


2sticks Nov 9, 2010 10:15 AM

Like a charm in all 3 up to date browsers I use. What can I use to reference all the CSS stuff that you know, that I have trouble with when digging around?

Thanks L.

Stu

lmilesw Nov 9, 2010 10:45 AM

I use Firebug with Firefox to find selectors and test CSS. To play around and learn CSS I use w3schools.com

2sticks Nov 9, 2010 12:36 PM

I like firebug for page speed too, dev tools in chrome isn't bad - so much to learn. I appreciate all you do for Atahualpa and it's supporters.


All times are GMT -6. The time now is 12:17 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.