-
AuthorPosts
-
May 21, 2011 at 5:54 am #164261
I use a hotel booking system (Jomres) with the Portfolio template. The availability calendar is using background colors in a table to display availability (white=vacant, red=booked etc).
The Portfolio template seems to override the background colors and change all backgrounds to white. How can I use the original booking system background colors?
(I have tried different Joomla 1.5 standard templates, with no problem.)
Kind regards,
Josteinpritam Friendpritam
- Join date:
- April 2011
- Posts:
- 609
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 11
- Thanked:
- 125 times in 113 posts
May 21, 2011 at 8:52 am #392213Hello,
Can you provide your website url to see the issue background color overridden.
May 21, 2011 at 4:39 pm #392247The website URL is:
http://demo.akkarvik.com/index.php/en/booking/online-booking
The calendar is located under “Check availability”.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
May 21, 2011 at 8:57 pm #392270Please go into the template manager and set css optimization to “No”. It coulc be that the compressed css is causing the problem. If not we need to be able to see the correct css to edit so we will still need that switched off for diagnostics.
May 21, 2011 at 9:52 pm #392287I have now switched off both CSS and JS compression. Unfortunately the problem still persists.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
May 21, 2011 at 10:08 pm #392291What is is supposed to look like? Can you post an image?
May 21, 2011 at 10:27 pm #392294It looks ok with the JA_Purity template, but the JA_Purity II has the same problem as JA_Portfolio. The problem is present with the T3 framework templates and disappears with the ones without.
I have uploaded 2 files – the Purity file shows the correct backgrounds in the booking calendar.
-
May 22, 2011 at 1:55 pm #392340
Anyone, please?
May 22, 2011 at 10:53 pm #392368The problem appeared to be table background transparency set in the T3 framework. I did a workaround by editing the addons.css:
I removed the td tag from this section:
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
}and added a new section below it for td only, without transparency:
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
}
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
}Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
-
AuthorPosts
Viewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 3 voices, and was last updated by Phill 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum