Spoiler ne s'ouvre plus Bouton_activeSpoiler ne s'ouvre plus Bouton_hoverSpoiler ne s'ouvre plus Fb-hoverSpoiler ne s'ouvre plus Fb-active
CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur:

Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus!

Derniers sujets
» Fiche de Présentation RPG
Spoiler ne s'ouvre plus EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
Spoiler ne s'ouvre plus EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
Spoiler ne s'ouvre plus EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
Spoiler ne s'ouvre plus EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
Spoiler ne s'ouvre plus EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
Spoiler ne s'ouvre plus EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
Spoiler ne s'ouvre plus EmptySam 11 Fév 2023, 06:04 par Krager

» Vos partenaires dans le footer
Spoiler ne s'ouvre plus EmptyMar 07 Fév 2023, 08:40 par Oxtran

Le Deal du moment :
Cartes Pokémon 151 : où trouver le ...
Voir le deal

Partagez
 

Spoiler ne s'ouvre plus

Voir le sujet précédent Voir le sujet suivant Aller en bas 
http://sheppskitdesign.forumactif.com/index.htm
Shepp
Shepp
{ Membre }
{ Membre }

Féminin Messages : 94



Spoiler ne s'ouvre plus Empty
    Bonjour !

    Suite à une mise à jour du design du forum, les spoilers ne s'ouvrent plus. Ayant déjà été confrontée à ce problème avec un autre de mes forums, je pensais qu'il était encore question d'un script jQuery, mais apparemment ce n'est pas le cas. Je n'ai aucune idée de ce qui peut empêcher leur ouverture. Il y a également un bug de smileys qui refusent, lorsqu'on clique dessus, d'afficher leur code dans le message.

    Tous mes problèmes viendraient apparemment de ce template, modifié afin d'accueillir le header, overall_header >
    Code:
    <!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" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
    <head>
       <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
       <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
       <meta http-equiv="content-script-type" content="text/javascript" />
       <meta http-equiv="content-style-type" content="text/css" />
       <!-- BEGIN switch_compat_meta -->
       <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
       <!-- END switch_compat_meta -->
       <!-- BEGIN switch_canonical_url -->
       <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
       <!-- END switch_canonical_url -->
       {META_FAVICO}
       {META}
       {META_FB_LIKE}
       <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
       {T_HEAD_STYLESHEET}
       {CSS}
       <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
       <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />

       <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>

       <!-- BEGIN switch_fb_login -->
       <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
       <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
       <!-- END switch_fb_login -->

       <!-- BEGIN switch_ticker -->
       <!-- END switch_ticker -->

       <!-- BEGIN switch_ticker_new -->
       <!-- END switch_ticker_new -->

       <script type="text/javascript">//<![CDATA[
       $(document).ready(function(){
          <!-- BEGIN switch_enable_pm_popup -->
             pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
             pm.focus();
          <!-- END switch_enable_pm_popup -->
          <!-- BEGIN switch_report_popup -->
             report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
             report.focus();
          <!-- END switch_report_popup -->
          <!-- BEGIN switch_ticker -->
             ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
          <!-- END switch_ticker -->
       });

       <!-- BEGIN switch_login_popup -->
          var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
       <!-- END switch_login_popup -->

       <!-- BEGIN switch_login_popup -->
       $(document).ready( function() {
          $(window).resize(function() {
             var windowWidth = document.documentElement.clientWidth;
             var popupWidth = $("#login_popup").width();
             var mypopup = $("#login_popup");

             $("#login_popup").css({
             "left": windowWidth/2 - popupWidth/2
                });
          });
       });
       <!-- END switch_login_popup -->
       //]]>
       </script>
       {GREETING_POPUP}
       <!-- BEGIN switch_ticker_new -->
       <style>
       .jcarousel-skin-tango .jcarousel-item {
          text-align:center;
          width: 10px;
       }

       .jcarousel-skin-tango .jcarousel-item-horizontal {
          margin-right: {switch_ticker.SPACING}px;
       }

       .jcarousel-skin-tango .jcarousel-item-vertical {
          margin-bottom: {switch_ticker.SPACING}px;
       }
       </style>
       <!-- END switch_ticker_new -->
       {HOSTING_JS}
       <!-- BEGIN google_analytics_code -->
       <script type="text/javascript">
       //<![CDATA[
        var _gaq = _gaq || [];
        _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
        _gaq.push(['_trackPageview']);

       <!-- BEGIN google_analytics_code_bis -->
       _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
       _gaq.push(['b._trackPageview']);
       <!-- END google_analytics_code_bis -->

        (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>
       <!-- END google_analytics_code -->
    </head>
    <body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
       <div id="background_2">
              <center><img src="http://nsa30.casimages.com/img/2012/05/20/120520085111946719.png" usemap="#headnav" style="border: 0;" id="abc"/>
                <map name="headnav">
                  <area shape="rect" coords="300,58,1002,232" href="http://make-your-horse.forumactif.com"/>
                  <area shape="rect" coords="1073,242,1253,364" href="http://make-your-horse.forumactif.com/register" onMouseOver="document.getElementById('abc').src ='http://imageshack.us/a/img526/8326/xinscrire.png'"/>
                  <area shape="rect" coords="317,426,463,498" href="http://make-your-horse.forumactif.com/memberlist" onMouseOver="document.getElementById('abc').src ='http://imageshack.us/a/img850/3396/xmembres.png'"/>
                <area shape="rect" coords="139,197,294,292" href="http://make-your-horse.forumactif.com/search" onMouseOver="document.getElementById('abc').src ='http://imageshack.us/a/img805/2705/xrechercher.png'"/>
                <area shape="rect" coords="1127,396,1252,526" href="http://make-your-horse.forumactif.com/login?logout" onMouseOver="document.getElementById('abc').src ='http://imageshack.us/a/img824/4833/xonoff.png'"/>
                <area shape="rect" coords="1070,396,1127,526" href="http://make-your-horse.forumactif.com/login" onMouseOver="document.getElementById('abc').src ='http://imageshack.us/a/img824/4833/xonoff.png'"/>
                <area shape="rect" coords="910,245,1033,364" href="http://make-your-horse.forumactif.com/privmsg?folder=inbox" onMouseOver="document.getElementById('abc').src ='http://imageshack.us/a/img651/5448/xmessagerie.png'"/>
                <area shape="rect" coords="497,311,677,414" href="http://make-your-horse.forumactif.com/profile?mode=editprofile" onMouseOver="document.getElementById('abc').src ='http://imageshack.us/a/img822/2908/xprofil.png'"/>
                <area shape="rect" coords="680,412,860,515" href="http://make-your-horse.forumactif.com/groups" onMouseOver="document.getElementById('abc').src ='http://imageshack.us/a/img89/1806/xgroupes.png'"/>
                  <area shape="rect" coords="0,464,133,593" href="http://make-your-horse.forumactif.com/faq" onMouseOver="document.getElementById('abc').src ='http://imageshack.us/a/img440/9831/xfaq.png'"/>
          </map></center>
       <!-- BEGIN switch_login_popup -->
       <div id="login_popup">
          <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
             <tr height="25">
                <td class="catLeft">
                   <span class="genmed module-title">{SITENAME}</span>
                </td>
             </tr>
             <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
                <td class="row1" align="left" valign="top">
                   <div id="login_popup_buttons">
                      <form action="{S_LOGIN_ACTION}" method="get">
                         <input type="submit" class="mainoption" value="{L_LOGIN}" />
                         <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
                         <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
                      </form>
                   </div>
                   <span class="genmed">{LOGIN_POPUP_MSG}</span>
                </td>
             </tr>
          </table>
       </div>
       <!-- END switch_login_popup -->

       <a name="top"></a>
       {JAVASCRIPT}

       <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
          <tr>
             <td class="bodyline">
                <table width="100%" cellspacing="0" cellpadding="0" border="0">
                   <tr>
                      <!-- BEGIN switch_logo_left -->
                      <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                      <!-- END switch_logo_left -->
                      <td align="center" width="100%" valign="middle">
                         <!-- BEGIN switch_logo_center -->
                         <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
                         <br />
                         <!-- END switch_logo_center -->
                         <div class="maintitle">{MAIN_SITENAME}</div>
                         <br />
                         <span class="gen">{SITE_DESCRIPTION}<br />  </span>
                      </td>
                      <!-- BEGIN switch_logo_right -->
                      <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                      <!-- END switch_logo_right -->
                   </tr>
                </table>

                <div style="clear: both;"></div>

                <!-- BEGIN switch_ticker_new -->
                <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
                   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                      <tr>
                         <td {CLASS_TABLE_TYPE} align="left" class="row1">
                            <div id="fa_ticker_container">
                               <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;">
                                  <!-- BEGIN ticker_row -->
                                  <li>{switch_ticker.ticker_row.ELEMENT}</li>
                                  <!-- END ticker_row -->
                               </ul>
                            </div>
                         </td>
                      </tr>
                   </table>
                </div>
                <!-- END switch_ticker_new -->

                <!-- BEGIN switch_ticker -->
                <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
                   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                      <tr>
                         <td {CLASS_TABLE_TYPE} align="left" class="row1">
                            <div id="fa_ticker_container">
                               <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
                                  <div class="fa_ticker_content">
                                     <!-- BEGIN ticker_row -->
                                     <div>{switch_ticker.ticker_row.ELEMENT}</div>
                                     <!-- END ticker_row -->
                                  </div>
                               </div>
                            </div>
                         </td>
                      </tr>
                   </table>
                </div>
                <!-- END switch_ticker -->

                <div id="page-body">
                   <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                      <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
                         <tbody>
                            <tr>
                               <td valign="top" width="{C1SIZE}">
                                  <div id="{ID_LEFT}">
                                     <!-- BEGIN giefmod_index1 -->
                                     {giefmod_index1.MODVAR}
                                        <!-- BEGIN saut -->
                                        <div style="height:{SPACE_ROW}px"></div>
                                        <!-- END saut -->
                                     <!-- END giefmod_index1 -->
                                  </div>
                               </td>
                               <td valign="top" width="100%">
    <!-- BEGIN html_validation -->
                               </td>
                            </tr>
                         </tbody>
                      </table>
                   </div>
                </div>
             </td>
          </tr>
       </table>
    </body>
    </html>
    <!-- END html_validation -->

    Merci et bonne soirée Smile
MessageSujet: Spoiler ne s'ouvre plus   Spoiler ne s'ouvre plus EmptyMar 20 Nov 2012, 13:41
Revenir en haut Aller en bas
http://www.css-actif.com
Orange
Orange
RocketMan
RocketMan

Masculin Messages : 3086



Spoiler ne s'ouvre plus Empty
Mmmmh... ligne 144, troisième mot.

Non, je rigole. Désolé, j'ai pas pu m'en empêcher. Spoiler ne s'ouvre plus 306373

Pourrais-tu nous donner le lien du forum en question pour que nous puissions constater le problème par nous-même.

Merci ^^
MessageSujet: Re: Spoiler ne s'ouvre plus   Spoiler ne s'ouvre plus EmptyMar 20 Nov 2012, 15:22
Revenir en haut Aller en bas
http://sheppskitdesign.forumactif.com/index.htm
Shepp
Shepp
{ Membre }
{ Membre }

Féminin Messages : 94



Spoiler ne s'ouvre plus Empty

    Le problème me semblait assez explicite, mais voici le lien du forum test, qui a donc le même problème, et comme les smileys ne sont visibles que par les membres sur l'autre de toute façon, j'ai ouvert la section avec le spoiler test aux invités \o/ je sais d'autant plus que le problème vient dudit template puisque, en les supprimant un à un, le seul qui a fait que le problème a disparu à la suppression était celui-ci.

    http://tomorrow.aforumfree.com/t10-blablaaha
MessageSujet: Re: Spoiler ne s'ouvre plus   Spoiler ne s'ouvre plus EmptyMer 21 Nov 2012, 01:03
Revenir en haut Aller en bas
Espeon
Espeon
Administrateur
Administrateur

Masculin Messages : 1819



Spoiler ne s'ouvre plus Empty
Bonjour Shepp !

J'ai un peu décortiqué ton template du coup (en fait ça aurait été plus simple de nous dire quelles parties avaient été modifiées si tu le savais, mais c'est pas bien grave j'ai pas eu à aller bien loin).


Alors ce qui m'étonne (et je pense que c'est de là que viennent tes soucis de javascript), c'est que je ne vois pas le chargement de la librairie jQuery dans ton template !

Le template de base comporte ces lignes-là :
Code:
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml" href="{[b]URL[/b]_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>

Or dans ton template on ne retrouve que ces lignes là :
Code:
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />

<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>

Celle qui charge le jQuery a mystérieusement disparu pendant l'opération, je pense que tu devrais commencer par là Wink
MessageSujet: Re: Spoiler ne s'ouvre plus   Spoiler ne s'ouvre plus EmptyMer 21 Nov 2012, 05:02
Revenir en haut Aller en bas
http://sheppskitdesign.forumactif.com/index.htm
Shepp
Shepp
{ Membre }
{ Membre }

Féminin Messages : 94



Spoiler ne s'ouvre plus Empty

    o_o effectivement, le problème était tout bête, allez savoir ce qu'il s'est passé XD mais tout semble remarcher ! Je préviens de suite le reste de l'équipe, merci beaucoup Very Happy
MessageSujet: Re: Spoiler ne s'ouvre plus   Spoiler ne s'ouvre plus EmptyJeu 22 Nov 2012, 08:34
Revenir en haut Aller en bas
Psycho
Psycho
Psychopathe
Psychopathe

Féminin Messages : 3407



Spoiler ne s'ouvre plus Empty
Hello !
J'ai l'impression que ton problème est résolu, donc je classe (:
Si ce n'est pas le cas, n'hésite pas à contacter un modérateur (:
Merci de ta compréhension Spoiler ne s'ouvre plus 926145
MessageSujet: Re: Spoiler ne s'ouvre plus   Spoiler ne s'ouvre plus EmptyJeu 22 Nov 2012, 12:09
Revenir en haut Aller en bas
Contenu sponsorisé




Spoiler ne s'ouvre plus Empty
MessageSujet: Re: Spoiler ne s'ouvre plus   Spoiler ne s'ouvre plus Empty
Revenir en haut Aller en bas
 

Spoiler ne s'ouvre plus

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1

 Sujets similaires

-
» Largeur du spoiler !
» [résolu]Sorte de spoiler ?
» Probleme de spoiler de chatbox
» Problème de spoiler.
» Décalage Spoiler

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
CSSActif :: De la théorie à la pratique :: Aide CSS & xHTML :: Problèmes résolus-

Partenaires Or


← Page précédente   ↑ Aller en haut Copyright © CSSActif 2009 - 2013 Tous droits réservés
Créer un forum | ©phpBB | Forum gratuit d'entraide | Signaler un abus | Forum gratuit | Informatique et Internet | Internet