Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • orsomannaro Friend
    #206266

    JA Content Slider in features-2 position doesn’t show the module title even if I enable it.

    Ninja Lead Moderator
    #570292

    Hope my solution below will help you out

    Open templates/ja_decor/tpls/blocks/mainbody-features.php file

    find and change


    <jdoc:include type="modules" name="<?php $this->_p('features-2') ?>" style="raw" />

    to


    <jdoc:include type="modules" name="<?php $this->_p('features-2') ?>" style="T3Xhtml" />

    orsomannaro Friend
    #570342

    Thank you very much Ninja.

    Yes, now I can see the title but it seem to be not part of the slider … (the background is white)

    orsomannaro Friend
    #570348

    I add something like this in custom.css

    /* testimonial-box */
    .module-title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 5px;
    background-color: #333
    color: #FFF
    font-size: 28px;
    }
    .testimonial-box .ja-contentslider-center-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    .testimonial-box .ja-contentslider-center-wrap {
    padding: 0px;
    }
    .testimonial-box .ja-btn-control {
    top: 40%;
    }

    orsomannaro Friend
    #570352

    <em>@orsomannaro 473067 wrote:</em><blockquote>
    background-color: #333

    }</blockquote>

    but this change the background-color of all the other title

    is it possible to customize the .module-title only for this title?

    Ninja Lead Moderator
    #570390

    <em>@orsomannaro 473072 wrote:</em><blockquote>but this change the background-color of all the other title

    is it possible to customize the .module-title only for this title?</blockquote>

    If you want to change only title in JA ContentSlider module under feature-2 position by add css style below into custom.css file


    .testimonial-box h3.module-title {
    color: red;
    }

    Ninja Lead Moderator
    #735456

    <em>@orsomannaro 473072 wrote:</em><blockquote>but this change the background-color of all the other title

    is it possible to customize the .module-title only for this title?</blockquote>

    If you want to change only title in JA ContentSlider module under feature-2 position by add css style below into custom.css file


    .testimonial-box h3.module-title {
    color: red;
    }

    orsomannaro Friend
    #570424

    Thank you again Ninja

    orsomannaro Friend
    #735490

    Thank you again Ninja

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

This topic contains 9 replies, has 2 voices, and was last updated by  orsomannaro 9 years, 6 months ago.

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