Alt Image Tag Issue
Design and Skin Customization
derrickhand300:
A couple years ago i paid someone to remove the file type from my alt image tags
I have never understood the reasoning behind jamroom automatically adding ".jpg" or ".png" to every alt image tag
A couple years ago i paid someone to remove the file type from my alt image tags
I have never understood the reasoning behind jamroom automatically adding ".jpg" or ".png" to every alt image tag
"alt" tags are for accessibility - they should be a textual representation of what the HTML element is - in this case it's an image, so the image name being in the alt tag makes sense.
derrickhand300:
When I upload an image to a news article I use the file name as the caption to the image so i dont have to go into the html code and add the caption
For instance if i upload an image of a Bear I would name the file " This is a bear"...then my mod would automatically add that caption to the photo
The issue was a few years back jamroom was adding the file type to the alt tag so my captions were reading "This Is A Bear .jpg"
So again I am having to go into the code each time I upload an image and remove the file type from each alt tag
Is there a reason for this file type being added to the alt tags and how to remove it?
When I upload an image to a news article I use the file name as the caption to the image so i dont have to go into the html code and add the caption
For instance if i upload an image of a Bear I would name the file " This is a bear"...then my mod would automatically add that caption to the photo
The issue was a few years back jamroom was adding the file type to the alt tag so my captions were reading "This Is A Bear .jpg"
So again I am having to go into the code each time I upload an image and remove the file type from each alt tag
Is there a reason for this file type being added to the alt tags and how to remove it?
Where are you mainly seeing this at? Is your News Articles module a custom module or a JR module you're using for news?
derrickhand300:
I am not wanting to pay again to get this done...
Also with recent updates uploading images i am experiencing a problem with the image settings being cached
Used to be once i set the image at 320 px Position float left Margin 10- it was cached for additional images....for some reason the position is no longer being cached and is now going to a default of STRETCH instead of "float left"
Thanks!
I am not wanting to pay again to get this done...
Also with recent updates uploading images i am experiencing a problem with the image settings being cached
Used to be once i set the image at 320 px Position float left Margin 10- it was cached for additional images....for some reason the position is no longer being cached and is now going to a default of STRETCH instead of "float left"
Thanks!
If you're running the latest Jamroom Core 6.4 beta releases, and are using Chrome (or a Chrome derivative such as Brave, Chromium, etc.) make sure and do a REAL cache reset - if you are on a Mac it is:
Command-Shift-R
I'm not sure on Windows, but the regular "refresh" will NOT reload the JS properly, and JR Core 6.4.0+ is updating to TinyMCE 5.0 which changes a number of things. It could be there is additional changes needed - I can check the image embed module and see if I can reproduce this.