Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • sling19 Friend
    #188735

    I’d like to know how to remove the captions from image thumbnails in blog view?

    Thanks!


    1. 2013-07-06_145534
    phong nam Friend
    #498174

    Hi sling19,

    You can hide the image caption on Blog Category view by commenting or removing the lines:

    <?php if ($images->image_intro_caption):
    echo ‘class=”caption”‘.’ title=”‘ .htmlspecialchars($images->image_intro_caption) .'”‘;
    endif; ?>

    in templatesja_mitiushtmlcom_contentcategoryblog_item.php file.

    * Backup your file before applying changes.

    sling19 Friend
    #498238

    Hi,

    I tried it by remove all those line, but no luck. any other option?

    Thanks!

    phong nam Friend
    #498249

    Hi sling19,

    Can you try my tip again & clear your browser cache ? It works fine on our demo hosting.
    If you edit your file via ftp account, make sure the your file can be writable & saved succesfully.

    * Another basic solution is leaving blank in Caption box of Intro image configuration in article backend.


    1. 1
    sling19 Friend
    #503569

    Hi,

    Finally it works 🙂
    one more part is how to hide caption in the latest news module (homepage)?

    phong nam Friend
    #503575

    Hi,

    You can hide image caption in latest module by adding below codes into templates/ja_mitius/css/custom.css file:

    #Mod69 p.img_caption {
    display: none;
    }

    You should go to Module Manager >> check the correct Module #ID of the Latest module on your website.

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

This topic contains 6 replies, has 2 voices, and was last updated by  phong nam 11 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum