#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 2, 2015 16:38:20 GMT -8
Is there a way, to edit Style 2 (No title bar, inner border color)? I would like to make the inner border transparent, so that only the content is visible, nothing else. There's CSS in the first post that you can place in your style sheet to do that.
|
|
topcat1
New Member
Admin. Voice "Your" Opinion Forum
Posts: 140
inherit
206600
0
Apr 8, 2014 6:08:47 GMT -8
topcat1
Admin. Voice "Your" Opinion Forum
140
March 2014
topcat1
|
Post by topcat1 on Feb 3, 2015 5:20:57 GMT -8
I have 1.3.1 side bar on my forum & it has really been working great. One of the thing on the side bar is a live feed of CNN that you click & can get the latest news. All of a sudden it stopped working. I am sure it is something I have done but I am a newbie (& not a coder) at all this I don't know what to do to fix it. Every thing else works just fine. Can you help? voiceyouropinion.proboards.comThanks
|
|
Kami
Forum Cat
Posts: 40,187
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,187
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Feb 3, 2015 5:51:28 GMT -8
The error that's showing is that the URL is not a valid feed. It looks like you're using a feed widget for an RSS feed, so you'd need the URL from one of the following categories instead of just "cnn.com" - www.cnn.com/services/rss/
|
|
topcat1
New Member
Admin. Voice "Your" Opinion Forum
Posts: 140
inherit
206600
0
Apr 8, 2014 6:08:47 GMT -8
topcat1
Admin. Voice "Your" Opinion Forum
140
March 2014
topcat1
|
Post by topcat1 on Feb 4, 2015 4:30:52 GMT -8
The error that's showing is that the URL is not a valid feed. It looks like you're using a feed widget for an RSS feed, so you'd need the URL from one of the following categories instead of just "cnn.com" - www.cnn.com/services/rss/Thank you, I will see if I can figure it out from there. TC
|
|
inherit
218162
0
Nov 3, 2015 2:48:31 GMT -8
toosk3tchy
198
January 2015
toosk3tchy
|
Post by toosk3tchy on Feb 6, 2015 5:43:08 GMT -8
Is there a way that I can hide the side bar off my home page only so that it doesn't take up any of the wrapper either and have the 1st side bar positioned under the banner so that my banner isn't getting cut off?
Thank you S
|
|
inherit
190352
0
Feb 7, 2018 3:14:57 GMT -8
strewth78
118
February 2013
strewth78
|
Post by strewth78 on Feb 6, 2015 7:08:08 GMT -8
hello. I have used the correct code suggested to remove the sidebar on custom pages. This works great, removing my left sidebar I currently have no right sidebar) However, I would now like to still have a sidebar on my custom pages, but filled with different material. SO I thought perhaps it could be possible to put this other content on the right sidebar. Then disable the left one whilst in custom pages and the right when on normal forum pages/home page etc. Is that possible?
|
|
inherit
190352
0
Feb 7, 2018 3:14:57 GMT -8
strewth78
118
February 2013
strewth78
|
Post by strewth78 on Feb 6, 2015 8:15:21 GMT -8
think ive kinda solved it already.
i copied the same code for the left into my main header and forums headers, but hiding the right side, whilst the custom pages hide the left.
only problem is it has both sidebars whilst on inbox or the list of members etc. not sure how to solve that. if i set it to global, it hides the right on all pages including the custom pages, thats why i tried main header & forum headers rather than global.
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 6, 2015 15:44:58 GMT -8
think ive kinda solved it already. i copied the same code for the left into my main header and forums headers, but hiding the right side, whilst the custom pages hide the left. only problem is it has both sidebars whilst on inbox or the list of members etc. not sure how to solve that. if i set it to global, it hides the right on all pages including the custom pages, thats why i tried main header & forum headers rather than global. Hide the custom page specific containers by using CSS in your global header to target the IDs you give them in the plugin's settings. Then use CSS at the top of the HTML tab of your custom page to hide the regular ones and unhide the custom page ones. The general idea is that every container will be in your sidebar at once on every page, but the ones you don't want to show on specific pages will be hidden while only the ones you want to see on those pages will show.
|
|
inherit
190352
0
Feb 7, 2018 3:14:57 GMT -8
strewth78
118
February 2013
strewth78
|
Post by strewth78 on Feb 7, 2015 5:01:53 GMT -8
Thanks. I did a you said, and globally I now have only the left sidebar visible and on the custom pages it shows only the right, which was the intention, except for some reason on the custom pages it places the right sidebar more or less in the middle of the page, not on the right, leaving about 30% of the right side blank. I've gone through my other codes trying to figure out what could be conflicting with this CSS you gave me, but clearly something is corrupting it. Any chance you could take a quick look to see? Www.bangbangbaseball.boards.net
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 8, 2015 9:26:37 GMT -8
Thanks. I did a you said, and globally I now have only the left sidebar visible and on the custom pages it shows only the right, which was the intention, except for some reason on the custom pages it places the right sidebar more or less in the middle of the page, not on the right, leaving about 30% of the right side blank. I've gone through my other codes trying to figure out what could be conflicting with this CSS you gave me, but clearly something is corrupting it. Any chance you could take a quick look to see? Www.bangbangbaseball.boards.netAdd this to the CSS in the HTML tab of your custom pages.
|
|
inherit
218162
0
Nov 3, 2015 2:48:31 GMT -8
toosk3tchy
198
January 2015
toosk3tchy
|
Post by toosk3tchy on Feb 9, 2015 1:49:14 GMT -8
Is there anyway to have the sidebar positioned under my banner Brian? It's cutting off my Banner and so I need it inline with board lists
Thank you S
|
|
inherit
190352
0
Feb 7, 2018 3:14:57 GMT -8
strewth78
118
February 2013
strewth78
|
Post by strewth78 on Feb 9, 2015 2:32:24 GMT -8
Thanks. I did a you said, and globally I now have only the left sidebar visible and on the custom pages it shows only the right, which was the intention, except for some reason on the custom pages it places the right sidebar more or less in the middle of the page, not on the right, leaving about 30% of the right side blank. I've gone through my other codes trying to figure out what could be conflicting with this CSS you gave me, but clearly something is corrupting it. Any chance you could take a quick look to see? Www.bangbangbaseball.boards.netAdd this to the CSS in the HTML tab of your custom pages. CHAMPION!!Thanks for your time & effort Brian. Much appreciated.
|
|
inherit
218162
0
Nov 3, 2015 2:48:31 GMT -8
toosk3tchy
198
January 2015
toosk3tchy
|
Post by toosk3tchy on Feb 9, 2015 5:53:04 GMT -8
why does my sidebar align to the top of my forum, on top of the banner, whether I have move banner set to yes or no? Please help!
|
|
inherit
213990
0
Aug 29, 2019 10:08:59 GMT -8
Hernandez
162
September 2014
ziden
|
Post by Hernandez on Feb 9, 2015 8:04:56 GMT -8
why does my sidebar align to the top of my forum, on top of the banner, whether I have move banner set to yes or no? Please help! How does It align on top of the banner? i think there is Problems with ur templates
|
|
inherit
218162
0
Nov 3, 2015 2:48:31 GMT -8
toosk3tchy
198
January 2015
toosk3tchy
|
Post by toosk3tchy on Feb 9, 2015 8:18:27 GMT -8
first of all I wanted to hide my sidebar from the home page so I inserted the relevant code into home via layout templates. my home page is perfect as it needs no side bar but... I want my shoutbox in the sidebar when you are viewing sub board categories, threads and even writing thread but before I even insert my shoutbox the side bar is aligned to that the top edge of the side bar is in line horizontally with the top edge of my banner. I want the top edge of my side bar in line horizontally with the top edge of my category list. I have turned move banner off and its still not moving
|
|