Page 1 of 1

Can't upload Music & Picture File Name Problem

Posted: 25 Apr 2009, 16:05
by bdub0804
I can't seem to download music to my site, it says the files are too big. How can I fix this problem?

All my photos say .JPG after them, how can I get it off?

brettwphotography.com

Posted: 26 Apr 2009, 03:51
by mjau-mjau
Basically you can change the TITLES of of your images from the admin. For example, you may have a photo "pictureoflily.jpg", and you can set the title "Picture of Lily", which will display instead of the actual filename.

However, if you are only looking to not display the *.jpg extension, I would have to integrate a setting for that in next release. What you say?

Posted: 27 Apr 2009, 00:58
by mjau-mjau
this option will be available in a new release coming in a few days. There will be a CSS style:
Code
.filename_extension {
     display: none;
}
... which can be used to hide the extension, or style it in any other way.

This class effect the NAME being displayed in full image mode, thumbnails, and thumbnailscroller. It only effects the text if you are using the original filename and have not created your own title.

Posted: 15 Jan 2010, 03:19
by mjau-mjau
JimDole wrote:Thanks Karl this is very helpful. So I just go into admin and rename the titles. Yes?
Exactly.