Forum Replies Created

Viewing 30 posts - 11,251 through 11,280 (of 11,695 total)
  • Author
    Posts
  • in reply to: Exception from Searchresults #499491

    thanks – can be closed now.

    in reply to: how to get a good print layout for tabs ? #497273

    ok i managed it in this way: (it is for tab-titles on the left side – fullwidth)

    @media print {
    .sidebar_tab .tab_titles {
    display: none !important;
    }
    
    .av_tab_section .tab.fullsize-tab {
    display: block;
    float: none;
    width: 100%;
    clear: both !important
    }
    
    .js_active .tab_content {
    position: relative;
    top: 0;
    visibility: visible;
    border: none !important;
    box-shadow: none !important;
    min-height: 1px !important
    }
    }
    • This reply was modified 10 years, 1 month ago by Guenni007.
    in reply to: Exception from Searchresults #497236

    excluding the keywords is not the right way – because if the word is in the content the searchresults should list the page/post – but only than.
    Excluding pages from beeing considered is easy – but i thougt there might be a trick to exclude special divs from beeing considered in the search.
    (f.e. exclude all div.nosearch )

    The thing is clear what i want ? If you got a sloagen on every Page beneath the header for example.
    These words of the sloagen must be findable – but if only the word is in that sloagen the search results page must not list them.

    • This reply was modified 10 years, 1 month ago by Guenni007.
    in reply to: Enfold 3.3.2 WP 4.3 Column Problem #494427

    ok – hat sich erledigt! da hatte sich eine Anweisung in mein quick css verirrt, die da nichts zu suchen hatte (table-layout : auto)

    can be closed, because the behaviour is for a setting of my own on quick css. (table-layout: auto)

    in reply to: Single toggles besides (sibblings) each other #492519

    By the way its not only an ul issue – it seem to be a text issue too. Because alot of p tags everytime a text-block is editied are added !!!

    in reply to: Single toggles besides (sibblings) each other #492492

    this is indeed the best solution ( royal road) to get it.

    Thanks for that ( and its not for taken be granted ) you found a solution !!!
    And greetings to Lima

    Can be closed definitely

    in reply to: Single toggles besides (sibblings) each other #491833

    see private content

    in reply to: Single toggles besides (sibblings) each other #491698

    first of all yes i found this part too – and i guess it must be changed the code from 2479-2521

    but it does not work !

    there are some new features and a new class goes to content (active_tc) not only the title (activeTitle) so i thought it has to be prepared that code for the new shortcodes.js

    Maybe my construct is totaly different to the old thread i mentioned above

    i put in the iconbox via htmlcode a single tab

    • This reply was modified 10 years, 1 month ago by Guenni007.
    in reply to: Portoflio hover effect #491422

    well we have to see it.

    maybe it is quiet simple that the landscape images are to small in that grid!
    see here the first row:

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

    all landscapes are too small to show the hover effect

    oh please provide us a link.
    thats so easy for you – because you are sitting in front of that demo

    in reply to: Update Layerslider #490833

    I thought the offical advice is to deactivate the embedded plugin and install the standalone extra.

    If you have a standalone license – you have the posibility to update it via your api code.
    If you have a standalone license you better deactivate the embeded layerslider by adding to child-theme functions.php:

    add_theme_support('deactivate_layerslider');

    and than upload the layerslider plugin.

    • This reply was modified 10 years, 1 month ago by Guenni007.
    in reply to: WP 4.3 & WPML #490679

    btw the Theme is named : Enfold :lol

    Honour to whom honour is due

    yes i can confirm this !

    and layer-slider does not work with bwp-minify even if i do the advanced setup to “not minify” of every layerslider script and css

    • This reply was modified 10 years, 1 month ago by Guenni007.
    in reply to: Need 9 columns in avia builder #489973

    well place a colorsection and in it a text-block
    fill in your images ( like in former wordpress times with “add media” ( all floating on the left !) ) give the text-block a class ( i called it nineimages) add the following to quick css:

    .nineimages a {
    margin: 1% !important;
    width: 9% !important;
    }
    
    .nineimages img {
    width: 100% !important;
    height: 100% !important
    }
    
    @media only screen and (min-width: 768px) and (max-width: 989px) 
    {
    .nineimages a:nth-child(3n+1) {clear: left}
    .nineimages a {margin: 1% !important;width: 30% !important}
    }
    
    @media only screen and (min-width: 480px) and (max-width: 767px) 
    {
    .nineimages a:nth-child(2n+1) {clear: left}
    .nineimages a {margin: 1% !important;width: 48% !important}
    }
    
    @media only screen and  (max-width: 479px) 
    {
    .nineimages a {margin: 1% !important;width: 98% !important}
    }

    i think on the smalles screens it is not necessary to set a clearing

    you can handle this best with images of the same size ( see the second row) – but as you can see here – it is not necessary
    http://webers-testseite.de/enf02/nineimages/

    • This reply was modified 10 years, 2 months ago by Guenni007.
    in reply to: Need 9 columns in avia builder #489523

    you don’t need columns for that.
    Take a galery and thumbs are small enough to get 9 images beside each other (perhaps portfolio-small as thumbnails)
    on galery-columns you choose 9 – thats it

    edit : no – it does not work with links to different places ( not the images)

    Parner-Logo Element only got 8 columns if this is enough it makes sence to not choose an odd number of columns for responsive design.

    • This reply was modified 10 years, 2 months ago by Guenni007.
    in reply to: Remove menu item from top menu #489511

    Please goto WordPress Dashboard / Appearance / Menus – on “select a menu to edit” there must be a secondary menu (not the main menu) and choose it – this has to be declared as “Enfold Child Secondary Menu”
    There you can get rid of menu entries or change them / rename them / change link etc. pp.

    • This reply was modified 10 years, 2 months ago by Guenni007.
    in reply to: Remove menu item from top menu #489503

    but you set this item yourself on that menu!

    nevertheless:

    .responsive #menu-item-3261 {
        display: none !important;
    }

    btw. : your hoster or you did not activate gzip compression. This is one reason for slow loading speed.

    • This reply was modified 10 years, 2 months ago by Guenni007.
    in reply to: format in tables is different every second row #489495

    or you can change the concerning rule:

    .main_color tr:nth-child(2n) {
        background-color: #fff !important;
    }

    if you only wants to change the table on that post you can give a class to that table or if it is the only table on that post:

    
    .postid-3964 .main_color tr:nth-child(2n) {
        background-color: #fff;
    }

    Edit: :lol – green seems to be your favorite color – even your avatar is a little bit “scottish”

    • This reply was modified 10 years, 2 months ago by Guenni007.
    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 10 years, 2 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 10 years, 2 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 10 years, 2 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;
    }
Viewing 30 posts - 11,251 through 11,280 (of 11,695 total)