Jump to content


A few problems


  • You cannot start a new topic
  • You cannot reply to this topic
7 replies to this topic

#1 socalfusions

    $ Supporting Member

  • 13 posts
  • Joined: August 24, 2011
  • 3 topics
  • Skin: IP.Board
  • Local time: 07:10 PM
  • Zodiac:Scorpio
  • Gender:Male
  • OS:Windows 7
  • Country:
Offline
  • Time Online: 23h 54m 50s

Posted 18 September 2011 - 12:03 AM

Hi :)

I couldn't find how to change the color of the time & date for page article posts and is it possible to get a main title bar to appear over posts on this page similar to the bars on the forums?

Posted Image


In your post about creating a new tab in the primary navigation bar I had trouble finding the code:

</if>
</foreach>
</if>

As there appeared to be many of those same codes throughout the template, is there an easier way to go about this? Also in that same post a member asked if he could delete existing links such as the calendar one but you said that it didn't look possible to do so, is this still the case?

Posted Image


I wasn't able to find anything about changing the color of this section, is this a "hook" that you said isn't editable in CSS? How would we go about editing the colors for this?

Posted Image


How can I change the color of the lines separating the forum sections, and is it possible to do alternating forum section colors (I remember you saying in 3.2 they are all the same, perhaps there are mods, etc)?

Posted Image


In the guide when I tried to edit the css for the primary navigation bar section to change the color of the line under the navigation links it didn't appear to change the one I intended to, maybe because I'm using a custom skin?

Posted Image


Finally, I can't seem to find how to change the font color of the text for the footer main title bar, in the guide I didn't see a section for this unless I missed it.

Posted Image

#2 Broni Re: A few problems

    Malware Annihilator

  • 24,883 posts
  • Joined: October 04, 2004
  • 1,860 topics
  • Age: 57
  • Skin: IPBoard wide
  • Local time: 08:10 PM
  • Zodiac:Virgo
  • Gender:Male
  • Location:Daly City, CA
  • OS:Windows Vista
  • Country:
Online
  • Time Online: 57d 10h 30m 28s

Posted 18 September 2011 - 02:51 AM

Quote

color of the time & date for page article posts
Unfortunately it comes from this setting:



Quote

.desc {


color: #858585;
font-size: 11px;
}
It serves number of board texts, so when you change it it'll affect number of places.



Quote

is it possible to get a main title bar to appear over posts on this page similar to the bars on the forums
It should be fairly easy by changing "class" here:
<h2 class="ipsType_subtitle">
to:
<h2 class="mainTitle">

Quote

In your post about creating a new tab in the primary navigation bar I had trouble finding the code:
That's for 3.1.4


Quote

a member asked if he could delete existing links such as the calendar one but you said that it didn't look possible to do so, is this still the case?
Yes

Quote

How would we go about editing the colors for this?
Add line in red:



#category_list h3, #recent_articles h3, #recent_comments h3 {


margin: 0 0 3px;
background: ??
}


Quote

is it possible to do alternating forum section colors
No.


Quote

How can I change the color of the lines separating the forum sections


table.ipb_table td {


border-bottom: 1px solid #F3F3F3;
padding: 10px;
}


Quote

to change the color of the line under the navigation links
I'm not sure what line you're referring to. Branding bar bottom border?

Quote

font color of the text for the footer main title bar
I don't have such a bar, so I'd have see a link to your board.

#3 socalfusions Re: A few problems

    $ Supporting Member

  • 13 posts
  • Joined: August 24, 2011
  • 3 topics
  • Skin: IP.Board
  • Local time: 07:10 PM
  • Zodiac:Scorpio
  • Gender:Male
  • OS:Windows 7
  • Country:
Offline
  • Time Online: 23h 54m 50s

Posted 18 September 2011 - 11:36 PM

Quote


is it possible to get a main title bar to appear over posts on this page similar to the bars on the forums


It should be fairly easy by changing "class" here:
<h2 class="ipsType_subtitle">
to:
<h2 class="mainTitle">


I had some trouble finding what section was the correct one to input this code, I thought it would be in ipcontent.css but it didn't show up with a search, where would the correct area be?

Quote


How would we go about editing the colors for this?


Add line in red:



#category_list h3, #recent_articles h3, #recent_comments h3 {


margin: 0 0 3px;
background: ??
}


After changing this code in ipcontent.css I didn't see any changes on my page, I tried changing some of the related code below this one and managed to changed the background of the categories section but as you can see I couldn't get the title bar, etc.
Quote


to change the color of the line under the navigation links


I'm not sure what line you're referring to. Branding bar bottom border?
Quote


font color of the text for the footer main title bar


I don't have such a bar, so I'd have see a link to your board.


www.sanctuaryarena.com


The line I'm referring to is that blue line just above the primary navigation links.

#4 Broni Re: A few problems

    Malware Annihilator

  • 24,883 posts
  • Joined: October 04, 2004
  • 1,860 topics
  • Age: 57
  • Skin: IPBoard wide
  • Local time: 08:10 PM
  • Zodiac:Virgo
  • Gender:Male
  • Location:Daly City, CA
  • OS:Windows Vista
  • Country:
Online
  • Time Online: 57d 10h 30m 28s

Posted 22 September 2011 - 02:39 AM

Can you post screenshots of all remaining unsolved issues?

#5 socalfusions Re: A few problems

    $ Supporting Member

  • 13 posts
  • Joined: August 24, 2011
  • 3 topics
  • Skin: IP.Board
  • Local time: 07:10 PM
  • Zodiac:Scorpio
  • Gender:Male
  • OS:Windows 7
  • Country:
Offline
  • Time Online: 23h 54m 50s

Posted 22 September 2011 - 08:40 PM

Here's the categories section of my ip content page:

Posted Image


Here's the blue line I'm talking about:

Posted Image


Here's the footer maintitle bar I couldn't find to edit:

Posted Image


Quote


is it possible to get a main title bar to appear over posts on this page similar to the bars on the forums


It should be fairly easy by changing "class" here:
<h2 class="ipsType_subtitle">
to:
<h2 class="mainTitle">


In regards to this, I wasn't sure what section of the CSS I should go to in order to find that code to replace it, where could I go about finding it?

#6 Broni Re: A few problems

    Malware Annihilator

  • 24,883 posts
  • Joined: October 04, 2004
  • 1,860 topics
  • Age: 57
  • Skin: IPBoard wide
  • Local time: 08:10 PM
  • Zodiac:Virgo
  • Gender:Male
  • Location:Daly City, CA
  • OS:Windows Vista
  • Country:
Online
  • Time Online: 57d 10h 30m 28s

Posted 25 September 2011 - 04:09 AM

http://www.sanctuaryarena.com/

1. Add line(s) in red to change background/font color


Quote

#category_list h3, #recent_articles h3, #recent_comments h3 {


margin: 0 0 3px;
background: ??c
color: ??
}

2. Remove line in red:



Quote

#branding {


background: none repeat scroll 0 0 #000000;
border-bottom: 1px solid #1B3759;
min-height: 64px;
}

3. There is no separate setting for that bar. It has settings for "Maintitle" (same as for all other title bars on that page):


Quote

.maintitle {


background: none repeat scroll 0 0 #1C1C1C;
border-color: #1C1C1C;
border-radius: 4px 4px 0 0;
border-style: solid;
border-width: 1px 1px 0;
box-shadow: 0 1px 0 #1C1C1C inset;
color: #1C1C1C;
font-size: 16px;
font-weight: 300;
padding: 10px 10px 11px;
}


#7 socalfusions Re: A few problems

    $ Supporting Member

  • 13 posts
  • Joined: August 24, 2011
  • 3 topics
  • Skin: IP.Board
  • Local time: 07:10 PM
  • Zodiac:Scorpio
  • Gender:Male
  • OS:Windows 7
  • Country:
Offline
  • Time Online: 23h 54m 50s

Posted 26 September 2011 - 12:34 AM

Thank you for your help once again!

#8 Broni Re: A few problems

    Malware Annihilator

  • 24,883 posts
  • Joined: October 04, 2004
  • 1,860 topics
  • Age: 57
  • Skin: IPBoard wide
  • Local time: 08:10 PM
  • Zodiac:Virgo
  • Gender:Male
  • Location:Daly City, CA
  • OS:Windows Vista
  • Country:
Online
  • Time Online: 57d 10h 30m 28s

Posted 26 September 2011 - 02:32 AM

You're very welcome :smiley_says_hello:





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users


This topic has been visited by 17 user(s)