Viewing 30 results - 1,111 through 1,140 (of 1,186 total)
  • Author
    Search Results
  • #205652

    Hi there …
    The german translation is finished up to 93% I translated the backend!
    I need only to translate the LayerSlider WP, but i cant see the translations i did for this plugin yet. Dont know why… Trying to get a solution for this. Would like to finish it! Help? :-)

    Here you can download my translation (93% finished). I used a formal translation with “Sie”:

    Download all files (PHP, PO, MO)

    Else …
    In some PHP files were some files translation tags missing. I added them to the PHP-Files. PHP-Files are attached in my download package. The german language is different than the english language. Words are longer. Thats why i changed the width of the “shortcode_insert_button” from 66px to 100px. It looks good, works fine and also leaves enough space for the text. I think it would be a benefit for other languages too​​. It would be great if this could be included in the next update enfold! Here is an example of my admin area with this new size.

    Adminpanel German

    Changes were made in: enfold/config-templatebuilder/avia-template-builder/assets/css/avia-builder.css

    My CSS:

    .shortcode_insert_button {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    color: #777777;
    display: block;
    float: left;
    font-size: 11px;
    height: 50px;
    line-height: 13px;
    margin: 0 3px 3px 0;
    outline: medium none;
    overflow: hidden;
    padding: 4px 2px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100px;
    } 

    Other changes:
    As mentioned in several files were missing the translation tags.
    I have added them. Below, the list of affected files:

    enfold/config-templatebuilder/avia-shortcodes/notification.php

    Row 42
    “std” => __(“Note”, ‘avia_framework’ ),

    Row 78
    “std” => __(“This is a notification of some sort.”, ‘avia_framework’ ),

    —————————————————————————————

    enfold/config-templatebuilder/avia-shortcodes/blog.php

    Row 42
    __(‘Display blog posts’, ‘avia_framework’) =>’posts’,

    Row 43
    __(‘Display entries from a custom taxonomy’, ‘avia_framework’) =>’taxonomy’)),

    Row 66
    “name” => __(“Blog Style”, ‘avia_framework’ ),

    Row67
    “desc” => __(“Choose the default blog layout here.”, ‘avia_framework’ ),

    Rows 74 – 77
    “subtype” => array( __(‘Multi Author Blog (displays Gravatar of the article author beside the entry and feature images above)’, ‘avia_framework’) =>’multi-big’,
    __(‘Single Author, small preview Pic (no author picture is displayed, feature image is small)’, ‘avia_framework’) =>’single-small’,
    __(‘Single Author, big preview Pic (no author picture is displayed, feature image is big)’, ‘avia_framework’) =>’single-big’,
    __(‘Grid Layout’, ‘avia_framework’) =>’blog-grid’,

    —————————————————————————————

    enfold/config-templatebuilder/avia-shortcodes/iconlist.php
    Row 103
    “std” => __(“List Content goes here”, ‘avia_framework’ ) ,

    —————————————————————————————

    enfold/config-templatebuilder/avia-shortcodes/section.php
    Row 23
    $this->config[‘name’] = __(‘Color Section’, ‘avia_framework’ );

    —————————————————————————————

    enfold/config-templatebuilder/avia-shortcodes/heading.php

    Row 48
    “std” => __(“Hello”, ‘avia_framework’ ),

    Row 66
    “subtype” => array( __(“Default Color”, ‘avia_framework’ )=>”, __(“Meta Color”, ‘avia_framework’ )=>’meta-heading’, __(“Custom Color”, ‘avia_framework’ )=>’custom-color-heading’)

    Row 86
    “subtype” => array( __(“Default Style”, ‘avia_framework’ )=>”, __(“Heading Style Modern (left)”, ‘avia_framework’ )=>’blockquote modern-quote’ , __(“Heading Style Modern (centered)”, ‘avia_framework’ )=>’blockquote modern-quote modern-centered’, __(“Heading Style Classic (centered, italic)”, ‘avia_framework’ )=>’blockquote classic-quote’)

    Row 105
    “subtype” => array( __(“No Subheading”, ‘avia_framework’ )=>”, __(“Display subheading above”, ‘avia_framework’ ) =>’subheading_above’, __(“Display subheading below”, ‘avia_framework’ )=>’subheading_below’),

    —————————————————————————————

    enfold/includes/admin/register-portfolio.php
    Rown: 46 & 47
    ‘label’ => __(‘Portfolio Categories’,’avia_framework’),
    ‘singular_label’ => __(‘Portfolio Category’,’avia_framework’),

    —————————————————————————————

    enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php
    Row 48
    “add_label” => __(“Add single image”, ‘avia_framework’ ),

    —————————————————————————————

    Added following tags to “de_DE.po”:

    One special case in de_DE.po:

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/contact.php:115
    msgid "If the width is set to 50% for 2 consecutive form items they will appear beside each other instead of underneath"
    msgstr "Wenn die Breite auf 50% von 2 aufeinander folgenden Formularelemente gesetzt ist, werden diese nebeneinander statt in einer neuen Zeile erscheinen

    I have deleted one single line with the content
    #, Php-format
    With the line i got constantly error messages with the translations as soon as i typed a text in German version. Now it works but I do not know exactly why … Therefore, please check this.

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php:48
    msgid “Add single image”
    msgstr “Einzelnes Bild hinzufügen”

    # @ avia_framework
    #: includes/admin/register-portfolio.php:46
    msgid “Portfolio Categories”
    msgstr “Portfolio Kategorien”

    # @ avia_framework
    #: includes/admin/register-portfolio.php:47
    msgid “Portfolio Category”
    msgstr “Portfolio Kategorie”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/contact.php:115
    msgid “If the width is set to 50% for 2 consecutive form items they will appear beside each other instead of underneath”
    msgstr “Wenn die Breite auf 50% von 2 aufeinander folgenden Formularelemente gesetzt ist, werden diese nebeneinander statt in einer neuen Row erscheinen”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:66
    msgid “Blog Style”
    msgstr “Blog-Stil”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:42
    msgid “Display blog posts”
    msgstr “Zeige Blog-Beiträge”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:43
    msgid “Display entries from a custom taxonomy”
    msgstr “Zeige Einträge aus einer benutzerdefinierten Taxonomie”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:48
    msgid “Hello”
    msgstr “Eine nette Überschrift”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:67
    msgid “Choose the default blog layout here.”
    msgstr “Wählen Sie die Standard Blog-Gestaltung aus”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:74
    msgid “”
    “Multi Author Blog (displays Gravatar of the article author beside the entry ”
    “and feature images above)”
    msgstr “”
    “Multi-Autor Blog (Zeigt Gravatar des Artikel-Autors neben dem Eintrag und ”
    “Feature-Bild darüber)”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:75
    msgid “”
    “Single Author, small preview Pic (no author picture is displayed, feature ”
    “image is small)”
    msgstr “”
    “Einzelner Autor, kleines Miniaturbild (kein Autorenbild dargestellt, kleines ”
    “Feature-Bild)”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:76
    msgid “”
    “Single Author, big preview Pic (no author picture is displayed, feature ”
    “image is big)”
    msgstr “”
    “Einzelner Autor, großes Miniaturbild (kein Autorenbild dargestellt, großes ”
    “Feature-Bild)”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:77
    msgid “Grid Layout”
    msgstr “Raster-Layout”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:90
    msgid “Heading Size”
    msgstr “Größe der Überschrift”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:91
    msgid “Size of your Heading in Pixel”
    msgstr “Textgröße der Überschrift in Pixel”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:99
    msgid “Subheading”
    msgstr “Untertitel”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:100
    msgid “Add an extra descriptive subheading above or bellow the actual heading”
    msgstr “Zusätzlicher Untertitel über oder unterhalb der eigentlichen Überschrift”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:66
    msgid “Default Color”
    msgstr “Standard Farbe”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:66
    msgid “Meta Color”
    msgstr “Meta Farbe”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:105
    msgid “No Subheading”
    msgstr “Kein Untertitel”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:105
    msgid “Display subheading above”
    msgstr “Untertitel oberhalb anzeigen”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:105
    msgid “Display subheading below”
    msgstr “Untertitel unterhalb anzeigen”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:109
    msgid “Subheading Text”
    msgstr “Text für Untertitel”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:110
    msgid “Add your subheading here”
    msgstr “Geben Sie hier Text für den Untertitel ein.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:116
    msgid “Subheading Size”
    msgstr “Textgröße des Untertitels”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:117
    msgid “Size of your subeading in Pixel”
    msgstr “Geben Sie einen Wert in Pixel ein (z.B. 14px)”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:49
    msgid “Icon Style”
    msgstr “Icon-Stil”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:50
    msgid “Here you can set the style of the icon. Either display it inline as part of some text or let it stand alone with border and optional caption”
    msgstr “Sie können das Icon als Inline-Element (umgeben von Text) oder alleinstehend mit Rahmen und optionaler Bildunterschrift darstellen.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:56
    msgid “Default inline style”
    msgstr “Icon als Inline-Element”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:57
    msgid “Standalone Icon with border and optional caption”
    msgstr “Icon alleinstehend mit optionaler Bildunterschrift”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:62
    msgid “Icon Caption”
    msgstr “Icon-Bildunterschrift”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:63
    msgid “A small caption bellow the icon”
    msgstr “Ergänzen Sie das Icon um einen Text. Dieser erscheint unterhalb des Icons.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/iconlist.php:103
    msgid “List Content goes here”
    msgstr “Geben Sie hier Ihren gewünschten Textinhalt ein.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:126
    msgid “Optional Tooltip”
    msgstr “Optionaler Tool-Tipp.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:127
    msgid “Add a tooltip for this Icon. The tooltip will appear on mouse over”
    msgstr “Ergänzen Sie das Icon um einen Tool-Tipp. Dieser erscheint bei Mouse-Over.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/notification.php:42
    msgid “Note”
    msgstr “Hinweis”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/notification.php:44
    msgid “This is the text that appears in your Notification.”
    msgstr “Dies ist der Text, der in Ihrer Mitteilung angezeigt wird.”

    • This reply was modified 12 years, 1 month ago by docperi.
    #203093

    sorry for not being more clear. i meant to have the pre-header menu not be set at 1 row at 768px so that it’s height can accommodate more than one row of links. i was able to achieve it via css.

    /*allow pre-header nav to display as multiple rows at 768px*/	
    @media only screen and (min-width: 768px) and (max-width:1140px) {
       .responsive #header .sub_menu, .responsive #header_meta .sub_menu > ul {
        float: none;
        margin: 0 auto;
        position: static;
        text-align: center;
        width: 100%;
    }
    .responsive #header .sub_menu, .responsive #header_meta .sub_menu > ul {
        float: none;
        margin: 0 auto;
        position: static;
        text-align: center;
        width: 100%;
    }
    #top .sub_menu > ul, #top .sub_menu > ul > li {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
    .responsive #header_meta .sub_menu > ul li, .responsive #header .social_bookmarks li {
        display: inline-block;
        float: none;
    }
    #top .sub_menu > ul, #top .sub_menu > ul > li {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
    .responsive .boxed#top {
        width: 500px; 
      }
    }
    • This reply was modified 12 years, 2 months ago by Paul M.
    #202571
    Tim Durden
    Participant

    Hi,

    If you’re using CloudFlare in front of your WordPress site and are having trouble with Icons (social media / page top etc) not loading after an upgrade (from Enfold v2.3 and earlier), you might find this useful:

    Login to CloudFlare -> Go to Websites -> Select your site -> Select ‘CloudFlare Settings’ from the drop-down menu.
    Scroll down and click ‘Purge Cache’, then set Development Mode to on (this setting will switch off after 3 hours automatically).
    Now try reloading your site.

    Kind regards,

    Tim Durden
    Twitter: @tjdurden

    #202269

    Hi!

    Try this:

    #header_main .container, #avia-menu a {
       height: 143px !important;
       line-height: 143px !important;
       
       -webkit-transition: all linear 0.2s;
       -moz-transiton: all linear 0.2s;
       transition: all linear 0.2s;
    }
    .header-scrolled #header_main .container, .header-scrolled #avia-menu a {
       height: 80px !important;
       line-height: 80px !important;
    }
    #header_main img, #header_main .logo, #header_main .logo a{
       width: 252px !important;
       height: auto !important;
       max-height: none !important;
       max-width: none !important;
       
       -webkit-transition: all linear 0.2s;
       -moz-transiton: all linear 0.2s;
       transition: all linear 0.2s;
    }
    .header-scrolled #header_main img, .header-scrolled #header_main .logo, .header-scrolled #header_main .logo a{
       width: 126px !important;
       height: auto !important;
    }

    Best regards,
    Josue

    #202256

    That’s great many thanks. The only difference I’m not so happy with is that before it would smoothly reduce in size and now it’s jerky i.e. from large to small.

    This is the code I’m using:

    #header_main .container, #avia-menu a {
    height: 143px !important;
    line-height: 143px !important;
    }
    .header-scrolled #header_main .container, .header-scrolled #avia-menu a {
    height: 80px !important;
    line-height: 80px !important;
    }
    #header_main img, #header_main .logo, #header_main .logo a{
    width: 252px !important;
    height: auto !important;
    max-height: none !important;
    max-width: none !important;
    }
    .header-scrolled #header_main img, .header-scrolled #header_main .logo, .header-scrolled #header_main .logo a{
    width: 126px !important;
    height: auto !important;
    }

    Many thanks

    #202245

    Hey!

    Try adding this code to the Quick CSS:

    #header_main .container, #avia-menu a {
        height: 120px !important;
        line-height: 120px !important;
    }
    .header-scrolled #header_main .container, .header-scrolled #avia-menu a {
        height: 60px !important;
        line-height: 60px !important;
    }
    #header_main img, #header_main .logo, #header_main .logo a{
        width: 252px !important;
        height: auto !important;
        max-height: none !important;
        max-width: none !important;
    }
    .header-scrolled #header_main img, .header-scrolled #header_main .logo, .header-scrolled #header_main .logo a{
        width: 126px !important;
        height: auto !important;
    }
    

    Cheers! 
    Josue

    #201508
    Mejdi
    Participant

    Hi !
    and thx for this beautiful theme.
    I have an issue with the fullscreen slider.

    I have 3 of them on the same page but they have the same ID (#fullscreen_slider_0).
    The problem is that i want to scroll down, and if i click on a link from the sub-menu (with the good anchor relative to the ID), it will scroll automatically to the good ID (and section). But the IDs are the same on the three sections and i don’t know how to edit it.

    Here is the test url : http://test.chaikana.com/les-expertises/

    Is there a way to do that ?
    Thanks a lot for your help… and sorry for my poor english.

    Mejdi –

    • This topic was modified 12 years, 2 months ago by Mejdi.
    #200563

    In reply to: 2 – Issues

    Thanks for the reply,
    I am copying the embedded code from YouTube and pasting it into the DEV/VIDEO section of the slider.

    Here is the embed code:
    <iframe width=”260″ height=”190″ src=”//www.youtube.com/embed/ymUN6zCdCGo?autoplay=1&loop=1&playlist=PLCOwq4HGHmPy69bOJqR-FoNl2WWS3FORm&shuffle=265&showinfo=0&controls=0″ frameborder=”0″></iframe>

    Interestingly enough the videos seem to stream and play properly BEFORE I click “enter preview” and also save the changes and preview the page. But when I “ENTER PREVIEW” I get the gray box with 3 dots in them.

    For question #2 – I suppose that would be a request for future updates to the template. If there are more than one page of blogs listed to have the page stay still and just paginate to the next list and not refresh the entire screen putting you back up to the top of the page to have to scroll down and find your place again.

    #200146

    Would love the ability to disable auto-zoom when the mouse pointer is over the map. If you use a fullwidth map (http://tinygiantstudios.co.za/contact is a great example), using the scroll wheel on the mouse becomes a UX pain…

    #199795
    Glyphism
    Participant

    Hi all,

    I’d like to have some pages in which when they load, a colour section automatically takes up the height of the browser window, and scales up or down accordingly if you change your browser window size. Essentially it’s a fullscreen color div, and the content beneath only appears once you start to scroll the window.

    I have experimented with different approaches (such as setting a 100% height for a custom ID applied to the color section DIV, but it doesn’t work.

    Does anyone know if it’s even possible with Enfold?

    Thanks,
    G

    #198448
    #197638

    In reply to: logo resize

    This reply has been marked as private.
    #195940
    This reply has been marked as private.
    #195167

    Hi Ismael

    Thanks for your early reply.
    I did not set responsive layout.
    The width of image looks correct, but the width of text does not correct.
    android_Samsung_Note_800x1280_1

    [My custom CSS is below]

    /*나눔고딕 웹폰트 적용*/
    @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, #top select, #lang_sel, .gm-style div {
    font-family: ‘Nanum Gothic’, Open Sans, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
    }

    /*archive 등등의 폰트*/
    #top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top input[type=”file”],#top textarea {
    font-family: ‘Nanum Gothic’, Open Sans, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
    font-size: 12px;
    }

    #top input[type=”submit”] {
    text-transform: uppercase;
    }

    /*body background-color*/
    #main, .html_stretched #wrap_all {
    background-color: #ffffff;
    }

    /*헤더 좌우 그림자 안보이게*/
    .boxed#top {
    overflow: hidden;
    }

    /* 헤더메인로고 사이즈 및 위치 */
    .logo img {
    padding: 0px 0px;
    display: block;
    width: auto;
    height: auto;
    max-height: 74px;
    hack: fixes ie8 logo;
    }

    /* 뉴스보기화면 좌측상단 특성이미지크기*/
    .single-post .single-small.with-slider .small-preview {
    width: 80px;
    height: 80px;}

    /* 헤더높이와 메뉴위치*/
    #header_main .container, .main_menu ul:first-child > li > a {
    height: 90px !important;
    line-height: 90px !important;
    }
    html.fixed_header #main {
    padding-top: 120px;
    }
    .main_menu {
    margin-right:-13px;
    }

    /*헤더디자인 ————————————–*/

    #header {
    margin-bottom: -10px;
    }

    .header_color .header_bg {
    background: transparent url(http://interpeople.co.kr/wp/wp-content/uploads/2013/11/shadow_below.png) bottom center no-repeat scroll;
    }

    #header_main {
    border-width:0px;
    padding-top: 5px;
    padding-bottom: 10px;
    }

    #header_meta {
    background-color: transparent !important;
    padding-bottom: 3px;
    padding-top: 8px;
    }

    #top .social_bookmarks {
    height: 30px;
    z-index: 150;
    -webkit-backface-visibility: hidden;
    margin: 0 0 0 -9px;
    /*background-color: white;*/
    border-radius: 3px;
    }

    /*——————————————-*/

    /*풀다운 서브메뉴 바탕색*/
    .header_color .main_menu .menu ul li a {
    background-color:#ffffff;
    }

    /* 메인메뉴폰트*/
    .main_menu ul:first-child > li > a {
    display: block;
    text-decoration: none;
    padding: 0 13px;
    font-weight: 600;
    font-size: 16px;
    }

    /*메뉴하단 선택바 위치*/
    .avia-menu-fx {
    bottom: -1px;
    }

    /*메뉴하단 선택바 화살표*/
    .avia-menu-fx .avia-arrow-wrap {
    display: block;
    }

    /*토글탑메뉴색상*/
    #advanced_menu_toggle, #advanced_menu_hide {
    background-color: #FFFFFF;
    color: #333333;
    border-color: #B4B4B4;
    }

    /*탑메뉴바 검색없애기*/
    #top #menu-item-search {
    z-index: 100;
    display: none;
    }

    /*최상단 소셜 서브메뉴 높이와 색상*/
    #header_meta {
    border-width: 0px;
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    z-index: 400;
    min-height: 32px;
    background-color: #999999;
    }
    /*최상단 sub메뉴 우측공간*/
    .sub_menu {
    right: 0px;
    }

    /*최상단 sub메뉴 폰트*/
    .header_color .sub_menu>ul>li>a {
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    }
    .header_color .sub_menu ul:first-child > li.current-menu-item > a {
    color: #333333;
    font-weight: 800
    }

    .mapp-layout {
    margin: 0px;
    padding: 0px;
    }

    /*최상단 소셜 아이콘 안보이게*/
    #top .social_bookmarks li a,
    #top .social_bookmarks li {
    display: none;
    }
    .responsive #header_meta .social_bookmarks li {
    visibility: hidden;
    }

    /*AJAX포트폴리오 제목 하단*/
    .portfolio-preview-title {
    margin-bottom: 30px;
    }

    /*헤더 네비——————————-*/
    /*헤더 네비 안보이게*/
    #main .title_container {
    display:none;
    }

    /*헤더 네비 you are here 안보이게*/
    .breadcrumb-title {
    visibility: hidden;
    }

    /*헤더 네비 Archive for category 안보이게*/
    .title_container .main-title {
    visibility: hidden;
    }

    /*헤더 네비 높이*/
    #top .title_container .container {
    padding: 0px 0;
    min-height: 36px;
    }

    /*헤더 네비 위치*/
    .title_container .breadcrumb {
    top: 70%;
    }
    /*———————————————–*/

    /*포스트 제목 밑의 카테고리와 작성자 안보이게*/
    span.blog-author.minor-meta {
    display: none;
    }

    /*사용후기 제목*/
    .main_color .first-quote {
    color: #222222;
    }
    blockquote {
    font-weight: 700;
    }

    /*사용후기 페이지에서*/
    .avia_button_icon {
    color: #ffffff;
    }
    .avia_iconbox_title {
    color: #ffffff;
    }

    /*promobox margin*/
    .av_promobox {
    margin: 10px 0;
    }

    /*레이어슬라이더 스톱버튼 위치*/
    #top .ls-nav-start, #top .ls-nav-stop {
    top: -50px;
    }

    /*drop shadow—-text block—-폴리몰리메인———-*/
    #pollimolli_submenu_1 .avia_textblock
    {
    position: relative;
    width: 100%;
    background: #fafafa;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 1.3em;
    color: rgba(0,0,0, .8);
    text-shadow: 0 1px 0 #fff;
    line-height: 1.3;
    margin: 0px auto;
    -webkit-perspective: 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    }

    #pollimolli_submenu_1 .avia_textblock:before, #pollimolli_submenu_1 .avia_textblock:after
    {
    z-index: -1;
    position: absolute;
    content: “”;
    bottom: 15px;
    left: 10px;
    width: 46%;
    top: 80%;
    max-width:300px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 15px 15px rgba(0,0,0, 0.7);
    -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    }

    #pollimolli_submenu_1 .avia_textblock:after
    {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
    }

    /*—————————————–*/

    /*drop shadow——-portfolio grid————————–*/
    .grid-image
    {
    position: relative;
    width: 100%;
    background: #ffffff;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0em;
    color: rgba(0,0,0, .8);
    /!–text-shadow: 0 1px 0 #fff;–/
    line-height: 1.3;
    margin: 0px auto;
    -webkit-perspective: 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    }

    .grid-image:before, .grid-image:after
    {
    z-index: -1;
    position: absolute;
    content: “”;
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.5);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    }

    .grid-image:after
    {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
    }
    /*————————————————–*/

    /*shadow——-why폴리몰리———-*/
    .page-id-4558 .avia_image{
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    }

    /* 포트폴리오 그리드 하단 에로우 및 배경*/
    #av_section_1 .avia-arrow {
    visibility: hidden;
    }

    /* 포트폴리오 그리드 하단 제목 배경*/
    .main_color .grid-content, .main_color .grid-entry-title, .grid-entry .main_color .avia-arrow {
    background-color: transparent;
    }

    /* 포트폴리오 타이틀 배경*/
    .grid-entry .inner-entry {
    background-color: transparent;
    }

    /*————————————————————————————————–*/

    /* 포트폴리오 그리드 하단 제목 폰트*/
    .grid-entry-title .grid-entry-excerpt {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-align: ;
    }

    /* 포트폴리오 그리드 배열 및 그림자*/
    .grid-entry .inner-entry {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    }

    /* 포트폴리오 그리드 하단 패딩*/
    .grid-content {
    padding: 11px;
    position: relative;
    }

    /*카테고리 필터링————————————–*/
    #js_sort_items a {
    display: block;
    float: left;
    text-decoration: none;
    background-color: #666666;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    text-shadow: 0 0px 0 rgba(255, 255, 255, 0.1);

    }

    /*카테고리 필터링 텍스트 색상*/
    .alternate_color #js_sort_items a, .main_color #js_sort_items a {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    }

    /*카테고리 필터링 텍스트 색상_hover*/
    .alternate_color #js_sort_items a:hover, .main_color #js_sort_items a:hover {
    color: #e1e1e1;
    }

    /*카테고리 필터링 텍스트 색상_active*/
    .alternate_color #js_sort_items a.active_sort, .main_color #js_sort_items a.active_sort {
    color: #ffffff;
    background-color: #a81010;
    }

    /*카테고리 필터링 슬러시 안보이게*/
    #js_sort_items .text-sep {
    padding: 0 1px;
    visibility: hidden;
    }
    /*——————————————————–*/

    /*pollimolli 페이지에서 글자가 사진 밑으로 안들어가게*/
    .pollimolli_submenu_1 p {
    overflow: hidden;
    }

    /*pollimolli 페이지에서 */
    #pollimolli_submenu_1 {
    border-width:1px;
    }

    /*pollimolli 메인페이지 서브메뉴—————————– */
    #pollimolli_submenu_2 {
    min-height: 50px;
    text-align: center;
    border-width:0px;
    }

    #pollimolli_submenu_2 .entry-content a:hover {
    opacity: 0.7;
    }
    /*——————————————————–*/

    .page-id-2554 .entry-content li {
    margin-left: 0em;
    padding: 30px 0;
    }

    /*rss 위젯 이미지*/
    .widget_rss .widgettitle img {
    display: block;
    float: left;
    margin-right: 4px;
    margin-top: 1px;
    }
    .rsswidget {
    margin-top: 3px;
    }
    .rss-date, .widget_rss cite {
    font-size: 10px;
    }

    /*풋터 위젯 폰트*/
    .footer_color .news-time {
    color: #b3b3b3;
    }
    .footer_color .rss-date {
    color: #b3b3b3;
    }
    .widgettitle {
    letter-spacing: 0px;
    }
    #footer .widgettitle {
    color: #ffffff;
    }
    .footer_color div .news-headline{
    color: #dddddd;
    font-weight: normal;
    }
    .footer_color .footer-social-name a{
    color: #dddddd;
    font-size:11px;
    }

    /*
    .footer_color {
    background-color:#222222;
    border-color:#444444;
    }
    .footer_color img{
    border-color:#444444;
    }
    .socket_color {
    background-color:#333333;
    border-color:#444444;
    }
    */

    /*갤러리 메인이미지 패딩*/
    #top div .avia-gallery .avia-gallery-big {
    padding:0px
    }
    #top div .avia-gallery img {
    padding:0.3em
    }

    /*폴리몰리 제품 메뉴 슬라이더 텍스트*/
    .ls-s-1 {
    font-size: 12px;
    font-weight: bold;
    color: #222222;
    }

    /*shareaholic page에서*/
    .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
    overflow-x: visible !important;
    overflow-y: visible !important;
    }

    /*tab에서 스크롤 안보이게
    .js_active .active_tab_content {
    overflow:hidden;
    }*/

    /*폴리몰리 제품메뉴에서 hover효과*/
    #layerslider_9 img:hover {
    opacity:0.7;
    }

    /*지플렉스 메인*/
    .page-id-2565 td {
    font-size:12px;
    }
    .page-id-2565 .avia-shadow {
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
    }
    #zflex_submenu_1 {
    border:none;
    }
    #zflex_submenu_2{
    min-height: 50px;
    text-align: center;
    border-width:0px;
    }
    #zflex_submenu_2 .entry-content a:hover {
    opacity: 0.7;
    }

    /*지플렉스 사용설명서*/
    #flipbook-container-0 div.page-content.even div.container img.bg-img {
    left: 0px !important;
    }
    #flipbook-container-0 div.page-content div.container img.bg-img {
    margin-top: 0px !important;
    }
    #flipbook-container-0 div.page-content.last div.container img.bg-img {
    left: 0px !important;
    }
    #flipbook-container-0 li{
    vertical-align: bottom !important;
    }
    #flipbook-container-0 .container {
    position: static;
    }
    #flipbook-container-0 .zoomed-shadow {
    left: 45px !important;
    top: 9px !important;
    width: 820px !important;
    height: 566px !important;
    }

    /*mainmenu–KO———————————————————————————————*/
    .main_menu ul:first-child > li > a {
    display:block;
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_bg_grey.png) no-repeat top;
    }

    /*PolliMolli*/
    #menu-item-6440 > a:hover,
    #menu-item-6440.current-menu-item > a,
    #menu-item-6440.current_page_item > a,
    #menu-item-6440.active-parent-item > a,
    #menu-item-6440.active-ancestor-item > a {
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_pollimolli_blue.png) no-repeat top; display:block;
    }

    /*zflex*/
    #menu-item-6451 > a:hover,
    #menu-item-6451.current-menu-item > a,
    #menu-item-6451.current_page_item > a,
    #menu-item-6451.active-parent-item > a,
    #menu-item-6451.active-ancestor-item > a {
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/10/logo_menu_zflex_black.png) no-repeat top; display:block;
    }

    /*MINI*/
    #menu-item-6455 > a:hover,
    #menu-item-6455.current-menu-item > a,
    #menu-item-6455.current_page_item > a,
    #menu-item-6455.active-parent-item > a,
    #menu-item-6455.active-ancestor-item > a {
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_mini_color.png) no-repeat top; display:block;
    }
    /*————————————————————————————*/

    /*mainmenu–EN———————————————————————————————*/
    .main_menu ul:first-child > li > a {
    display:block;
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_bg_grey.png) no-repeat top;
    }

    /*PolliMolli*/
    #menu-item-5729 > a:hover,
    #menu-item-5729.current-menu-item > a,
    #menu-item-5729.current_page_item > a,
    #menu-item-5729.active-parent-item > a,
    #menu-item-5729.active-ancestor-item > a {
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_pollimolli_blue.png) no-repeat top; display:block;
    }

    /*zflex*/
    #menu-item-5741 > a:hover,
    #menu-item-5741.current-menu-item > a,
    #menu-item-5741.current_page_item > a,
    #menu-item-5741.active-parent-item > a,
    #menu-item-5741.active-ancestor-item > a {
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/10/logo_menu_zflex_black.png) no-repeat top; display:block;
    }

    /*MINI*/
    #menu-item-5745 > a:hover,
    #menu-item-5745.current-menu-item > a,
    #menu-item-5745.current_page_item > a,
    #menu-item-5745.active-parent-item > a,
    #menu-item-5745.active-ancestor-item > a {
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_mini_color.png) no-repeat top; display:block;
    }
    /*————————————————————————————*/

    /*메인메뉴의 드롭다운메뉴 폰트*/
    .header_color .main_menu .menu ul li a {
    color:#555555 ;
    }

    /*메인메뉴의 폴리몰리 빈백컬렉션 sub-menu 안보이게_한국어*/
    #menu-item-6461 .sub-menu {
    display:none !important;
    }

    /*메인메뉴의 폴리몰리 빈백컬렉션 sub-menu 안보이게_영어*/
    #menu-item-6573 .sub-menu {
    display:none !important;
    }

    /*월별찾아보기*/
    #top select {
    font-size:11px !important;
    line-height:15px !important;
    }

    /*사이드보더*/
    .content {
    border-color: #e1e1e1;
    }

    /*게시물페이지 메타이미지 안보이게*/
    .template-single-blog .blog-meta {
    display: none;
    }
    .big-preview.single-big {
    display: none;
    }

    /*사이드바 폭 조정*/
    .inner_sidebar {
    margin-left: 30px;
    }
    .content .entry-content-wrapper {
    padding-right: 30px;
    }

    #facebook-like-box-2 {
    margin-left: -10px;
    }
    #facebook-like-box-2 .fb_iframe_widget span {
    height: 627px !important;
    width: 232px !important;
    }
    #facebook-like-box-2 .fb_iframe_widget iframe {
    height: 627px !important;
    width: 232px !important;
    }
    #facebook-like-box-3 {
    margin-left: -10px;
    }
    #facebook-like-box-3 .fb_iframe_widget span {
    height: 627px !important;
    width: 232px !important;
    }
    #facebook-like-box-3 .fb_iframe_widget iframe {
    height: 627px !important;
    width: 232px !important;
    }

    /*소식골라보기*/
    #categories-2 {
    font-size: 12px;
    }

    /*회사소개*/
    .page-id-1195 .av-special-heading {
    margin-top:10px;
    }
    .page-id-1195 .togglecontainer {
    margin-top:10px;
    }

    /*회사소개 en*/
    .page-id-5236 .av-special-heading {
    margin-top:10px;
    }
    .page-id-5236 .togglecontainer {
    margin-top:10px;
    }
    .page-id-5236 .togglecontainer pre {
    padding:0px;
    margin-bottom: 10px;
    }

    /*shop메뉴 안보이게 할 때 메뉴바 우측의 장바구니위젯도 안보이게*/
    .cart_dropdown {
    display:none;
    }

    /*Why폴리몰리 페이지 서브메뉴 제목*/
    .page-id-4588 .template-page .entry-content-wrapper h2 {
    text-transform: none;
    letter-spacing: -1px;
    }
    /*빈백컬렉션 신장안내 문자*/
    .iconbox .iconbox_content .iconbox_content_title {
    letter-spacing: 0px;
    text-transform: none;
    }

    /*포트폴리오 신장안내*/
    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none;
    letter-spacing: -1px;
    }

    /*iconlist title*/
    .avia-icon-list .iconlist_title {
    text-transform: none;
    }

    /*contact en 입력란*/
    .page-id-5247 #top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
    width:100%;
    }
    .page-id-5247 .av_two_third{
    background-color: whitesmoke;
    padding: 25px;
    }

    /*contact ko 입력란*/
    .page-id-2641 #top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
    width:100%;
    }
    .page-id-2641 .av_two_third{
    background-color: whitesmoke;
    padding: 25px;
    }

    /*filling 페이지에서 비교테이블 편집페이지 디버그 코드에서 avia-heading-row 클래스를 epp와 eps로 수정후*/
    .main_color .pricing-table li.epp {
    background-color: #eb008b;
    color: white;
    font-weight: 800;
    font-size: 13pt;
    }
    .main_color .pricing-table li.eps {
    background-color: #999999;
    color: white;
    font-weight: 800;
    font-size: 13pt;
    }
    .main_color .pricing-table li.epp-1 {
    background-color: #eb008b;
    color: white;
    font-weight: normal;
    font-size: 11pt;
    }
    .main_color .pricing-table li.eps-1 {
    background-color: #999999;
    color: white;
    font-weight: normal;
    font-size: 11pt;
    }
    /*——————————————————————————————-*/

    #195142

    Hey msmazza!

    I’m sorry but I’m not clear about the question. I think users will automatically know that there is still a content below the fullscreen slider because of the browser’s scroll bar.

    Best regards,
    Ismael

    #194607

    Hey!

    Try with this instead:

    #header{
        background: white !important
    }
    #header_main .container {
        height: 242px !important;
    }
    .main_menu {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        top: 155px;
    }
    .main_menu ul{
        display: inline-block;
    }
    .main_menu ul a{
      height: 88px !important;
      line-height: 88px !important;
    }
    .logo {
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
    }
    .header-scrolled #header_main .container {
        height: 120px !important;
    }
    .header-scrolled .main_menu{
        top: 75px !important;
    }
    .header-scrolled .logo{
        width: 72px !important
    }
    .header-scrolled .main_menu ul a{
      height: 44px !important;
      line-height: 44px !important;
    }

    Cheers!
    Josue

    #194604

    Hey!

    Apply the code to your website so i can try to debug it.

    #header{
        background: white !important
    }
    #header_main .container {
        height: 160px !important;
    }
    .main_menu {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        top: 73px;
    }
    .main_menu ul{
        display: inline-block;
    }
    .logo.bg-logo {
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
    }
    .header-scrolled #header_main .container {
        height: 85px !important;
    }
    .header-scrolled .main_menu{
        top: 41px !important;
    }
    .header-scrolled .logo.bg-logo{
        width: 72px !important
    }

    Regards,
    Josue

    #194590

    Hey!

    Add this code to the Quick CSS:

    #header{
        background: white !important
    }
    #header_main .container {
        height: 160px !important;
    }
    .main_menu {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        top: 73px;
    }
    .main_menu ul{
        display: inline-block;
    }
    .logo.bg-logo {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .header-scrolled #header_main .container {
        height: 85px !important;
    }
    .header-scrolled .main_menu{
        top: 41px !important;
    }
    .header-scrolled .logo.bg-logo{
        width: 72px !important
    }
    

    Cheers!
    Josue

    #194569

    Hi Josue,

    I have a final request if you don’t mind. As the behaviour currently is, when you load the homepage, ‘Sell your home quickly’ is selected by default. Is there any way to have it so none of the links are underlined blue until they have actually been clicked? I don’t suppose there’s a way for the page to detect when you scroll past an anchor link, activating the blue underline for each section automatically as you scroll past it? No worries if the second or first parts aren’t possible, it’s more of a casual aesthetic thing.

    Thank you :-)

    Kind regards,

    Andreas

    #192065
    Anonymous

    Hey Ismael and Yigit,

    My Avia Media Elements seem to be working now since I re-added ‘echo avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, false, ‘strong’);’ back to Header.php. I originally removed it to add a text site title instead of using the Avia Logo but wanted to restore the auto-resize of the header on scroll with my text site title.

    Yigit’s reply here (https://kriesi.at/support/topic/fixed-header-does-not-auto-resize-anymore/#post-191914) showed me how to restore the auto-resize functionality and it seems that restoring the Avia Logo code has also restored the Avia Media Elements. Does this make sense? Or, Ismael, did you access my site with the temporary login I created and changed something?

    Chris

    #191621
    Anonymous
    Inactive

    I am using the option ‘Fixed Header with Social Icons and additional navigation’ and, in Header.php, I have changed ‘echo avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, false, ‘strong’);’ to ‘echo “<site-title>The <green>Village</green> of Field</site-title>”;’ so that I am displaying a text site title instead of an image. However, now when I scroll down, the header does not automatically resize to become smaller as it did when using an image. The URL for my site is http://www.fieldbc.ca if you need it.

    Thanks!

    #190180

    Topic: Soundcloud embed fix

    in forum Enfold
    brandonguy
    Participant

    I was playing with the theme last night and took me a bit to figure out that the theme recognizes Soundcloud and embeds perfectly. You have to treat it as a video. And paste the url in the field for a link. I went to \wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\video.php and hacked a few lines of code, as the embed was coming up screwy due to the 16-9 default format for videos (the dropdown for custom sizes is way down scrolled and prob won’t be noticed by some novice users).

    	function shortcode_handler($atts, $content = "", $shortcodename = "", $meta = "")
    			{
    	
    	
    				if(preg_match('/soundcloud/',$atts['src'])&&($atts['height']>4)){
    			
    				$atts['height']=4;//resets the height to 4 (from 9) so the embed looks better
    				$atts['format']='custom';
    			
    			
    				}

    Basically the hack just helps ensure your users don’t have to go in and start chopping away at the automatically-generated shortcode. I tested it as a single post view, and as a syndicated news item. To get it to show up in a feed, make sure your settings are “full content”. Just put “read more” breaks in the post to chop it in the news feed wherever you like for each post.

    Using the custom format, users can change the dimensions of the iframe, but like I said, it might be missed. This hack corrects that oversight with 4 lines of code.

    • This topic was modified 12 years, 3 months ago by brandonguy.
    #188628

    Hey Zach!

    Altought Kriesi already made a statement about that, here’s a hint: this is the CSS that make that behavior:

    /*position logo text*/
    #top .subtext{float:left; position: relative;}
    #top .logo img{float:left;}
    .logo, .logo a{overflow: visible;}
    #top .logo-title{  
    transition: 		opacity 0.4s ease-out;
    -moz-transition: 	opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -o-transition: 		opacity 0.4s ease-out;
    font-size: 12px; color: #000; position: absolute; left:7px; top:-7px; opacity: 1; white-space: nowrap; } 
    #top .logo-subtitle{ color: #aaa; top:7px; }
    #top .header-scrolled .logo-title{ opacity: 0; filter: alpha(opacity=0); }

    You’ll also need to alter the HTML of the logo:
    <strong class="logo" style="max-width: 64px; width: auto;"><a href="http://kriesi.at"><img src="http://kriesi.at/wp-content/themes/kriesi/images/logo.png" alt="Support | Kriesi.at - Premium WordPress Themes" style="max-width: 64px; width: auto;"><span class="subtext"><strong class="logo-title">Kriesi.at</strong><strong class="logo-title logo-subtitle">Premium Themes</strong></span></a></strong>

    Regards,
    Josue

    #188269

    Hi Ismael THX that did the trick.

    The letters in that header meta are now a very weird purple color also the social buttons. What to do about that?

    If feel something is conflicting in my CSS code: Any idea?

    #top .main_menu .menu li a { font-size: 18px; color: white; background-color: #4787f3; }
    #top .main_menu .menu li a:hover { background-color: #4787f3; color: grey; }

    #top .header_color .main_menu .menu ul li a{
    background-color: #ffffff;
    color: #4787f3;
    font-size: 17px;
    }
    #header_main {
    background: #4787f3;
    }
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 8px;
    font-size: 17px;
    }
    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .woocommerce .template-shop.content.nine.units {
    width: 100%;
    }
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .woocommerce .template-shop.content.nine.units {
    }
    .grid-content {
    height: 70px;
    }
    .woocommerce .sidebar {
    display: none !important;
    }
    .woocommerce .template-shop.content.nine.units {
    width: 1030px;
    border: none;
    }
    .header_color .sub_menu>ul>li>a {
    font-size: 12px;
    color: #0e75bf;
    }
    #top .main_menu .menu a {
    color: white;
    }
    #top .main_menu .menu a:hover {
    color: white;
    }
    .main_menu ul:first-child > li > a {
    font-size: 17px;
    font-weight: 700;
    color: white;
    }

    #footer .widget {
    padding: 30px 0 30px 0 !important;
    }
    .numeric_controls, .arrow_controls {
    position: absolute;
    bottom: 100px;
    }

    #top .sidebar_tab_content.sidebar_active_tab_content {
    background-color: #fff;
    color: black;
    }
    #top .sidebar_tab.sidebar_active_tab {
    background-color:#0e75bf;
    color: #fff;
    }
    .slideshow_color .breadcrumb, .slideshow_color .breadcrumb a {
    color: #0e75bf;
    }
    .numeric_controls, .arrow_controls {
    position: absolute;
    bottom: 10px;
    }
    #top .ajax_controlls {
    top: 70%;
    }
    #footer .widget_nav_menu li a {
    font-size: 20px;
    }

    #menu-item-1045 a, #menu-item-1044 a, #menu-item-1043 a, #menu-item-1988 a {
    color: #FFF;
    font-size: 25px;
    }
    #footer .widget_nav_menu li a {
    text-align: center;
    }
    .iconbox_icon {
    background-color: white !important;
    }
    .widget_nav_menu h3.widgettitle {
    text-align: center;
    }
    #top .iconbox {
    width: 100%;
    }
    #top .avia_mega_div {
    background-color: #f5f2f5;
    color: grey;
    }
    #top .avia_mega_div .sub-menu {
    background-color: #f5f2f5;
    color: grey;
    }
    #top .avia_mega_div .menu-item ul {
    background-color: #f5f2f5;
    color: grey;
    }
    #top .main_menu .menu ul li a {
    background-color: #f5f2f5;
    color: white
    }
    .sidebar_tab_title {
    margin-left: 10px !important;
    }
    #js_sort_items a {
    font-size: 19px;
    }
    #top.woocommerce-page .woocommerce-ordering select { width: 25%; }

    @media only screen and (max-width: 767px) {
    #top.woocommerce-page .woocommerce-ordering select {width: auto; }
    }
    .chzn-container {
    position: initial;
    }
    #top .chzn-container .chzn-drop {
    top: 70px !important;
    width: 325px !important;
    margin-left: 3px;
    }
    .woocommerce-pagination {
    display: none;
    }
    #top.tax-product_cat .container > .term-description {
    display: none;
    }
    .added_to_cart {
    display: none;
    }
    .form-row.address-field{
    overflow: visible;
    }
    #top .chzn-single div b {
    background-position: 5px 6px !important;
    }
    div .main_color .active_tab {
    background-color: #0e75bf;
    color: #FFF;
    }
    div .main_color .tabcontainer .active_tab {
    color:#FFF;
    }
    #top .main_color .tabcontainer .tab:hover {
    #FFF:

    }
    .main_menu ul:first-child > li > a {
    padding: 0 5px;

    }
    #top .main_menu ul:first-child > li > a {
    padding: 0 13px;

    }
    .social_header .phone-info { color: orange!important; font-size: 20px!important; }
    .logo img { padding: 20px 0 0 0; }
    .header-scrolled .logo img { padding: 5px 0; }
    #header_meta { background-color: white; }

    #187559

    You’ve been such a great help, it’s cleared up a lot for me about how the div’s work within each other.

    One more thing, if you dont’ mind. I want to make sure the CSS handles the image to respond to the screen size, while aligned with respect to the bottom right corner.

    As you can see, the subject of the photo is on the bottom right: http://carveskateshop.us/wp-content/uploads/pano-1.jpg. I just want to make sure I keep that edge in focus as much as I can with CSS.

    Current CSS:

    #background-thing {
    background: url(https://carveskateshop.us/wp-content/uploads/pano-1.jpg) no-repeat 0 0 scroll; 
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    } 

    Thank you, Josue!

    #187464
    tlow87
    Participant

    Any idea why this won’t work? I found this script somewhere (and have it working locally), but I’m not good at all with Javascript and am suspecting I can’t just plug it into the WP theme this simply.

    Working example: http://carveskateshop.us/pano_test/

    HTML in Text Block
    <div id="background-thing"></div>

    CSS in custom.css

    #background-thing {
    background: url(pano-1.jpg,pano-2.jpg,pano-3.jpg) no-repeat 0 0 scroll; 
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    } 

    JS called from header.php

    $(document).ready(function(){
    $('#background-thing').mousemove(function(e){
      var mousePos = (e.pageX/$(window).width())*100;
      $('#background-thing').css('backgroundPosition', mousePos+'% 0');
    }); 
    });

    Results in this mess: http://carveskateshop.us/pano/

    I ideally want it to act like a fullwidth slider, but with the panoramic mouse effect – with 3 different images.

    • This topic was modified 12 years, 3 months ago by tlow87.
    #184983
    spmg67
    Participant

    Hi,

    I would like to get some help resolving several issues with the following website:

    http://goo.gl/6zTgDr

    1) When using Chrome and clicking on one of the top main menu items, the page jumps to the section as oppose to doing a smooth scroll down which we prefer. Is there a way of selecting or configuring this option?
    2) In Safari, all of the top main menu links do not work but works fine in other browsers.
    3) In Firefox, when I click on one of the top menu items, the page jumps to the section but then automatically scrolls back up (just a little) such that now the title of the section can no longer be seen.
    4) In Internet Explorer, the background pictures on every color section do not span the entire width of the page unlike in the other browsers.

    Would appreciate any help. Thanks!

    #183654

    After version 2.4.2 has been tested, no blank gap problem. Thank you!
    But the question remains: 2. Windows8 run chrome, scrolling web pages, navigation does not automatically shrink, see the screen video. https://dl.dropboxusercontent.com/u/2068955/2.wmv

    #183206

    Hey prezzemolo!

    Thank you for using the theme!

    Sorry but this is a beyond of what we can do as support team. Please hire a freelance developer to add the feature for you. You can visit odesk.com or freelancer.com.

    Best regards,
    Ismael

Viewing 30 results - 1,111 through 1,140 (of 1,186 total)