inherit
201610
0
Dec 22, 2016 12:52:06 GMT -8
pika1995
74
November 2013
pika1995
|
Post by pika1995 on Dec 19, 2016 16:35:14 GMT -8
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Dec 19, 2016 20:15:02 GMT -8
pika1995, I doubt anyone can help you unless we can view the theme you are having trouble with and it looks like the theme I'm looking at has none of those issues. Otherwise, you might have to post the various templates that are causing the issue but I'd do them one step at a time so we can work on one thing at a time. Up to you which route you want to go but I can't hazard a guess on any of those without knowing what you did on your end.
|
|
inherit
201610
0
Dec 22, 2016 12:52:06 GMT -8
pika1995
74
November 2013
pika1995
|
Post by pika1995 on Dec 19, 2016 21:06:22 GMT -8
TumbleweedSorry, I made the old theme the default by accident. The theme that's having these issues is now the default. Whatever you need copied and pasted, I can do that. I'm just not sure what I should be copying and pasting so just ask.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Dec 19, 2016 22:05:16 GMT -8
Thanks pika1995 , I can't really find what went awry with #1 but a quick fix would be to add this to the bottom of your style sheet. .container.posts .ui-selectMenu-box { margin-top: 5px; } For #2. Can you link to a thread where you did quotes. The last two, I haven't a clue at the moment and am heading off line anyway so maybe someone else will meanwhile, jump in here.
|
|
inherit
201610
0
Dec 22, 2016 12:52:06 GMT -8
pika1995
74
November 2013
pika1995
|
Post by pika1995 on Dec 19, 2016 23:14:31 GMT -8
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Dec 20, 2016 0:43:34 GMT -8
Guests do not have permission to access that post.
|
|
inherit
201610
0
Dec 22, 2016 12:52:06 GMT -8
pika1995
74
November 2013
pika1995
|
Post by pika1995 on Dec 20, 2016 0:58:33 GMT -8
Kami My bad, I just unlocked it.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Dec 20, 2016 22:52:28 GMT -8
pika1995 , I took a quick look at the quotes on your site and this is what I came up with so try adding this to the very bottom of your style sheet: .quote { position: relative; top: 0px; border-radius: 10px; margin-top: 7px; margin-bottom: 8p; padding: 10px 10px; background-color: #b8b8b8; margin-bottom: 8px; } div.quote_body{ color: #000000; background-color: #f9f7f8!important; background-position: center bottom; border-radius: 10px; padding: 4px; } If that seems to help it, you might want to go through your css and try to find where have those particular classes and fix them and if you can't find them then just leaving the css at the bottom would be fine. Let me know as I may have overlooked something.
|
|
inherit
201610
0
Dec 22, 2016 12:52:06 GMT -8
pika1995
74
November 2013
pika1995
|
Post by pika1995 on Dec 21, 2016 11:14:49 GMT -8
Thanks, Tumbleweed ! You fixed 1 and 2 great. EDIT: Actually Tumbleweed, there seems to be an extra border around the posts now. Visual example: i.imgur.com/srFIdFM.pngI tried fooling around with the code you gave me, but nothing would remove it (or it did, but it ended up looking messed up). Also, to make the styling easier, I'm trying to get rid of the sub-quote. I know that's a div.quote_body function, but I can't find it in my Thread template to remove it. Visual example: i.imgur.com/qjtgbMw.png-- Since you said 3 and 4 look complicated, I'll tag Brian since he probably knows how to do it (sorry Brian, me again ).
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 21, 2016 11:41:38 GMT -8
For #3, the error is appearing because you're using the class item in your mini-profile template. item is a class used in our lists (for example, the <tr> tag containing that post has the class item), so it's confusing our list manager JS. Removing or replacing that class from elements within your mini-profile should prevent the error from occurring.
For #4, the pagination showing in the quick reply is due to the CSS you have telling it to float to the right on line 1718 of your theme's style sheet.
You can either remove the float property or add this below the secondary pagination in your Thread template if you still want it to be to the right.
As for the top pagination, I'm not seeing any issues as far as its display goes. It look the same as the pagination on the default theme except without a background color on the bar behind it.
|
|
inherit
201610
0
Dec 22, 2016 12:52:06 GMT -8
pika1995
74
November 2013
pika1995
|
Post by pika1995 on Dec 21, 2016 12:15:41 GMT -8
Oh, so I'm guessing I'll just have to deal with that error (cause when I removed the item functions, the backgrounds and personal text disappeared off the mini-profiles). The posts still get deleted even with the 'item' class being in there, I just didn't know if that error meant something bad.
As for the bottom pagination, it's now thankfully above the reply box. But the font is still very big on it. I tried fooling around with using font size: 5px; in the Advanced CSS, as well as <div style="font-size: auto"></div> in the Layout Template, but it would not replicate the look of the upper pagination.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 21, 2016 12:24:39 GMT -8
If you want to retain the styles of the mini-profile, change item to something else, then make that same change to .item on lines 1701 and 1702 of your style sheet as those are the lines that control the backgrounds of that section.
For the bottom pagination, try adding the class container to the secondary pagination div. That seems to be the only notable difference that's changing how the CSS targets it.
|
|
inherit
201610
0
Dec 22, 2016 12:52:06 GMT -8
pika1995
74
November 2013
pika1995
|
Post by pika1995 on Dec 21, 2016 12:43:38 GMT -8
Thanks Brian, you're the best.
Since you're online, I was wondering if you could answer this question as well. Tumbleweed lives in Europe I assume since he responds at 1:00AM my time so it may be awhile before he logs on.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 21, 2016 13:04:26 GMT -8
Tumbleweed is actually very much American and can stay up as late as she wants. The quote borders are due to the quote having both a background color and padding on lines 1721 through 1730 of your style sheet. Removing those will make them adopt the border you have specified in the Quotes section of the visual editor. If you want to hide quotes within quotes add this to your style sheet.
|
|
inherit
201610
0
Dec 22, 2016 12:52:06 GMT -8
pika1995
74
November 2013
pika1995
|
Post by pika1995 on Dec 21, 2016 13:39:58 GMT -8
Oops, sorry Tumbleweed. I removed both the background color and the padding from the CSS, but it's not allowing a change of color inside the visual editor (I went to Visual Editor -> Threads (Post Lists) -> Posts -> Odd-Numbered Coloring and Even-Numbered Coloring). I went to my thread template to see if I had a specified color for the quotes instead of an @ function being used but didn't see anything.
|
|