1- слайдер, я не знаю как адаптировать, поэтому и попросил у вас помощи
3 - кустом выдал ошибку файла cutom.tpl я так понял его нету, где взять не разберусь)---------- Добавлено 07.02.2013 в 10:22 ----------по поводу обратной связи, не отправляется сообщение на мыло) все получилось, только сообщения не уходят) или не приходят))
никто не подскажет в предыдущем посту что не так делаю?
TaediumVitae Вы как всегда несомненно правы!! в предыдущем посту, я был прав Вы-волшебник!!! как всегда все сработало! огромное спасибо!!!
Пошел париться на счет слайдера никак не могу понять почему он не встает по середине страницы или хотя бы растягивался что ли на 100%, плагин может глюченый?---------- Добавлено 31.01.2013 в 15:04 ----------тупой плагин или я тупой
.colorpicker { width: 356px; height: 176px; overflow: hidden; position: absolute; background: url(../images/custom_background.png); font-family: Arial, Helvetica, sans-serif; z-index:5; display: none; } .colorpicker_color { width: 150px; height: 150px; left: 14px; top: 13px; position: absolute; background: #f00; overflow: hidden; cursor: crosshair; } .colorpicker_color div { position: absolute; top: 0; left: 0; width: 150px; height: 150px; background: url(../images/colorpicker_overlay.png); } .colorpicker_color div div { position: absolute; top: 0; left: 0; width: 11px; height: 11px; overflow: hidden; background: url(../images/custom_select.gif); margin: -5px 0 0 -5px; } .colorpicker_hue { position: absolute; top: 13px; left: 171px; width: 35px; height: 150px; cursor: n-resize; } .colorpicker_hue div { position: absolute; width: 35px; height: 9px; overflow: hidden; background: url(../images/custom_indic.gif) left top; margin: -4px 0 0 0; left: 0px; } .colorpicker_new_color { position: absolute; width: 60px; height: 30px; left: 213px; top: 13px; background: #f00; } .colorpicker_current_color { position: absolute; width: 60px; height: 30px; left: 283px; top: 13px; background: #f00; } .colorpicker input { background-color: transparent; border: 1px solid transparent; position: absolute; font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #898989; top: 4px; right: 11px; text-align: right; margin: 0; padding: 0; height: 12px; } .colorpicker_hex { position: absolute; width: 72px; height: 22px; background: url(../images/custom_hex.png) top; left: 212px; top: 142px; } .colorpicker_hex input { right: 6px; } .colorpicker_field { height: 22px; width: 62px; background-position: top; position: absolute; } .colorpicker_field span { position: absolute; width: 12px; height: 22px; overflow: hidden; top: 0; right: 0; cursor: n-resize; } .colorpicker_rgb_r { background-image: url(../images/custom_rgb_r.png); top: 52px; left: 212px; } .colorpicker_rgb_g { background-image: url(../images/custom_rgb_g.png); top: 82px; left: 212px; } .colorpicker_rgb_b { background-image: url(../images/custom_rgb_b.png); top: 112px; left: 212px; } .colorpicker_hsb_h { background-image: url(../images/custom_hsb_h.png); top: 52px; left: 282px; } .colorpicker_hsb_s { background-image: url(../images/custom_hsb_s.png); top: 82px; left: 282px; } .colorpicker_hsb_b { background-image: url(../images/custom_hsb_b.png); top: 112px; left: 282px; } .colorpicker_submit { position: absolute; width: 22px; height: 22px; background: url(../images/custom_submit.png) top; left: 322px; top: 142px; overflow: hidden; } .colorpicker_focus { background-position: center; } .colorpicker_hex.colorpicker_focus { background-position: bottom; } .colorpicker_submit.colorpicker_focus { background-position: bottom; } .colorpicker_slider { background-position: bottom; }
В .colorpicker ставлю ширину 100%, а он козел залазеет за сайдбар..ппц)---------- Добавлено 31.01.2013 в 15:35 ----------блин, а еще вот вопрос, он заключается в том, где можно прописать сколько символов будет в новости на главной странице, порыскал по интернету, посмотрел тут по форуму, никто не задавал таких вопросов, как поправить высоту новостей вы мне помогли сделать, а не могли бы подсказать, где поставить кол-во знаков или слов, что бы эти блоки выглядели не как квадраты, а прямоугольники, т.е по высоте урезать пополам-только когда я сейчас выравниваю высоту, меняется только сам блок, а текст уезжает куда ему нужно:(
пфф, опять столкнулся с проблемой.. наверное надоел я вам уже))
в общем проблема заключается в том что при наведении на верхнее меню навигации должен выпадать список, а у меня на сайте, он почему то прячется куда-то меню выводиться в хедере так <div id="main_menu" role="navigation"><?php wp_nav_menu(); ?></div>
в style.css вот так
/* =Menu -------------------------------------------------------------- */ #main_menu { clear: both; font-size: 16pt; height: 20px; padding: 14px 50px; overflow: hidden; background: #dad9e9; border: 3px solid #000; border-bottom: solid; border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; } #main_menu ul { clear: both; margin: 0; padding: 0px; } #main_menu ul li { float: left; list-style: none; padding: 0 10px; } #main_menu a { color: #FF8C00; padding: 0 10px; text-decoration: none; } #main_menu .sub-menu { display: none; position: absolute; margin: 0; padding: 10px !important; border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; z-index: 999999; } #main_menu ul li:hover .sub-menu { display: block; clear: both; position: absolute; background: #dad9e9; } #main_menu .sub-menu li { clear: both; } #main_menu a:hover { text-decoration: underline; }
Cygnus О) земляки) добавь с скайп пожалуйста make.websait буду очень благодарен
TaediumVitae я просто не знаю как вас благодарить! Вы волшебник! дай вам бог здоровья!!
на всякий случай заливаю полностью свой style.css
Скачать
Надеюсь на вашу помощь
Огроменное спасибо дружище!! выручил!! перерыл все цвета никак не мог найти, уже разочаровался, 3 сутки пошли не спамши) тупо с кофе) спасибо огромнейшее!!!---------- Добавлено 30.01.2013 в 09:08 ----------опять столкнулся с проблемой вот сайт http://sait.bamboocha.16mb.com/
5 блоков которые выводят новости не имеют ссылки на саму новость и по высоте почему то разные, не могу найти где поставить одинаковую высоту и что бы была ссылка на полную новость типа: read more... помогите пожалуйста, мне кажется менять где то здесь либо в коде который в 1 посте выше
/* Entry content captions */ .gallery-caption, .wp-caption-text { border: 0; display: block; font-size: 12px; line-height: 18px; margin: 0; padding: 10px 20px 0; } .gallery { clear: both; float: left; width: 100%; } .gallery-row:after{ clear: both; content: "."; display: block; font-size: 0; height: 0; line-height: 0; visibility: hidden; } .gallery-item, .gallery-icon, .gallery-caption { background: transparent; border: 0; margin: 0; padding: 0; } .gallery-item { display: block; float: left; margin: 16px 0; position: relative; width: 33%; } .gallery-icon { text-align: center; } .gallery-icon img { display: block; height: auto !important; margin: 0 auto; max-width: 100% !important; width: auto !important; } .gallery-caption { padding: 10px 20px 0; } .gallery .col-0, .gallery .col-1 {width: 100%;} .gallery .col-2 {width: 50%;} .gallery .col-3 {width: 33%;} .gallery .col-4 {width: 25%;} .gallery .col-5 {width: 20%;} .gallery .col-6 {width: 16%;} .gallery .col-7 {width: 14%;} .gallery .col-8 {width: 12.5%;} .gallery .col-9 {width: 11%;} .gallery .col-6 .gallery-caption, .gallery .col-7 .gallery-caption, .gallery .col-8 .gallery-caption, .gallery .col-9 .gallery-caption {display: none;} .entry-content .page-links { clear: both; margin: 5px 0 16px; padding: 0; } .entry-content .page-links a { background: #000; border: 1px solid #222; border-radius: 16px; -moz-border-radius: 16px; -khtml-border-radius: 16px; -webkit-border-radius: 16px; display: inline-block; margin: 11px 5px 0 5px; padding: 4px 10px; } .entry-content .page-links a:hover { background: #222; } .entry-meta { clear: both; font-size: 14px; line-height: 22px; padding: 16px 0; } .hentry span.edit { display: block; padding: 11px 0; }
ребят, ну что никто не сталкивался с этим?
ребят, ну помогите найти или сделать код