Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • mj1256 Friend
    #129889

    Using quickstart for 1.x

    I changed to the red color in the ja_vars_1.0x.php file

    the hilite on the right side module (in quick start it is called “Shop Online for iPhone” )did not change to the red hilite and the menu links did not change to red, they both stayed blue, but every other part made the change to red

    what did i miss?

    click here to see issue

    here are my settings

    # BEGIN: TEMPLATE CONFIGURATIONS ##########
    ####################################
    $_params = new mosParameters(”);
    # Change the width of the template
    $_params->set(JA_TOOL_SCREEN,’wide’); // wide, narrow
    # default color
    $_params->set(JA_TOOL_COLOR,’red’); //default, green, red, orange
    #font size default
    $_params->set(JA_TOOL_FONT,3);
    # Choose your prefer Menu Type
    $_params->set(JA_TOOL_MENU,’split’); // split, moo, css
    # Joomla menutype used in main navigation
    $_params->set(‘menutype’,’mainmenu’);
    # Show user tools
    $_params->set(JA_TOOL_USER, 2); //0: disabled; 2: enabled

    strange, there are no user tools

    mj1256 Friend
    #254764

    look whats missing

    Operation Failed: Could not open/home/mysite/public_html/templates/ja_helio/css/template_css.css

    Menalto Friend
    #254765

    Open up the index.php file and find this code here:

    <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template.css" type="text/css" />
    Change it to this:

    <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template_css.css" type="text/css" />
    And rename the file template.css to template_css.css in the css folder of the template.
    Have also posted about this here: http://www.joomlart.com/forums/topic/backend-error-when-edit-css-file-in-joomla-1-0-xx/

    mj1256 Friend
    #254766

    argh, i just found that and was going to post a link to the fix, but… that did not fix my initial issue, the color schme did not change

    Menalto Friend
    #254767

    Will it help if you add this here:

    a#active_menu.mainlevel {
    color:##CC0000;
    font-weight:bold;
    }

    a.mainlevel:hover, a.mainlevel:active, a.mainlevel:focus {
    background: url(../images/mainlevel-hover.gif) no-repeat right bottom;
    color:#CC0000;
    }

    In the red.css file?

    The rest of the site looks fine here.

    mj1256 Friend
    #254768

    thank you, was this missing from the original file?

    mj1256 Friend
    #254769

    I made the change and it made no difference,

    I tried on 3 separate computers and 4 different browser and I cleared the cache

    no change

    ???

    The right side module was red because I had uploaded the red graphics to the default directory and over wrote the blue graphics. That worked, but I restored it because I would like it to work the right way

    so it appears that the script isn’t calling the red.css file

    Menalto Friend
    #254772

    It is, i did a mistake there….

    a#active_menu.mainlevel {
    color:##CC0000;
    font-weight:bold;
    }

    Change it to:

    a#active_menu.mainlevel {
    color:#CC0000;
    font-weight:bold;
    }

    I had added a extra # for the color….
    Sorry for that.
    For the module on right side, try to add the suffix _hilite and see if it works then?

    mj1256 Friend
    #254774

    that did the trick,

    i was using firebug and making the changes manually in the template_css.css and was almost done when you sent this. All I had left was the menu links font.

    Menalto Friend
    #254845

    Do you remember the date you downloaded this package?
    Since this is a glitch from JA, it needs to be updated.

    mj1256 Friend
    #254974

    within the last 24 hours, I had literally downloaded and installed minutes before i started this thread

    Sherlock Friend
    #255096

    Thank mj1256, Menalto
    I will check now

    mj1256 Friend
    #255941

    is this done yet, the default blue loads first and then the red loads on top of it

    and can you post the updated files here so I don’t have to download and disect the whole template or quickstart zip

    I CHANGED THAT CSS FILES MANUALLY. BUT THIS SHOULD BE FIXED IN THE TEMPLATE

    this can’t be marked solved until the fix is available.

    sfpkent Friend
    #326936

    Until now, they still don’t update the problem, the problem still exist, I just downloaded the template

    Anonymous Moderator
    #326984

    Hi sfpkent

    I am terribly sorry for this later. i have just reported this issue to our team for solving

    I will inform you when this issue is solved as soon as possible.

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

This topic contains 20 replies, has 5 voices, and was last updated by Anonymous 14 years, 9 months ago.

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