PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old January 3rd, 2011, 04:44 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Dec 2001
Posts: 82
Exclamation Style Issue/Bug with vBulletin 4

Hi. I've had an ongoing style issue with Photopost (latest version) and vBulletin (latest version again) style integration. I thought it was due to my custom style, but I tried the default vb4 style and it is still an issue. I'm pretty sure that all my settings are correct.

I've attached two images which show to problems. They seem to be confined to the category view. You can have a look here:
http://www.migweb.co.uk/gallery/g2-astra.html

1. At the top the background is a colour which is impossible to match to both the light and dark text in this area. Also, images used for backgrounds here (including the default vb4 style), make it look a mess. This block background and font colour needs to be the same colour as the block above it (where it says "My Photos · My Favorites · no messages").

2. At the bottom a light font is used on a light background, so impossible to see. Also, there is no padding around the text "Display Options".

As stated above, this is an issue on even the default template.

Please could you let me know what I need to edit this to look ok (i.e. what needs changing in what templates) - plus, could a permanent fix be made to the software? FYI, I've had this issue a while on earlier vB4.0.x and earlier versions of 7.x of Photopost, so this is not an issue specifically with the latest versions.

Many thanks. I'm looking forward to having the site nice and tidy again soon.
Attached Images
File Type: jpg pp1.JPG (85.7 KB, 11 views)
File Type: jpg pp2.JPG (30.3 KB, 11 views)
MikeWarner is offline   Reply With Quote
Old January 3rd, 2011, 07:24 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
Reefs - ReefTalk Gallery

This is the default vb4 style

I am not seeing any real issues using the default style but thats me. All the colors are different using the default style. I personally have never gotten into custom vb4 styles since it will be awhile till all the style things are worked out with that vb4.

I would assume you can do a couple things here. That link color is probally the default vb4 link color. You could change that color. You could also define link colors in css for any style class. For instance I believe since we essentially use the table wrappers the only vb4 classes we use are forumhead, foruminfo, forumbit, forumtable, forumrow and a few others

Here is the top of your cathead template

Code:
Content visible to verified customers only.
You can see the prevailing classes are forumhead and foruminfo

You could theoretically add new style declarations like this if you dont want to change the overall link color

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old January 3rd, 2011, 09:17 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Dec 2001
Posts: 82
Thanks Chuck - although I see the exact same issues on the link you gave me - see this page:
Reefs - ReefTalk Gallery

Which PP templates do I need to change to adjust those two areas?
MikeWarner is offline   Reply With Quote
Old January 3rd, 2011, 09:31 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Dec 2001
Posts: 82
Ok - I've removed the following from CATHEAD template:
Code:
Content visible to verified customers only.
This has taken the top section out of a table and looks fine. Just got to sort the light font at the bottom now....
MikeWarner is offline   Reply With Quote
Old January 3rd, 2011, 09:56 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
My suggestion about correcting your link colors would be more appropriate I feel. Pro simply uses the vb style classes I meantioned to wrap our content. You can try defining link colors for a specific class as noted above That should override any default link color for body content if you don't want to change any of those.

I am not sure what bottom thing your talking about. I see text on your link without issue. The default vb style is white background black text so I see no issue there on my site. Yours is black on a light grey background because that is what you did in your custom style. How are you going to get darker than black text?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old January 3rd, 2011, 10:01 AM   #6 (permalink)
Member
Verified Customer
 
Join Date: Dec 2001
Posts: 82
See the attached. You have white text on a white background.

I've almost got it all sorted now. I'm calling different classes instead of defining my own (I don't know how to tbh).

I've fixed the padding issue around the text "Display Options", just fixing the white on white issue now.
Attached Images
File Type: jpg pp3.JPG (32.1 KB, 5 views)
MikeWarner is offline   Reply With Quote
Old January 3rd, 2011, 10:07 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
always helps to circle something and be very specific

How about from that line remove blockrow as the class

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old January 3rd, 2011, 10:12 AM   #8 (permalink)
Member
Verified Customer
 
Join Date: Dec 2001
Posts: 82
That continues the colour of the block above - so blue on mine and the default template (see attached).
Attached Images
File Type: jpg pp4.JPG (22.0 KB, 5 views)
MikeWarner is offline   Reply With Quote
Old January 3rd, 2011, 10:16 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
remove all blockrow statements for it to be uniform in color.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old January 3rd, 2011, 10:29 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: Dec 2001
Posts: 82
That works, but really that area needs to be a light background colour. It's the text that needs to change to a darker colour. If you could give guidance on changing the text colour that would be great. Thanks.

Last edited by MikeWarner; January 3rd, 2011 at 10:35 AM.
MikeWarner is offline   Reply With Quote
Old January 3rd, 2011, 03:43 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
You can grab my showgallery template

http://www.reeftalk.com/gallery/temp...owgallery.tmpl
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; January 3rd, 2011 at 03:51 PM.
Chuck S is online now   Reply With Quote
Old January 4th, 2011, 05:35 AM   #12 (permalink)
Member
Verified Customer
 
Join Date: Dec 2001
Posts: 82
Thumbs up

Chuck - that is brilliant. Many thanks. I assume that change will be in the next release?

Also, while you are making changes, please could you have a look at fixing CATHEAD? See the attached which shows blue on blue. I've made a temporary fix, but a permanent one would be great. Thanks.
Attached Images
File Type: jpg pp5.JPG (47.5 KB, 6 views)
MikeWarner is offline   Reply With Quote
Old January 4th, 2011, 08:48 AM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
Reefs - ReefTalk Gallery

Maybe like that
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old January 4th, 2011, 01:51 PM   #14 (permalink)
Member
Verified Customer
 
Join Date: Dec 2001
Posts: 82
That's much better, I've nabbed your template for that. If I'm being picky though, maybe a bit more space between the top of the search box and the boarder above it.

Many thanks for all your help. I'll let you know if I spot any other issues.

Mike
MikeWarner is offline   Reply With Quote
Old January 4th, 2011, 04:15 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
I think a break tag under the div with class forumrow_table.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Style issue Omar Al-Ansari Classifieds How do I...? 1 August 9th, 2009 02:37 PM
Style issue TimberFloorAu Classifieds How do I...? 1 March 21st, 2009 08:23 PM
Style Issue hornstar6969 Photopost Pro Installation & Upgrades 2 June 11th, 2008 07:03 AM
editproduct.tmpl missing </form> tag - causes vbulletin style issue when editing ads jsharper Classifieds Bug Reports 1 January 27th, 2008 04:45 PM
Style Issue House_of_Crazed Photopost Pro Installation & Upgrades 1 July 7th, 2004 07:21 PM


All times are GMT -5. The time now is 10:37 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0