Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Location Pop-up with White Background

Location Pop-up with White Background 13 years 11 months ago #10179

  • andybon
  • andybon's Avatar Topic Author
  • Offline
  • Gold Boarder
  • Gold Boarder
  • Posts: 239
  • Thank you received: 0
Hi there - Just a small wish!....

It seems that the Location pop-up takes the same background image as the main site - This can cause trouble! My site has a blue background (even though the main page content is the usual black text on white kind of thing).... When the DT Register location pop-up opens it's black text on that blue background...

So my wish - Can the pop-up just have a plain white background?!

Please Log in or Create an account to join the conversation.

Location Pop-up with White Background 13 years 11 months ago #10181

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Andy, the background of the location box should be white by default as given in this file:
/components/com_dtregister/assets/css/jquery.lightbox.css

#cboxLoadedContent{background:#fff; padding:1px; border-top:3px solid #b6b6b6; border-right:3px solid #333333; border-bottom:3px solid #333333; border-left:3px solid #b6b6b6;}

You may have something else in your site template or elsewhere overriding this css. Check your template CSS and anything else you might suspect is jumping in... look for #cboxLoadedContent background color settings.

Please Log in or Create an account to join the conversation.

Location Pop-up with White Background 13 years 10 months ago #10732

  • building252
  • building252's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Any resolution to this issue?

I am having the same problem...can't seem to find what is overriding the #cboxLoadedContent - This css is only used in /components/com_dtregister/assets/css/jquery.lightbox.css

Any other suggestions..I'm using a RocketTheme template. This problem did not exist in the first version of 2.7 I installed. I have the latest version 2.7.1c installed.

Please Log in or Create an account to join the conversation.

Location Pop-up with White Background 13 years 10 months ago #10733

  • building252
  • building252's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Not sure if this is related...very well could be seeing it only happens on the pop-up.

I am getting this javascript break in firebug:
GBrowserIsCompatible is not defined

Line 80

Hope this helps :)

Please Log in or Create an account to join the conversation.

Location Pop-up with White Background 11 years 9 months ago #19798

  • dtwsol
  • dtwsol's Avatar
  • Visitor
  • Visitor
Hey, I know this is an old post... but I'm having this background issue with version 2.8.4 of DT Register in Joomla 2.5. I'm throwing white background tags in various CSS places and it's not doing me any good. Help? :)

Please Log in or Create an account to join the conversation.

Location Pop-up with White Background 11 years 9 months ago #19803

  • dtwsol
  • dtwsol's Avatar
  • Visitor
  • Visitor
I got some help from the DTH guys on this...

Open this file:
/components/com_dtregister/views/location/tmpl/show.php

Anywhere in the file that is NOT inside of a php tag... paste in this line:
<
script>DTjQuery('html').css('background','none')</
script>

NOTE: To be allowed to post this here in the forum, I had to modify the code and add a line breaks before the word "script". You can see them above. You'll want to remove them for your use.

This will tell the location lightbox window to NOT use any background styling that your template has. Worked for me :)

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.209 seconds