inherit
233889
0
Nov 22, 2024 18:57:16 GMT -8
STLUEE
1,165
June 2016
stluee1
|
Post by STLUEE on Sept 7, 2016 6:15:58 GMT -8
I will work on this when I get home tonight thank you!
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Sept 7, 2016 6:17:08 GMT -8
I will work on this when I get home tonight thank you! Okay if you need any help with it or want the words on hover, just come back and I'll help you.
|
|
inherit
233889
0
Nov 22, 2024 18:57:16 GMT -8
STLUEE
1,165
June 2016
stluee1
|
Post by STLUEE on Sept 7, 2016 13:54:16 GMT -8
Nothing happened and I made the theme a default again.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Sept 7, 2016 19:35:40 GMT -8
I don't see the theme up on your page..and what do you mean nothing happened? Did you replace the CSS with what I gave you?
|
|
inherit
233889
0
Nov 22, 2024 18:57:16 GMT -8
STLUEE
1,165
June 2016
stluee1
|
Post by STLUEE on Sept 8, 2016 17:36:41 GMT -8
I am going to try and work with the regular hover. I just can't think of good images to place over it. Any ideas? My next question is I removed the side shoutbox, now there is the gap thats on the right side of the forum. I increased the width from 75% to 85% thee is still a gap. how do I get rid of it? I am determined to use this theme! Thank you!
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Sept 10, 2016 8:08:57 GMT -8
STLUEE Themes > Advanced Styles & CSS > Style Sheet Remove all this from the bottom #wrapper {background-color:#fddac4;padding:20px 15px 20px 5px;margin-right:310px;margin-bottom:-20px;} .container > .control-bar {top: 31px !important;}
/*SIDEBAR STYLES*/
#sidebar { background: #f7f7f7; float:right; height:100%; position:fixed; right:0px; top: 0px; width:300px; border-right: 10px #e1b898 solid; border-top: 10px #e1b898 solid; border-radius: 0em 1em 0em 1em; background-color: #b1dfd7; background-position: bottom center; background-repeat: repeat; text-align: justify; z-index:0!important; }
.clickable1 { display:inline; margin: 0px; cursor:pointer; font-size: 14px; padding: 5px; font-family: open sans; color: #6D6D67; text-transform:uppercase; border-bottom: 2px #d4807e solid; border-top: 2px #d4807e solid; border-right: 2px #d4807e solid; border-left: 2px #d4807e solid; border-radius: 20px 0px 20px 0px; background-color: #fddac4; }
.tab-content { font-family: open sans; font-size: 15px; color: #000; padding: 20px 5px 5px 5px; display: none; } #tab1-content { display: block; }
Then go to Themes > Colors & Theme Creator > Scheme forum width: 100%
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Sept 10, 2016 8:11:49 GMT -8
Also, since I have the forum rounded at the edges to accommodate a sidebar on the side you might also want to change
/* curved border around forum*/ #wrapper {background-color: @container_inner_border_color; width:990px; padding: 7px; border-radius: 1em 0em 1em 0em;-moz-border-radius: 1em 0em 1em 0em;-webkit-border-radius: 1em 0em 1em 0em; border: 10px solid; }
Replace it with this code
/* curved border around forum*/ #wrapper {background-color: @container_inner_border_color; width:990px; padding: 7px; border-radius: 1em 1em 1em 1em;-moz-border-radius: 1em 1em 1em 1em;-webkit-border-radius: 1em 1em 1em 1em; border: 10px solid; }
so that all the edges are curved instead of just two of them.
|
|
inherit
237025
0
Oct 7, 2016 22:27:46 GMT -8
mischievouscutie
27
September 2016
mischievouscutie
|
Post by mischievouscutie on Sept 14, 2016 1:26:28 GMT -8
Hello, I like your theme, but the forum alignment is the problem. Some part was hidden by the sidebar. This is my forum: dreamrealm.boards.net/Thank you in advance
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Sept 14, 2016 12:48:05 GMT -8
Hello, I like your theme, but the forum alignment is the problem. Some part was hidden by the sidebar. This is my forum: dreamrealm.boards.net/Thank you in advance It's fine on my screen when I look at your page, so I think it's your screen size. I would recommend trying to change forum size and see if that works. Go to Themes > Colors & Theme Creator > Scheme try lowering the forum width forum width: 60% If this doesn't work, then come back and I'll take another look at it.
|
|
inherit
237025
0
Oct 7, 2016 22:27:46 GMT -8
mischievouscutie
27
September 2016
mischievouscutie
|
Post by mischievouscutie on Sept 14, 2016 17:32:10 GMT -8
Hello, I like your theme, but the forum alignment is the problem. Some part was hidden by the sidebar. This is my forum: dreamrealm.boards.net/Thank you in advance It's fine on my screen when I look at your page, so I think it's your screen size. I would recommend trying to change forum size and see if that works. Go to Themes > Colors & Theme Creator > Scheme try lowering the forum width forum width: 60% If this doesn't work, then come back and I'll take another look at it. I did change the forum width but it's still not working.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Sept 15, 2016 1:41:50 GMT -8
It's fine on my screen when I look at your page, so I think it's your screen size. I would recommend trying to change forum size and see if that works. Go to Themes > Colors & Theme Creator > Scheme try lowering the forum width forum width: 60% If this doesn't work, then come back and I'll take another look at it. I did change the forum width but it's still not working. Okay this is going to sound silly, but really this is a trial and error for me to try to figure out since it does not show that way on my screen, but go to Admin > Themes > Advanced Styles & CSS > Visual Editor > Style Sheet and under sidebar styles; take out float:right; save and see if that worked for me please?
|
|
inherit
237025
0
Oct 7, 2016 22:27:46 GMT -8
mischievouscutie
27
September 2016
mischievouscutie
|
Post by mischievouscutie on Sept 15, 2016 2:05:13 GMT -8
I did change the forum width but it's still not working. Okay this is going to sound silly, but really this is a trial and error for me to try to figure out since it does not show that way on my screen, but go to Admin > Themes > Advanced Styles & CSS > Visual Editor > Style Sheet and under sidebar styles; take out float:right; save and see if that worked for me please? haha, it's fine already I resize the sidebar, and it works. Thank you for your response.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Sept 15, 2016 9:52:53 GMT -8
Okay this is going to sound silly, but really this is a trial and error for me to try to figure out since it does not show that way on my screen, but go to Admin > Themes > Advanced Styles & CSS > Visual Editor > Style Sheet and under sidebar styles; take out float:right; save and see if that worked for me please? haha, it's fine already I resize the sidebar, and it works. Thank you for your response. I'm glad it worked out for you. Sorry I wasn't of any use.
|
|
inherit
233889
0
Nov 22, 2024 18:57:16 GMT -8
STLUEE
1,165
June 2016
stluee1
|
Post by STLUEE on Sept 15, 2016 11:48:59 GMT -8
It turned out great thank you tiffybean
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Sept 16, 2016 8:00:30 GMT -8
It turned out great thank you tiffybean Just glad you like it. Any time.
|
|