Posted by rlnorthcutt on October 25, 2008 at 9:45am
Jump to:
| Project: | Facelift Image Replacement Integration |
| Version: | 6.x-2.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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?
Comments
#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
?>
#5
Controlling the flir replacement mode is now available through the admin UI in the latest dev version of flir. Simply select 'wrap' from the mode dropdown and that should do the trick.
#6
Automatically closed -- issue fixed for 2 weeks with no activity.