Forum Replies Created

Viewing 30 posts - 31 through 60 (of 62 total)
  • Author
    Posts
  • in reply to: Grid Row unwanted spacings #528069

    ….sorry the images links don’t work:
    Here is again marked what I mean:
    http://pasteboard.co/1O2vNuFg.png

    And here the shortcodes from debug -I don’t see an problem here:

    [av_layout_row border='' min_height='0' color='main_color' mobile='av-fixed-cells' id='' custom_class='']
    
    [av_cell_one_third vertical_align='middle' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' custom_class='']
    
    [av_image src='http://madlener.wom.server49.vorschauseite.eu/wp-content/uploads/2015/09/zeitbote_faq_produktlink-01-1030x828.jpg' attachment='684' attachment_size='large' align='center' animation='no-animation' styling='no-styling' hover='' link='' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#ffffff' overlay_text_color='#3f3f3f' custom_class='']
    <fb6>Hochzeitsbriefe</fb6>
    [/av_image]
    
    [/av_cell_one_third][av_cell_one_third vertical_align='middle' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' custom_class='']
    
    [av_image src='http://madlener.wom.server49.vorschauseite.eu/wp-content/uploads/2015/09/zeitbote_faq_produktlink-02-1030x828.jpg' attachment='685' attachment_size='large' align='center' animation='no-animation' styling='no-styling' hover='' link='' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#ffffff' overlay_text_color='#3f3f3f' custom_class='']
    <fb6>Zeikapsel</fb6>
    [/av_image]
    
    [/av_cell_one_third][av_cell_one_third vertical_align='middle' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' custom_class='']
    
    [av_image src='http://madlener.wom.server49.vorschauseite.eu/wp-content/uploads/2015/09/zeitbote_faq_produktlink-03-1030x828.jpg' attachment='686' attachment_size='large' align='center' animation='no-animation' styling='no-styling' hover='' link='' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#ffffff' overlay_text_color='#303030' custom_class='']
    <fb6>Nachlassbriefe</fb6>
    [/av_image]
    
    [/av_cell_one_third][/av_layout_row]

    Thanks again for your help.

    in reply to: Remove Image overlay gallery images #524411

    Hi Rikard,

    thanks a lot for your response.
    Great works fine.

    Nice weekende.
    Greetings
    Michael

    in reply to: Remove Image overlay gallery images #524117

    Hi Elliott,

    that great this works..I just searched for more than half an hour for this solution. !!

    One question: Any idea how to delete the popping up image name when hovering?
    http://pasteboard.co/1B6pMQZs.png

    Thanks for your wordl best support !!
    Greetings
    Michael

    Hi Andy,

    oh yeah…I’ve done it in the meanwhile with:

    div#payment {
        height: 500px;
    }

    Is there a more elgant mehtod?

    So for the other two I’ll open two new topcis..

    Thanks for your support !
    Greetings
    Michael

    Hi Andy,

    thanks a lot for your great support. With your help I was able to fix all the points. At the third was a missunderstanding, but I got it.Thanks a lot.
    So: 1- 3: closed
    Do you have also a hint for the topics 4 -6? Or should I open three new topics?

    Thanks a lot in advance!
    Greetings
    Michael

    Hi,

    sorry for picing up this old post. But I’m still also searching for a solution here.
    I tried the posted code and also extended it for:

    /*linie unter hauptmenu box */
    
    .avia-menu-fx, .avia-shadow, #header_meta { 
    background-color: transparent !important; 
    border: none !important;
    border-top: none !important;
    box-shadow: none !important;
    }

    This line ignores all my tries to disappear.
    http://madlener.wom.server49.vorschauseite.eu/

    I also searched in the other topics here but nothing worked. If you could give me a hint this would be great.

    THanks a lot !
    Greetings
    Michael

    in reply to: Menu blank seperator size #516347

    Hi Yigit,

    thanks for your hint. I corrected also the code as I made a misstake there.
    Now it works. Thanks a lot !

    Greetings
    Michael

    in reply to: Enable custom FONT general via child theme #516243

    .sorry but for step TWO now i forgot the most important: USE a dot at the styling definition:

     .myfont { 
        font-family: 'MYFONTFAMILY'; 
        font-size: 48px; 
        line-height: 57px; 
        letter-spacing: 0px;
        color: #373737 !important;
        text-align: center;
        text-transform: none !important;
        font-weight: normal !important;
        }

    Greetings
    michael

    in reply to: Enable custom FONT general via child theme #516197

    Hi Josue !!

    I’m getting crazy !!! THIS WORKS…a single DOT consumed me 4 or more hours !!!!

    For all others also want to use own additional styles also in TinyMce advanced I want to share the proceduere, to save the time for other users.

    1) Define the fonts with font-face.
    Follow this easy steps:
    http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/

    2) define your own, not heading, fonts with

     myfont { 
        font-family: 'MYFONTFAMILY'; 
        font-size: 48px; 
        line-height: 57px; 
        letter-spacing: 0px;
        color: #373737 !important;
        text-align: center;
        text-transform: none !important;
        font-weight: normal !important;
        }

    .

    3) Install Plugin TinyMce advanced profesional Styles and define the fonts with your name as seen in the screenshot:
    http://pasteboard.co/1eVO6dx1.png

    4) Then you get in TinyMce at Formats the styles as defined:
    http://pasteboard.co/1eVWGBlc.png

    5) use the styles :-)

    Hint: You won’t see the styles in the editor, but you can check in the HTML code:
    http://pasteboard.co/1eW1Xxes.png
    <p><br /><span class="fs1">FS1</span><br /><br /><span class="fs2">FS2</span><br /><br /><span class="fs3">FS3</span><br /><br /><span class="fs4">FS4</span><br /><br /><span class="fs5">FS5</span><br /><br /><span class="fs6">FS6</span><br /><br /><span class="fs7">FS7</span><br /><br /><span class="fs8">FS8</span></p>

    Afterwards the new fonts should be seen like in this example:
    http://pasteboard.co/1eWaau9U.png

    Have luck and thanks for great support from ENFOLD !!

    Greetings
    Michael

    in reply to: Enable custom FONT general via child theme #515717

    Hi Josue,
    thanks for your reply. This just have tried.

    The Problem is, that with span it doesn’t work.

    I show you:

    [av_textblock size='' font_color='' color='' custom_class='fs3']
    <p class="fb1">neuer text</p>
    <p>nur p text</p>
    <fs1>fs1 rwyr</fs1>
    <fs2>fs2 rwyr</fs2>
    <span class="fs7">SPAN FS7</span>
    <span class="fs1">SPAN FS1</span>
    
    <span class="fs3">sdfsdfsdfsdf </span>sdfsdfsdfsdf
    [/av_textblock]
    
    [av_textblock size='' font_color='' color='' custom_class='']
    <fs3">SADSDdsaADFAFD
    
    <fs5">sdfsdfsdfsdf
    sdfsdfsdfsdf
    [/av_textblock]

    That’s the result:

    http://pasteboard.co/1dGzqH6R.png

    URL
    http://madlener.wom.server49.vorschauseite.eu/tinymce/

    It’s also strange that the custom CSS class from ALB doesn’t work as well. Or do I have do define the class in an other way?

        fs1 { 
        font-family: 'freightsans_lightregular'; 
        font-size: 48px; 
        line-height: 57px; 
        letter-spacing: 0px;
        color: #373737 !important;
        text-align: center;
        text-transform: none !important;
        font-weight: normal !important;
        }

    Thanks for your help !
    Greetings
    Michael

    in reply to: Enable custom FONT general via child theme #515101

    Hi Yigit,

    thanks with help of some other topics I got it basically work. I defined the h1 with

        h6 { 
        font-family: 'freightbigmediumregular'; 
        font-size: 22px; 
        line-height: 24px; 
        letter-spacing: 20px;
        color: #373737 !important;
        text-transform: none !important;
        font-weight: normal !important;
        }  

    and also own stylel i.e.

        FS6 { 
        font-family: 'freightsansbook'; 
        font-size: 16px; 
        line-height: 24px; 
        letter-spacing: 20px;
        color: #C8C8C8 !important;   
        text-transform: none !important;
        font-weight: normal !important;
        } 
        
        FS7 { 
        font-family: 'freightsansbook'; 
        font-size: 14px; 
        line-height: 16px; 
        letter-spacing: 0px;
        color: #AAAAAA !important;  
        text-transform: none !important;
        font-weight: normal !important;
        } 
        

    But now I have a problem with using my own styles i.e. FS7.

    I tried two variantions:

    1) Add the own style row in functions.php

    //Enable ALB Style
    add_theme_support('avia_template_builder_custom_css');

    When I write here FS7 inside it doesn’t work.

    2) In the editor by default it can’t be selected, so I tried to use them manually:

    sdfsdfsdfsdf
    
    <FS7>sdfsdfsdfsdf</FS7>

    When saving or preview it, it’s working:
    http://pasteboard.co/1c7wMAfI.jpg
    But with next edit or save or switch from “Text” to “Visual” it’s again a <p> style and styles has to be edited every time by new.
    I also deactivated the tinymce to run origin wordpress editor with same effect.

    Any idea how to fix this issue?

    Thanks a lot !
    Greeetings
    Michael

    in reply to: Problem with FONT usage – always wrong font #514723

    CLOSE – CLOSE – CLOSE

    ..oh dear….searching so long..found a simple code error:
    src: url('http://http://madlener. I took http:// in double…

    Now it’s working !!!!

    Close…sorry for this ticket….

    in reply to: Menu blank seperator size #513644

    Hi Yigit,
    thanks. I tried in the child css..but no effect:

    .av-main-nav<li>a {
        padding: 0 50px; 
    }
    
    //Separator of Menu items
    .av-main-nav >li>a {
    border: none !important
    padding: 0 50px; 
    }

    http://madlener.wom.server49.vorschauseite.eu/

    Any idea ?

    Thanks a lot.
    Greetings
    Michael

    in reply to: Centre logo in middle of menu #512609

    Hi Ismael,

    oh misstake at my side. I had definied more times so the snippet didn’t work.
    No I have all styling option in definition of #header_main_alternate and so finally disappears.

    Thanks a lot for your suport !

    Greetings
    Michael

    in reply to: Centre logo in middle of menu #512141

    Hi Rikard,
    thanks for quick reply. I tried it, but not working
    Also tried:

    /* Man menue delete grey line*/
    
    #header_main .container {
    border-color: transparent !important;
    border: none !important
    }
    

    without removed grey line.
    http://madlener.wom.server49.vorschauseite.eu/

    Do have another idea? Also coloring it white would be an option.

    Thanks a lot in advance.
    Greetings
    Michael

    in reply to: Centre logo in middle of menu #511970

    Hi Andy,
    thanks a lot…I got it :-) So I’ll try out this again. Do you have any idea how to delete the grey seperator? That would help also.

    Thanks a lot !
    Greetings
    Michael

    in reply to: Accordion Toggler and Content Format #511002

    Hi Elliott,
    that’s really great ! Wonderfull!! Thanks a very lot. With some little modifications I got it done!

    Thanks again a very lot and witsh you a great day !!

    Cheers
    Michael

    in reply to: Centre logo in middle of menu #510986

    Hi Andy,

    oh I assumed it’s dome display: none; CSS at the correct. I tried out but perhaps it’s not clear what I have done until now.

    My menu setting in enfold is logo center, menu below center.

    With this CSS

    /* Main Navigation Mods */
    
    .av-main-nav > li > a {
    border: none !important
    padding: 0 50px; 
    }
    
    ul#avia-menu { left: 27px; position: relative; top: -40px; padding: 0 50px;}
    //ul#avia-menu { position: relative; top: -50px; }
    #header_main_alternate { z-index: 4; }
    
    li#menu-item-675 .avia-menu-text, li#menu-item-675 .avia-menu-fx { opacity: 0; }

    I shifted the menu up. Now there is still the white row where the menu was before. So the placeholder for the menu. So I thought display none at the correct element it will disapear.

    Do you just have a hint for me?

    Thanks again a very lot!
    Greetings
    Michael

    in reply to: Accordion Toggler and Content Format #510446

    Hi Eliott,

    yeah a lot is working. But some little style I’m missing to work:
    – the text should start at the left side.
    – untolggeled content wihout any border
    – seperating lines are black and not darkgrey

    Attached the images:
    So it should be:
    http://pasteboard.co/ZaLywBu.jpg
    Here are the problems.
    http://pasteboard.co/ZaOny6J.jpg

    Thanks a lot for your great support in advance !
    Greetings
    Michael

    in reply to: Centre logo in middle of menu #510444

    Hi Andy,
    thanks a lot fro your help. First Code worked. The second hat another effect I don’t want.

    What I’m mising is to enlarge the space between every menu point. Is that possible.? With padding it hasn’t really worked.

    And last menu question. After setting menu top -40px there is still the white row under the logo where the menu was before. How can I delete this?
    http://pasteboard.co/ZajJS06.jpg

    http://madlener.wom.server49.vorschauseite.eu/our-story/

    Thanks a very lot for you support.
    Greetings
    Michael

    in reply to: Centre logo in middle of menu #508972

    Hi Ismael,

    thanks a lot for your reply. With further searches I found the solution here:
    https://kriesi.at/support/topic/center-aligning-the-logo-in-between-the-navigation-menu-items-in-the-header/

    Really great support !!!

    One thing I couldn’t find out ist that the centered menu doesn’t seem to be contered completely.
    Link to site in private.

    Any Idea how to get the menu really centered?
    Or is this caused by the basket symbol and menu has to be shifted right?
    Is it possible to strech the menu to 1300 px or something else?

    Thanks a lot.

    in reply to: Enable custom FONT general via child theme #508468

    Hi Yigit,
    thanks a lot. This link I followed. But as far as I understod I have the font then only in the dropdowns of advanced styling. Where can i set the standard text another font?
    How can I add additional fonttypes like my_h1_style my_h2_style ?
    Thanks a lot for your help.

    Greetings
    Michael

    in reply to: Centre logo in middle of menu #494546

    Hi there,
    I’m searching for the same:

    MenuItem1 | MenuItem2 | LOGO MenuItem3 | MenuItem4

    Have you found a solution that the menu is not overlaying the logo?
    How to create the space in the middle of menu?

    Thanks a lot
    Greetings
    Michael

    Hi there,
    I’m searching for the same:

    MenuItem1 | MenuItem2 | LOGO MenuItem3 | MenuItem4

    Have you found a solution that the menu is not overlaying the logo?
    How to create the space in the middle of menu?

    Thanks a lot
    Greetings
    Michael

    in reply to: Rows in Table #464575

    Hi Elliott,
    there is no real row line. The fields are not symmetric as with a normal table.

    Here:
    http://pfab.wom.server49.vorschauseite.eu/gallerie-test/
    I created a normal table (not responsive) everything on a row is in one line.

    Later on the page I created a table with the theme functionality that is responsive.The Third line in first row starts at the second row of second column.
    I expect that that the third line in first row starts at the similar point as the third row in the second table.

    Thanks for your support!
    Greetings
    MIchael

    in reply to: Gallery with identical lines #463052

    Close

    With the plugin it worked finally.

    in reply to: Rows in Table #463047

    Hi Elliott,

    that’s not directly the aim.
    If you have short look to the table (http://pfab.wom.server49.vorschauseite.eu/holzhaustueren-modellvergleich/) you see, the title in the first column needs only one row and the content in the rest of the columns more rows.
    I want that the content of the first column is in the same visual row as the rest of the content.
    So in the bottom of the cells everything should be shown as in one row. Currently the contetnt is mixed up as masonry gallery :-)
    Thanks for you support.
    Greetings
    Michael

    in reply to: Add a single product from woocommerce to a page #382321

    Hey Isamel,

    as written with using in Layouteditor it’s working. – closed –
    Thanks a lot.
    Greetings
    Michael

    in reply to: Add a single product from woocommerce to a page #382119

    Ey Elliott,

    thanks for you reply and your hint !!
    It’s exactly the oposite but now it’s wokring:

    So it’s working in these conditions:
    Standard Editor with delete html code as you wrote. But I wand additional content.

    WIth the Layout Editor it’s working !

    It’s not working with other html code liek

     in the standard wordpress editor.
    
    Thanks again for your help !
    Greetings
    Michael
    in reply to: Add a single product from woocommerce to a page #381154

    Hi Elliott,

    thanks for your reply. As described I need to show one specific product. With the Plugin Additions this is not possible.
    And Official WordPress Shortcodes seem to conflict with the theme. Any idea how to solve?
    Thanks.
    Greetings
    Michael

Viewing 30 posts - 31 through 60 (of 62 total)