How to set wrap mode?
rlnorthcutt - October 25, 2008 - 09:45
| Project: | Facelift Image Replacement Integration |
| Version: | 5.x-1.2 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have a site that is generating the FLIR titles properly, but I can't get the wrap mode to engage. After looking thru the FLIR forum, I have set the H2 style to display:block, and width:250px... but it still won't wrap. See example here:
http://myvirtualshower.com/chris-and-kristin-thompsons-baby-shower
Do I need to adjust a setting somewhere?

#1
ummm... no clue. Wish I could be of help but I just ported it :\
#2
I will ask on the main site forum... but is there a place in the code to set the mode? Could we add that to the admin section (perhaps add mode per Flir replacement)? I am happy to help with it if you can help explain how it works... or should that go to the forum as well?
#3
I really only ported FLIR to Drupal and I don't honestly understand a lot of how it works, just how to integrate it based on how it's implemented. I would be willing to accept a patch to the admin UI but I won't entertain getting it there cause I have a lot of other stuff I'm on atm.
#4
edit the following line in /sites/all/modules/flir/flir/flir.js Line 698
<?phpmode: 'none' // none (''), wrap,progressive or name of a plugin
?>
to
<?phpmode: 'wrap' // none (''), wrap,progressive or name of a plugin
?>