Viewing 15 posts - 31 through 45 (of 57 total)
  • Author
    Posts
  • jooservices Friend
    #749347

    I hope your issues are solved ?
    If you still needed, you can ping me on skype @jooservices

    romolo Friend
    #691664

    Hi @jooservices,

    Have you made any changes? As this doesn’t appear to be resolved for us…

    Thanks

    romolo Friend
    #749349

    Hi @jooservices,

    Have you made any changes? As this doesn’t appear to be resolved for us…

    Thanks

    romolo Friend
    #692348

    Please can we have a response on this ASAP?!

    Thanks

    romolo Friend
    #749607

    Please can we have a response on this ASAP?!

    Thanks

    jooservices Friend
    #692363

    Hi there
    In my last replied i was consider you have solved your issue

    # Masshead title already have padding & background white
    # Masshead description you already applied your own code and it’s working.

    I’m sorry but little confuse your issue.

    If it’s not solved as your need please reply with

    – Link to page with issue you want to work on
    – Screenshot whole site with high light which element you want to change. And if possible mockup up how do you want to change.

    It would help me one shoot clearly exactly your issue to speed up work.

    Thank you,
    Viet Vu

    jooservices Friend
    #749622

    Hi there
    In my last replied i was consider you have solved your issue

    # Masshead title already have padding & background white
    # Masshead description you already applied your own code and it’s working.

    I’m sorry but little confuse your issue.

    If it’s not solved as your need please reply with

    – Link to page with issue you want to work on
    – Screenshot whole site with high light which element you want to change. And if possible mockup up how do you want to change.

    It would help me one shoot clearly exactly your issue to speed up work.

    Thank you,
    Viet Vu

    jooservices Friend
    #692451

    Hi there
    Please let me know if this’s exactly your needed.
    # Title and description have white background and fit with input text + padding-left / right 15px.

    https://www.dropbox.com/s/u36kb04u9l4a6b7/2015-09-25_15-28-15.png?dl=0

    To do like screenshoot
    Apply below screenshot to templates/ja_charity/css/custom.css

    .t3-masthead .jamasshead .jamasshead-title {
    padding-left: 15px;
    padding-right: 15px;
    }

    Open modules/mod_jamasshead/tmpl/default.php
    Replace

    <div class="jamasshead-description"><?php echo $masshead['description']; ?></div>

    By

    <div class="jamasshead-description"><span><?php echo $masshead['description']; ?></span></div>

    ( We’ll need use span instead div to prevent full width of background . It’s confused me your needed )

    And css

    .jamasshead-description {
    background-color: none;
    }

    .jamasshead-description span {
    background-color: rgba(255, 255, 255, 0.78);
    padding-left: 15px;
    padding-right: 15px;

    }

    Thank you,
    Viet Vu

    jooservices Friend
    #749688

    Hi there
    Please let me know if this’s exactly your needed.
    # Title and description have white background and fit with input text + padding-left / right 15px.

    https://www.dropbox.com/s/u36kb04u9l4a6b7/2015-09-25_15-28-15.png?dl=0

    To do like screenshoot
    Apply below screenshot to templates/ja_charity/css/custom.css

    .t3-masthead .jamasshead .jamasshead-title {
    padding-left: 15px;
    padding-right: 15px;
    }

    Open modules/mod_jamasshead/tmpl/default.php
    Replace

    <div class="jamasshead-description"><?php echo $masshead['description']; ?></div>

    By

    <div class="jamasshead-description"><span><?php echo $masshead['description']; ?></span></div>

    ( We’ll need use span instead div to prevent full width of background . It’s confused me your needed )

    And css

    .jamasshead-description {
    background-color: none;
    }

    .jamasshead-description span {
    background-color: rgba(255, 255, 255, 0.78);
    padding-left: 15px;
    padding-right: 15px;

    }

    Thank you,
    Viet Vu

    romolo Friend
    #692454

    Hi @jooservices,

    Thank you for your response. Yes this is what we want to achieve.

    I have added the CSS provided to custom.css and replaced the line of code in modules/mod_jamasshead/tmpl/default.php. But it doesn’t seemed to have wrapped the white box around the description.

    Please advise if possible.
    Many thanks

    romolo Friend
    #749691

    Hi @jooservices,

    Thank you for your response. Yes this is what we want to achieve.

    I have added the CSS provided to custom.css and replaced the line of code in modules/mod_jamasshead/tmpl/default.php. But it doesn’t seemed to have wrapped the white box around the description.

    Please advise if possible.
    Many thanks

    jooservices Friend
    #692456

    Hi there
    I don’t see any changed about span tag on your site.
    But i also see you have bad ( wrong ) code in your css file

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

    /* needed to keep menu on one line when reducing down to tablet size - NOT WORKING - template.css 1026 needed changing*/
    @media (max-width: 991px)
    .navbar-default .navbar-nav > li > a {
    font-size: 85%;}

    @media (max-width: 991px) and (min-width: 768px)
    .hidden-sm {
    display: none !important;}

    templates/ja_charity/css/custom.css

    Please check my replied and apply it in careful.

    Or provide FTP access. I’ll work on it.

    And of course always clear browser & web cache after applied.

    Thank you,
    Viet Vu

    jooservices Friend
    #749693

    Hi there
    I don’t see any changed about span tag on your site.
    But i also see you have bad ( wrong ) code in your css file

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

    /* needed to keep menu on one line when reducing down to tablet size - NOT WORKING - template.css 1026 needed changing*/
    @media (max-width: 991px)
    .navbar-default .navbar-nav > li > a {
    font-size: 85%;}

    @media (max-width: 991px) and (min-width: 768px)
    .hidden-sm {
    display: none !important;}

    templates/ja_charity/css/custom.css

    Please check my replied and apply it in careful.

    Or provide FTP access. I’ll work on it.

    And of course always clear browser & web cache after applied.

    Thank you,
    Viet Vu

    romolo Friend
    #692464

    Hi @jooservices,

    Thank you for your reply.
    Ok I have sent you access to the site and ftp in a private message.

    Many thanks

    romolo Friend
    #749701

    Hi @jooservices,

    Thank you for your reply.
    Ok I have sent you access to the site and ftp in a private message.

    Many thanks

Viewing 15 posts - 31 through 45 (of 57 total)

This topic contains 57 replies, has 2 voices, and was last updated by  romolo 8 years, 6 months ago.

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