probleme suppression totale image

Réduire
X
 
  • Filtrer
  • Heure
  • Afficher
Tout effacer
nouveaux messages

  • probleme suppression totale image

    Bonjour, j'ai supprimé le logo (logo.png) de filezilla car je veux seulement une image en haut et pas de logo par dessus
    Une fois supprimé, sur google chrome il reste un caré...
    Comment faire ?

  • #2
    Re : probleme suppression totale image

    Sur IE c'est une croix rouge qui apparait

    Je dois faire quoi ?

    Commentaire


    • #3
      Re : probleme suppression totale image

      aide svp !

      Commentaire


      • #4
        Re : probleme suppression totale image

        Une fois supprimé, sur google chrome il reste un caré...
        C'est normal !

        Sur IE c'est une croix rouge qui apparait
        Idem, c'est normal

        Je dois faire quoi ?
        Faire marcher ta tête et ... Firebug ou Inspecter Elément avec Chrome/Opera et tu auras les fichiers à modifier.

        Commentaire


        • #5
          Re : probleme suppression totale image

          oui mais justement dans firefox il n'y rien tout est bon il n'y pas les croix rouges
          comment s'appelle l'equivalent de firebug pour chrome ? j'ai cherché inspecteur chrome mais pas trouvé...
          Ou puis-je le trouver ?

          Merci

          Commentaire


          • #6
            Re : probleme suppression totale image

            c'est bon j'ai trouvé il falllait ctrl + maj + j mais contrairement à firebug on ne peut pas cliquer sur un endroit de la page (avec firebug ca affichait le code de l'endroit selectionner)
            Comment faire ?!

            Merci

            Commentaire


            • #7
              Re : probleme suppression totale image

              Envoyé par lampard73 Voir le message
              c'est bon j'ai trouvé il falllait ctrl + maj + j mais contrairement à firebug on ne peut pas cliquer sur un endroit de la page (avec firebug ca affichait le code de l'endroit selectionner)
              Comment faire ?!

              Merci
              C'est pourtant simple avec chrome, cliquer sur la page sur ce qu'on veut inspecter (clic droit puis Inspecter l'élément)
              Pas de demande de support par MP.
              S'il n'y a pas de solution, c'est qu'il n'y a pas de problème (Devise Shadok)

              Commentaire


              • #8
                Re : probleme suppression totale image

                c'est bon j'ai telechargé firebug lite pour google chrome mais quand je passe sur la petite image ca me montre le limage dans le repertoire image du template hors je l'ai deja supprimé
                Comment faire ?

                Commentaire


                • #9
                  Re : probleme suppression totale image

                  up please

                  Commentaire


                  • #10
                    Re : probleme suppression totale image

                    Bonjour,
                    tu as supprimé l'image mais pas le code dans l'index.php du tempate qui en demande l'affichage...
                    Schtroumpfe toi le Schtroumpf t'aidera.
                    Je ne schtroumpfe pas aux demandes de schtroumpf par MP.

                    Commentaire


                    • #11
                      Re : probleme suppression totale image

                      ok merci je vous montre l'index.php :<?php /** * @copyright Copyright (C) 2011 JoomlaThemes.co - All Rights Reserved. **/
                      defined( '_JEXEC' ) or die( 'Restricted access' );
                      define( 'YOURBASEPATH', dirname(__FILE__) );
                      ?>
                      <?php // no direct access
                      defined( '_JEXEC' ) or die( 'Restricted access' );
                      $slogan = $this->params->get("slogan");
                      $slogandisable = $this->params->get("slogandisable");
                      $addthis = $this->params->get("addthis");
                      $footertext = $this->params->get("footertext");
                      $footerdisable = $this->params->get("footerdisable");
                      $googleanalytics = $this->params->get("googleanalytics");
                      $analyticsdisable = $this->params->get("analyticsdisable");
                      $socialbuttons = $this->params->get("socialbuttons");
                      $slidedisable = $this->params->get("slidedisable");
                      $slidedesc1 = $this->params->get("slidedesc1");
                      $url1 = $this->params->get("url1");
                      $slidedesc2 = $this->params->get("slidedesc2");
                      $url2 = $this->params->get("url2");
                      $slidedesc3 = $this->params->get("slidedesc3");
                      $url3 = $this->params->get("url3");
                      $slidedesc4 = $this->params->get("slidedesc4");
                      $url4 = $this->params->get("url4");
                      JHTML::_('behavior.framework', true);
                      ?>
                      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
                      <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>
                      <link href='http://fonts.googleapis.com/css?family=Terminal+Dosis:600' rel='stylesheet' type='text/css'>
                      <jdoc:include type="head" />
                      <?php require(YOURBASEPATH . DS . "functions.php"); ?>
                      <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/styles.css" type="text/css" />
                      <?php if ($this->params->get( 'analyticsdisable' )) : ?>
                      <script type="text/javascript">
                      var _gaq = _gaq || [];
                      _gaq.push(['_setAccount', '<?php echo ($googleanalytics); ?>']);
                      _gaq.push(['_trackPageview']);

                      (function() {
                      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
                      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
                      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
                      })();

                      </script>
                      <?php endif; ?>
                      <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/NivooSlider.css" type="text/css" />
                      <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/slideshow/NivooSlider.js"></script>
                      <script type="text/javascript">
                      window.addEvent('domready', function () {
                      // initialize Nivoo-Slider
                      new NivooSlider($('Slider'), {
                      effect: 'random',
                      interval: 5000,
                      orientation: 'random'
                      });
                      });
                      </script>
                      </head>

                      <body class="background">
                      <div id="main">
                      <div id="header-w">
                      <div id="header">
                      <div class="topmenu">
                      <jdoc:include type="modules" name="position-1" style="none" />
                      </div>
                      <?php if ($this->countModules('logo')) : ?>
                      <div class="logo">
                      <jdoc:include type="modules" name="logo" style="none" />
                      </div>
                      <?php else : ?>
                      <a href="<?php echo $this->baseurl ?>/">
                      <img src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/images/logo.png" border="0" class="logo">
                      </a>
                      <?php endif; ?>

                      <?php if ($this->countModules('top')) : ?>
                      <div class="top">
                      <jdoc:include type="modules" name="top" style="none"/>
                      </div>
                      <?php endif; ?>
                      </div>
                      </div>
                      <div id="wrapper">
                      <div id="navr">
                      <div class="tguser"><jdoc:include type="modules" name="position-0" style="none" /></div>
                      <div id="navl">
                      <div id="nav">
                      <div id="nav-left">
                      <jdoc:include type="modules" name="menuload" style="none" /></div>
                      <div id="nav-right">
                      <?php include "html/com_content/archive/component.php"; ?>
                      <?php if ($this->countModules('breadcrumb')) : ?>
                      <jdoc:include type="modules" name="breadcrumb" style="none"/>
                      <?php endif; ?>
                      <div class="clearpad"></div>
                      <div id="message">
                      <jdoc:include type="message" />
                      </div>
                      <?php if($this->countModules('left')) : ?>
                      <div id="leftbar-w">
                      <div id="sidebar">
                      <jdoc:include type="modules" name="left" style="jaw" /></div>
                      <!-- MODIFY social buttons here (add yours from addthis.com) -->
                      <?php if ($this->params->get( 'socialbuttons' )) : ?>
                      <div id="bookmark"><div id="addthis">
                      <div class="addthis_toolbox addthis_default_style addthis_32x32_style">
                      <a class="addthis_button_preferred_1"></a>
                      <a class="addthis_button_preferred_2"></a>
                      <a class="addthis_button_preferred_3"></a>
                      <a class="addthis_button_preferred_4"></a>
                      <a class="addthis_button_compact"></a>
                      </div>
                      <script type="text/javascript" src="<?php echo ($addthis); ?>"></script>
                      </div></div>
                      <?php endif; ?>
                      <!-- END of social script -->
                      </div>
                      <?php endif; ?>
                      <?php if($this->countModules('left') xor $this->countModules('right')) $maincol_sufix = '_md';
                      elseif(!$this->countModules('left') and !$this->countModules('right'))$maincol_sufix = '_bg';
                      else $maincol_sufix = ''; ?>
                      <div id="centercontent<?php echo $maincol_sufix; ?>">
                      <!-- Slideshow -->
                      <?php $menu = JSite::getMenu(); ?>
                      <?php $lang = JFactory::getLanguage(); ?>
                      <?php if ($menu->getActive() == $menu->getDefault($lang->getTag())) { ?>
                      <?php if ($this->params->get( 'slidedisable' )) : ?>
                      <div id="Slider" class="nivoo-slider">
                      <a href="<?php if ($this->params->get( 'url1' )) : ?><?php echo ($url1); ?><?php endif; ?>">
                      <img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/slideshow/1.jpg" title="<?php if ($this->params->get( 'slidedesc1' )) : ?><?php echo ($slidedesc1); ?><?php endif; ?>" height="250" width="500" /></a>
                      <a href="<?php if ($this->params->get( 'url2' )) : ?><?php echo ($url2); ?><?php endif; ?>">
                      <img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/slideshow/2.jpg" title="<?php if ($this->params->get( 'slidedesc2' )) : ?><?php echo ($slidedesc2); ?><?php endif; ?>" height="250" width="500" /></a>
                      <a href="<?php if ($this->params->get( 'url3' )) : ?><?php echo ($url3); ?><?php endif; ?>">
                      <img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/slideshow/3.jpg" title="<?php if ($this->params->get( 'slidedesc3' )) : ?><?php echo ($slidedesc3); ?><?php endif; ?>" height="250" width="500" /></a>
                      <a href="<?php if ($this->params->get( 'url4' )) : ?><?php echo ($url4); ?><?php endif; ?>">
                      <img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/slideshow/4.jpg" title="<?php if ($this->params->get( 'slidedesc4' )) : ?><?php echo ($slidedesc4); ?><?php endif; ?>" height="250" width="500" /></a>
                      </div>
                      <?php endif; ?>
                      <?php } ?>
                      <!-- END Slideshow -->
                      <div class="clearpad"><jdoc:include type="component" /> </div></div>
                      <?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
                      <div id="rightbar-w">
                      <div id="sidebar">
                      <jdoc:include type="modules" name="right" style="jaw" />
                      </div>
                      </div>
                      <?php endif; ?>
                      <div class="clr"></div>
                      </div>
                      </div>
                      </div>
                      </div>
                      <div id="user-bottom">
                      <div class="user1"><jdoc:include type="modules" name="user1" style="xhtml" /></div>
                      <div class="user2"><jdoc:include type="modules" name="user2" style="xhtml" /></div>
                      <div class="user3"><jdoc:include type="modules" name="user3" style="xhtml" /></div>
                      </div>
                      <?php if ($this->countModules('user7 or user8 or user9 or user10')) : ?>
                      <div id="footer">
                      <div class="footer-pad">
                      <div class="top1"><div class="top2"><div class="top3"></div></div></div>
                      <div class="bot1"><div class="bot2"><div class="bot3"></div></div></div>
                      </div>
                      </div>
                      <?php endif; ?>
                      <div id="bottom">
                      <div class="tg">
                      <jdoc:include type="modules" name="copyright"/><?php if ($this->params->get( 'footerdisable' )) : ?><?php echo ($footertext); ?><?php endif; ?></div></div>
                      <!-- Link protected by copyright law. DO NOT REMOVE! --><div class="lls">Powered by <a href="http://www.freshjoomlatemplates.com/" title="joomla 1.7 templates" target="_blank">Joomla 1.7 Templates</a></div>
                      </div>
                      </body>
                      </html>

                      Que faut-il supprimé ?

                      Commentaire


                      • #12
                        Re : probleme suppression totale image

                        Cherche un truc du style : /images/logo.png

                        Commentaire


                        • #13
                          Re : probleme suppression totale image

                          parfait merci cela fonctionne !

                          Commentaire

                          Annonce

                          Réduire
                          Aucune annonce pour le moment.

                          Partenaire de l'association

                          Réduire

                          Hébergeur Web PlanetHoster
                          Travaille ...
                          X