EU Cookie Directive Pro Joomla Plugin styling issues using Themler Templates

richard25
165 Posts
richard25 posted this 23 August 2015

Hi

I use EU Cookie Directive Pro Joomla Plugin to present the EU Cookie warning on my sites. It seams Themler is overriding the css on this plugin. There is a white background appearing that I have identified in the attached screenshot. Also the button is chopped off at the bottom.

Cheers

Hi I use EU Cookie Directive Pro Joomla Plugin to present the EU Cookie warning on my sites. It seams Themler is overriding the css on this plugin. There is a white background appearing that I have identified in the attached screenshot. Also the button is chopped off at the bottom. Cheers
Vote to pay developers attention to this features or issue.
9 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 24 August 2015

Hi,

Thank you for providing screen shot of the issue.

Could you please try to change Default theme Styles for tables:
1. click to Styles in left menu
2. Select Table
3. Select Alternative Row tab
4. Change Background color, e.g. to 'No Background'

Screen-Shot-2015-08-24-at-15.53.25.png

Tina B.

Hi, Thank you for providing screen shot of the issue. Could you please try to change Default theme Styles for tables: 1. click to Styles in left menu 2. Select Table 3. Select Alternative Row tab 4. Change Background color, e.g. to 'No Background' !Screen-Shot-2015-08-24-at-15.53.25.png! Tina B.
richard25
165 Posts
richard25 posted this 25 August 2015

Hi

This has fixed the background issue however I want to use the alternative row background feature. A workaround is ideally needed so the EU Directive Cookie Plugin can display correctly without compromising Themler design.

Also the button background is still half missing.(see screenshot att.)

Cheers

Hi This has fixed the background issue however I want to use the alternative row background feature. A workaround is ideally needed so the EU Directive Cookie Plugin can display correctly without compromising Themler design. Also the button background is still half missing.(see screenshot att.) Cheers
Support Team
Support Team posted this 26 August 2015

Hello Richard,
it'd be helpful if you provide link to the page that demonstrates the issue.

regards,
Aileen

Hello Richard, it'd be helpful if you provide link to the page that demonstrates the issue. regards, Aileen
richard25
165 Posts
richard25 posted this 26 August 2015

Apologies

http://wrapupweb.com/showcase/

Cheers

Apologies http://wrapupweb.com/showcase/ Cheers
Support Team
Support Team posted this 28 August 2015

Hello

Thank you. I see the issue now.
Please try adding the following code to the Themler Settings >> Additional CSS:

#cookieMessageContainer .cookie_button
{
    box-sizing: content-box;
}

This should hl=elp.
Please keep us posted about the progress.

Thank you,
Olivia

Hello Thank you. I see the issue now. Please try adding the following code to the Themler Settings >> Additional CSS: <pre> #cookieMessageContainer .cookie_button { box-sizing: content-box; } </pre> This should hl=elp. Please keep us posted about the progress. Thank you, Olivia
richard25
165 Posts
richard25 posted this 28 August 2015

Hi

That has fixed the button thanks. However, can a css fix be applied to correct the background problem rather than losing alternative row backgrounds in tables?

Cheers

Hi That has fixed the button thanks. However, can a css fix be applied to correct the background problem rather than losing alternative row backgrounds in tables? Cheers
Support Team
Support Team posted this 01 September 2015

Hi,

Please try the following css solution:

#cookieMessageContainer table td
{
background-color: transparent!important;
}

Thank you,
Olivia

Hi, Please try the following css solution: <pre> #cookieMessageContainer table td { background-color: transparent!important; }</pre> Thank you, Olivia
richard25
165 Posts
richard25 posted this 01 September 2015

That has fixed it

Many Thanks

That has fixed it Many Thanks
Support Team
Support Team posted this 01 September 2015

You are welcome. Feel free to contact us in any other occasion.

Sincerely,
Hella
BillionDigital Team

You are welcome. Feel free to contact us in any other occasion. Sincerely, Hella BillionDigital Team
You must log in or register to leave comments