test melih
 melih
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • moghees Friend
    #191654

    How can I add caption text over the modules and article boxes on the homepage of the JA Fixel template? I know it already shows a caption when you hover over it but I would like it to be visible all the time. (Image attached for example)

    Thanks


    1. screen
    phong nam Friend
    #510088

    Hi moghees,

    The hover caption belongs to the Images content type and None animation type articles only on JA Fixel template, and you can make that caption visible all time by creating a custom.css file at templates/ja_fixel/css/ path and putting below overridden css styles into:

    /*Make the caption of Images content type visible all time*/
    .fixel-grid .items.image.none article .item-desc {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    }

    moghees Friend
    #510258

    Thanks for that! So is there absolutely no way to have the caption over the animated boxes?

    phong nam Friend
    #510268

    Hi moghees,

    As you know, the text captions you see are the article titles, not text of image caption. When you make them visible all time on another content animation (RotateX,Y), it will break the animation style of that content animation.

    The idea that you should apply this modified style on Image content type with None content animation only.

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

This topic contains 4 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