Viewing 13 posts - 16 through 28 (of 28 total)
  • Author
    Posts
  • elanto75 Friend
    #574617

    Ok ready! Thanks

    pavit Moderator
    #574631

    Hi

    You need to remove customization into this file templatesimpulsocsscustom.css

    .languageswitcherload {
    border-left: 1px solid #222222
    float: right;
    padding: 14px 20px 20px 20px;
    text-align: center;
    background-color: #1c2940
    }

    remove the

    border-left: 1px solid #222222
    background-color: #1c2940

    elanto75 Friend
    #574670

    I’m sorry but your solution does not work, thanks anyway.
    Can anyone help me solve this problem?


    1. language
    elanto75 Friend
    #641014

    I’m sorry but your solution does not work, thanks anyway.
    Can anyone help me solve this problem?

    elanto75 Friend
    #739678

    I’m sorry but your solution does not work, thanks anyway.
    Can anyone help me solve this problem?

    elanto75 Friend
    #574672

    please help! :((:((:((

    elanto75 Friend
    #641016

    please help! :((:((:((

    elanto75 Friend
    #739680

    please help! :((:((:((

    elanto75 Friend
    #574751

    I need help, please! : ((: ((

    elanto75 Friend
    #641095

    I need help, please! : ((: ((

    elanto75 Friend
    #739759

    I need help, please! : ((: ((

    Ninja Lead Moderator
    #574774

    <em>@elanto75 479054 wrote:</em><blockquote>I need help, please! : ((: ((</blockquote>

    Your request is solved with my solution below

    Open templates/ja_charity/html/mod_languages/default.php file

    find and change

    <i class="fa fa-flag"></i>

    to

    <?php
    foreach($list as $language) {
    if($language->active){
    echo $language->title_native;
    }
    }
    ?>


    1. Screen-Shot-2015-06-19-at-16.25.15
    elanto75 Friend
    #574776

    <em>@Ninja Lead 479089 wrote:</em><blockquote>Your request is solved with my solution below

    Open templates/ja_charity/html/mod_languages/default.php file

    find and change

    <i class="fa fa-flag"></i>

    to

    <?php
    foreach($list as $language) {
    if($language->active){
    echo $language->title_native;
    }
    }
    ?>

    </blockquote>

    You were really great !! Thanks!

Viewing 13 posts - 16 through 28 (of 28 total)

This topic contains 28 replies, has 3 voices, and was last updated by  elanto75 9 years, 5 months ago.

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