Forum Replies Created

Viewing 30 posts - 10,711 through 10,740 (of 10,878 total)
  • Author
    Posts
  • in reply to: translation on search result page #368840

    so to the admins these languages are having this orthographic mistake
    tr_TR.po
    sv_SE.po
    pt_BR.po
    nl_NL.po
    ko.po
    ja.po
    ah_CN.po
    zh_TW.po

    • This reply was modified 9 years, 11 months ago by Guenni007.
    in reply to: translation on search result page #368836

    here are the zh_CN.po/zh_CN.mo and zh_TW.po/zh_TW.mo files:

    http://www.share-online.biz/dl/KU9U3OGNNBN

    just upload these files to your lang folder and replace the older ones

    if it is another language please tell me (perhaps korean)
    same shit here ( japanese too) always “bellow”

    so sting in search.php is different too the po-files and so the original english version is shown

    • This reply was modified 9 years, 11 months ago by Guenni007.
    in reply to: translation on search result page #368823

    haha i see the point on the po files there is a orthographic fault

    If you are not happy with the results bellow please do another search

    bellow with two ll

    so correct in po file the english sentense to below !

    • This reply was modified 9 years, 11 months ago by Guenni007.
    in reply to: translation on search result page #368822

    and this is not the right translation?

    如果您不满意以下的搜索结果,请尝试再搜索一次。

    it is in zh_CN.po and in zh_TW.po too

    如果您不滿意以下的搜索結果,請嘗試再搜索一次。

    and yes you are right it is in search.php on line 24 but the best way indeed is to translate the string

    in reply to: Portfolio Raster zeigt auf Firefox nur 5 Bilder je Reihe #368809

    try this in quick.css:

    #top .no_margin.av_one_sixth {
        width: 16.65%;
    }

    the precise value of 16.666666666% does not work – i guess because of border pixel width or padding values etc.

    • This reply was modified 9 years, 11 months ago by Guenni007.
    in reply to: Changing overlay image on link to lightbox #368808
    .image-overlay .image-overlay-inside:before {
        content: "";
        font-family: "lok";
        font-size: 40px;
        line-height: 90px;
    }

    thanks i did that allready but i’m wondering why the code above doesn’t work – even if i substitute the lines in enfold – functions.php
    btw the ascii code does not work for me. i had to place that little fonticon in a site and copy out the above content. – Than it works. By theory it might work with ascii but it doesn’t.

    in reply to: Transparency after scrolling #367745

    thanks

    in reply to: Hover rotate effect #365941

    and by the way the rotation sits in that “running avia_pop_small”

    definitions are in layout.css:

    @-webkit-keyframes avia_pop_small {
      0%   { -webkit-transform:rotate(-175deg) scale(0.2);  }
      100% { -webkit-transform:rotate(0deg) scale(1);  }
    }
    @-moz-keyframes avia_pop_small {
      0%   { -moz-transform:rotate(-175deg) scale(0.2);  }
      100% { -moz-transform:rotate(0deg) scale(1);   }
    }
    @keyframes avia_pop_small {
      0%   { transform:rotate(-175deg) scale(0.2);  }
      100% { transform:rotate(0deg) scale(1);   }
    }
    in reply to: Hover rotate effect #365909

    i think this is implemented here:

    a:hover .image-overlay .image-overlay-inside {
        animation: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 running avia_pop_small;
    }

    turn the animation to none

    a:hover .image-overlay .image-overlay-inside {
        animation: none
    }

    perhaps an !important is recomended

    in reply to: custom css on Masonry Elements #365901

    i can find selectors enough for the masonry (see Elliot) – thanks – but this seems to be a little bug – thats all.

    i can live with that – but nicer it would be if the custom css will work here too.
    Can be closed this thread

    in reply to: custom css on Masonry Elements #365383

    see my edit above :
    if the masonry is in a container 1/1 or the others it will have no effect !

    in reply to: custom css on Masonry Elements #365374

    Can you please make a little bigger Screenshot here is mine: i called it : my-custom-css
    this was a test environment with no caching tools so if – it has to take effect imediately

    Edit: it seems to be only if masonry is in a 1/1 or other container!

    • This reply was modified 9 years, 11 months ago by Guenni007.
    in reply to: grayscaling images – crossbrowser #363630

    ok – i surrender

    Safari on PC doesn’t do it. And IE11 too.

    Fu….

    in reply to: grayscaling images – crossbrowser #363507

    You can see here some details about svg filter for Firefox:

    https://developer.mozilla.org/en-US/docs/Web/CSS/filter

    • This reply was modified 9 years, 11 months ago by Guenni007.
    in reply to: Responsive Images to Browser Width and Height #363476

    sometimes a height: auto has to be set too

    in reply to: My WP in three languages #363471

    my advice is definitly WPML
    the little amount of money protects your nerves :lol:
    WPML is fully supported by enfold and is Marketpress kompatibel i guess.

    in reply to: Perspective Carousel Slider #363467

    sorry – da ist nichts zu sehen ”
    Error 1001 Ray ID: 193e96a8e77100dd – DNS resolution error ”

    edit: … ok jetzt scheint die Seite sich aufzubauen. Die sind wohl selbst gerade im Brass

    • This reply was modified 9 years, 11 months ago by Guenni007.
    in reply to: custom css on Masonry Elements #363459

    yes thanks – but i just want to let you know that this add_theme_support('avia_template_builder_custom_css');
    does not work for masonry although there was a input field for it there was no effect (no code inserted)

    in reply to: help please – opaque header #362818

    so you have to have a png file of your Logo (without Background) and a variant for the complete transparency if contrast isn’t big enough (as you can see in the demo-page above)
    On enfold theme options you can find the place where to set up the header/transparency options (alternate logo and Menu-color options)

    Then you can activate the transparency header options on each site you want.

    What i’m missing is the option to generally set the transparancy header by default

    in reply to: help please – opaque header #362806

    do you think about this nice feature:
    http://kriesi.at/themes/enfold-restaurant/

    then you can adjust transparency effect

    you find the definitions in layout.css

    #top .av_header_glassy.av_header_transparency .header_bg{background-color: #fff; opacity: 0.1; filter:alpha(opacity=10); }
    #top .av_header_glassy.av_header_transparency #header_main{border-color: rgba(255,255,255,0.25); border-top-color: transparent;}
    #top .av_header_glassy.av_header_transparency .avia-menu.av_menu_icon_beside{ border-color: rgba(255, 255, 255, 0.25); }
    #top .av_header_glassy.av_header_transparency .social_bookmarks li,
    #top .av_header_glassy.av_header_transparency .social_bookmarks li a{border-color: rgba(255,255,255,0.25); color:#fff;}
    #top .av_header_glassy.av_header_transparency #header_main_alternate{border-bottom-color: rgba(255,255,255,0.25);}
    • This reply was modified 9 years, 11 months ago by Guenni007.
    in reply to: Hide Layer Slider on mobile and display Image instead #362771

    you mean the layer slider or the other sliders given to you by advanced layout editior?

    The Layerslider has an own Slidersettings Page – there you can set on layout the “hide on mobile” option and set the pixelvalue you want.
    So get rid of it is easy.

    On the site where you want to do that you can now put after the slider element an image element with a custom css class
    or a color-section with background-image
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    you only have to set the display option for that custom css-class for screenwidth range to display: none
    (I took here custom-class : alternate_image)
    you can see it here for 768px
    http://www.wordpress-webdesign.org/grayscale
    at 767px and under it the image is shown.

    @media only screen and (min-width: 768px){ .alternate_image { display: none !important} }

    • This reply was modified 9 years, 11 months ago by Guenni007.
    in reply to: Logo entfernen (Mobile Version) #362567

    i’ll do that because by answering questions the learn effect is immense. So at the end helping others helps me to understand that enfold theme much better.
    So this is real egoism :lol:

    in reply to: Plain styling for anchor text #362075

    sorry Yory i’m a participant as you – so i could not read the private text.

    in reply to: Navigation two Colors #362072

    well on Menu Admin Site (Dashboard/Design/Menus) you can give each Menupoint a Class.
    On that Site you see on top the Options , press that little Button and than choose CSS-Class – this will give you the chance to set for each Menuitem an own css-class (e.g. blue, yellow and white)

    the class goes to the li element

    so maybe:

    .blue {
        background-color: #009;
    }

    but then you have to change the text-color too e.g. :

    .blue a {
        color: #fff !important;
    }

    you have to do that 3 times in your case

    in reply to: Padding issue w/ logo and Heading #362056

    is there a link to the page ?
    Helping might be much easier with it.

    in reply to: wish to add separators between words in the main menu #362047

    but this might work as well from Yigit:

    .av-main-nav > li > a span {
        border-right: 1px solid #666;
        padding-right: 20px;
    }
    in reply to: wish to add separators between words in the main menu #362044

    use this:

    .menu-item-top-level a:after {
        content: "|";
        padding-left: 10px;
    }

    then the Searchfield dont do it
    you even can give an extra color to it:

    .menu-item-top-level a:after {
        color: #900;
        content: "|";
        padding-left: 20px;
    }

    etc

    well you have to set definitions to mobile menu than to get rid of it

    in reply to: wish to add separators between words in the main menu #362040

    it might work with the definition :after
    e.g.

    .menu-item a span:after {
        content: "|";
        padding-left: 10px;
    }

    positioning is the next point . After li doesn’t work because of line-height definition

    please give a link to your site

    in reply to: Logo entfernen (Mobile Version) #362038

    dann nimm doch den Befehl vorhin raus und mach nur:

    .logo {
        visibility: hidden !important;
    }

    leichter ließe sich helfen, mit einem Link zu deiner Seite

    in reply to: Plain styling for anchor text #362018

    define a class for that anchor
    <a class="abc" href.....>
    and give that class the same definitions as p, perhaps you have to define text-decoration for the hover effect to none to remove the underlining

Viewing 30 posts - 10,711 through 10,740 (of 10,878 total)