test
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • denmac Friend
    #174427

    Hi there Guys,

    I would like to be able to remove the bottom part of the ja news featured as per the image.

    Also while we are at it, I would like to be able to remove the normal side of the JA News featured (picture below), I have messed with the code and got bad results, I know there must be a way to code it away.

    thanks in advance


    1. remove2
    2. remove
    khoand Friend
    #440830

    <em>@denmac 303843 wrote:</em><blockquote>Hi there Guys,

    I would like to be able to remove the bottom part of the ja news featured as per the image.
    </blockquote>
    Hi,
    You find this code from /templates/ja_teline_iv/html/mod_janews_featured/default/style.css

    .ja-zinfp-links-actions {
    background: url(../../../images/dot-2.gif) repeat-x top #DDD;
    width: 343px;
    display: none; < add this line
    }

    <blockquote>
    Also while we are at it, I would like to be able to remove the normal side of the JA News featured (picture below), I have messed with the code and got bad results, I know there must be a way to code it away.

    thanks in advance</blockquote>
    You find this code from /templates/ja_teline_iv/html/mod_janews_featured/default/style.css

    .ja-zinfp-normal-wrap {
    display: none; < add this line
    }

    .ja-zinfp {
    background: url(../../../images/dot5px.gif) repeat-x top #F0F0F0; < remove this line
    border: 1px solid #CCC; < remove this line
    border-left: 0;
    border-top: 0;
    margin-right: 4px;
    padding: 4px 0 0 0;
    }

    denmac Friend
    #440940

    Wonder thanks, however this is the results i get when i add another module in the mix. image below

    the <div class=”ja-zinfp-normal-wrap column”> is still trying to get its 50% space…


    1. space
    denmac Friend
    #441269

    <em>@khoand 303850 wrote:</em><blockquote>Hi,
    You find this code from /templates/ja_teline_iv/html/mod_janews_featured/default/style.css

    .ja-zinfp-links-actions {
    background: url(../../../images/dot-2.gif) repeat-x top #DDD;
    width: 343px;
    display: none; < add this line
    }

    You find this code from /templates/ja_teline_iv/html/mod_janews_featured/default/style.css

    .ja-zinfp-normal-wrap {
    display: none; < add this line
    }

    .ja-zinfp {
    background: url(../../../images/dot5px.gif) repeat-x top #F0F0F0; < remove this line
    border: 1px solid #CCC; < remove this line
    border-left: 0;
    border-top: 0;
    margin-right: 4px;
    padding: 4px 0 0 0;
    }

    </blockquote>

    Wonder thanks, however this is the results i get when i add another module in the mix. image below

    the <div class=”ja-zinfp-normal-wrap column”> is still trying to get its 50% space…

    khoand Friend
    #441439

    Wait for me, please. I am finding another way for your case

    khoand Friend
    #441766

    You extract my file to /templates/ja_teline_iv/html/mod_janews_featured/default, override old file. And you replace the code from /templates/ja_teline_iv/html/mod_janews_featured/default/style.css

    .ja-zinfp-featured-wrap {
    background: url(../../../images/curl-bg.png) no-repeat right -1px;
    margin-top: -13px;
    }

    with


    .ja-zinfp-featured-wrap {
    background: url(../../../images/curl-bg.png) no-repeat right -1px;
    margin-top: -13px;
    width: 100%;
    }

    You remember clear cache


    1. blog.php_.zip
    denmac Friend
    #441825

    That almost worked. I am sending you a private message with my website link to show you what happen… Thank you.

    khoand Friend
    #441838

    Could you give me username+password of your backend and ftp? I will check it

    denmac Friend
    #442039

    <em>@khoand 305099 wrote:</em><blockquote>Could you give me username+password of your backend and ftp? I will check it</blockquote>

    I sent you two personal messages, did you get them?

    denmac Friend
    #442110

    Dont worry mate, I just installed another module. works great now.

    Thanks for all your help

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

This topic contains 10 replies, has 2 voices, and was last updated by  denmac 12 years, 9 months ago.

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