Forum Replies Created

Viewing 30 posts - 9,451 through 9,480 (of 11,798 total)
  • Author
    Posts
  • in reply to: custom image on hover #866304

    ok – a screenshot isn’t the way a good advice can be given.
    The code above works (as you can see on my page above on image overlay )

    To have only the colored field behind:

    .av-caption-image-overlay-bg {
        opacity: 1;
        background-color: #1885ad;
        transform: scale(0.9);
    }

    you than have to do this with caption text:

    .av-image-caption-overlay-center {
        padding: 20px;
    }
    in reply to: Adding a widget area to the header meta. #866289

    does your Font Resizer support shortcodes to insert it?

    because you can insert in phone info field shortcodes too !

    if no support for it : create your own shortcode for that font-resizer !

    in reply to: custom image on hover #866266

    i would try to eliminate the fontello icon and than place instead a background-image:

    .image-overlay .image-overlay-inside::before {
        background: url(https://homeurl/wp-content/uploads/2015/07/service_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        content: "\00a0" !important;
    }

    see here: Link
    if you like to influence the transparency of the overlay color:

    .avia_transform a:hover .image-overlay {
        opacity: 0.8 !important;
    }
    • This reply was modified 8 years, 1 month ago by Guenni007.
    in reply to: Adding a widget area to the header meta. #866243

    aha – that is the malus if i can not see the site to which it concerns .

    no header_meta there – no success

    great – has he a link to the page in private content ?

    in reply to: Tab Section in a circle #866240

    :lol

    in reply to: Tab Section in a circle #866209

    As far as i know – He likes to have this element only for his site. There is no such element. And i see that there is some extra javascript on that element.

    in reply to: 2 Logos in Header #866206

    öffne dein svg mal in einem Editor (nicht text editor oder wordpad, die fügen blödsinnigen code hinzu – nimm notepad++ oder eben sublime text am mac)

    das sieht man oben im Kopf (ps ich entferne immer die generator zeile) dann so aus:

    <?xml version="1.0" encoding="utf-8"?>
    <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
    	 viewBox="0 0 821.8 296.7" style="enable-background:new 0 0 821.8 296.7;"  xml:space="preserve">

    Durch hinzufügen einer Anweisung nimmt man einfluss auf das Shrink Verhalten und die Position in der Viewbox:

    <?xml version="1.0" encoding="utf-8"?>
    <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
    	 viewBox="0 0 821.8 296.7" style="enable-background:new 0 0 821.8 296.7;" preserveAspectRatio="xMinYMid meet" xml:space="preserve">

    dann bleibt das svg linksbündig und wird aber in der höhe vermittelt !

    oder eben hier runterladen: Link

    in reply to: 2 Logos in Header #866203

    bisher soweit ich sehe alles ok –
    bitte noch die Anweisung

    .logo img { display: none } entfernen

    in reply to: 2 Logos in Header #866202

    Den einen Link oben sollte dir zeigen, was ein svg so alles vorherbestimmen kann.

    Dein Logo

    wenn du das Browserfenster mal in der x Richtung verkleinerst, und danach in der y-Richung siehst du das es nach links sich verkleinert.
    in der y-Richtung aber in der Mitte bleibt.

    das kann man durch manuelles bearbeiten des svg in einem Texteditor erreichen.

    in reply to: 2 Logos in Header #866200

    PS : bei diesen Menu Dimensionen solltest du entweder die social Buttons in das Topmenu verbannen, oder du gehst unter header – header verhalten auf: Let logo and menu position adapt to browser window
    wahrscheinlich musst du sogar noch den umbruchpunkt zum Burgermenu hin verändern.

    in reply to: 2 Logos in Header #866195

    du hast irgendwo das svg als background eingesetzt.

    .logo {
    background: url('http://www.contigo-personal-training.de/wp-content/uploads/2017/05/cpt-Logo.svg') no-repeat;
    height: 60px;
    top: 15px;
    width: 170px;
    }

    das muss inline code sein ( hast du zB. das customize von WP benutzt ?)

    Such das mal , und lösche das.

    Dann setzt du das logo ( man kann auch svgs nehmen) im Enfold Dialog ein (ps ist wohl auch schon geschehen; daher doppelt !)
    da du mit der Anweisung oben höhe und weite gesetzt hast ist auch das hier eingesetzte svg mit den gleichen Daten sichtbar !

    Bei Firefox fällt es nicht auf weil offensichtlich deckungsgleich – in den anderen browsern ist es wohl anders.

    click to enlarge:

    wenn das geht, dann füge um das Logo sichtbar zu machen in das quick css ein:
    .logo img { width: 170px; height: auto}

    Da ist WordPress ein wenig hinterher mit der svg Unterstützung . Es interpretiert die svgs als hätten sie 0px höhe und 0px weite.

    Und natürlich entferne die Anweisung
    .logo img {display: none }

    • This reply was modified 8 years, 1 month ago by Guenni007.
    in reply to: AMP Pages not valid #866184

    did you set up an amp site ?
    enfold offers a responsive Layout – to that the site is well presented on mobile – but an amp site is something different.
    By the way there is an amp wordpress plugin ! which creates an amp page – but be carefull it sometimes disable links to some pages (f.e. imprint pages) so that on f.e. germany some cease-and-desist order my occur!
    Edit: sorry i see now that your pages have the /amp/ link in permalink
    Don’t know why they are not accepted

    in reply to: 2 Logos in Header #866178

    ich hasse den neuen Firefox – mein geliebtes Firebug läuft nicht mehr; da hätte ich das ganze schneller gefunden.

    Übrigens sieh mal hier was du am svg machen kannst, damit du das shrinken beeinflussen kannst: Link

    in reply to: 2 Logos in Header #866174

    Solved : you set it as background ! (it must be an inline css )
    .logo {background: …}

    You don’t need to do that.
    Just enter it in the enfold options and give the svg a width (in absolut values)

    .logo img { width: 400px; height: auto}

    in reply to: 2 Logos in Header #866169

    you have inserted the svg on a different way?
    i do not see why there are two times the svg but

    if you set the .responsive .logo img to display none too

    .responsive .logo img {display: none}

    it disappears ! ??? it is a riddle

    how do you insert the logo svg?

    in reply to: 2 Logos in Header #866161

    on firefox – mac i do not see the logo twice – but on safari – yes there are two logos

    on safari i see that on layout.css the .responsive #top .logo is set to
    display : table
    but this is enfolds normal setting on small screens
    if i deactivate it the second logo disapears.

    Edit : by the way on firefox the same thing but the two logos are congruently above each other!
    – so i don’t know why there are two logos – i will have a deeper look

    • This reply was modified 8 years, 1 month ago by Guenni007.
    in reply to: cannot vertical-align logo when header shrinks #866151

    what kind of logo file did you use. If you are using a svg file there are some tricks to determine the shrinking center.

    you can open the svg with a good text-editor (on mac sublime-text or notepad++ on windows)
    there you can place on top in the <svg … just after viewbox something like this: preserveAspectRatio="xMinYMin meet"

    looks this way:

    <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
    	 viewBox="110 33 400 120" enable-background="new 110 33 400 120" preserveAspectRatio="xMinYMin meet" xml:space="preserve">

    xMinYMin means the svg shrinks to the top left
    xMinYMid means the svg shirnks to left mid
    xMaxYMax shrinking to bottom right
    etc.

    if so Rikard is right – ( and i use sometimes mappress pro plugin) you can avoid loading enfolds google routine by:

    add_filter('avf_load_google_map_api', 'disable_google_map_api', 10, 1);
    function disable_google_map_api($load_google_map_api) {
            $load_google_map_api = false;
            return $load_google_map_api;
    }

    The third party plugin got his own loading routine so after that you can use nevertheless the enfold google alb element.
    But first : aktivate the api on Enfold dialog.
    On my case the third party plugin got his own input field for api code.

    in reply to: Registered Mark in Normal Text / Paragraph Areas #865937

    by the way a lot of css is unknown: f.e.:

    
    <details> 
    <summary>Copyright 1999-2014.</summary>
    Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
    </details>

    see how it works on : https://webers-testseite.de/ajax-portfolio/#tab-3
    just css !

    in reply to: Hide Menu Item on desktop and ipad #865924

    by the way what kind of menu you are using on tablet and pc ?
    i think you have the burger all the time ?
    if not it has to be done by your code

    if you got the burger allways you can do it
    by counting the menu points (don’t know what is your menu point – so change number

    @media only screen and (min-width: 480px) {
    #av-burger-menu-ul li:nth-child(3) {
        display: none !important;
    }
    }
    in reply to: Registered Mark in Normal Text / Paragraph Areas #865918

    why not using the thing what has been made for it:

    Walt Disney<sup>®</sup>
    and the oposite:
    H<sub>2</sub>O

    see here: https://webers-testseite.de/ajax-portfolio/#tab-4

    by the way it is :

    sup {
        vertical-align: super;
        font-size: smaller;
    }

    and:

    sub {
        vertical-align: sub;
        font-size: smaller;
    }

    these definitions are implemented in all browsers – you don’t need to set it in quick css – because vertical-align sub and sup are standard definitions.

    • This reply was modified 8 years, 1 month ago by Guenni007.
    in reply to: transparent header #865864

    yep

    • This reply was modified 8 years, 1 month ago by Guenni007.
    in reply to: transparent header #865862

    please try this in quick css :

    @media only screen and (max-width: 767px) {
    .responsive #top #header_meta { background-color: #cb0147 !important }
    }
    • This reply was modified 8 years, 1 month ago by Guenni007.
    in reply to: Demo content laden, sichten, lernen und wieder löschen #865713

    in reply to: Merhaba Yiğit #865712

    one license each Domain.
    If you have subdomains of a main domain i guess it will be sufficient to have only one license – but in that case ask the team better

    in reply to: Text FAde in letter by letter #865674

    i guess you mean the typewriter effect:

    f.e. ( and this is nothing for a globaly use – set your heading to normal – not modern on enfold – and give it a class – f.e. letteranimation)
    the 26 is the letter count including spaces so you have to go and change it to your words

    @keyframes typewriter{
      from{width: 0;}
      to{width: 100%;}
    }
    @keyframes blinkTextCursor{
      from{border-right-color: rgba(255,255,255,.75);}
      to{border-right-color: transparent;}
    }
    
    .letteranimation h1 {
    font-size: 48px !important;
        position: relative;
        width: 100%;
        margin: 0 auto;
        border-right: 2px solid rgba(255,255,255,.75);
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        transform: translateY(-50%);    
        animation: typewriter 4s steps(26) 1s 1 normal both,  blinkTextCursor 500ms steps(26) infinite normal;
    }

    see heading on startpage of testsite of mine: https://webers-testseite.de/

    • This reply was modified 8 years, 1 month ago by Guenni007.
    in reply to: Adding a widget area to the header meta. #865344

    by the way you see that you can insert on your own some do_actions in enfold by:

    ob_start();
    do_action('custom_hook_name'); 
    $output .= ob_get_clean();
    in reply to: Adding a widget area to the header meta. #865343

    well take your enfold folder and do a search to : do_action
    there you got all of the possibilities to hook to.

    you will find in helper-main-menu.php some solutions:

    ava_main_header
    ava_main_header_sidebar
    ava_before_bottom_main_menu
    ava_inside_main_menu
    ava_after_main_menu

    and
    avia_meta_header (don’t know why it is here avia)

    try the last one:

    add_action( 'avia_meta_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'meta-header' );
    }
    in reply to: hide photo for mobile version #865333

    this code will do the trick but to understand enfold the obove will be helpful:

    @media only screen and (max-width: 989px) {
    .bandegrise .av_one_half:nth-child(2) { width: 99% }
    .bandegrise .av_one_half:nth-child(3) { display: none }
    }

    or a bit different with not:

    @media only screen and (max-width: 989px) {
    .bandegrise .av_one_half.first { width: 99% }
    .bandegrise .av_one_half:not(.first) { display: none }
    }

    i do here 99% some browsers will calculate f.e. the border to the box others not. So 100% could give sometimes not the desired result

    in reply to: hide photo for mobile version #865330

    But!

    You don’t want to have a 1/2 column and a white room.
    So it is better to get rid of the column
    the column itself got a screenoption too

Viewing 30 posts - 9,451 through 9,480 (of 11,798 total)