Hello,
JA Sensei - Masthead Modul only shows a gradient / color. How to change it to original use that images are shown that are set up in the module?

Regards

    Hi ossi2612,
    You can go to the backend > Site modules > Open the ja masthead module and add the image to the page that you wish.

      5 days later

      dominic

      Yes usually this works. But it will not show up. The color or gradient seems to be hard coded.

        Hi ossi2612,
        Could you send me the site URL for further checking? I have tested with our demo site and the image is showing well.

        5 days later

        Hi ossi2612,
        You can open the /templates/ja_sensei/html/mod_jamasthead/default.php file, line 28, replace with this code:

        <div class="ja-masthead<?php echo $params->get('moduleclass_sfx','')?> <?php if ($mh_background && $mh_background->type == 'image') echo 'has-bg' ?>" <?php if ($mh_background && $mh_background->type == 'image') : ?>style="background-image: url('<?php echo $mh_background->url; ?>') !important"<?php endif; ?>>

        Write a Reply...
        You need to Login to view replies.