-
AuthorPosts
-
September 22, 2016 at 8:56 am #970156
Hi – I’m using the JA Resume template for a site for an artist. I would like the introduction text controlled by the module ‘Introduction’ to contain an image… I’ve tried to write <img src= "http://imageaddress.jpg> – but it doesn’t insert the image that I want… Any suggestions?
Yours
Claus Vesterager MartinusSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 23, 2016 at 9:35 am #970492Hi
The URL you provided doesn’t work, could you update it again? and also send me screenshot of how you want it should be.
September 27, 2016 at 1:29 pm #971455Hi again
The site has been blocked. But the folder in which the installation is made, has now been opened! Same address and credentials as listed above…Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 28, 2016 at 2:04 am #971532May I know where you want to place image? could you illustrate what you’re trying to achieve via screenshots?
September 29, 2016 at 10:27 am #972128Hi AGain
I would like the /new2/images/huntersmall.png to appear in the textfield starting with the words "With my African background…" Preferably as a code-string in which I could from time to time change the illustration – with parameters like transparancy and perhaps a link to to gallery in which I would place the real image.Width max equal to text width…
Yours
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 30, 2016 at 9:36 am #972466You can’t add via backend settings of module, you can try opening the file: ROOT/templates/ja_resume/acm/features-intro/tmpl/style-1.php
And add image before the description part:
<?php if($helper->get('position')): ?> <span class="item-position"><?php if($animation == 0) echo $helper->get('position') ?></span> <?php endif; ?> <img src="path/to/image/here" alt="Alternative here" height="your_value" width="your_value"> <?php if($helper->get('des')): ?> <p class="item-description"><?php if($animation == 0) echo $helper->get('des') ?></p> <?php endif; ?>
But I think you’re already have big image on the right side, why adding more? it will not look nice.
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by Saguaros 8 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum