Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • questbg Friend
    #152201

    Hi Folks

    Me again! :-[

    Please could somebody explain how I can get the same ‘blue’ headings in the right column as I have in the left … I’ve tried the same suffix, etc., but doesn’t work:

    Help! 😀

    Thanks in advance.
    Chris

    uniquebiz Friend
    #348676

    Hi Chris
    _hilite in the module suffix class field works for both left and right modules here on my local install, however I see the one you’re trying to us it on is not a normal Joomla/JA module or custom module but your Real estate component module. maybe it’s simply it doesn’t support the ja class suffix?

    questbg Friend
    #348677

    Hi Shannon

    That appears to be it. I just checked the 3 x modules in ‘right’ position. Whilst the ‘Select Language’ module from JoomFish does allow me to include a suffix, the two real estate modules do not (not even an ‘advanced’ menu in the modules).

    I was rather hoping there may be a method of hacking the code?

    Cheers
    Chris

    uniquebiz Friend
    #348678

    I’m sure there is, email me the module code and I’ll have a play tomorrow if you like
    Blessings Shannon

    questbg Friend
    #348848

    Update: with the assistance of Shannon we now have the same ‘blue’ backgrounds on the ‘non-hilite’ modules as we do on the hilite modules (this was done by modifying the h3-bg.gif graphic).

    However, I really need to change the text of the non-hilite modules, to match the hilite modules:

    Could somebody please tell me how to find the code to alter this?

    Many Thanks
    Chris

    Saguaros Moderator
    #349115

    Hello Chris!

    Pls open the file templates/ja_kyanite_ii/css/template.css and try to find the following code:

    div.ja-module h3, div.module h3 {
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 15px;
    height: 30px;
    line-height: 30px;
    background: url(../images/h3-bg.gif) no-repeat left center #ccc;
    }

    you replace{

    div.ja-module h3, div.module h3 {
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 15px;
    height: 30px;
    line-height: 30px;
    color:red;
    background: url(../images/h3-bg.gif) no-repeat left center #ccc;
    }

    and find the following code:

    #ja-breadcrums .inner {
    background: url(../images/h3-bg.gif) no-repeat right center;
    padding: 0 10px 0 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
    }

    replace:

    #ja-breadcrums .inner {
    background: url(../images/h3-bg.gif) no-repeat right center;
    padding: 0 10px 0 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
    color:red
    }

    Good luck

    questbg Friend
    #349243

    Hi tienhc

    That worked, many thanks … although I had to use ‘color: white’ and not ‘color: red’ 😀

    However, I would also now like to remove the shadow on the H3 module, to match the H3_hilite module (which you can see in the top module here):

    Thanks again.
    Chris

    Saguaros Moderator
    #349313

    pls open the file ja_kyanite_ii/templates/ja_kyanite_ii/css/css3.css and try to find the following code:

    div.module_hilite h3 {text-shadow: 1px 1px 0 #730900; }

    replace:

    div.module_hilite h3 {text-shadow: none!important; }

    questbg Friend
    #349327

    Thank you tienhc … perfect now!

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

This topic contains 9 replies, has 3 voices, and was last updated by  questbg 14 years, 4 months ago.

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