Welcome, Guest
Username Password: Remember me

Editing front view
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Editing front view

Editing front view 1 year, 6 months ago #17608

Hello,

Please tell me where I am able to change the thick black border. I can not find it in the CSS.
Also please tell mee where I can disable the set of icons at the top. I do not need them. It is maybe a nice feature if you want to use them.

I have the dutch translation files. That's only for the writer of this nice component. Please mail me when interested.

Kind regards,

Rendall

ps: sorry, do not speak spanisch. No habla espaniol...

edit: Dutch language file added (component).
Attachments:
  • Rendall
  • OFFLINE
  • Visitante
  • Posts: 1
  • Karma: 0
Last Edit: 1 year, 6 months ago by Rendall.

Re: Editing front view 1 year, 6 months ago #17647

Hi,

The border is in the css files, in #msgs:
- com_kide/assets/css/style.css
- mod_kide/css/style.css

#msgs {
width: 97%;
margin: 0px;
height: 355px;
overflow: auto;
overflow-x: hidden;
border: solid #000 /* <=== HEREE!! */
}


To hide the button that shows/hides the icons, in
- com_kide/views/kide/tmpl/default_botones.php
- mod_kide/tmpl/default_botones.php

Delete the line:
<a title="<?php echo JText::_("COM_KIDE_ICONOS"); ?>" href="javascript:KIDE_mostrar_iconos()"><img alt="<?php echo JText::_("COM_KIDE_ICONOS"); ?>" src="<?php echo KideHelper::include_html("botones", "iconos.png"); ?>" /></a>


I will add an option to hide them

Thanks for the language files! will be added in the next version
  • JoniJnm
  • OFFLINE
  • Administrador
  • Posts: 4297
  • Karma: 148
Last Edit: 1 year, 6 months ago by JoniJnm.
  • Page:
  • 1
Time to create page: 0.55 seconds