 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
February 19th, 2010, 08:39 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 41
| Need help figuring out what to edit to change breadcrumb color?
Hi gang,
I just got photopost setup today and plan on making it live on the site after I do the 4.02 update tonight. Everything seems to look alright and works good. There is just one small issue I can't seem to figure out with which template to edit since it is using the forum header and footer. The piece I want to change is the breadcrumb in the category title bar, here is an example page: Member Galleries - GTtalk Gallery
It is the normal link color and hover color that the site uses but since it is placed in the category background it is hard to see. What is it that I need to edit to change the color?
|
| |
February 19th, 2010, 09:03 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
I beleive that would be the cathead template. You could try wrapping the $childnav variable in that template with a span html tag with a color of #ffffff
|
| |
February 19th, 2010, 09:34 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 41
|
I found it was the cathead template. I need to wait till I do the upgrade on vb before I do anything. But I figured what i will do is add some css in the additional.css file in vb and span the child nav.
|
| |
February 19th, 2010, 10:01 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
yep that would do it
|
| |
February 20th, 2010, 10:05 AM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 41
|
Just thought I would post this as an update if anyone else has a problem with the dark font on a dark cat header.
There were three templates that needed to be edited. It was the cathead, memhead and searchbox.
I added new css in the additional css vb templates, here is the css: Code: Content visible to verified customers only.
Modify it to suit your color choices.
Then in the cathead and memhead templates I wrapped the $childnav like this: Code: Content visible to verified customers only.
Then in the search box template I wrapped everything inside the main td tag for the day sorting.
|
| |
February 20th, 2010, 10:18 AM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
Yep that will work and I think is the main reason vb adopted the additional.css file so users can add there own stuff in.
|
| |
February 20th, 2010, 10:26 AM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 41
|
I found a couple of other areas like the arrows on the calendar but I will get em taken care of.
I am trying to figure out what I am doing wrong as to why thumbnails aren't showing up on the category listings index page.
|
| |
February 20th, 2010, 11:33 AM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
well I would need to see an example of what you mean. Your url please to the issue
|
| |
February 20th, 2010, 11:45 AM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 41
|
I got the category avatar thing taken care of with the make index thumb. I didn't realize the photos had to be in the category. I had added albums to the categories and was hoping it would just us the latest image for the thumb. It's no big deal as photos will add up pretty quick and I can add thumbs. I think automatic index thumb from latest photo would be cool as well as parent categories to inherit if no thumb is present would be great too.
The one other problem I am having is the gallery breaking the footer on certain pages, mainly in category view. A lot of the pages are fine but when you click to view a category it breaks the footer.
Here is a good page that the footer is fine: GTtalk Gallery - Albums for all brands of garden tractors from John Deere, Cub Cadet, Massey, Bolens and more by members. - GTtalk Gallery
Here is a page that is messed up: Tractors by Make - GTtalk Gallery
I realized what it is but don't know what is causing it, the sidebar is going out of place on the category view, works fine on the member galleries.
|
| |
February 20th, 2010, 12:43 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
In your showgallery template make sure the itemcnt line is moved down a few lines on top of where the thumbsonly clause is Code: Content visible to verified customers only.
|
| |
February 20th, 2010, 12:54 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 41
|
Ok, will look into it and let ya know, thanks for the help.
|
| |
February 20th, 2010, 01:15 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
No problem should do you fine
|
| |
June 29th, 2010, 05:53 PM
|
#13 (permalink)
| | Member Verified Customer
Join Date: May 2010
Posts: 34
| Similar issue
I have a similar issue.The member Galleries links on the show members page are blue and so is my header background. I tried wrapping $childnav in a span and adding the css to my additional.css file but no joy. I temporarily removed $childnav and the page still worked with blue link color. I then renamed the membhead.tmpl file to see what would happen and even after restarting apache the page still works with the blue link color!!.
I must be missing something here.....
Update:
Ok so I resolved my issue by specifying the link parameters for forumhead on the VB side by add the following to additional.css:
.forumhead
{
color: #FFFFFF;
}
.forumhead a:link
{
color: #FFFFFF;
}
.forumhead a:hover
{
color: #FFFFFF;
}
.forumhead a:active
{
color: #FFFFFF;
}
.forumhead a:visited
{
color: #FFFFFF;
}
I haven't gone through every little page to see if there are any unintended consequences yet. I'll post back if I find any.
Last edited by kyle55155; June 29th, 2010 at 06:50 PM.
|
| |
June 30th, 2010, 01:50 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
yes setting a child css declaration for link colors will allow a color there otherwise it would take the link colors from the parent css class
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | |
Similar Threads | | Thread | Thread Starter | Forum | Replies | Last Post | | Change color | KlausM | Photopost Pro How Do I...? | 2 | October 1st, 2007 09:54 PM | | Change color | conde | Photopost Pro How Do I...? | 2 | April 13th, 2007 07:56 AM | | How do I change this color/table? | dutchbb | Photopost Pro How Do I...? | 4 | July 10th, 2005 01:08 PM | All times are GMT -5. The time now is 10:26 PM. | |