inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Dec 4, 2014 16:50:45 GMT -8
Name: Subtleties Clean lines, Subtle tones No images necessary. Ease of use for new to ProBoards members. No worry about banner size. Minor code additions to a few templates which shouldn't interfere with any plugins user chooses to add. Only plugin utilized is the SideBar Redux. The graphics rely on gradients ~ including the alternating Mini-Profile background, Buttons, Folder Icon area and Navigation Bar. Easy navigation with a Last Post Button, Previous/Next Thread Buttons, Recent Posts/Updated Threads Buttons and Up/Down Scroll on bottom of each post. Sidebar, Welcome Avatar, Mini Profile Avatar and Forum Information & Stats are partially opaque until hovered and in use. "Member is Online" Pulse Users Online and Users Online in the Last 24 Hours display as Avatars. UPDATED ~ Gradient added to Nav Tree Dropdown and under Info Center. Information & Stats partially opaque until hovered and in use. UPDATED: 12/8 ~ Dropdown Menus highlight color coded as a gradient to match theme. Live Preview ~ modernluv.boards.net/Library Link ~ www.proboards.com/library/themes/item/2160
|
|
zimcat
Junior Member
Posts: 269
inherit
244003
0
Jul 28, 2018 7:48:41 GMT -8
zimcat
269
April 2017
zimcat
|
Post by zimcat on Apr 24, 2017 6:41:45 GMT -8
Right now I'm using the "Subtleties" theme and for the most part I love it. A couple of things are bothering me though. The buttons on the nav bar, when you hover over them the button "jumps" also I would like the other buttons to match the "home button" at all times with the exception of the text going from white to black when selected. penny-for-python.proboards.com/Thanks
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on May 13, 2017 10:41:28 GMT -8
Hi, zimcat ~
If you don't want the navigation tabs to raise on hover, go to Admin Panel > Themes > Advanced Styles & CSS.
Next, click on the Style Sheet Tab. Find this code approximately on line #1685 ~
#navigation-menu > ul li a:hover{ top:-7px; }
Remove that code and the tabs will remain stationary.
I apologize for the late reply.
|
|
Danna
New Member
Posts: 11
inherit
230740
0
Dec 18, 2017 5:52:51 GMT -8
Danna
11
April 2016
dannarulez
|
Post by Danna on Sept 1, 2017 17:26:30 GMT -8
Hello!! Is this thread still working? I hope so!! Hey, how can I add the Shoutbox to the side bar, you have it like that in the pic bur I can't find a way to do it, thanks!!
|
|
inherit
248288
0
Apr 22, 2024 13:35:12 GMT -8
Capt Anita Thomas
138
August 2017
captanitathomas
|
Post by Capt Anita Thomas on Sept 29, 2017 9:33:15 GMT -8
Hi I was wondering how to make the "board" take up 95 % of the screen, right now it seems squished, and also would like to know, how I can make the banner transparent.
Thank You!
|
|
inherit
248288
0
Apr 22, 2024 13:35:12 GMT -8
Capt Anita Thomas
138
August 2017
captanitathomas
|
Post by Capt Anita Thomas on Sept 29, 2017 14:24:00 GMT -8
I figure out how to make it wider, so that is no longer an issues, but I would still like to know how to make the banner transparent, and the bottom completely transparent, all of the time and how to get rid of the word Moderator, in the top board, now matter how many times I make moderator hidden, it still hows up. Board address: kotuku.boards.net/Thanks! P.S Love your template! Its Awesomeness! Thank You!
|
|
inherit
248288
0
Apr 22, 2024 13:35:12 GMT -8
Capt Anita Thomas
138
August 2017
captanitathomas
|
Post by Capt Anita Thomas on Sept 29, 2017 15:18:30 GMT -8
HI again, I some how messed up the title, and its small adn I can't make it larger again. Also I was wondering how to make the personal pics, in focus all of the time, without a transparent film over it, it seems that you can only have the personal pics in focus when the mouse is over it. Thank You!
|
|
inherit
248288
0
Apr 22, 2024 13:35:12 GMT -8
Capt Anita Thomas
138
August 2017
captanitathomas
|
Post by Capt Anita Thomas on Sept 30, 2017 7:39:12 GMT -8
Hi again,
I was also wondering, how to get rid of those folders that simply sit there, when there are no new posts, I would rather only the new post icon show when their are new posts.
Thank You!
|
|
inherit
223590
0
May 17, 2023 9:13:21 GMT -8
Kitty Katt
My Username is @kittykatt (with 2 t's in katt)
821
July 2015
kittykatt
|
Post by Kitty Katt on Oct 3, 2017 6:17:58 GMT -8
Hello, Danna and Capt Anita Thomas. Remember, it helps the author know when they need to check this if you tag them. This thread may have been long removed from ♥ ℒʊ√ ♥'s Participated list, so it is a good idea to tag.
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Oct 3, 2017 11:28:01 GMT -8
Thank you so much, Kitty Katt ,
As you mention, this thread has, indeed, long left my participated list.
As my first post states, please PM me with any questions. In that way, you're sure to get a timely reply.
Capt Anita Thomas , the mini-profile's avatar is designed to have opacity and only show at 100% when hovered ~ like the Welcome Avatar, Info Center and Shoutbox, if the forum has one. To remove the opacity from the avatar, find line #1822 in the Style Sheet Tab and remove the following:
.item .avatar img { -khtml-opacity:.65; -moz-opacity:.65; -ms-filter:alpha(opacity=65); filter:alpha(opacity=65); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.65); opacity:.65; }
.item .avatar img:hover { -khtml-opacity:1; -moz-opacity:1; -ms-filter:alpha(opacity=1); filter:alpha(opacity=1); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1); opacity:1; }
To enlarge your banner text, go to the Visual Editor Tab. In the first section, "Forum", Click on Header, then "Forum Banner", "Forum Text". Find "Font Size" and increase the size there.
In that same area, "Forum", find "Width" and change it from the fixed pixel size to the percentage size of your choice.
As far as the folders that sit there if there are no new posts, that is their purpose, to show there is no new post. That's standard with ProBoards' software, but if you choose to show nothing, you can go to the Support thread and ask how to remove that feature.
If you need further assistance, just let me know.
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Oct 3, 2017 11:35:22 GMT -8
Hello!! Is this thread still working? I hope so!! Hey, how can I add the Shoutbox to the side bar, you have it like that in the pic bur I can't find a way to do it, thanks!! Hi, Danna ,
Add this to the Sidebar Container you wish to place the Shoutbox ~
<div id="move-shoutbox"></div> And add this code to your GLOBAL FOOTER ~
<script type="text/javascript"> $(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); // Scroll to bottom of shoutbox messages $('.shoutbox_messages').animate({"scrollTop": $('.shoutbox_messages')[0].scrollHeight}, "slow"); }); </script>
|
|
inherit
248288
0
Apr 22, 2024 13:35:12 GMT -8
Capt Anita Thomas
138
August 2017
captanitathomas
|
Post by Capt Anita Thomas on Oct 6, 2017 5:18:33 GMT -8
Hello, Danna and Capt Anita Thomas . Remember, it helps the author know when they need to check this if you tag them. This thread may have been long removed from ♥ ℒʊ√ ♥ 's Participated list, so it is a good idea to tag. Hi ! Thank you for the response. I have heard the term tagging, but don't understand what it means. I have done a Google search on it not long ago, when I saw it in someone else's post, but google's responses were no where near explaining it. If you have a minute, could you explain it? Thanks!
|
|
inherit
248288
0
Apr 22, 2024 13:35:12 GMT -8
Capt Anita Thomas
138
August 2017
captanitathomas
|
Post by Capt Anita Thomas on Oct 6, 2017 5:20:11 GMT -8
Thank you so much, Kitty Katt ,
As you mention, this thread has, indeed, long left my participated list.
As my first post states, please PM me with any questions. In that way, you're sure to get a timely reply. Thank you, I will do that in the future, and I do appreciate you coming back to help!
|
|
inherit
248288
0
Apr 22, 2024 13:35:12 GMT -8
Capt Anita Thomas
138
August 2017
captanitathomas
|
Post by Capt Anita Thomas on Oct 6, 2017 5:36:12 GMT -8
If you need further assistance, just let me know.
Thank you for the info about the 'no new posts' folder, I'll do that. That worked! That is awesome! Asking two more things, if you don't mind. Is there a way to make the bottom of the board completely transparent, all of the time? I was also wondering if there is a way to get rid of the word " Moderator " and showing and the moderator user's name? Thank you! The members love your template, its perfect for a spaceship role playing board!
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Oct 6, 2017 12:00:07 GMT -8
Hi, Capt Anita Thomas ~
I'm glad you and your members are enjoying the theme!
If you want the forum stats to be completely invisible, why not simply disable it from showing?
You can do that by going to your Admin Panel > Settings > Forum Settings.
Under the "Forum" tab find "Info Center and Stats" and choose "Disable".
But if you actually do want it completely invisible but still there, go to Line # 2216 and find this code and change the "65" to "0".
.stats {<br> -khtml-opacity:.65; -moz-opacity:.65; -ms-filter:alpha(opacity=65); filter:alpha(opacity=65); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.65); opacity:.65; And if you still want it to appear when hovered, leave the following code which is directly under the code above.
If you don't want it to be visible on hover, then remove it.
.stats:hover {<br> -khtml-opacity:1; -moz-opacity:1; -ms-filter:alpha(opacity=1); filter:alpha(opacity=1); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1); opacity:1;
As far as removing Moderators, go to your Admin Panel > Structure > Category and Boards.
Hover over the board you want to remove the moderator and click on the Edit Cog .
And to save you time, question one and three aren't specific to my theme. They are built in ProBoards' features. So, if you need a quicker response, you can always ask these types of questions in the Support Board.
I hope you continue enjoying building your forum.
Hi ! Thank you for the response. I have heard the term tagging, but don't understand what it means. I have done a Google search on it not long ago, when I saw it in someone else's post, but google's responses were no where near explaining it. If you have a minute, could you explain it? Thanks! Capt Anita Thomas ~
You can read about tagging here.
|
|