Nice menu egyéni css
Sziasztok!
Az lenne a problémám, hogy Nice menu-t próbálom dizájnolni, de sajnos az egész szétesik, szétcsúszik.
Sziasztok!
Az lenne a problémám, hogy Nice menu-t próbálom dizájnolni, de sajnos az egész szétesik, szétcsúszik.
Lehet, hogy a line-height megoldja, de ha ez normális html, akkor megeszem a sapimat :)
Nem muszáj javítani, végül is jól néz ki...
<div class="megamenuWrapper"> <ul class="megamenu-section"> <li id="menu-section-title-708" class="menu-section-title"> <a title="ELTE Téli Bajnokság nevezési határidő" href="/elte-t-li-bajnoks-g-nevez-si-hat-rid">ELTE Téli Bajnokság</a> <ul class="megamenu-section"> <li id="menu-section-title-709" class="menu-section-title"> <ul class="megamenu-section"> <li id="menu-section-title-710" class="menu-section-title"> <a title="IV. Kárpát-medencei Egyetemek Kupája" href="/iv-k-rp-t-medencei-egyetemek-kup-ja">IV. Kárpát-medencei Egyetemek Kupája</a> <ul class="megamenu-section"> <li id="menu-section-title-711" class="menu-section-title"> <a title="Lágymányosi Focibajnokságok tavaszi nevezési határideje" href="/l-gym-nyosi-focibajnoks-gok-tavaszi-nevez-si-hat-rideje">Lágymányosi Focibajnokságok</a> <ul class="megamenu-section"> <li id="menu-section-title-712" class="menu-section-title"> <a title="SportPontProgram & Fesztivál" href="/sportpontprogram-fesztiv-l">SportPontProgram & Fesztivál</a> <ul class="megamenu-section"> <li id="menu-section-title-713" class="menu-section-title"> <a title="Sárga70 Teljesítménytúra" href="/s-rga70-teljes-tm-nyt-ra">Sárga70 Teljesítménytúra</a> <ul class="megamenu-section"> <li id="menu-section-title-714" class="menu-section-title"> <a title="XXIV. 5vös 5km" href="/xxiv-5v-s-5km">XXIV. 5vös 5km</a> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </div>
OFF: amikor valaki konkrét linket mutat, akkor óhatatlanul is észrevesz fura dolgokat, amik lehet, hogy kapcsolódnak az eredeti problémához, de lehet, hogy nem. Pl.: az ilyen linkek, hogy "elte-t-li-bajnoks-g-nevez-si-hat-rid" nem tartozik ide, jól is működik, de hiba ;)
Összehasonlítva a 8.1.8 docroot-ban lévő .htaccess-ével:
diff --git a/gyari.txt b/ove.txt index 4716fa1..bb43769 100644 --- a/gyari.txt +++ b/ove.txt @@ -3,7 +3,7 @@ # # Protect files and directories from prying eyes. -<FilesMatch "\.(engine|inc|install|make|module|profile|po|sh|.*sql|theme|twig|tpl(\.php)?|xtmpl|yml)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\.(?!well-known).*|Entries.*|Repository|Root|Tag|Template|composer\.(json|lock))$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig|\.save)$"> +<FilesMatch "\.(engine|inc|install|make|module|profile|po|sh|.*sql|theme|twig|tpl(\.php)?|xtmpl|yml)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\..*|Entries.*|Repository|Root|Tag|Template)$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig|\.save)$"> <IfModule mod_authz_core.c> Require all denied </IfModule> @@ -93,7 +93,7 @@ AddEncoding gzip svgz # If you do not have mod_rewrite installed, you should remove these # directories from your webroot or otherwise protect them from being # downloaded. - RewriteRule "(^|/)\.(?!well-known)" - [F] + RewriteRule "(^|/)\." - [F] # If your site can be accessed both with and without the 'www.' prefix, you # can use one of the following settings to redirect users to your preferred @@ -120,7 +120,7 @@ AddEncoding gzip svgz # # If your site is running in a VirtualDocumentRoot at http://example.com/, # uncomment the following line: - # RewriteBase / + RewriteBase /build/d8/free-theme/d8-free-theme/ # Redirect common PHP files to their new locations. RewriteCond %{REQUEST_URI} ^(.*)?/(install.php) [OR] @@ -180,10 +180,8 @@ AddEncoding gzip svgz </IfModule> </IfModule> -# Various header fixes. +# Add headers to all responses. <IfModule mod_headers.c> # Disable content sniffing, since it's an attack vector. - # Disable Proxy header, since it's an attack vector. - RequestHeader unset Proxy </IfModule>
Az általad belinkelt .htaccess a sminkkel (Drupal-zsargonban így nevezzük a kinézeteket) együtt települt fel és írta felül a Drupal 8.1.8 gyáriját? Ha igen, akkor kipróbáltad előtte, hogy önmagában a gyári Drupal rendben futott-e? Ha esetleg nem, akkor szerintem érdemes lenne, és csak azután hozzáadni külső forrásokból származó, 3rd-party funkciókat.
Az átirányítások nem megfelelő működését okozhatja például a RewriteBase átállítása is a 27.-28. sorban.
Sziasztok,
ismét segítségre lenne szükségem, mert nem jövök rá, hogy modulon belül, hogy tudom használni a while ciklust. Van egy ciklusom ami a könyvtárban található képeket listázza ki, tökéletesen működik egy "nyers" php fájlként. De nem tudom, hogy ezt hogyan tudnám integrálni a modulomba.
Amit szeretnék integrálni a modulomba:
if($kepekk = @opendir("files/kepek/")){ $kepek = array(".bmp", ".gif", ".jpeg", ".jpg", ".png", ""); $kepszamolo = 1; while($kep = @readdir($kepekk)) { if (in_array(strtolower(strrchr($kep, ".")), $kepek)) { if ($thumb_per_sor == 8) { echo " </tr>\n"." <tr>\n"; $thumb_per_sor = 0; } list ($szelesseg, $magassag) = @getimagesize("files/kepek/".$kep); echo "<td>\n"."<a href=\"/files/kepek/".$kep."\">\n"."<img style=\"border: 0px; vertical-align: middle; width: ".ceil(($szelesseg / 10)).";\" src=\"files/kepek/".$kep."\" alt=\"".$kep."\" />\n"."</a>\n"."</td>\n"; $kepszamolo++; } } @closedir($kepekk); }
Próbáltam, hogy amit echoval kiír azt adom a függyvény kimeneti értékére de nem jött össze. Annyira ment, hogy az első képet kiadta rendesen és annyi. Abban szeretném a segítségeteket kérni, hogy modulon belül, hogyan használhatom legjobban a ciklusokat, hogy a drupalnak erre van e sémája? Segítségeteket előre is köszönöm.
T.
Inkább a szolgáltató környékén kellene szétnézni, mert
Warning: Table './rexamoco_multik/sessions' is marked as crashed and should be repaired query: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = '0b170bd30cc49e4d00fb3b9203408569' in /home/rexamoco/public_html/multik/includes/database.mysql.inc on line 172 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/rexamoco/public_html/multik/includes/database.mysql.inc:172) in /home/rexamoco/public_html/multik/includes/bootstrap.inc on line 862 Warning: Cannot modify header information - headers already sent by (output started at /home/rexamoco/public_html/multik/includes/database.mysql.inc:172) in /home/rexamoco/public_html/multik/includes/bootstrap.inc on line 558 Warning: Cannot modify header information - headers already sent by (output started at /home/rexamoco/public_html/multik/includes/database.mysql.inc:172) in /home/rexamoco/public_html/multik/includes/bootstrap.inc on line 560 Warning: Table './rexamoco_multik/sessions' is marked as crashed and should be repaired query: SELECT sid FROM sessions WHERE sid = '0b170bd30cc49e4d00fb3b9203408569' in /home/rexamoco/public_html/multik/includes/database.mysql.inc on line 172 Warning: Table './rexamoco_multik/sessions' is marked as crashed and should be repaired query: INSERT INTO sessions (sid, uid, cache, hostname, session, timestamp) VALUES ('0b170bd30cc49e4d00fb3b9203408569', 0, 0, '62.112.212.10', '', 1227095792) in /home/rexamoco/public_html/multik/includes/database.mysql.inc on line 172
P.
Valamiért nem működik
Ehhez nem értek...
Van a domain nevem az alatt van egy Drupal könyvtár oda másoltam be a htaccess fileba a fenti szöveget.
Ha meghívom a www.domainnev.hu/Drupal/iso.html et akkor ezt át kellene irányítania a www.domainnev.hu/Drupal/iso-minositesunk-re, ami nem történik meg.
A .htaccess file tartalma:
Mennyi idő kell, hogy ezek a beállítások életbe lépjenek? Azonnal kell mennie?
Prancz Ádám
Ingyenes linkkatalógus | Hostessek, modellek | Webdesign