• Resolved gcordero

    (@gcordero)


    Hi
    The CSS class for author in overlay credits is “.isc-source-text”, but I need to customize the name of author and the licence name. In inspector both takes default css and I need to change it. What is the class or how can I assign them a class? Both are in dark color and I need to set them in white. I also need to give them some padding. Thanks.

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

Viewing 5 replies - 16 through 20 (of 20 total)
  • Plugin Author Thomas M

    (@webzunft)

    Hi gcordero,

    > what is a working link?

    The original link you sent was to

    http://compone.cl/elnahue/ambientalmente-adentaci%C3%B3n/

    The working link you sent now is

    http://compone.cl/elnahue/ambientalmente-adecuado/

    One great improvement to 2.0 is a debug mode, which logs anything that happens during a page load. It might be able to help us here as well.

    This is how you can make use of it:

    1. go to Settings > Image Sources and scroll down to find the Debug log option almost at the end of the page
    2. enable the option and save the settings
    3. visit http://compone.cl/elnahue/ambientalmente-adecuado/
    4. find the “isc.log” link below the Debug log setting and click on it
    5. copy the content of that file
    6. go back to the settings and disable Debug log again (to remove the file)
    7. share the content here so that I can take a look at it

    The output hopefully tells us if the image is known to ISC and why it doesn’t show a source.

    Thanks,
    Thomas

    Thread Starter gcordero

    (@gcordero)

    Hi, Now is working! The option for logs was enabled, then the content of isc.log was too long for this forum. I disabled the option and abled again and then insert again the photo and in my surprise, the credits shows good. I copied the past error logs and also have the actual error logs (I think are not errors). I send you them in the links. In http://compone.cl/elnahue/ambientalmente-adecuado/ please tell me how can I asign a padding-bottom because isc-source-text class don’t resolve it. In future could be good to asign dark or light color for photos depending of the background color. Thank you!!

    Plugin Author Thomas M

    (@webzunft)

    Hi gcordero,

    thanks for testing and sending the log. I agree that it looks all good.

    If you experience the issue with a missing source again then please repeat the steps and send me the log.

    For CSS: you need to use `!important” to override the style, e.g.

    padding-bottom: 10px !important;

    Thomas

    Thread Starter gcordero

    (@gcordero)

    Thank you very much!
    For the css I have
    .isc-source-text {
    margin-top: -30px !important;
    padding-bottom:10px!important;
    }
    I have to play with negative values and padding for to adjust. I hope this works in future! Thank you very much again!

    Plugin Author Thomas M

    (@webzunft)

    Happy to help!

    If you enjoy ISC so far then I would appreciate a positive review here.

    Thanks,
    Thomas

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Custom CSS’ is closed to new replies.