PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   PP8 Format (http://www.photopost.com/forum/photopost-pro-how-do-i/147319-pp8-format.html)

BrianC January 17th, 2012 01:18 PM

PP8 Format
 
Hi Chuck,

Could you look at my URL and let me know what you think I need to do to fix the format? I added the addtional css as the instructions indicate and the issues appear only only custom style. The default is okay. Thanks for any assistance you can offer.

Online Animal Adoption Pet Gallery - - My Photo Gallery

Thanks

Chuck S January 17th, 2012 01:38 PM

The only issue I see is your setting your alt1 style class in vbulletin on this custom style to that blue backgrouind. Why not edit that style and make the alt1 class the same as whats in your alt2 style class and see what happens. It is a style issue in your custom style not really an issue with our application. We can only code to the default vb style structure. If yours is different you may need to alter things a bit to match right.

You can change the code remapping in the css of that additional.css stylesheet like so maybe

Code:

Content visible to verified customers only.
the background statement in that code would change like this

Code:

Content visible to verified customers only.

BrianC January 17th, 2012 02:01 PM

Thanks Chuck

I have very limited understanding of code so thanks for the help. I went to the additional css and removed
Quote:

}
.box-body td.alt1, .sbox-body td.alt1 {
background: {vb:stylevar threadbit_background};
color:{vb:stylevar body_color};
_background-image: none;
This seems to have corrected the issue. Should I putback
Quote:

background: {vb:stylevar threadbit_alt_background};
someplace or should it be fine the way it is. At least it looks good. B=0

One additional question is the gallery on the forum page.
Online Animal Adoption It seems like the path might be wrong for the image. Just seeing a red X.

Thanks again, Brian

Chuck S January 17th, 2012 02:26 PM

You do not remove anything. You simply change the backgrounf from the threadbit_background to threadbit_alt_background

Make sure under admin edit integration your data url has a trailing slash.


All times are GMT -5. The time now is 08:29 AM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97