Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • ceeyee Friend
    #187422

    How can I remove this “Sample Image” text in the screen shot?

    I couldn’t find anything in the editor that reflects this.

    Thanks.

    pavit Moderator
    #492503

    Hi

    That’s the name of the image

    Edit your article with html editor and change the name

    ceeyee Friend
    #492504

    Then 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 Moderator
    #492505

    Please post a link to your site and disable the js and css optimization from your backend

    pavit Moderator
    #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 it

    1) 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 Friend
    #492522

    I 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 it

    1) 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 Moderator
    #492548

    <blockquote>Will it also remove the name bars in the Category pages?</blockquote>

    Yes with method 2 it removes all captions

    Regards

Viewing 7 posts - 1 through 7 (of 7 total)

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