Go Back   DZOIC Forums > Handshakes - Site Maintenance & Development > Marketplace for Mods, Themes and Templates

Reply
 
Thread Tools Display Modes
  #11  
Old 07-15-2009, 12:34 PM
myandy99 myandy99 is offline
DZOIC Customers
 
Join Date: Mar 2008
Posts: 172
Default

Tole I have a ticket regarding problem in FireFox and it's been days can you take a look at it?

Basically in FireFox my Flag mod display got messed up, so did some other layouts.

In IE it seems ok except the footer seems much thicker (I had to change it from 60 to 30 to make it thinner).
Reply With Quote
  #12  
Old 07-16-2009, 12:59 PM
tolew1 tolew1 is offline
DZOIC Customers
 
Join Date: Jul 2007
Posts: 1,297
Default

Quote:
Originally Posted by myandy99 View Post
Tole I have a ticket regarding problem in FireFox and it's been days can you take a look at it?

Basically in FireFox my Flag mod display got messed up, so did some other layouts.

In IE it seems ok except the footer seems much thicker (I had to change it from 60 to 30 to make it thinner).
I replied to your ticket. I fixed the flag problem but it wasn't from the mod. The br tag that was there had and extra / in it which didn't make it work correctly. It probably ignored it all this time but the mod uses a stricter DOC_TYPE in the header so then it made it not work until it was actually correct syntax. That is probably what happened to anything else that doesn't look correct because the html may not be as valid.
__________________
regards,
Tole

Put the zip in your script!
http://www.modstogo.com

If you have a question or an issue please don't PM me. Open a helpdesk ticket for support.
http://www.modstogo.com/support/

HS/CH Mods,Installs and Customization
Check out the new store front....
Reply With Quote
  #13  
Old 07-16-2009, 02:41 PM
myandy99 myandy99 is offline
DZOIC Customers
 
Join Date: Mar 2008
Posts: 172
Default

Thanks! I have some other tickets for you. Basically they are some work requests. Do you have time to take them on?
Reply With Quote
  #14  
Old 07-16-2009, 08:21 PM
tolew1 tolew1 is offline
DZOIC Customers
 
Join Date: Jul 2007
Posts: 1,297
Default

Yeah, we'll check it out. Thanks
__________________
regards,
Tole

Put the zip in your script!
http://www.modstogo.com

If you have a question or an issue please don't PM me. Open a helpdesk ticket for support.
http://www.modstogo.com/support/

HS/CH Mods,Installs and Customization
Check out the new store front....
Reply With Quote
  #15  
Old 10-22-2009, 11:18 PM
tolew1 tolew1 is offline
DZOIC Customers
 
Join Date: Jul 2007
Posts: 1,297
Default Works with NEO

Just updating this thread to give an update but for anyone who has questions, yes it does work the NEO theme.

thanks
__________________
regards,
Tole

Put the zip in your script!
http://www.modstogo.com

If you have a question or an issue please don't PM me. Open a helpdesk ticket for support.
http://www.modstogo.com/support/

HS/CH Mods,Installs and Customization
Check out the new store front....
Reply With Quote
  #16  
Old 07-30-2010, 07:24 PM
myandy99 myandy99 is offline
DZOIC Customers
 
Join Date: Mar 2008
Posts: 172
Exclamation

Hi Tole,

I upgraded to 3.7.4 from 3.7.2 and the Bar Footer got messed up. I found out that I had to use the original 3.7.2. style.css to make the bar display correctly otherwise the bar only stretches to half of the footer instead full width of the footer.

What would be the fix? - this is on plain theme.

Also do you have a separate instruction for neo theme?
Reply With Quote
  #17  
Old 07-30-2010, 07:37 PM
myandy99 myandy99 is offline
DZOIC Customers
 
Join Date: Mar 2008
Posts: 172
Default

Looks like changing the body text align:center to auto(as in 3.7.2) resolved the problem:

Code:
body{
	background-color : #DFE2E8;
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	text-align : center;
	margin:0; padding:0;
}
To

Code:
body{
	background-color : #DFE2E8;
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	text-align : center;
	margin:0; padding:0;
}
Reply With Quote
Reply

Tags
applications, bar, footer, themes

Thread Tools
Display Modes

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 On

Forum Jump


All times are GMT. The time now is 12:19 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
DZOIC Limited 2005-2006