Viewing 30 results - 3,361 through 3,390 (of 18,732 total)
  • Author
    Search Results
  • #1250911
    edgold
    Participant

    Hi,

    I’m using blog post content elements on a few pages, but the title and except of these blog posts doesn’t match the font size of the rest of the page/site. Hpw can I amend this?

    Regards,
    Ed

    #1250887
    DimitriMTM
    Participant

    Hi,

    Should the following code added to your custom.css work when you want to change the font layout of your blog post content?

    .single .template-blog p {
    line-height: normal !important;
    font-size: small !important;
    }

    Thank you,
    Dimitri

    #1250770
    Sachs
    Participant

    Hi Enfold Team
    I have 2 issues with the FAQ widget with regards to the font size and colour links.
    1)Font size from 15px to 17px
    The CSS-script has changed most of the font size in the FAQ apart from in listing:
    – See on this page under akupunktur ->http://tandlaegecanter.flywheelsites.com/vaerd-at-vide
    – Or on print screen screen here: https://imgur.com/P7vRnmK
    Inserted CSS-script
    .toggle_content p {
    font-size: 17px;
    }
    2) Colur links
    In the FAQ all links are still underlined instead of colored.
    Inserted CSS-script
    .toggle_content p a {
    color: #dac7a6;
    }

    .toggle_content p and .toggle_content p a
    1) Should those be placed in the Custom ID Attribute or Custom CSS Class?
    2) if so should there be a symbol between the two?
    Thanks
    &
    Best regards
    Lene

    #1250694

    Hi,

    I’ve adjusted the CSS a bit for you:

    table.variations {
        height: 100px;
        margin-left: 10% !important;
        width: 90% !important;
    }
    
    table.variations td.label {
        position: absolute;
        left: 11%;
        font-size: 18px;
        color: #000;
    }
    
    table.variations td.value {
        vertical-align: middle !important;
    }

    Please review your site.

    Best regards,
    Rikard

    #1250561
    This reply has been marked as private.
    #1250478

    Hey Meier-Greve,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
        .responsive #top h1 { font-size: 24px;}
        .responsive #top h2 { font-size: 24px;}
        .responsive #top h3 { font-size: 24px;}
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1250462

    Hey Markus,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .avia-content-slider h3.slide-entry-title {
        font-size: 22px;
    }
    #top .avia-content-slider {
        min-height: 550px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1250413
    Meier-Greve
    Participant

    Hi,
    I tried to change font size of h1, h2, h3 for mobile devices only. I have implemented the following css-code:

    @media only screen and (max-width: 479px) {
    h1 { font-size: 24px;}
    h2 { font-size: 24px;}
    h3 { font-size: 24px;}

    Now, H1 font size has changed as awaited. But h2 and h3 are still the same. What could be the problem?

    Best regards,
    Daniel

    #1250323
    Markus
    Participant

    Hello Support Team,

    on our Startpage (https://vfl-kaltental.de/) we have an post slider for our most important news and i have 2 question for that:

    1. Is it possible to set a smaller font size for the header. Please see screenshot 1
    2. If there are post with different heights the space between our picture slider above and the footer gets smaller. It would be great if it is possible that the space can we fixed somehow. You can got to our website an watch the slider than you will what i mean. Additionally you have a look at both screenshots and compare the lenght of the 2 red aorrows.

    Best regards,
    Markus

    #1250080

    ok, thanks a lot. I’ve changed the code as follows:

    /* Print Style Sheet */
    @media print {
    body { background:white; color:black; font-size:10pt; margin:0; padding: 0; width:auto;}
    #content { margin-left:0; padding: 0; float:none; width:auto; }
    #comments { display: none; }
    #sidebar { display: none; }
    #widgetarea { display: none; }
    #footer { display: none; }
    h1 { font-size: 16pt; }
    h3 { margin: 0; }
    h1, h2, h3, h4, h5, h6 { page-break-after:avoid; page-break-inside:avoid; }
    blockquote, table, pre { page-break-inside:avoid; }
    ul, ol, dl { page-break-before:avoid; }}

    @media print {
    .html_header_left #top #header {
    display: none;}
    .html_header_left #main {
    width: 100%;
    margin-left: 0;}
    #top #main .sidebar {
    display: none;}
    .container .av-content-small.units {
    width: 100%!important;}
    #header {width:600px;height:150px;background-image:url(‘kopf.jpg’);background-size:100% 100%;}}

    Much better :-) Now i have only 3 little problems left:
    – only 1 page is included in the print instead of all
    – I’ve tried to add a logo (jpg) on the print pages
    – remove the title/url/page number/date from the print

    May you help me? Thanks in advance!
    rosarot

    #1250062

    In reply to: Changes to CSS

    This reply has been marked as private.
    #1250037

    Hi bubaweb,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    /* Header in sidebar to turn to burger on iPad 1024px */
    @media only screen and (max-width: 1024px) {
      
            .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img{opacity:1}
            .responsive #top .av_header_transparency .logo img.alternate{display:none;}
            
            .responsive #top #wrap_all #header {position: relative; width:100%; float:none; height:auto; margin:0 !important; opacity: 1; min-height:0;}
            .responsive #top #main {padding-top:0 !important; margin:0;} 
            .responsive #top #main .container_wrap:first-child{ border-top:none; }
            .responsive.html_header_top.html_logo_center .logo { left: 0%; -webkit-transform: translate(0%, 0); -ms-transform: translate(0%, 0); transform: translate(0%, 0); margin:0; }
            .responsive .phone-info{float:none; width:100%; clear:both; text-align: center;}
            .responsive .phone-info span{margin:0;padding:0; border:none;}
            .responsive.html_header_top #header_main .social_bookmarks ,
            .responsive.html_top_nav_header #top .social_bookmarks { width:auto; margin-top:-16px; } 
            
            .responsive #top .logo{position: static; display:table; height:80px !important; float:none; padding:0; border:none; width:80%; }
            .responsive .logo a{display:table-cell; vertical-align: middle;} 
            .responsive .logo img{height:auto !important; width:auto; max-width: 100%; display: block;  max-height: 80px;}
            .responsive #header_main .container{height:auto !important; }
            .responsive #top .header_bg { opacity: 1; filter: alpha(opacity=1); }
            .responsive.social_header .phone-info {text-align: center; float:none; clear:both; margin:0; padding:0;}
            .responsive.social_header .phone-info span{border:none; width:100%; text-align: center; float:none; clear:both; margin:0; padding:0;}
            .responsive #header_meta .social_bookmarks li{ border-style:solid; border-width:1px; margin-bottom:-1px; margin-left:-1px;}
            .responsive #top #header_meta .social_bookmarks li:last-child{border-right-style: solid; border-right-width:  1px;}
            .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul{float:none; width:100%; text-align: center; margin:0 auto; position: static;}
            .responsive #header .social_bookmarks{padding-bottom:2px; width:100%; text-align: center; height:auto; line-height: 0.8em; margin:0;}
            .responsive #header_meta .sub_menu>ul>li{float:none; display: inline-block; padding: 0 10px;}
            .responsive #header .social_bookmarks li{float:none; display: inline-block;}  
            .responsive.bottom_nav_header #header_main .social_bookmarks{ position: relative; top: 0; right: 0; margin: 10px auto; clear:both;}
            .responsive.bottom_nav_header.social_header .main_menu>div{height:auto;}
            .responsive .logo img{margin:0;}
            .responsive.html_header_sidebar #top #header .social_bookmarks{display:none;}
            .responsive body.boxed#top, .responsive.html_boxed.html_header_sticky #top #header{max-width: 100%;}  
            
            .responsive.html_header_transparency #top .avia-builder-el-0 .container, .responsive.html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption{padding-top:0;}
            .responsive #top .av_phone_active_right .phone-info.with_nav span{border:none;}
            
            .responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, 
            .responsive #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, 
            .responsive #top .av_header_transparency #header_main_alternate, 
            .responsive .av_header_transparency #header_main .social_bookmarks li a,
            .responsive #top #wrap_all .av_header_transparency .phone-info.with_nav span,
            .responsive #top .av_header_transparency #header_meta, 
            .responsive #top .av_header_transparency #header_meta li,
            .responsive #top #header_meta .social_bookmarks li a{ color:inherit; border-color: inherit; background: inherit;}
            .responsive.html_top_nav_header .av-logo-container{height:auto;} 
            .responsive.html_top_nav_header .av-section-bottom-logo{border-bottom-style: solid; border-bottom-width: 1px;}
            
            
          /*new mobile*/
            .responsive .av-burger-menu-main{display: block;}
            .responsive #top #wrap_all .main_menu{top:0; height:80px; left:auto; right:0; display: block; position: absolute;}
            .responsive .main_menu ul:first-child > li a { height: 80px; line-height: 80px;}
            .responsive #top .av-main-nav .menu-item{display:none;}
            .responsive #top .av-main-nav .menu-item-avia-special{display:block;}
            .responsive #top #wrap_all .menu-item-search-dropdown > a { font-size: 24px; }
            .responsive #header_main_alternate{display:none;}
            .responsive #top #header .social_bookmarks{display:none;}
            .responsive #top #header .main_menu .social_bookmarks{display:block; position: relative; margin-top: -15px;}
            .responsive #top .av-logo-container .avia-menu{height:100%;}
            .responsive #top .av-logo-container .avia-menu > li > a{line-height: 80px;}
            .responsive #top #main .av-logo-container .main_menu{display:block;}
            .responsive #top #main .av-logo-container .social_bookmarks{display:none;}
            .responsive #top #main .av-logo-container .main_menu .social_bookmarks{display:block; position: relative;}
            .responsive #top #main .av-logo-container .main_menu{display:block;}
            .responsive #top #header_main > .container .main_menu  .av-main-nav > li > a,
            .responsive #top #wrap_all .av-logo-container {height:80px; line-height:80px; }
            .responsive #top #wrap_all .av-logo-container {padding:0;}
            .responsive #top #header_main > .container .main_menu  .av-main-nav > li > a{
                min-width: 0; padding:0 0 0 20px; margin:0; border-style: none; border-width: 0;
            }
            .responsive #top .av_seperator_big_border .avia-menu.av_menu_icon_beside{border-right-style: solid; border-right-width: 1px; padding-right: 25px;}
            .responsive #top #header .av-main-nav > li > a, .responsive #top #header .av-main-nav > li > a:hover{
            background:transparent;
            color: inherit;
            }
            
            .responsive.html_top_nav_header .av-logo-container .inner-container{overflow: visible;}
            .html_header_sidebar #header .container {
              width: 90%;
            }
    
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    Hi,

    Thanks for the update. Please try this CSS instead:

    .woocommerce-product-search button {
        background: #000;
        padding: 10px 20px;
        color: white;
        border: none;
        font-size: 12px;
        border-radius: 2px;
    }

    Best regards,
    Rikard

    #1249933
    Munford
    Participant

    HI
    I am trying to get a simple gallery to display with caption (or title) underneath.
    The masonry gallery puts the caption on top of the image.
    On the page below I am using this code that I found on the enfold docs:

    /* Display caption below thumbnail*/
    #top .avia-gallery .avia-gallery-thumb a:after {
    content: attr(title);
    margin: 10px 0;
    position: relative;
    display: block;
    width: 100%;
    font-size: 10px;
    text-align: center;
    }

    but on my page the captions load and then get hidden.
    Can you see what’s going on here, or if there is another way to do this?
    thanks
    Nancy

    #1249536

    Hey edgold,

    Add this in addition to what I gave you before:

    .wp-caption-text{
    font-size:20px!important;
    }

    Adjust the size to what you need.

    Best regards,
    Jordan Shannon

    #1249497

    Yeap, it works with minor modifications.
    Thanks for the assistance!

    #mytable { margin: 0px; }
    .mytable .pricing-table-wrap { display: inline-block; margin: 0px; }
    .mytable .pricing-table-wrap li { text-align: left; font-size: 15px; font-family: “Josefin Sans”; padding: 0px; }
    .mytable .pricing-table>li:nth-child(even) { color: #5c5c5c; }

    #1249448
    edgold
    Participant

    Hi, I opened this thread last week: https://kriesi.at/support/topic/change-font-size-of-image-caption/ and was given some quick CSS to add that sorted out the issue. But the problem has come back. I now have some pages with both the small and large sized image captions.

    #1249372
    This reply has been marked as private.
    #1249319
    Kalleanka12
    Participant

    Hi

    I would like to add extra bold on some h1-h3 headings. Tried using Avanced Styling and changing the font weight to 800 there but it does not change anything.
    By default it seems that Enfold only loads font weight 400 and 600 from google apis.

    This is default: https://fonts.googleapis.com/css?family=Open+Sans:400,600
    I would like to change it so Enfold load this file instead: https://fonts.googleapis.com/css?family=Open+Sans:400,600,800

    Where do I change this without adding extra css code or having to upload the font in full via Custom Font Manager (which sits at 200kb when using zip upload.) The page in total is 287 kb so uploading a font just for additional extra bold and 200 kb extra page size does not make any sense.

    Waiting for some help what do to next here =)

    BR
    Alex

    #1249258

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    #top #wrap_all .main_color h1 {
        font-size: 40px!important;
    }}

    Best regards,
    Jordan Shannon

    Hi Jannes92,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .responsive .top_tab .tab.fullsize-tab {
        font-size: 18px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    to clarify: I want to change font-size of tab title for active and inactive tabs

    • This reply was modified 5 years, 6 months ago by Jannes92.
    Jannes92
    Participant

    Hey,
    I would like to change the font-size of the top tab_titles on devices smaller than 768px.
    I am using enfold child theme and f.e. example addid .tab_titles{font-size:18px;} to my style.css worked fine.
    I can see by analyzing the content of my website, that for @media only screen and (max-width:767px) a fullsize-tab is displayed.
    I cant seem to be able to access its tab_titles.

    Maybe you can help me? thank you.

    #1248642

    Hey Victoria

    Thanks a lot for the link. I’ve read all and tried to add following code to the Quick CSS:

    /* Print Style Sheet */
    @media print {
    body { background:white; color:black; font-size:10pt; margin:0; padding: 0; width:auto;}
    #header { display: block; }
    #content { margin-left:0; padding: 0; float:none; width:auto; }
    #comments { display: none; }
    #sidebar { display: none; }
    #widgetarea { display: none; }
    #footer { display: none; }
    h1 { font-size: 16pt; }
    h3 { margin: 0; }
    h1, h2, h3, h4, h5, h6 { page-break-after:avoid;
    page-break-inside:avoid; }
    h3 { margin-left:10px;
    margin-bottom:0px;
    padding-bottom:0px; }
    blockquote, table, pre { page-break-inside:avoid; }
    ul, ol, dl { page-break-before:avoid; }
    }

    Unfortunately the content is still confused on the print out. I’ve tried a lot of things

    Hi Rikard,

    Thank you for getting back to me.

    Maybe my approach is off which could be part of my problem i did tweak my right position since you last saw it to hopefully make it on the edge of the right side. My intentions are to have a fixed or sticky button that stays against the right side of the page see the “bring may to my city” orange button on the right of the page: http://maymobilitydev.wpengine.com/wp-content/uploads/2020/09/ideal.png (hosted on WPengine)

    Ideally i would like it to work similar to the contact centria sticky button shown on the right of the page on this site where its always on top (vertical stacking order) of the rest of the elements on the page: https://centriahealthcare.com/

    here is my css for the button.

    may-floating-cta {
    position: fixed;
    top: 46%;
    right: 0px;
    z-index: 999999!important;
    background: #FF9C17;
    border: 2px solid #FF9C17;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    transition: all .3s;
    line-height: 1.2;
    font-weight: 700;
    font-size: 12px;
    }

    In addition to possibly helping me with it running off the screen: i would like it so it is on top of all elements on the page (vertical stacking order). You can see in this screen shot where it goes behind the video element http://maymobilitydev.wpengine.com/wp-content/uploads/2020/09/stack-issue.png

    2. that was what i was afraid of. I wasnt sure if i could set a class and have them be 100% width or not somehow that i was overlooking.

    • This reply was modified 5 years, 6 months ago by todd0218.
    #1248333

    Hi,

    Please try this CSS as well:

    form#searchform input::placeholder {
        color: #000;
    }
    
    .av_ajax_search_title {
        font-size: 10px;
    }

    Best regards,
    Rikard

    #1248212

    Hi,

    Add this to quick css:

    .wp-caption.alignnone p{
    font-size:10px!important;
    }

    Adjust the size to what you need.

    Best regards,
    Jordan Shannon

    #1248201

    Sorry, but no. Specially not because you once created quite a bit of trouble with another clients website.

    You have all you need to solve the issue and i will provide you with any information you need
    This is the content of the page:

    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' custom_class='' av_uid='av-c57e0']
    [av_textblock size='' font_color='' color='' av_uid='av-bk8g8']
    <div><img id="titleimage" class=" alignright" src="https://marcusjeroch.de/wp-content/uploads/2015/06/galerie.png" alt="" width="170px" /></div>
    [/av_textblock]
    
    [av_heading tag='h3' padding='10' heading='SCHÖNER DENKEN 1' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-b2ajg'][/av_heading]
    
    [av_masonry_gallery ids='642,644,4746,4743,4742,4760,4763,4794' items='24' columns='flexible' paginate='pagination' size='flex' orientation='' gap='large' overlay_fx='' container_links='active' id='' caption_elements='none' caption_styling='' caption_display='always' color='' custom_bg='' av-medium-columns='' av-small-columns='' av-mini-columns='' custom_class='' av_uid='av-a7gfk']
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' custom_class='' av_uid='av-9txs4']
    
    [av_heading tag='h3' padding='10' heading='SCHÖNER DENKEN 2' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-92c3w'][/av_heading]
    
    [av_image src='https://marcusjeroch.de/wp-content/uploads/schoener-denken.jpg' attachment='5352' attachment_size='full' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation' custom_class='' admin_preview_bg='' av_uid='av-8sta8'][/av_image]
    
    [/av_section][av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' custom_class='' av_uid='av-7xxxw']
    
    [av_heading heading='SCHÖNER DENKEN 3' tag='h3' style='' size='' subheading_active='' subheading_size='15' padding='10' color='' custom_font='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' custom_class='' admin_preview_bg='' av_uid='av-7mjlo'][/av_heading]
    
    [av_masonry_gallery ids='5675,5674,5673,5672,5671,5670,5669,5668,5667,5666,5665,5664' items='24' columns='4' paginate='none' size='flex' orientation='' gap='large' overlay_fx='' container_links='active' id='' caption_elements='none' caption_styling='' caption_display='on-hover' color='' custom_bg='' av-medium-columns='' av-small-columns='' av-mini-columns='' custom_class='' av_uid='av-700ss']
    
    [/av_section][av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' custom_class='' av_uid='av-66un8']
    
    [av_heading tag='h3' padding='10' heading='SEH QUENZEN' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-5t1t4'][/av_heading]
    
    [av_masonry_gallery ids='348,346,355,349,351,383,353,667,354,352' items='24' columns='4' paginate='load_more' size='flex' gap='large' overlay_fx='' caption_elements='none' caption_display='on-hover' container_links='active' id='' av_uid='av-4umx4']
    
    [/av_section][av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' custom_class='' av_uid='av-4hvco']
    [av_heading tag='h3' padding='10' heading='ALLGEMEIN' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-3msws'][/av_heading]
    
    [av_masonry_gallery ids='658,372,371,373,661' items='24' columns='3' paginate='pagination' size='flex' gap='large' overlay_fx='' caption_elements='none' caption_display='always' container_links='active' id='' av_uid='av-bp6g']
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' custom_class='' av_uid='av-2khfo']
    [av_heading tag='h3' padding='10' heading='ICH UND MEIN ANDERES' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-204y8'][/av_heading]
    
    [av_masonry_gallery ids='391,390,388' items='24' columns='3' paginate='pagination' size='flex' orientation='' gap='large' overlay_fx='' container_links='active' id='' caption_elements='none' caption_styling='' caption_display='always' color='' custom_bg='' av-medium-columns='' av-small-columns='' av-mini-columns='' custom_class='' av_uid='av-1m1p4']
    [/av_section]
    
    [av_social_share title='Teile diesen Eintrag' style='' buttons='' share_facebook='' share_twitter='' share_pinterest='' share_gplus='' share_reddit='' share_linkedin='' share_tumblr='' share_vk='' share_mail='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av_uid='av-xasw'][/av_social_share]

    This is the content of the child-themes function.php

    <?php
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */
    function enqueue_parent_theme_style() {
          wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
    }
    add_action( 'wp_enqueue_scripts', 'enqueue_parent_theme_style');
    
    /* Proper way to enqueue styles and scripts
     */
    function theme_name_scripts() {
    	wp_enqueue_style( 'style-name', get_stylesheet_uri() );
    }
    add_action( 'wp_enqueue_scripts', 'theme_name_scripts' );
    
    function change_cf_from() {
        return " (Email address hidden if logged out) ";
    }
    add_filter('avf_form_from', 'change_cf_from', 10);
    
    /* Activate Avia debug mode */
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }
    add_filter('avf_title_args', 'avf_title_args_mod', 99, 2);
    function avf_title_args_mod($args,$id)
    {
         if ( $args['title'] == 'Calendar of Events' ) 
         {
            $args['title'] = 'Veranstaltungskalender';
         }
        return $args;
    }
    add_action('tribe_events_single_event_after_the_content', 'tribe_events_single_event_after_the_content_mod');
    function tribe_events_single_event_after_the_content_mod() {
    	echo "";
    	echo do_shortcode("[av_social_share title='Teile diese Veranstaltung' style='' buttons='' custom_class='shareva']");
    }
    add_theme_support('avia_template_builder_custom_css');
    add_filter( 'wc_gzd_revocation_admin_mail', 'my_child_set_revocation_admin_mail', 10, 1 );
    function my_child_set_revocation_admin_mail( $mail ) {
       return ' (Email address hidden if logged out) ';
       
       add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
    if (is_single)
    {
    $args['title'] = get_the_title($id);
    $args['link'] = get_permalink($id);
    $args['heading'] = 'h1';
    }
    
    return $args;
    }
    }
    /* Code zum Loeschen von Veranstaltungen 
    $allposts= get_posts( array('post_type'=>'tribe_events','numberposts'=>-1) );
        foreach ($allposts as $eachpost) {
          wp_delete_post( $eachpost->ID, true );
        }
    	
    	 $allposts= get_posts( array('post_type'=>'tribe_organizer','numberposts'=>-1) );
        foreach ($allposts as $eachpost) {
          wp_delete_post( $eachpost->ID, true );
        }
    	
    	 $allposts= get_posts( array('post_type'=>'tribe_venue','numberposts'=>-1) );
        foreach ($allposts as $eachpost) {
          wp_delete_post( $eachpost->ID, true );
        }    */
    #1248198

    Topic: 3 Icons in a row

    in forum Enfold
    felix_frank
    Participant

    Hi Kriesi,
    I am trieing to put 3 Icons in a trait row but it won’t work.
    Like this Icon below
    [av_font_icon icon='ue8f9' font='entypo-fontello' style='' caption='' size='40px' position='left' color='#525e26' link='https://www.pinterest.de' linktarget='_blank' av_uid='av-oepo' admin_preview_bg=''][/av_font_icon]
    No matter how I arange them, they are never in a strait row.
    Please help me!

    Kind Regards
    Felix

    #1248099
    edgold
    Participant

    Hi, been using ENfold for years, and somehow the image captions on my site have suddenly got larger. How can I use the customer CSS to define the font size here?

Viewing 30 results - 3,361 through 3,390 (of 18,732 total)