test melih
 melih
Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • krissu Friend
    #192065

    HI there..

    I had changed the values at template.css with my logo size, but it only worked at mainpage. While I clicked another menu, the logo size setting was back to original. Could you give me some advised to solve the problem? thanks..

    I only modified the values (width and height) as below on template.css

    /* Logo Image —*/
    h1.logo { width: 940px; height: 130px; }

    h1.logo a {
    background: url(../images/logo.png) no-repeat left;
    display: block;
    width: 940px;
    height: 130px;
    }

    My website:
    http://pudumaster.org (show logo correctly)
    http://pudumaster.org/index.php/chan-gong-master (logo setting back to original)

    pavit Moderator
    #511491

    Hi

    If you are using a specific theme then you need to change also the template.css inside the theme folder

    templatesja_mendozitethemesyourthemecsstemplate.css

    krissu Friend
    #511493

    Hi Pavit, thanks your replied..

    I changed the file at /templates/ja_mendozite/css/template.css , or there is another template.css where I missed? thanks..

    <em>@pavit 396927 wrote:</em><blockquote>Hi

    If you are using a specific theme then you need to change also the template.css inside the theme folder

    templatesja_mendozitethemesyourthemecsstemplate.css</blockquote>

    pavit Moderator
    #511499

    could you please send me via Private Message a super user account for your website ?

    krissu Friend
    #511502

    please see the PM. thanks

    BTW, I used the default theme.

    <em>@pavit 396936 wrote:</em><blockquote>could you please send me via Private Message a super user account for your website ?</blockquote>

    pavit Moderator
    #511505

    The issue is due to the CSS optimization that is not correctly managed i disabled it from template manager

    and now it seems to work as expected

    krissu Friend
    #511506

    WoW, thanks a lot. You are incredible ! It looks great !

    <em>@pavit 396942 wrote:</em><blockquote>The issue is due to the CSS optimization that is not correctly managed i disabled it from template manager

    and now it seems to work as expected</blockquote>

    pavit Moderator
    #511507

    I noticed also an old version of your template you are using the 1.0.3. version

    Using the Ja Extension Manager Component update it to the latest version released 1.0.5

    First to update take a website backup

    krissu Friend
    #511509

    May I just download the latest version and then install it with Ja Extension manager? Is there any guide I can refer? thanks..

    <em>@pavit 396945 wrote:</em><blockquote>I noticed also an old version of your template you are using the 1.0.3. version

    Using the Ja Extension Manager Component update it to the latest version released 1.0.5

    First to update take a website backup </blockquote>

    pavit Moderator
    #511511

    Hi

    This is the extensions page for Ja Extension Manager

    Here a video tutorial http://www.youtube.com/watch?v=bruMQxudvdI

    krissu Friend
    #511520

    Dear Pavit , thanks you quick response..

    Another problem, could you give me a hint that where I can remove 3 white ugly lines? I think the setting must be in template.css too, am I right?


    1. 01
    pavit Moderator
    #511521

    Sorry it’s not clear to me

    You want to reduce the space between logo – Mainmenu and slideshow ?

    krissu Friend
    #511523

    Yes, I want to reduce to zero pixel between logo – mainmenu and slideshow .

    <em>@pavit 396959 wrote:</em><blockquote>Sorry it’s not clear to me

    You want to reduce the space between logo – Mainmenu and slideshow ?</blockquote>

    pavit Moderator
    #511525

    try this

    template.css line 817

    #ja-header .main {
    padding: 20px 0; change to padding: 0px 0;
    }

    line 934

    #ja-slideshow .main {
    padding: 20px 0 0; change to padding: 0px 0 0;

    }

    pavit Moderator
    #511526

    Sorry

    Instead of the first change to template.css (#ja-header .main )

    make this change

    In /plugins/system/jat3/jat3/base-themes/default/css/template.css line 1064

    change it from

    #ja-header .main {
    padding: 30px 0 15px;
    }
    }

    to

    #ja-header .main {
    padding: 30px 0 0!important;
    }

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 2 voices, and was last updated by  krissu 11 years, 2 months ago.

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