Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Tran Anh Dung Friend
    #160765

    Hi all, please help me:
    JA Teline IV : I don’t know How to configure image in “Category Blog Layout” and “Section Blog Layout” – I want to change image’s size and disable caption?:((

    —–

    To change image’s size: I found out that can do it at plugin “Thumbnail for Joomla content” : Backend -> Extensions -> Plugin Manager -> open “Thumbnail for Joomla content”, but I still don’t know how to disable caption!

    Ninja Lead Moderator
    #378969

    in this case, you need to modify css:
    open /plugins/content/plg_jathumbnail/style.css,
    change:

    .ja-thumbnailwrap ul.ja-thumbnail-nav {
    font-size: 92%;
    text-transform: uppercase;
    margin: 1px 0 0;
    padding: 0 0 2px;
    background: #f7f7f7;
    color: #999;
    position: relative;
    text-align: center;
    }

    to:

    .ja-thumbnailwrap ul.ja-thumbnail-nav {
    font-size: 92%;
    text-transform: uppercase;
    margin: 1px 0 0;
    padding: 0 0 2px;
    background: #f7f7f7;
    color: #999;
    position: relative;
    text-align: center;
    display:none !important;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 13 years, 9 months ago.

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