Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • conforturis Friend
    #197242

    Hi,
    I moved my ja_university template to new ja_university_t3 template that work with new T3 Framework.
    But I’m getting an error that was not in the old template.
    Naw I cannot see module jafilter_jobs working. We could not select any field to search.

    with the old template we could select

    now we can not select

    I think the problem is not just in CSS. I think this is a javascript error or javascript conflict.
    if it were only customization CSS issue we could be able to select despite not seeing the text.


    1. cs1
    2. sc2
    Thanh Nguyen Viet Friend
    #533273

    Hello,

    Did you yourself resolve this issue?
    I have just checked your site and the select boxes are working properly now.

    conforturis Friend
    #533295

    I put back the old ja_university template and old JA T3 Framework plugin.
    But I want move to new ja_university_t3.

    conforturis Friend
    #533304

    Hi,
    Could you please check your Private Message?
    I sent you the access data of another site with same problem.

    Thanh Nguyen Viet Friend
    #533567

    That is a css issue. To get it fixed, please try solution below:

    Open the file:
    modules/mod_jafilter_jobs/ja_filter_jobs/css/ja.job_filter.css

    Replace this rule:

    label.hide {
    background: none !important;
    }

    With:

    label.hide {
    background: none !important;
    display:block;
    }

    conforturis Friend
    #533626

    Could not solve here: http://empregoeformacao.info/
    Can you check?

    Thanh Nguyen Viet Friend
    #533783

    Please try solution above, but the CSS rule should be replaced with the following:

    <blockquote>label.hide {
    background: none !important;
    display: block !important;
    font-weight: normal;
    }</blockquote>

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

This topic contains 7 replies, has 2 voices, and was last updated by  Thanh Nguyen Viet 10 years, 6 months ago.

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