Re: Image Handler 2 Support
Quote:
Originally Posted by
testuser
Personally I don't like to edit core files, but here's what you'd need to do:
Open
Replace line 200 - 202 with the following:
Code:
/*if (zen_not_null($alt)) {
$image .= ' title=" ' . zen_output_string($alt) . ' "';
}*/
Now save this file as html_output.php.bak and also html_output.php, this will preserve your change in the instance you do an upgrade (a direct upgrade will overwrite your html_output.php file - then work your changes back into that file using the .bak file)
Also, at line 198 is your alt tag as well ... You can remove that if you'd like.
I know this was an old post, but just to let people know this still works to remove alt text from blocking images for 1.3.8a!!
Though now the alt to remove is on line 202 and the bit to replace is from lines 204 - 206
Thanks that looks much better and The addon is great!
Re: Image Handler 2 Support
it wouldn't let me edit, I forgot to put what file for the above - /includes/functions/html_output.php
Re: Image Handler 2 Support
How do I load imagemagik, I have one other domain on my server, it works well.. I did not think I had to load imagemagik..
Anybody have any ideas about what I could be doing wrong..
Re: Image Handler 2 Support
Quote:
Originally Posted by
wagnerguy
How do I load imagemagik, I have one other domain on my server, it works well.. I did not think I had to load imagemagik..
Anybody have any ideas about what I could be doing wrong..
Update, it is loaded and my host says it should work on all the domains
Is there something I should turn on. I want to use the hover over function
Re: Image Handler 2 Support
The hover effect is driven by the javascript files included with IH2..- Double check that you have uploaded all the files included with IH2..
- Did you rename the includes/templates/YOUR_TEMPLATE to match the name of your template??
I just did an install this weekend, and honestly, this mod is as easy to install as renaming the YOUR_TEMPLATE folder to match your template's folder name, upload the files to your site, and then activating (installing) from the admin.
After that you can adjust the default settings in Configuration > Super Orders from the admin.
Hope that helps..
Quote:
Originally Posted by
wagnerguy
Update, it is loaded and my host says it should work on all the domains
Is there something I should turn on. I want to use the hover over function
Re: Image Handler 2 Support
Quote:
Originally Posted by
DivaVocals
The hover effect is driven by the javascript files included with IH2..
- Double check that you have uploaded all the files included with IH2..
- Did you rename the includes/templates/YOUR_TEMPLATE to match the name of your template??
I just did an install this weekend, and honestly, this mod is as easy to install as renaming the YOUR_TEMPLATE folder to match your template's folder name, upload the files to your site, and then activating (installing) from the admin.
After that you can adjust the default settings in
Configuration > Super Orders from the admin.
Hope that helps..
Everything is loaded. Am I supposed to see the image hover effect? IF not how do I add it..
Re: Image Handler 2 Support
Quote:
Originally Posted by
wagnerguy
Everything is loaded. Am I supposed to see the image hover effect? IF not how do I add it..
Please know this is not intended to be a smart a$$ed reply.. But the way to see the hover effect is to copy over the mod files, and then "activate" it (install) from the store admin.. The effect is IMMEDIATE.. If you are not seeing it, then it means that something is not installed correctly.. Without seeing your store files, it's hard to say what... A link to you site would help provide cluesto know if you have IH2 installed correctly..