-
AuthorPosts
-
March 17, 2015 at 8:23 am #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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
March 17, 2015 at 8:51 am #563383Hi there
If you just want to hide it than you can use display:noneThank you,
Viet VuMarch 17, 2015 at 8:59 am #563387Hello 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
March 17, 2015 at 11:15 am #563412Please I really need an answer urgently.
Regards
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
March 17, 2015 at 11:57 am #563419Hi there
# Please apply
.ja-t3-clearcache {display:none;}
Thank you,
Viet VuMarch 17, 2015 at 12:07 pm #563420Hello 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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
March 18, 2015 at 2:21 am #563490Hi 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.phpThank you,
Viet Vu -
AuthorPosts
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