Whenever I insert a picture onto a page it automatically puts the caption below the thumbnail and it kind of screws up the flow of the page. I know how to take this out manually in the HTML code, but how can I get it so that it doesn't insert it at all (on the pages)?
Comments
Comment #1
sunThere are several options:
1) Go to Image Assist's settings and disable the preloading of image title and description. However, that does not bar your users from entering values into those fields.
2) Use your theme stylesheet to override the styles of image captions:
3) Implement a theme override function of
theme_img_assist_inline()into your theme to completely override the output of Image Assist.Comment #2
GameCollision commentedOption #2 is what I want. I still want there to be a title (otherwise the title of the image and alt text are all screwed up), I just don't want it to show up on the page that the image is posted on. Unfortunately, it's not working for me. I pasted it into the style sheet and overwrote it and all that but the captions are still showing up underneath all the pictures. Am I doing something wrong? Do I need to put it in a certain place?
Comment #3
sunYou actually need to override it with
Comment #4
GameCollision commentedNo, it's still showing it.
Comment #5
GameCollision commentedJust letting you know I still haven't resolved this, so I could really use some assistance. Thanks.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.