-
AuthorPosts
-
ceeyee Friend
ceeyee
- Join date:
- July 2011
- Posts:
- 231
- Downloads:
- 3
- Uploads:
- 15
- Thanks:
- 112
- Thanked:
- 1 times in 1 posts
May 12, 2013 at 5:54 am #187422How can I remove this “Sample Image” text in the screen shot?
I couldn’t find anything in the editor that reflects this.
Thanks.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 12, 2013 at 7:22 am #492503Hi
That’s the name of the image
Edit your article with html editor and change the name
ceeyee Friendceeyee
- Join date:
- July 2011
- Posts:
- 231
- Downloads:
- 3
- Uploads:
- 15
- Thanks:
- 112
- Thanked:
- 1 times in 1 posts
May 12, 2013 at 7:38 am #492504Then may I know how to remove that the image name bar completely?
Thanks.<em>@pavit 372383 wrote:</em><blockquote>Hi
That’s the name of the image
Edit your article with html editor and change the name</blockquote>
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 12, 2013 at 7:52 am #492505Please post a link to your site and disable the js and css optimization from your backend
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 12, 2013 at 5:26 pm #492514<blockquote>Then may I know how to remove that the image name bar completely?
Thanks.</blockquote>The image bar is using a css class named img_caption
You have two ways to modify it1) If you want that the caption bar doesn’t appear on your article simple edit the html code for the article
Example: The article Jonathan Agnew column in Cricket category use this code:<img class="caption" src="images/stories/demo/sport/cricket-4.jpg" border="0" alt="Sample image" title="Sample image" align="left" />
so edit the article in this way
<img src="images/stories/demo/sport/cricket-4.jpg" border="0" alt="Sample image" title="Sample image" align="left" />
2) If you instead want to completely remove the caption class from all your articles then goto this file:
templatesja_teline_iiicsstemplate.css around line 317.img_caption p {
padding: 1px 0;
color: #ccc
background: #333
border-top: 1px solid #fff
margin: 0;
text-align: center;
display:none; <--------Add this in the code and save your file
}Clean your jat3 cache
Regards
ceeyee Friendceeyee
- Join date:
- July 2011
- Posts:
- 231
- Downloads:
- 3
- Uploads:
- 15
- Thanks:
- 112
- Thanked:
- 1 times in 1 posts
May 13, 2013 at 12:03 am #492522I would like to use method 2 to remove them all. Will it also remove the name bars in the Category pages?
Please see screenshot.Thanks.
<em>@pavit 372408 wrote:</em><blockquote>The image bar is using a css class named img_caption
You have two ways to modify it1) If you want that the caption bar doesn’t appear on your article simple edit the html code for the article
Example: The article Jonathan Agnew column in Cricket category use this code:<img class="caption" src="images/stories/demo/sport/cricket-4.jpg" border="0" alt="Sample image" title="Sample image" align="left" />
so edit the article in this way
<img src="images/stories/demo/sport/cricket-4.jpg" border="0" alt="Sample image" title="Sample image" align="left" />
2) If you instead want to completely remove the caption class from all your articles then goto this file:
templatesja_teline_iiicsstemplate.css around line 317.img_caption p {
padding: 1px 0;
color: #ccc
background: #333
border-top: 1px solid #fff
margin: 0;
text-align: center;
display:none; <--------Add this in the code and save your file
}Clean your jat3 cache
Regards</blockquote>
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by pavit 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum