Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Juan Carlos Stauring Friend
    #206549

    Hi :confused:

    Sorry another ja masshead post but was not able to resolve with other solutions posted.
    I’m trying to set up masshead on different pages and change titles and backgrounds. I’m able to change titles however not able to change backgrounds. I’ve tried different url’s including full image path for the image configuration with no luck:

    [Masshead Itemid=”958″ title=”Privacy Policy” background=”images/masshead/mh-1.jpg”][/Masshead]

    [Masshead Itemid=”1000″ title=”Terms/Conditions” background=”images/masshead/mh-2.jpg”][/Masshead]

    Pages here:
    http://www.traveltourismconsultants.com/privacy-policy

    http://www.traveltourismconsultants.com/terms-and-conditions

    full path of image:
    http://www.traveltourismconsultants.com/images/masshead/mh-1.jpg
    http://www.traveltourismconsultants.com/images/masshead/mh-2.jpg

    thanks :p

    Ninja Lead Moderator
    #571494

    I applied the same solution here and 4. Use extra parameters.

    I solved it directly on your site, you can check it again.

    Ninja Lead Moderator
    #736541

    I applied the same solution here and 4. Use extra parameters.

    I solved it directly on your site, you can check it again.

    Juan Carlos Stauring Friend
    #571550

    @ninja Lead thanks 😎 I do see the images now. Not sure of the solution yet but thanks.
    Just another minor thing, the headmass image is not displaying all the way across the browser or full size of image width 1180. I would like it to display all the way, like in the demo. :-[

    Ninja Lead Moderator
    #571668

    You can see the solution from tutorial about how to work with Use extra parameters, if you want to show full image in this case, you have to do this

    Create templates/ja_obelisk/css/custom.css file and add new rule

    @media (min-width: 1200px) {
    .t3-masshead .container {
    width: 1180px;
    }
    }

    Ninja Lead Moderator
    #736714

    You can see the solution from tutorial about how to work with Use extra parameters, if you want to show full image in this case, you have to do this

    Create templates/ja_obelisk/css/custom.css file and add new rule

    @media (min-width: 1200px) {
    .t3-masshead .container {
    width: 1180px;
    }
    }

    Juan Carlos Stauring Friend
    #571877

    <em>@Ninja Lead 474860 wrote:</em><blockquote>You can see the solution from tutorial about how to work with Use extra parameters, if you want to show full image in this case, you have to do this

    Create templates/ja_obelisk/css/custom.css file and add new rule

    @media (min-width: 1200px) {
    .t3-masshead .container {
    width: 1180px;
    }
    }

    </blockquote>

    thanks! working great now, the default size on template is much nicer and can see why it was styled like that instead full size 😎 working great now.

    Juan Carlos Stauring Friend
    #736922

    <em>@Ninja Lead 474860 wrote:</em><blockquote>You can see the solution from tutorial about how to work with Use extra parameters, if you want to show full image in this case, you have to do this

    Create templates/ja_obelisk/css/custom.css file and add new rule

    @media (min-width: 1200px) {
    .t3-masshead .container {
    width: 1180px;
    }
    }

    </blockquote>

    thanks! working great now, the default size on template is much nicer and can see why it was styled like that instead full size 😎 working great now.

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

This topic contains 8 replies, has 2 voices, and was last updated by  Juan Carlos Stauring 9 years, 2 months ago.

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