Closed (fixed)
Project:
Text Size
Version:
5.x-1.3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2007 at 01:29 UTC
Updated:
4 Nov 2009 at 10:10 UTC
HI !
Is there a way to exclude tag or div from the resize process?
Comments
Comment #1
CZ commentedNo. Please explane your problem and the reasons for this feature.
Comment #2
CZ commentedIn the lates version, you can define a XHTML element with a class under "admin/settings/textsize", "Advanced settings", "XHTML element" and "XHTML element class". So, you can exclude the other XHTML elements (div) from the resize process. Is this a adequate feature for you? Then set this issue to "fixed".
Comment #3
bomarmonk commentedAh, I this relates to an issue I am having. I want text-size to change the font size for the content of most of the page, but not for the div where the text-size image and header information is placed. I am having a heck of a time making this work. I specify the div and class attributes, but the result is either too restrictive and nothing is resized or the result changes the areas I want to stay the same size. Would it be possible to specify multiple id's or classes for the selected xhtml element?
Comment #4
CZ commentedNo problem. Define more than one class. For example the element div: ".test1, div.test2, div.test3"
Note: At tis time, you can set multiple id's or classes. If you use ID's, uncheck "Overwrite text size in templates".
Comment #5
bomarmonk commentedThanks for your time. I guess I should have tried that first; it seems obvious!