• Resolved gudrun

    (@gudrunpetz)


    Hello, I use Image Source Control and can store the image source and have it automatically displayed as an overlay on the images.

    How can I position the image source within the slider and hide it from the preview images (see link)

    Thank you in advance for your help.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Gabor

    (@nextendweb_gabor)

    Hi @gudrunpetz!

    You can position and hide those texts by using the following CSS codes:

    .n2-ss-slider .isc-source-text{
    top:20px!important;
    left:20px!important;
    }

    .nextend-thumbnail .isc-source-text{
    display:none;
    }

    You could go to the slider’s settings -> Developer tab and insert the code into the CSS field.

    But please note two things about this:

    1. We don’t support custom coding, so any other CSS modification will have to be done by you.
    2. Our code doesn’t really have any connection to what happens on your page, besides just displaying images. So this entire text displayment is only being done by the Image Source Control plugin, and if you will have any further questions about it, I suggest getting in touch with its developers instead, as their code should be supported by them.
    Thread Starter gudrun

    (@gudrunpetz)

    Hello, thank you very much for the very quick answer.

    The spacing worked. Now I still have a slight black background for the sources.

    How can I make a background just for the source and remove the large black background?

    Plugin Support Gabor

    (@nextendweb_gabor)

    That background color and its sizing comes from the codes of the Image Source Control plugin. So you should check the settings they offer about this matter, or get in touch with its developers, if you cannot find a solution.

    Thread Starter gudrun

    (@gudrunpetz)

    Thank you very much for your quick help.

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

The topic ‘image source’ is closed to new replies.