Forum Replies Created

Viewing 30 posts - 10,471 through 10,500 (of 10,647 total)
  • Author
    Posts
  • in reply to: Lightbox with Caption #375002
    This reply has been marked as private.
    in reply to: WordPress 4.1 #370622

    could this be a better solution than overflow-y ?

    html {
        margin-left: calc(100vw - 100%);
        margin-right: 0;
    } 

    scrollbars are visible if needed – scrollbars are not visible if not – but !

    • This reply was modified 9 years, 9 months ago by Guenni007.
    in reply to: Google Map Locations section #370558

    and you have choosen the point “set zoom level automatically to show all markers” ?

    on the page where the map is not at the top of the page the hight is set to 500px !

    • This reply was modified 9 years, 9 months ago by Guenni007.
    in reply to: Google Maps not working #369933

    How did you add your Adress in google map element?

    put in Adress than press fetch the coordinates (dont forget to save data)

    in reply to: Google Maps not working #369927

    you can see it here on your site:
    the div with id= av_gmap_1 is empty

    • This reply was modified 9 years, 9 months ago by Guenni007.
    in reply to: Google Maps not working #369917

    you filled out all input fields on google map Element?
    espacially you can see Latitude and Longitude (you pressed that little button on “enter Adress than fetch coordinates?

    Edit: now i can see a map but it is an iframe.

    • This reply was modified 9 years, 9 months ago by Guenni007.
    in reply to: Wert einer URL einem Kontaktformular übergeben #369396

    ich gehe mal davon aus, dass du eine Zimmerreservierung zu wege bringen willst.
    da gibt es doch eine ganze Menge Plugins, die sowas genau verwalten. Unteranderem sogar mit der Verfügbarkeit der Zimmer in einem gegebenen Zeitraum etc.

    in reply to: translation on search result page #369367

    btw. bellow is used very often in some translations.

    Select an icon for your tab title bellow
    Bellow each Team Member you can add Icons that link to destinations like facebook page, twitter account etc.
    Subtitle bellow name

    etc pp

    if you use poedit to look into these files you can go to Catalog and refresh from original pot-file
    but not all “bellow” mistakes are corrected:
    e.g:

    Add some content to be displayed bellow the number

    but this is because in enfold.pot file the “bellow” is set too :lol:

    • This reply was modified 9 years, 9 months ago by Guenni007.
    in reply to: Functional #368847

    a little bit offtopic:
    well look at point 2) is it really the thing you like to have?
    if you are not directly behind an internet backbone this site is loading tooooooooo long. A point where i loose the interest on visiting this page.

    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, 9 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, 9 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, 9 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, 9 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, 9 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, 10 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, 10 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, 10 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, 10 months ago by Guenni007.
Viewing 30 posts - 10,471 through 10,500 (of 10,647 total)