inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Aug 26, 2016 17:36:16 GMT -8
|
|
inherit
230690
0
Jan 16, 2019 2:36:12 GMT -8
Pebbles
BE YOUR OWN HERO
1,047
April 2016
dragneel
|
Post by Pebbles on Aug 28, 2016 10:01:16 GMT -8
Pebbles Yeah, this theme isn't built to work with the sidebar plugin. Information is meant to be in the dropdown menu... Depending on how many changes you've made, the info dropdown starts at line 174: <div class="dropdown info-dropdown fallback"> And ends with its closing </div> on line 246. If you cut this section from the HTML, you can move it wherever you'd like. i have tried this but then it shows on the index page for 1 second and then it disappears i tried it in home template and forum wrapper
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Aug 28, 2016 10:25:39 GMT -8
Pebbles Prob because you left the dropdown and fallback classes on the container
|
|
inherit
230690
0
Jan 16, 2019 2:36:12 GMT -8
Pebbles
BE YOUR OWN HERO
1,047
April 2016
dragneel
|
Post by Pebbles on Aug 28, 2016 11:41:35 GMT -8
Pebbles Prob because you left the dropdown and fallback classes on the container nevermind , i cannot work this out lol i tried it without them and still doesnt work, forget about it i will maybe ask my boyfriend one day, he is web developer another small question, if you go to my forum you see that most of text in the footer is not centered i dont know what happened and how that changed to the left can you help me get in the center again please? thank you + your credit stuff thats in the footer right under the affiliates now , how can i move it to the other footer info, like put it right above the proboards info
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Aug 28, 2016 14:08:28 GMT -8
Pebbles Are you sure you got it all? I cut + pasted it right under the line <div id="wrapper"> and removed the dropdown and fallback classes, it's visible. Maybe you missed a closing tag somewhere? It might be easier to move it into a .txt file first so you can review that everything is there. It looks like you're missing the footer wrapper, which center aligns everything inside of it: <div id="footer"> $[footer] </div> It goes under the closing div of <div id="wrapper">
|
|
inherit
230690
0
Jan 16, 2019 2:36:12 GMT -8
Pebbles
BE YOUR OWN HERO
1,047
April 2016
dragneel
|
Post by Pebbles on Aug 29, 2016 3:47:29 GMT -8
Pebbles Are you sure you got it all? I cut + pasted it right under the line <div id="wrapper"> and removed the dropdown and fallback classes, it's visible. Maybe you missed a closing tag somewhere? It might be easier to move it into a .txt file first so you can review that everything is there. It looks like you're missing the footer wrapper, which center aligns everything inside of it: <div id="footer"> $[footer] </div> It goes under the closing div of <div id="wrapper"> i got it working now like you shown me on the screenshot, thanks for the help also, my code isn't missing that^ its like this and its still not all centered the strange thing is, i haven't changed anything about the footer i think lol and all of a sudden it was like that its like this now <div id="wrapper"> <div id="content" role="main"> {if $[notice]} <div class="container"> <div class="title-bar"><h2>$[notice.title]</h2></div> <div class="content pad-all cap-bottom"> $[notice.message] </div> </div>
{/if} $[content] <div id="footer"> $[footer] <p class="copyright">theme by <a href="http://twicebakedfx.com" target="_blank">Twicebaked</a><br> <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a> </div>
|
|
inherit
236439
0
Aug 29, 2016 15:08:02 GMT -8
crystalised
2
August 2016
crystalised
|
Post by crystalised on Aug 29, 2016 10:11:00 GMT -8
Hey Elli! This theme is amazing. I've recommended you to some friend that has a popular forum and she might request a custom forum theme.
Could you please help me on this theme with some things? How do you remove the affiliates thingy (88x31 moving images section) from the theme? & Is it possible to remove the site info and add your theme credit at the end?
How do you make the header/banner image not in full but like that cute.boards.net forum?
These are the only questions I have for this theme. Otherwise I'm happy with the way it looks.
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Aug 29, 2016 11:40:13 GMT -8
Pebbles It's not showing that way in your live code. I think a plugin may be interfering. Sidebar plugin maybe? It's generating some classes that seem to be overwriting the Forum Wrapper layout template. crystalised1. Go to Admin > Themes > Layout Templates > "Forum Wrapper" 2. Look for this line: <!-- BEGIN AFFILIATE TABLE --> 3. Delete everything between this and the closing comment: <!-- END AFFILIATE TABLE --> 4. Click "Save Changes" 1. Admin > Themes > Layout Templates > "Forum Wrapper" 2. Look for this line: <!-- COPYRIGHT | DO NOT MODIFY OR REMOVE --> 3. Select this through the closing comment: <!-- END COPYRIGHT --> 4. Ctrl + C on your keyboard 5. Find this line: <div id="footer"> 6. Create a new line directly below it 7. Ctrl + V to paste the copyright 8. Scroll back up to find this line: <div class="dropdown info-dropdown fallback"> 9. Delete this through the closing </div> 10. Now delete the list item: <li class="static">
<a href="javascript:void(0);">
Site Info
<i class="fa fa-caret-down dropdown-arrow"></i>
</a> </li> 11. Click "Save Changes" 1. Admin > Themes > Colors & Theme Creator 2. Width is changed under "Forum Width" 3. Click "Save Changes"
|
|
inherit
230690
0
Jan 16, 2019 2:36:12 GMT -8
Pebbles
BE YOUR OWN HERO
1,047
April 2016
dragneel
|
Post by Pebbles on Aug 29, 2016 11:46:49 GMT -8
Pebbles It's not showing that way in your live code. I think a plugin may be interfering. Sidebar plugin maybe? It's generating some classes that seem to be overwriting the Forum Wrapper layout template. i removed the plugin and now its centered again thanks
|
|
inherit
236439
0
Aug 29, 2016 15:08:02 GMT -8
crystalised
2
August 2016
crystalised
|
Post by crystalised on Aug 29, 2016 15:18:50 GMT -8
Pebbles It's not showing that way in your live code. I think a plugin may be interfering. Sidebar plugin maybe? It's generating some classes that seem to be overwriting the Forum Wrapper layout template. crystalised 1. Go to Admin > Themes > Layout Templates > "Forum Wrapper" 2. Look for this line: <!-- BEGIN AFFILIATE TABLE --> 3. Delete everything between this and the closing comment: <!-- END AFFILIATE TABLE --> 4. Click "Save Changes" 1. Admin > Themes > Layout Templates > "Forum Wrapper" 2. Look for this line: <!-- COPYRIGHT | DO NOT MODIFY OR REMOVE --> 3. Select this through the closing comment: <!-- END COPYRIGHT --> 4. Ctrl + C on your keyboard 5. Find this line: <div id="footer"> 6. Create a new line directly below it 7. Ctrl + V to paste the copyright 8. Scroll back up to find this line: <div class="dropdown info-dropdown fallback"> 9. Delete this through the closing </div> 10. Now delete the list item: <li class="static">
<a href="javascript:void(0);">
Site Info
<i class="fa fa-caret-down dropdown-arrow"></i>
</a> </li> 11. Click "Save Changes" 1. Admin > Themes > Colors & Theme Creator 2. Width is changed under "Forum Width" 3. Click "Save Changes" Everything worked out perfect. Thank you so much!
|
|
inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Sept 23, 2016 6:52:19 GMT -8
Hey love, I'm just letting you know that I'm using your theme Here I absolutely love it
|
|
inherit
237817
0
Jul 15, 2017 1:30:54 GMT -8
seaturtle
63
October 2016
seaturtle
|
Post by seaturtle on Oct 4, 2016 10:04:00 GMT -8
double post please delete
|
|
inherit
237817
0
Jul 15, 2017 1:30:54 GMT -8
seaturtle
63
October 2016
seaturtle
|
Post by seaturtle on Oct 4, 2016 10:53:55 GMT -8
Thanks so much for this, I absolutely love it However, is there a way to change this part? I would like it to be on one line, or at least reduce the space. Sorry, I am a complete amateur in coding. I tried to figure it out myself but I ended up messing everything up and had to reinstall the theme like 3 times. Hi elli I love love love this theme. The only question I have is how do I make my icons for new posts appear in the categories/threads views? For example, my forum is a Ravenclaw-themed/Harry Potter community site. On an older theme I used (it was just a basic theme that I customized, nothing complex/intuitive like yours is), I had remembrals that signified a new post versus an old post. The empty remembral was the old/no new posts icon. The full remembral is the new posts icons. It appeared in the homepage/category view as well as in the boards when viewing threads. I would like to do this again but I'm not sure how to do it with your theme. I do have the images uploaded to this theme as the images for old/new posts, as a start. This is sort of what I'm looking for... Categories view: Boards/threads view: Obviously if it pans out that the sizing of the images would need to be scaled down (and this quick mock up was done in paint so there is transparent involved that's missed here), that's fine. I would just like the option to make it more visible. Especially since the category view doesn't appear to have any visible new thread views. Thanks again for this awesome theme & for taking the time to read this. I love your boards / threads view, how do I achieve this? I want it like dearjennas: Currently, mine is like this, which I do not like:
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Oct 5, 2016 11:56:29 GMT -8
seaturtle It looks like your screen resolution is simply smaller than what is supported by the theme, which is why you're seeing this table cell sizing. You can try reducing the page cell width here in the CSS, although it may cause the page numbering to wrap: .threads .main { text-align: @thread_align_subject; } .threads .pages { width: 240px; } .threads .replies { width: 120px; text-align: @thread_align_replies; } .threads .views { width: 120px; text-align: @thread_align_views; } .threads .latest { width: 240px; text-align: @thread_align_last_post; cursor: pointer; } .threads .control-icons i { padding-right: 7px; } .threads .control-icons .lock_icon, .threads .control-icons .falling_icon, .threads .control-icons .event_icon, #bookmarks.threads .bookmark_icon { width: 0; padding-right: 0; } .threads .item.new .new-icon { margin: 6px 8px 0 0; display: inline-block; }
|
|
inherit
230690
0
Jan 16, 2019 2:36:12 GMT -8
Pebbles
BE YOUR OWN HERO
1,047
April 2016
dragneel
|
Post by Pebbles on Oct 10, 2016 12:18:22 GMT -8
elli hi me again lol i have a question about adding a mp3 player with your theme following this tutorial adoxographyv2.boards.net/thread/27/mp3-player-mini-profilei got it almost working but then it ends up with a profile field at the bottom showing the mp3 link so then i removed this part in the mini profile template <div class="info $[user.mini_custom_field.content_class]"><span class="field">$[user.mini_custom_field.name]:</span> <span class="value">$[user.mini_custom_field.value]</span></div>
but then the other custom profile fields like bias etc disappear then i tried to put them back in myself in the mini profile code but then the only thing that showed up was; hongbin whilst its suppose to be; bias: hongbin and it also didn't show up in the same style as the other things in the mini profile like posts box etc could you please help me out with this ? <3 thank you (also, i have seen mp3 players on rp forums where they appear like on the generator website but on my forum it appears with a hover layer with a play button of adobe flash player, any idea why?)
|
|