Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • martinus Friend
    #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 Martinus

    Saguaros Moderator
    #970492

    Hi

    The URL you provided doesn’t work, could you update it again? and also send me screenshot of how you want it should be.

    martinus Friend
    #971455

    Hi 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 Moderator
    #971532

    May I know where you want to place image? could you illustrate what you’re trying to achieve via screenshots?

    martinus Friend
    #972128

    Hi 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 Moderator
    #972466

    You 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.

Viewing 6 posts - 1 through 6 (of 6 total)

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