Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • birdwaves Friend
    #681720

    I can’t seem to get the Masshead to show up on the home page. If I choose the sidebar-1 or sidebar-2 , it shows up. If I place it in home-1, nothing. Plus there are other things that show up that I don’t how they got there (the graphic with the fish.

    http://www.theashfieldlakehouse.com

    Thanks

    Saguaros Moderator
    #681995

    Hi

    I don’t see the JA Fixel template installed on your site, you can install it first.

    And when you want to show a module in specific page, please make sure that you check the ‘Assigment’ tab in backend settings of module and assign it to correct menu item page.

    Saguaros Moderator
    #747647

    Hi

    I don’t see the JA Fixel template installed on your site, you can install it first.

    And when you want to show a module in specific page, please make sure that you check the ‘Assigment’ tab in backend settings of module and assign it to correct menu item page.

    birdwaves Friend
    #691388

    Hi,
    My page is located here:
    http://ashfieldlake.fatcow.com/lakehouse_2/ROOT/

    I am trying to configure this module with very little success. for instance how do I replace the the Big red square with an image?
    I put this in my configuration conditions, but it does not work:
    [Masshead Itemid=”435″ background=”images/logos/logo_sign_sq.jpg” title=”Using format 2″ ][/Masshead]

    The title “using format 2” works, but no image. I know that the image is there, however.

    Your online documentation mentions doing something to the PHP code, but it doesn’t say where this file is.

    Thanks

    birdwaves Friend
    #749220

    Hi,
    My page is located here:
    http://ashfieldlake.fatcow.com/lakehouse_2/ROOT/

    I am trying to configure this module with very little success. for instance how do I replace the the Big red square with an image?
    I put this in my configuration conditions, but it does not work:
    [Masshead Itemid=”435″ background=”images/logos/logo_sign_sq.jpg” title=”Using format 2″ ][/Masshead]

    The title “using format 2” works, but no image. I know that the image is there, however.

    Your online documentation mentions doing something to the PHP code, but it doesn’t say where this file is.

    Thanks

    Saguaros Moderator
    #691415

    You can try to copy the file: /root/modules/mod_jamasshead/tmpl/default.php

    into the directory: root/templates/ja_fixel (your default template)/html/mod_jamasshead/

    and change as mentioned in documentation of this module

    <div class="jamasshead<?php echo $params->get('moduleclass_sfx','')?>">

    to:


    <div class="jamasshead<?php echo $params->get('moduleclass_sfx','')?>" <?php if(isset($masshead['params']['background'])): ?> style="background-image: url(<?php echo $masshead['params']['background'] ?>)" <?php endif; ?>>

    Saguaros Moderator
    #749247

    You can try to copy the file: /root/modules/mod_jamasshead/tmpl/default.php

    into the directory: root/templates/ja_fixel (your default template)/html/mod_jamasshead/

    and change as mentioned in documentation of this module

    <div class="jamasshead<?php echo $params->get('moduleclass_sfx','')?>">

    to:


    <div class="jamasshead<?php echo $params->get('moduleclass_sfx','')?>" <?php if(isset($masshead['params']['background'])): ?> style="background-image: url(<?php echo $masshead['params']['background'] ?>)" <?php endif; ?>>

    birdwaves Friend
    #691672

    Hi Saguaros,
    Thanks for the tip. Looks like I am part way there. At least now part of the image shows. But I am looking to fill the Whole Box with the image, filling the area where the red is. How can I achieve that?
    Thanks

    birdwaves Friend
    #749357

    Hi Saguaros,
    Thanks for the tip. Looks like I am part way there. At least now part of the image shows. But I am looking to fill the Whole Box with the image, filling the area where the red is. How can I achieve that?
    Thanks

    Saguaros Moderator
    #691718

    Are you working on your site? I see the default Joomla template is used on your site instead of JA Fixel template.

    There are also some other threads discussing about the same topic, you can take a look:

    http://www.joomlart.com/forums/topic/background-image-masshead-module/

    Saguaros Moderator
    #749403

    Are you working on your site? I see the default Joomla template is used on your site instead of JA Fixel template.

    There are also some other threads discussing about the same topic, you can take a look:

    http://id.joomlart.com/forums/topic/background-image-masshead-module/

    birdwaves Friend
    #691962

    Yes, I’m still working on the site. I corrected the URL in my second post: http://ashfieldlake.fatcow.com/lakehouse_2/ROOT/

    The title of this thread is somewhat misleading, as I somehow got the masshead to show up, but I am having difficulty customizing it. I want the big red square filled up by the image that you can see just a little of behind the text.

    The image is not definitely not working as shown in the documentation: http://www.joomlart.com/documentation/joomla-module/ja-masshead

    The background image is displaying only as a background to the title, not the whole box.

    birdwaves Friend
    #749475

    Yes, I’m still working on the site. I corrected the URL in my second post: http://ashfieldlake.fatcow.com/lakehouse_2/ROOT/

    The title of this thread is somewhat misleading, as I somehow got the masshead to show up, but I am having difficulty customizing it. I want the big red square filled up by the image that you can see just a little of behind the text.

    The image is not definitely not working as shown in the documentation: http://www.joomlart.com/documentation/joomla-module/ja-masshead

    The background image is displaying only as a background to the title, not the whole box.

    Saguaros Moderator
    #692168

    First of all, you go to back-end settings of this JA Masshead module and remove class suffix called ‘big-padding

    Then open the file: root/templates/ja_fixel/css/custom.css (create this file if it doesn’t exist) and add this css rule:


    .jamasshead.grid-2x2.grid-pos-1.highlight {
    height: 600px;
    background-size: cover;
    }

    Saguaros Moderator
    #749568

    First of all, you go to back-end settings of this JA Masshead module and remove class suffix called ‘big-padding

    Then open the file: root/templates/ja_fixel/css/custom.css (create this file if it doesn’t exist) and add this css rule:


    .jamasshead.grid-2x2.grid-pos-1.highlight {
    height: 600px;
    background-size: cover;
    }

Viewing 15 posts - 1 through 15 (of 19 total)

This topic contains 19 replies, has 2 voices, and was last updated by  Saguaros 9 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum