-
AuthorPosts
-
June 18, 2017 at 2:46 pm #809538
hi,
I want to replace between the image and the caption at the php file but i cant find it.
can you help me whit that? and in this file, what i should do to make the image come before the caption?tnx.
June 20, 2017 at 10:15 am #810273Hey morhai91,
Could you please attach a mockup of what you’re trying to achieve? Replace what? Could you describe in more detail?
Best regards,
VictoriaJune 21, 2017 at 6:57 am #810782Today, the caption is before the image in the easy slider
i need the image to be rendered before the caption. that is for compatibility of the code in mobile – the mobile view is not good for meJune 21, 2017 at 8:06 am #810825Hi,
Please, may you give to us more details about this image rendered?
Best regards,
John TorvikJune 21, 2017 at 12:30 pm #810929Hi,
I am taking about the home page. at the fullwidth slider the caption come before the image:
the code now:
<div class="slideshow_caption"><div class="slideshow_inner_caption"><div class="slideshow_align_caption"><h2 style="font-size:37px; " class="avia-caption-title" itemprop="name">UNIART BULIDING AUTOMATION SAVING ENERGY AND CONTROL</h2><div class="avia-caption-content " itemprop="description"><p>UNIART BMS is the most powerful solution for saving energy in public buildings and industry , a pure distributed system TCP/IP based with Web SCADA software</p> </div></div></div></div> <img src="http://ca.catom.com/wp-content/uploads/2015/03/hp5-1030x435.jpg" width="1030" height="435" title="hp5" alt=" " itemprop="thumbnailUrl" style="left: 0px;">
the code i want:
<img src="http://ca.catom.com/wp-content/uploads/2015/03/hp5-1030x435.jpg" width="1030" height="435" title="hp5" alt=" " itemprop="thumbnailUrl" style="left: 0px;"> <div class="slideshow_caption"><div class="slideshow_inner_caption"><div class="slideshow_align_caption"><h2 style="font-size:37px; " class="avia-caption-title" itemprop="name">UNIART BULIDING AUTOMATION SAVING ENERGY AND CONTROL</h2><div class="avia-caption-content " itemprop="description"><p>UNIART BMS is the most powerful solution for saving energy in public buildings and industry , a pure distributed system TCP/IP based with Web SCADA software</p> </div></div></div></div>
I want to switch between them and make the image come before the caption in the code.
I want it to happen to make compatibility of the code in mobile, right now it does not look good.Tnx again,
Mor.- This reply was modified 7 years, 5 months ago by morhai91.
June 21, 2017 at 6:19 pm #811089Hi morhai91,
I would suggest cutting the small image out of that grey image and build a slider using Layer Slider, that way it will be a bit easier to adjust layers for different screen sizes.
Doing it with the current setting is not an easy task, and your page is heavy because your images are bigger than they could be if grey was a background color, set via css.If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.