Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #424934

    Hi,
    I like Media Galery in thin frame. The problem I have is that the caption text appears above picture. This causes that when I have 2 or more raws, the caption text is on the picture above (see example below).

    http://www.at-connect.pl/portfolio-item/sklep-filatelistyczny/

    I would like to have caption text on the picture (inside miniature picture frame) as it is when I use masonry gallery (I do not want to use that as it does not have a boarder around).

    Is there any code to use in enfold child theme to apply or any other solution?
    Also I would like to have the background for caption text semi transparent and with font and background colour customized.

    Kind regards

    Tomasz

    #424993
    This reply has been marked as private.
    #425434

    Hey!

    I don’t see an easy way of going about that unfortunately. Your trying to move the tooltips down a bit so they display on top of each of the images correct? You could use some CSS like this.

    .avia-tooltip {
      transform: translateY(150%) !important;
    }

    But the problem is that if you place your cursor on the tooltip then it fires the mouseout trigger of the image so the tooltip disappears.

    As for the Corona license you will need to contact themeforest support about that.

    Cheers!
    Elliott

    #425493

    Thank you. It is an option. I included the code in child theme and it works on PC. It is as before on iPad.
    Any suggestions?
    Kind regards
    Tomasz

    #425756

    Hey!

    You are probably getting cached results on your ipad, could you try to delete you browser cache and reload a few times? You can also view ipad size on your desktop by resizing your browser window horizontally.

    Regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.