Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • reverbatim Friend
    #204743

    Hello,

    We have a website running Joomla! 3.4.0 and we use Ja Univeristy Template based on JAT3 framework. We would like to change JAT3 clean cache administration menu bar name or hide it for esthetical and pratical reasons. How can we do it ?

    Regards

    jooservices Friend
    #563383

    Hi there
    If you just want to hide it than you can use display:none

    Thank you,
    Viet Vu

    reverbatim Friend
    #563387

    Hello and thank you for your reply,

    Can you tell me exactly where do I have to write or edit this code as I only want to hide “JAT3 clean cache” and not the complete administration menu bar? And what about if I only want to change the name?

    Regards

    reverbatim Friend
    #563412

    Please I really need an answer urgently.

    Regards

    jooservices Friend
    #563419

    Hi there
    # Please apply

    .ja-t3-clearcache {display:none;}

    Thank you,
    Viet Vu

    reverbatim Friend
    #563420

    Hello and thank you very much for your reply,

    I am sorry to ask you this but in which file do I have to set this code?

    Regards

    jooservices Friend
    #563490

    Hi there
    It’s your backend so you’ll need apply to template css file.
    And actually you can use search string to locate it.

    if(placeholder){
    placeholder.setStyle('background', 'none');
    new Element(type == 0 ? 'span' : 'li', {
    'class':'ja-t3-clearcache',
    'style': type == 0 ? 'background: url(<?php echo JURI::root()?>plugins/system/jat3/jat3/core/admin/assets/images/ja.png) no-repeat' : ''
    }).adopt(
    new Element('a', {
    'href':'javascript:void(0)',
    'html': 'JAT3 Clean Cache',
    'events': {
    'click': function(){
    new Request({
    url: 'index.php?jat3action=clearCache&jat3type=plugin',
    method:'post',
    onSuccess: function(result){
    alert(result);
    }
    }).send();
    }
    }
    })
    ).inject(placeholder, 'top');

    pluginssystemjat3jat3coreadminutil.php

    Thank you,
    Viet Vu

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

This topic contains 7 replies, has 2 voices, and was last updated by  jooservices 9 years, 8 months ago.

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