Okay
  Public Ticket #704000
Fieldslideshow
Closed

Comments

  •  1
    Justin started the conversation

    Hi.

    I have an issue with the slideshow

    Even though in modules/views/templates/front/fieldslideshow.tpl on line 42 I have this :

    <img class="img-slider" src="{$slide.image}" alt="" data-u="image" style="top:0;">

    In source code I get this :

    <img class="img-slider" src="/modules/fieldslideshow/images/banner1-aquatex-331.jpg" alt="" data-u="image" style="top: -91.5px; width: 1920px; height: 920px; left: 0px; position: absolute;" border="0">

    Somehow, attributes are added in the balise. My issue concerns the position.
    I want to change the top distance but I can't figure out how I can manage to do that.

    Any hint would be appreciated.

    Many thanks.

  •  1,593
    Criss replied

    Hi Justin,

    If you want to change the position of the text, you can edit in: "root/modules/fieldslideshow/css/style.css"

    At the bottom of that file. You can see the position for each slider 1, 2, 3.

    Best Regards,
    Criss - FieldThemes

  •  1
    Justin replied

    Sorry but I only see title position at the bottom.
    As well as in the whole file to be honest.

    There's no data-u="image" anywhere

  •  1,593
    Criss replied

    You can't see data-u="image" because it's JS.

    You can change the position of the text, can't change the position of the image.

    Best Regards,
    Criss - FieldThemes