Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Side Bar v1.3.3 (http://www.mysidiaadoptables.com/forum/showthread.php?t=4147)

Nieth 06-02-2013 07:20 PM

Side Bar v1.3.3
 
Hey, we're back again and I've just updated the site to v1.3.3. I've been messing around to try and get our old layout working on the new update since I'd made it by hand.

I was wondering if there is any way to alter the content in the Side Bar? I've tried editing the HTML content in the Class_Page.php like I did with the previous version but it doesn't seem to have an effect on what shows up in the Side Bar.

Any ideas?

pachoofoosh 06-04-2013 03:04 PM

The links in the sidebar are stored in your database. c: They're located in the table "(your prefix)_links".

Nieth 06-04-2013 03:35 PM

Thanks, I wasn't wondering about altering the links though, I was more interested in getting rid of the bullet points in front of the links in the side bar.

Before I could go into class_page and edit the HTML for the sidebar in there, but when I edit that information now it does absolutely nothing.

Nieth 06-04-2013 04:04 PM

I'm just trying to get rid of these bullet points.

http://aristocracyalive.x10.mx/picup...75452ed4c9.png

Editing the Class_Page.php doesn't seem to change those anymore like it did in v.1.3.2.


And I would also like to change the color of the upper bar of the online list.
I know how to change the lower bar, where the users show up, but I can't seem to find where you change the upper bar.

http://aristocracyalive.x10.mx/picup...7b5ddbbca8.png


Thanks for the help.

pachoofoosh 06-04-2013 04:32 PM

Hmm... for the bullet points, try adding this into the CSS file for your theme? c:

Code:

.sidebar li {
        list-style-type: none; 
}

To edit the top part of the online list, go to /lang/lang_online.php, and it should be there. c:

Nieth 06-04-2013 04:55 PM

That's pretty awesome. Both issues solved.

One more if you'd be so kind?
In that picture with the bullet points that I showed you. Would you know how to move the links a little bit to the left?

pachoofoosh 06-04-2013 05:11 PM

Glad I could help! ^^

Try adding this below the ".sidebar li {}" section of your CSS? c:
If it moves the text too far to the left, try reducing the margin size a bit until it fits well.

Code:

.sidebar li a {
        margin-right: 25px; 
}


Nieth 06-04-2013 05:32 PM

Thanks a bunch, works great.
Editing the CSS didn't work for me in v1.3.2, so I hadn't thought to try it for this version.

Would you by chance happen to know why that huge gap is between 'Clessidra's' and 'Control'?



You're my new favorite member on here, by the way.
I'm trying to get a website up for my girlfriend with basically no coding knowledge whatsoever, and you can probably tell how it's going.

Nieth 06-04-2013 05:41 PM

Neverminddd, it's some kind of length error. I'm just going to use a shorter term. THanks for all the help! Her site is pretty much finished and she's pretty happy right now.

Tequila 06-04-2013 05:46 PM

To move the links left you'll need to play with margin and padding:
PHP Code:

marginauto (top), auto (right), auto (bottom), -xx (left); 

Same with the padding. ;3

Also to edit the width of the text, try changing the size or the text-align property in the css file.


All times are GMT -5. The time now is 07:48 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.