Back to top

Autore Topic: spostare menų  (Letto 5283 volte)

Offline DimaWeb

  • Esploratore
  • **
  • Post: 74
    • Mostra profilo
spostare menų
« il: 05 Lug 2013, 10:44:22 »
Ciao a tutti

Ho un piccolo problema..vorrei spostare il menų quello a destra, lo vorrei a sinistra..la posizione non c'č..dovrei crearla..ci ho giā provato ma non riesco a metterlo a sinistra..

http://coverpowereng.altervista.org/index.php/2013-06-29-12-52-15/chi-siamo

Grazie !

Offline Rasjah

  • Abituale
  • ****
  • Post: 959
  • Sesso: Maschio
    • Mostra profilo
Re:spostare menų
« Risposta #1 il: 05 Lug 2013, 11:16:50 »
nel tuo file php della pagina, dovresti spostare verso l'alto l'attuale posizione left ( che deve essere del type="modules" ),  dove č posizionato adesso il menu....

Offline DimaWeb

  • Esploratore
  • **
  • Post: 74
    • Mostra profilo
Re:spostare menų
« Risposta #2 il: 05 Lug 2013, 11:38:17 »
ma l'index.php ?

Ho aperto quello nella root principale ed č questo ma non c'č nulla.. ne ho trovato un altro nella cartella del template ma c'č scritto poco o nient..
Codice: [Seleziona]
<?php
/**
 * @package        Joomla.Site
 * @copyright    Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
 * @license        GNU General Public License version 2 or later; see LICENSE.txt
 */

// Set flag that this is a parent file.
define('_JEXEC'1);
define('DS'DIRECTORY_SEPARATOR);

if (
file_exists(dirname(__FILE__) . '/defines.php')) {
    include_once 
dirname(__FILE__) . '/defines.php';
}

if (!
defined('_JDEFINES')) {
    
define('JPATH_BASE'dirname(__FILE__));
    require_once 
JPATH_BASE.'/includes/defines.php';
}

require_once 
JPATH_BASE.'/includes/framework.php';

// Mark afterLoad in the profiler.
JDEBUG $_PROFILER->mark('afterLoad') : null;

// Instantiate the application.
$app JFactory::getApplication('site');

// Initialise the application.
$app->initialise();

// Mark afterIntialise in the profiler.
JDEBUG $_PROFILER->mark('afterInitialise') : null;

// Route the application.
$app->route();

// Mark afterRoute in the profiler.
JDEBUG $_PROFILER->mark('afterRoute') : null;

// Dispatch the application.
$app->dispatch();

// Mark afterDispatch in the profiler.
JDEBUG $_PROFILER->mark('afterDispatch') : null;

// Render the application.
$app->render();

// Mark afterRender in the profiler.
JDEBUG $_PROFILER->mark('afterRender') : null;

// Return the response.
echo $app;



Offline Rasjah

  • Abituale
  • ****
  • Post: 959
  • Sesso: Maschio
    • Mostra profilo
Re:spostare menų
« Risposta #3 il: 05 Lug 2013, 11:44:25 »
si mi riferivo al file index.php, e la posizione dove si trova ora il menu di chiama left, che perō appare dopo l'articolo che hai sulla sinistra. Quindi ( se ho intuito bene ) per scambiarli di posto la posizione dei tuoi articoli ( del type="component" ) andrebbe spostata dopo quella del modulo con posizione left.....

Offline DimaWeb

  • Esploratore
  • **
  • Post: 74
    • Mostra profilo
Re:spostare menų
« Risposta #4 il: 05 Lug 2013, 11:55:18 »
Si si corretto..
Ma non riesco appunto a trovare quel file per spostare la posizione

Offline Rasjah

  • Abituale
  • ****
  • Post: 959
  • Sesso: Maschio
    • Mostra profilo
Re:spostare menų
« Risposta #5 il: 05 Lug 2013, 11:59:20 »
beh.. il file si chiama index.php... e, se č quello che mi hai fatto vedere prima.....  :'( :'( :'( a meno che, non hai in rigo un altro file  .........php   ??? ??? ??? ??? ??? ???

Offline DimaWeb

  • Esploratore
  • **
  • Post: 74
    • Mostra profilo
Re:spostare menų
« Risposta #6 il: 05 Lug 2013, 12:12:15 »
C'č anche questo..:
Codice: [Seleziona]
<?php

/*

 * ------------------------------------------------------------------------

 * JA Mendozite template for Joomla 2.5.x 

 * ------------------------------------------------------------------------

 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.

 * @license - Copyrighted Commercial Software

 * Author: J.O.O.M Solutions Co., Ltd

 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com

 * This file may not be redistributed in whole or significant part.

 * ------------------------------------------------------------------------

*/
// no direct access
defined '_JEXEC' ) or die ( 'Restricted access' ); 


if (
class_exists('T3Template')) {

    
$tmpl T3Template::getInstance();

    
$tmpl->setTemplate($this);

    
$tmpl->render();

    return;

} else {

    
//Need to install or enable JAT3 Plugin

    
echo JText::_('MISSING_JAT3_FRAMEWORK_PLUGIN');

}

Si ma non trovo la posizione in questi file !!

Offline Rasjah

  • Abituale
  • ****
  • Post: 959
  • Sesso: Maschio
    • Mostra profilo
Re:spostare menų
« Risposta #7 il: 05 Lug 2013, 12:26:09 »
purtroppo le posizioni sono dichiarate da un'altra parte... e io sinceramente non so darti una risposta   :'( :'( :'( :'(

adottauncane

  • Visitatore
Re:spostare menų
« Risposta #8 il: 05 Lug 2013, 12:47:20 »
Ciao DimaWeb,
prova a controllare nel backend del template se non sia possibile spostare la posizione left (che hai) a sinistra, content al centro e right a destra.

Offline DimaWeb

  • Esploratore
  • **
  • Post: 74
    • Mostra profilo
Re:spostare menų
« Risposta #9 il: 05 Lug 2013, 15:33:09 »
Codice: [Seleziona]
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
    <!--Extra css load for this layout-->
    <stylesheets>
    </stylesheets>
    <blocks name="top" style="xhtml">
        <block name="header" type="header" main-inner="1"></block>
        <block name="mainnav" type="mainnav" main-inner="1"></block>
        <block name="cpanel" type="usertools/cpanel"></block>
        <block name="slideshow" type="modules" main-inner="1" style="raw">slideshow</block>
        <block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4</block>
        <block name="topsl1" type="spotlight" main-inner="1">user5</block>
        <block name="topsl2" type="spotlight" main-inner="1">user6</block>
        <block name="topsl3" type="spotlight" main-inner="1">user7</block>
    </blocks>
    <blocks name="middle" colwidth="33">
        <block name="right1">left</block>
        <block name="right2" width="25">right</block>
    </blocks>
    <blocks name="bottom" style="xhtml">
        <block name="botsl" type="spotlight" main-inner="1">user8</block>
        <block name="navhelper" type="navhelper" main-inner="1"></block>
        <block name="botsl1" type="spotlight" main-inner="1" special="right" specialwidth="50">user9,user10,user11,user12</block>
        <block name="botsl2" type="spotlight" main-inner="1" special="right" specialwidth="33">user13,user14,user15,user16,user17</block>
        <block name="footer" type="footer" main-inner="1"></block>
    </blocks>
</layout>

Grazie ! nel Backend ho trovato questo.. Ora come lo modifico?

adottauncane

  • Visitatore
Re:spostare menų
« Risposta #10 il: 05 Lug 2013, 16:10:50 »
No, non guardare il codice. Prova a vedere se, cliccando sul nome del template, c'č un'opzione per spostare la colonna a sinistra.

Offline DimaWeb

  • Esploratore
  • **
  • Post: 74
    • Mostra profilo
Re:spostare menų
« Risposta #11 il: 05 Lug 2013, 16:34:14 »
No cosi in automatico no.. non c'č nulla

adottauncane

  • Visitatore
Re:spostare menų
« Risposta #12 il: 05 Lug 2013, 16:46:27 »
Non me ne ero accorta prima ma il template č commerciale. Sul forum non si dā supporto a estensioni commerciali. Dovresti chiedere al produttore.

Ma, proprio perché commerciale, secondo me ha l'opzione per modificare da backend il layout della pagina. Comunque fai prima a chiedere a loro...

Offline Rasjah

  • Abituale
  • ****
  • Post: 959
  • Sesso: Maschio
    • Mostra profilo
Re:spostare menų
« Risposta #13 il: 05 Lug 2013, 16:57:15 »
Ciao adottauncane,

Infatti sembrava anche a me.. mi hai preceduto...

Comunque guarda qui


http://wiki.joomlart.com/wiki/JA_T3_Framework_2/FAQs


mi sa che trovi qualcosa di interessante.

Passo e chiudo :) :) :)

 



Web Design Bolzano Kreatif