Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • joomchris Friend
    #179346

    Ι am using feedgator to import some articles – on which there is a problem with the encoding only in the caption of the photos. As you can see in the photo below. (I have pointed the problem with the red arrows). Any ideas on what the problem might be?

    Also, is there a way not to set as caption of the photo the article title on the feeds?

    Thank You.


    1. caption
    arucardx Friend
    #461927

    Doesn’t feedgator support Joomla 1.5 only? Ja Wall is a Joomla 2.5 only template. I don’t understand what your 2nd question is though.

    But here’s what you can do to hide the image captions on preview. In templateja_wallcsstemplate.css, look for this code.

    p.img_caption {
    background: #333
    bottom: 0;
    color: #fff
    font-size: 92%;
    line-height: 1.5;
    margin: 0 !important;
    opacity: 0.7;
    padding: 5px !important;
    position: absolute;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    }

    Replace it with.

    p.img_caption {display:none}

    That should take care of those captions =D

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

This topic contains 2 replies, has 2 voices, and was last updated by  arucardx 12 years, 3 months ago.

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