Back to top

Autore Topic: [RISOLTO] aggiungere css su template quality  (Letto 1416 volte)

Offline macslacky

  • Esploratore
  • **
  • Post: 85
    • Mostra profilo
[RISOLTO] aggiungere css su template quality
« il: 04 Set 2015, 17:20:59 »
questa e' la parte iniziale del fine index.php

<?php /**  * @copyright   2013 - All Rights Reserved. **/?>
<?php require(dirname(__FILE__)."/modules/req_parameters.php");?>


<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
   <head>
      <?php require(dirname(__FILE__)."/functions.php");?>
      <?php require(dirname(__FILE__)."/modules/req_css.php");?>
---> inserire qui la linea
   </head>


<body class="background">


dove inserirei
<?php require("dirname(__FILE__)."/css/miostyle.css");?>
« Ultima modifica: 04 Set 2015, 19:45:16 da macslacky »

Offline giusebos

  • Fuori controllo
  • *
  • Post: 21748
  • Sesso: Maschio
  • Giuseppe Serbelloni Mazzanti Viendalmare
    • Mostra profilo
Re:aggiungere css su template quality
« Risposta #1 il: 04 Set 2015, 18:03:40 »
puoi mettere una cosa simile prima del doctype
Codice: [Seleziona]
<?php
$doc
->addStyleSheet($this->baseurl."/templates/".$this->template."/css/font-awesome.css");
$doc->addStyleSheet($this->baseurl."/templates/".$this->template."/bootstrap/css/bootstrap.css");
$doc->addStyleSheet($this->baseurl."/templates/".$this->template."/css/style.css");
?>


oppure fra i tag head

Codice: [Seleziona]
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width,initial-scale=1">

    <!-- Joomla Head -->
    <jdoc:include type="head" />

    <!-- Bootstrap core CSS -->
    <link href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/css/bootstrap.css" rel="stylesheet">
     <!-- Justified-Nav CSS -->
    <link href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/css/jumbotron.css" rel="stylesheet">
    <!-- Font Awesome CSS -->
    <link href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/font-awesome/css/font-awesome.min.css" rel="stylesheet">
    <!-- Custom CSS -->
    <link href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/css/custom.css" rel="stylesheet">
 </head>

su www.icagenda.it guide e tutorial con esempi di chronoforms e chronoconnectivity

Offline macslacky

  • Esploratore
  • **
  • Post: 85
    • Mostra profilo
Re:aggiungere css su template quality
« Risposta #2 il: 04 Set 2015, 18:11:34 »
devo inserire tutte queste linee
Codice: [Seleziona]
<?php$doc->addStyleSheet($this->baseurl."/templates/".$this->template."/css/font-awesome.css");
$doc->addStyleSheet($this->baseurl."/templates/".$this->template."/bootstrap/css/bootstrap.css");
$doc->addStyleSheet($this->baseurl."/templates/".$this->template."/css/style.css");

?>
oppure mi basta
Codice: [Seleziona]
$doc->addStyleSheet($this->baseurl."/templates/".$this->template."/css/style.css");scusa ma sono ancora agli inizi
« Ultima modifica: 04 Set 2015, 18:16:18 da macslacky »

Offline giusebos

  • Fuori controllo
  • *
  • Post: 21748
  • Sesso: Maschio
  • Giuseppe Serbelloni Mazzanti Viendalmare
    • Mostra profilo
Re:aggiungere css su template quality
« Risposta #3 il: 04 Set 2015, 18:19:03 »
devi inserire una riga se il css/file è uno solo.
su www.icagenda.it guide e tutorial con esempi di chronoforms e chronoconnectivity

Offline macslacky

  • Esploratore
  • **
  • Post: 85
    • Mostra profilo
Re:aggiungere css su template quality
« Risposta #4 il: 04 Set 2015, 18:26:22 »
si per ora e' solo un file che imposta lo stile del testo negli articoli, aggiungo un mio file di stile separatamente per evitare che un aggiornamento di cancelli tutte le modifiche apportate (anche se penso non aggiornare il template)


grazie
spero di aver risolto, momentaneamente ;-)

Offline giusebos

  • Fuori controllo
  • *
  • Post: 21748
  • Sesso: Maschio
  • Giuseppe Serbelloni Mazzanti Viendalmare
    • Mostra profilo
Re:[RISOLTO spero] aggiungere css su template quality
« Risposta #5 il: 04 Set 2015, 18:31:54 »
io credo che hai risolto  :) :)
su www.icagenda.it guide e tutorial con esempi di chronoforms e chronoconnectivity

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • ********
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:[RISOLTO spero] aggiungere css su template quality
« Risposta #6 il: 04 Set 2015, 19:15:12 »
Segnati quella riga di codice perché un eventuale aggiornamento del template  pur non toccandoti il file aggiunto non lo richiamerebbe se cambia l'index.php.

 



Web Design Bolzano Kreatif