Forum Replies Created

Viewing 30 posts - 10,921 through 10,950 (of 11,347 total)
  • Author
    Posts
  • in reply to: Pictures not showing ! #489489

    well – i can see images on your site! even all light-box Images

    in reply to: ß as H2 in enfold style sheet #489473

    Edit: geht weder mit ß noch mit “&#223semicolon” es geht aber das HTML Pendent zum “großen ß” aber es ist ganz schön fett !

    http://webers-testseite.de/enf02/xandrianoir/

    mann sollte dann die restliche H auch anpassen

    edit :lol:
    die Boardsoftware wandelt auch direkt um trotz code ; also
    &#7838 mit ; dahinter

    besser scheint mir du machst folgenden Construct:
    wer spielt gerne Fußball: Herr Gro<span class="no-uppercase">ß</span>e

    und :
    .no-uppercase {text-transform: none !important}

    siehe hier: http://webers-testseite.de/enf02/xandrianoir/#eszet

    • This reply was modified 9 years, 8 months ago by Guenni007.
    in reply to: ß as H2 in enfold style sheet #489433

    Never – a capital of ß does not exist in german Language! You can use SZ :lol

    Duden Regel 160:

    Regel 160:
    2. Auch bei Verwendung von Großbuchstaben steht SS für ß <§ 25 E3>.

    STRASSE, AUSSEN, FUSSBALL

    zusatz:

    In Dokumenten kann bei Namen aus Gründen der Eindeutigkeit auch bei Großbuchstaben das ß verwendet werden.

    Für den im internationalen Standard-Zeichensatz „Unicode” (ISO/IEC 10646) verzeichneten Großbuchstaben für das ß gibt es derzeit noch keine allgemein verwendete Schriftform. Er ist nicht Gegenstand der amtlichen Rechtschreibregelung.

    zB.: HEINZ GROßE

    du kannst das ß wahrscheinlich durch &szlig; erzwingen

    • This reply was modified 9 years, 8 months ago by Guenni007.
    in reply to: image name in lightbox on productdetail page #487718
    hm there is nothing in it 
       <div class="mfp-bottom-bar">
          <div class="mfp-title"></div>
          <div class="mfp-counter">5 / 11</div>
    </div>

    allthough there is a title ! ?

    in reply to: image name in lightbox on productdetail page #487712

    try to add on your child-theme functions.php:

    function gallery_title_fix(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
          $('.lightbox-added img').each(function(){
                var lin = $(this).attr('alt');
                $(this).attr('title',lin);
            });
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'gallery_title_fix');

    this will show instead of the title the description of the media set on Media – i guess you will find similar things for alt Attribut

    in reply to: I keep losing full width below any changes I make #487559

    the surrounding container of the fifth column is a color section ?

    Try to put the following elements in a color section too and have a look what happends.

    edit: i followed your instructions in the first post. I can not reproduce the error!

    • This reply was modified 9 years, 8 months ago by Guenni007.
    in reply to: Enfold header #487173

    yes this was made due to the background transparency of the header on scrolling – but if you use a full color than it is obsolete!
    on white case there was before a 0.8 opacity of header and a full white under ul – this looks awfull.
    but with your brown this is not important.

    just for you to learn :lol
    this

    .av_alternate_logo_active #avia-menu {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }

    does not overwrite the rule :

    #header_main #avia-menu {
        background: #fff !important
    }

    but this does !

    .av_alternate_logo_active #header_main #avia-menu {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }

    because it is more specific ( it is a special case of the other)
    ;)

    in reply to: Enfold header #487146

    ok try to get rid of all code above and set instead:
    the shifting of the menu comes later:

    nav.main_menu {
        background: transparent none repeat scroll 0 0 !important;
    }
    
    #header_main #avia-menu {
        background: #fff !important;
        border-radius: 20px;
        padding: 0 20px;
    }
    
    .av_alternate_logo_active #header_main #avia-menu {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }
    
    .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
        height: 35px;
        line-height: 35px;
    }

    and then we see next steps

    in reply to: Enfold header #487138

    these settings above were for your first choosen normal (88px) hight – for the small nav you need this instead

    .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
        height: 35px;
        line-height: 35px;
    }
    in reply to: Enfold header #487135

    yes but to look nice it had to be the same hight of the height when you scroll down !

    in reply to: Enfold header #487113

    hm i wait until you are ready with your decision of the hight: a few minutes ago there was a hight of 88px now it is small.

    because all values depends on that decision

    in reply to: Enfold header #487109

    to get the list points near the center add:

    .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
        height: 60px;
        line-height: 60px;
    }
    in reply to: Enfold header #487087

    sorry – see my edit – try instead:
    and get rid of that 100% rule mentioned above before edit.

    nav.main_menu {
        background: transparent none repeat scroll 0 0 !important;
    }
    
    #header_main #avia-menu {
        background: #fff !important;
        border-radius: 20px;
        padding: 0 20px;
    }
    
    .av_alternate_logo_active #avia-menu {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }

    this removes the container background – but when scrolled down the behaviour is as usual

    • This reply was modified 9 years, 8 months ago by Guenni007.
    in reply to: Enfold header #487075

    edit : sorry i misunderstood you

    soon an edit follows :lol

    • This reply was modified 9 years, 8 months ago by Guenni007.
    in reply to: Header not showing according to settings #486578

    on Enfold Options goto header – transparency options
    there you can upload the logo for transparent case and set the font-color for menu.
    But if you have dark and light images on that slider it is hard to choose the right color.
    Maybe than it is better to choose the glassy header in that case
    or the header only appears on scrolling down!

    • This reply was modified 9 years, 8 months ago by Guenni007.
    in reply to: Background color "Special Heading (H1)" #486562

    yes – indeed you got me ;)

    in reply to: Header not showing according to settings #486557

    no subfolder install because url leads to nowhere

    in reply to: Header Background-Image in div.inner-container #486540

    hm yigit i think he does the “see submitted url” thing to not make the url public :wink
    so if it is so – change it :lol

    is it realy you want to get it – becaus logo image is a jpg – not a png with transparent background.
    and why using an image if it is only a color information in it ( rgb(103,138,206) ) ?

    • This reply was modified 9 years, 8 months ago by Guenni007.
    in reply to: Background color "Special Heading (H1)" #486536

    for 50px heading and 30px subheader he only had to play with that container height and padding

    in reply to: Background color "Special Heading (H1)" #486525

    yes but have a look to your changings : the h1 container has 100% width so the background-color goes the full 1210px (default value without 50px padding left/right) – if you look at his screenshot he likes to have only background-color behind the fonts – not the whole container.

    in reply to: Background color "Special Heading (H1)" #486505

    hm – if you only want the heading to get a background color you have to do a little trick – because the container of the h1 (or heading) has 100% width of the surrounding container.

    go to your heading and put the heading text in <span>Wat krijg je?</span>
    so you can make some specific css for that:

    f.e.:

    .av-special-heading-tag {
        height: 100px;
        position: relative;
        top: 40px;
    }
    
    .av-special-heading-tag span {
        background: rgba(0, 220, 152, 0.8) none repeat scroll 0 0;
        border-radius: 15px;
        padding: 10px 20px;
    }

    you can see the result here:
    http://webers-testseite.de/enf02/wat-krijg-je/

    if you only want it for that page you has to know the page-id:

    .page-id-2019  .av-special-heading-tag {
        height: 100px;
        position: relative;
        top: 40px;
    }
    
    .page-id-2019 .av-special-heading-tag span {
        background: rgba(0, 220, 152, 0.8) none repeat scroll 0 0;
        border-radius: 15px;
        padding: 10px 20px;
    }
    • This reply was modified 9 years, 8 months ago by Guenni007.
    in reply to: Text instead of logo in header #486479

    btw. for shrinking headers it is a bit more complicated to rule everything correct.

    in reply to: Text instead of logo in header #486471

    if you like to use the normal site title and site description :

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub) {
    	$sub .= get_bloginfo( 'name', 'display' );
    	$sub .= "<br><i>";
    	$sub .= get_bloginfo( 'description', 'display' );
            $sub .= "</i>";
    	return $sub;
    }

    the <i> option is to have the possibility to style site-name and description in different manners

    e.g:

    .logo .subtext {
        font-size: 28px;
        position: relative;
        top: 30px;
    }
    
    .logo i {
        font-size: 14px;
    }
    
    .logo > a {
        text-decoration: none;
    }
    
    .logo a {
    line-height: 20px;
    }
    
    .responsive #top .logo {
        display: block;
        height: 120px !important
    }
    
    .responsive .logo a {
        display: block
    }
    • This reply was modified 9 years, 8 months ago by Guenni007.
    in reply to: Background images in Color Section not responsive #486467

    there are not only media queries for screen width even for aspect ration and orientation portrait / landscape are possible
    e.g:
    @media (orientation: portrait)

    or even for retina settings you can have rules here:

    @media 
    (-webkit-min-device-pixel-ratio: 1.25), 
    (min-resolution: 120dpi){ 
        /* Retina-specific stuff here */
    }
    
    @media 
    (-webkit-min-device-pixel-ratio: 1.3), 
    (min-resolution: 124.8dpi){ 
        /* Retina-specific stuff here */
    }
    
    @media 
    (-webkit-min-device-pixel-ratio: 1.5), 
    (min-resolution: 144dpi){ 
        /* Retina-specific stuff here */
    }
    in reply to: Header not showing according to settings #486456

    sorry – without seeing your page i can not help here furthermore.
    if you like to post the link only in a private manner than you have to wait for help from Moderators.

    in reply to: LayerSlider Issues #486445

    i see you are using bwp minify
    can you please try to deactivate that plugin and have a look if the slider works correct ?
    because i have sometimes problems with it too.

    or :
    That is the reason why i often put these concerning javascript files into “manage enqueued files” to script “to not minify”

    this is on bwp minify options page

    in reply to: LayerSlider Issues #486435

    is it a responsive fullwidth slider?
    there are some css – settings from enfold css missing!

    e.g on fullscreen responsive layer-slider the container is a content-box not a border-box:

    .ls-wp-fullwidth-container, .ls-wp-fullwidth-helper, .ls-container, .ls-container * {
        box-sizing: content-box !important;
    }

    etc. pp

    how do you upgrade to 4.2.4 via WordPress or manually

    • This reply was modified 9 years, 8 months ago by Guenni007.
    in reply to: Header not showing according to settings #486425

    you have to edit your pages to obtain this kind of look. On that page the first alb element is a full-screen slider.
    On the right side of your page editor there are some options for the header. I guess on your example page this is a transparent header.
    You can depose an extra logo for that “transparent” case on Enfold Options Dialog on Header/Transparency Options (see your example page – there is on transparent looking a white logo – on semitransparent header it is colored with black/gray font)

    in reply to: Custom font overruled using WPML #486418

    so what to do best is style your site first completely in one language and than transfer this “danish”-Settingsfile to your computer
    change the language – and import the danish-settingsfile to the german options etc.

    in reply to: Custom font overruled using WPML #486410

    well have a look here: https://kriesi.at/support/topic/enfold-configuration-in-defferent-languages-using-enfold/

    on my comment i suggested that it might be possible to export/import Settingsfile to the other languages
    https://kriesi.at/support/topic/enfold-configuration-in-defferent-languages-using-enfold/#post-476902

    this is for me a feature and not a bug – because i often have customers who wants to have different colors or fonts for the different languages (even other logos)

Viewing 30 posts - 10,921 through 10,950 (of 11,347 total)