اين هي الازرار؟
4 مشترك
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: مشاكل في تنسيق مظهر أو تصميم أو صور أو الوان المنتدى :: أرشيف قسم "مشاكل في تنسيق مظهر المنتدى"
صفحة 1 من اصل 1
اين هي الازرار؟
السلام عليكم
انا في منتداي كان هناك ايقونات واردت ان ازيلها فمسحت قالب overall_header كله فتفاجئت بنزول الازرار الى الاسفل قليلا وكذلك تمت ازالت صور اخرى اريد الان استعادة الازرار كما كانت واستعادة الصور دون استعادة الايقونات .رابط المعاينة : staresat.yoo7.com
انا في منتداي كان هناك ايقونات واردت ان ازيلها فمسحت قالب overall_header كله فتفاجئت بنزول الازرار الى الاسفل قليلا وكذلك تمت ازالت صور اخرى اريد الان استعادة الازرار كما كانت واستعادة الصور دون استعادة الايقونات .رابط المعاينة : staresat.yoo7.com
رد: اين هي الازرار؟
هلا اخي
لوحة الادارة - مظهر المنتدى -الصفحة الرئيسية
الصفحة الرئيسية و ازرار التصفُّح
موقع عارضة أزرار التصفح : وسط
لوحة الادارة - مظهر المنتدى -الصفحة الرئيسية
الصفحة الرئيسية و ازرار التصفُّح
موقع عارضة أزرار التصفح : وسط
رد: اين هي الازرار؟
ببساطة شديدة تقوم بتركيب قالب overall header لان الازرار موجودة بداخلة وايقونات الهيدر ايضا يمكنك حذف الايقونات اعلي الهيدر من قالب overall header
رد: اين هي الازرار؟
تفضل قالب overall header قمت بالتعديل وازلت الايقونات
- الكود:
<!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}
<link href="https://fonts.googleapis.com/earlyaccess/droidarabickufi.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
{CSS}
<style>
@-webkit-keyframes notif_unread {
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@keyframes notif_unread {
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
</style>
<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="{JQUERY_PATH}" type="text/javascript"></script>
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
{RICH_SNIPPET_GOOGLE}
<!-- BEGIN switch_fb_login -->
<script src="https://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 -->
<link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
<script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
<!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new -->
<script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
<script type="text/javascript">//<![CDATA[
/* Definir le sens de direction en fonction du panneau admin */
var tickerDirParam = "{switch_ticker.DIRECTION}";
var slid_vert = false;
var auto_dir = 'next';
var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam )
{
case 'top' :
slid_vert = true;
break;
case 'left':
break;
case 'bottom':
slid_vert = true;
auto_dir = 'prev';
break;
case 'right':
auto_dir = 'prev';
break;
default:
slid_vert = true;
}
$(document).ready(function() {
$('#fa_ticker_content').css('display','block');
var width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
if (width_max > 0)
{
$('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
if ($(this).width() > width_item)
{
var ratio = $(this).width() / width_item;
var new_height = Math.round($(this).height() / ratio);
$(this).height(new_height).width(width_item);
}
});
if (slid_vert)
{
var height_max = h_perso;
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
$('ul#fa_ticker_content li').height(height_max);
}
$('#fa_ticker_content').jcarousel({
vertical: slid_vert,
wrap: 'circular',
auto: {switch_ticker.STOP_TIME},
auto_direction: auto_dir,
scroll: 1,
size: {switch_ticker.SIZE},
height_max: height_max,
animation: {switch_ticker.SPEED}
});
}
else
{
$('ul#fa_ticker_content li:not(:first)').css('display','none');
$('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
}
});
//]]>
</script>
<!-- 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');
if(pm != null) { 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}');
if(report != null) { report.focus(); }
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
$(document).ready(function() {
Ticker.start({
height : {switch_ticker.HEIGHT},
spacing : {switch_ticker.SPACING},
speed : {switch_ticker.SPEED},
direction : '{switch_ticker.DIRECTION}',
pause : {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}
<style type="text/css">
#page-footer, div.navbar, div.navbar ul.linklist {
display: block !important;
}
ul.linklist li.rightside, ul.linklist li.rightside a.copyright {
display: inline !important;
}
<!-- BEGIN switch_ticker_new -->
.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;
}
<!-- END switch_ticker_new -->
</style>
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
_gaq.push(["_trackPageview"]);
_gaq.push(['_trackPageLoadTime']);
<!-- 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 id="phpbb">
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="https://i62.servimg.com/u/f62/19/80/42/22/hitski10.png" alt="" /> <em>Hit</em>skin.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<span>{hitskin_preview.U_INSTALL_THEME}<a href="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
</p>
</div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup" style="z-index: 10000 !important;">
<div class="h3">{SITENAME}</div>
{LOGIN_POPUP_MSG}
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="button1" value="{L_LOGIN}" />
<input type="button" class="button1" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
</div>
<!-- END switch_login_popup -->
<div class="conteneur_minwidth_IE">
<div class="conteneur_layout_IE">
<div class="conteneur_container_IE">
<div id="nav-omar" width="100%">
<ul class="linklist navlinks{NAVBAR_BORDERLESS}">
<li>{GENERATED_NAV_BAR}</li>
</ul>
</div>
<div id="wrap">
<a id="top" name="top" accesskey="t"></a>
{JAVASCRIPT}
<div id="page-header">
<div class="headerbar">
<div class="inner"><span class="corners-top"><span></span></span>
<div id="logo-desc">
<a href="{U_INDEX}" id="logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>
<!-- BEGIN switch_h1 -->
<div id="site-title">{switch_h1.MAIN_SITENAME}</div>
<!-- END switch_h1 -->
<!-- BEGIN switch_desc -->
<p></p>
<!-- END switch_desc -->
<!-- BEGIN switch_user_logged_out -->
<div class="header-login">
<form action="/login" method="post" name="form_login">
<div class="userr_login_form">
<input class="post" type="text" size="10" name="username" placeholder="? ÇÓã ÇáÚÖæ" /><br/>
<input class="post" type="password" size="10" name="password" placeholder="? ßáãÉ ÇáÓÑ" /><br/>
<label> ÇÏÎáäí ÈÔßá Âáí <input class="radio" type="checkbox" name="autologin" checked="checked" /> </label>
<input class="mainoption button1" type="submit" name="login" value="ÏÎæá" />
</div>
</form>
</div>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<style>
#header_profile_avatar, .username-header {
display: inline-block;
vertical-align: middle;
}
#header_profile_avatar img {
width: 60px;
height: 60px;
border: 2px solid #FFF;
border-radius: 50%;
margin-left: 3px;
}
.header_profile_stats {
text-align: center;
border-top: 1px solid;
margin-top: 4px;
font-size: 11px;
}
</style>
<script type="text/javascript">
(function() {
if (_userdata.session_logged_in) {
var storage = window.localStorage;
document.write(
'<div class="header-login">' +
'<div class="head-ditails">'+
'<div id="header_profile_avatar"><a href="/u' + _userdata.user_id + '">' + _userdata.avatar + '</a></div>'+
'<div class="username-header">ãÑÍÈÇð ' + _userdata.username + '</div>'+
'</div>'+
'<div class="header_profile_stats">{LAST_VISIT_DATE}</div>'+
'</div>'
);
}
}());
</script>
<!-- END switch_user_logged_in -->
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<div class="navbar">
<div class="inner"><span class="corners-top"><span></span></span>
<!-- BEGIN switch_search_box -->
<div id="search-box">
<form method="get" action="{ACTION_SEARCH}" id="search">
<p class="nomargin"><input type="text" name="search_keywords" id="keywords" maxlength="128" class="inputbox search" value="{L_SEARCH}..." onclick="if (this.value == '{L_SEARCH}...') this.value = '';" onblur="if (this.value == '') this.value = '{L_SEARCH}...';" />
{JS_SESSION_ID_INPUT}
<input class="button2" type="submit" value="{L_SEARCH}" /></p>
<a href="#"><i class="fa fa-cog" title="ÎíÇÑÇÊ ÇáÈÍË" id="fa_search_opts"></i></a>
<script type="text/javascript">
//<![CDATA[
$(function(){
var lang={
display_as:'<b> ÚÑÖ äÊÇÆÌ ÇáÈÍË ßÜ : </b>',
posts:'ãÓÇåãÇÊ',
topics:'ãæÇÖíÚ',
tags:'<b>æÓã ßáãÇÊ ÇáÏáíáíÉ : </b>',
advanced:'<b>ÈÍË ãÊÞÏã</b>',
options_title:' ÎíÇÑÇÊ ÇáÈÍË'},
settings=document.createElement('DIV'),
opts=document.createElement('A'),node=document.getElementById('search');
if(!node)return;settings.style.display='none';settings.id='fa_search_settings';settings.innerHTML='<p>'+lang.display_as+'</p><input id="searchOptsTopics" type="radio" name="show_results" value="topics" checked="true"/><label for="searchOptsTopics">'+lang.topics+'</label> <input id="searchOptsPosts" type="radio" name="show_results" value="posts"/><label for="searchOptsPosts">'+lang.posts+'</label><p><label for="searchOptsTags">'+lang.tags+'</label> <input id="searchOptsTags" type="checkbox" name="is_tag" value="tags"/></p><hr class="dashed"/><p><a href="/search">'+lang.advanced+'</a></p>';opts.href='#';opts.title=lang.options_title;opts.id='fa_search_opts';opts.onclick=function(){var settings=document.getElementById('fa_search_settings');settings.style.display=/none/.test(settings.style.display)?'block':'none';return false};node.search_keywords.onfocus=function(){var settings=document.getElementById('fa_search_settings');if(!/none/.test(settings.style.display))settings.style.display='none'};node.appendChild(opts);node.appendChild(settings)});
document.write('<style type="text/css">
#fa_search_opts {
height: 17px;
position: absolute;
left: 25px;
font-size: 15px;
color: #2E3133;
top: 4px;
width: 16px;
}
#fa_search_opts:hover {
color: #70afd4;
}
#search_menu .title-overview {
background: #39C;
color: #FFF;
}
#search_menu {
background: #FFF;
border: 1px solid #DDD;
border-radius: 3px;
box-shadow: 0 6px 12px rgba(0,0,0,0.175);
font-size: 10px;
overflow: hidden;
}
#fa_search_settings {
background: #FFF;
border: 1px solid #DDD;
border-radius: 3px;
box-shadow: 0 3px 9px rgba(0,0,0,0.175);
color: #333;
padding: 3px;
position: absolute;
right: -40px;
text-align: center;
top: 35px;
width: 175px;
z-index: 1;
}
#fa_search_settings:before {
content: url(https://i62.servimg.com/u/f62/19/80/42/22/arrow110.png);
position: absolute;
left: 25px;
top: -10px;
}
</style>');
//]]>
</script>
</form>
</div>
<!-- END switch_search_box -->
<style type="text/css">
.btnsBlock {position: relative;}
.headBtns {position: absolute; margin-top: -365px; width: 100%; text-align: center;}
.headBtns li {display: inline-block;}
.headBtns li a {background: #3A82B2; padding: 5px 12px; margin: 1px;color: #FFF; border-radius: 1px; transition: all 300ms;}
.headBtns li a:hover {background: #B8D2E3; top: -10px;}
</style>
<div class="btnsBlock">
<div class="headBtns">
<ul>
</style>
<div align="center">
<table align="center">
<tbody>
<tr class="jory3">
<td>
</tr>
</tbody>
</table>
</div>
</ul>
</div>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_blockD" style="margin-top:4px;">
<div class="module">
<div class="inner">
<span class="corners-top"><span></span></span>
<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>
<span class="corners-bottom"><span></span></span>
</div>
</div>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<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>
</div>
</div>
</div>
<!-- END switch_ticker -->
</div>
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<div id="outer-wrapper">
<div id="wrapper">
<div id="container">
<div id="content">
<div id="main">
<div id="main-content">
<style type="text/css">
.introduction {
position: relative;
}
#fmd_homepage .h3 {
line-height: 16px;
margin: -10px -6px 3px !important;
padding: 7px;
text-align: left;
}
#fmd_homepage_toggler {
left: 3px;
position: absolute;
top: 3px;
}
#fmd_left {
border-bottom: 1px dashed #33BBF0;
border-left: 1px dotted #33BBF0;
border-right: 1px dashed #33BBF0;
margin: 0 auto;
padding: 5px;
width: 96%;
}
#fmd_right {
float: left;
width: 50%;
}
#fmd_welcome p {
font-size: 13px;
line-height: 20px;
}
#fmd_new {
overflow: hidden;
position: relative;
}
p.fmd_loading {
font-size: 24px;
margin: 0;
text-align: center;
}
a.fmd_tuto, #fmd_quick_links a {
border-bottom: 1px dotted;
display: block;
font-size: 13px;
line-height: 13px;
margin-right: 50px;
padding: 4px 0;
}
#fmd_quick_links a {
margin-left: 3px;
margin-right: 0;
}
.fmd_tutotag {
border: 1px solid;
border-radius: 3px;
margin-right: -50px;
padding: 1px 3px;
position: absolute;
}
.fmd_all {
margin-top: 15px;
}
.fmd_all a.button1 {
border: medium none !important;
border-radius: 0;
box-shadow: none;
color: #fff !important;
cursor: pointer;
display: inline-block;
font-size: 12px;
font-weight: 700;
line-height: normal !important;
margin: 1px;
padding: 8px 10px !important;
text-shadow: none;
}
.fmd_all a.button1:hover {
background: #369 none repeat scroll 0 0;
}
#fmd_profile {
font-size: 12px;
line-height: 12px;
}
#fmd_profile_avatar img {
background: #fff none repeat scroll 0 0;
border: 1px solid #ccc;
height: 80px;
margin: 2px 0;
padding: 3px;
width: 80px;
}
#fmd_profile_box {
float: left;
width: 40%;
}
#fmd_profile_left {
float: left;
margin-left: 30px;
text-align: center;
width: 108px;
}
#fmd_profile_right {
float: right;
width: 100%;
}
.fmd_profile_stats {
float: left;
line-height: 20px;
margin-left: -50px;
padding: 5px;
width: 50%;
}
.fmd_profile_label {
display: inline-block;
font-weight: bold;
margin-left: 3px;
text-align: left;
width: 120px;
}
#fmd_quick_links {
float: right;
text-align: right;
width: 60%;
}
#fmd_quick_links td {
vertical-align: top;
}
@media (min-width: 0px) and (max-width: 768px) {
#fmd_homepage > div {
float: none;
width: 100%;
}
}
</style>
رد: اين هي الازرار؟
مر على الموضوع اسبوع تقريباً , هذه يعني ان الموضوع تم حلة او أهملت من صاحب المشكلة رجاء في حال كانت لديك المشكلة مستمر او اي استفسار اخر قم بفتح موضوع جديد سيتم غلق الموضوع & يرسل الى الأرشيف
|
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: مشاكل في تنسيق مظهر أو تصميم أو صور أو الوان المنتدى :: أرشيف قسم "مشاكل في تنسيق مظهر المنتدى"
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى