Viewing 30 results - 2,821 through 2,850 (of 18,730 total)
  • Author
    Search Results
  • #1291817

    Hi kfranck,

    1. Would you like this to apply on all Blog Posts? or only on specific pages?
    Can you try to go to Enfold > Advanced Styling > (Select an item to customize) then choose Widget Links then click Edit Element button.
    It should open up a box which contains font size.
    2. Are you referring on the ‘Also on Your SOURCE’ box?
    3. I have checked the order of posts and the Blog Post and it seems to be in correct order based on date in descending order.

    And lastly, try adding this CSS code in Enfold > General Styling:

    #top .avia-builder-widget-area .widget li a {
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
    }

    Best regards,
    Nikko

    #1291636

    Hi Jorge,

    Thanks for giving us admin access.
    I have added it to your News, Community, and Recipes menu item, here are the steps I made.
    1. In Appearance > Menus, I added this in the Community menu item’s CSS Class: community-menu (news-menu to News; recipes-menu to Recipes)
    2. In Enfold > General Styling > Quick CSS, I added this CSS code:

    .news-menu > a > span.avia-menu-text:after,
    .community-menu > a > span.avia-menu-text:after,
    .recipes-menu > a > span.avia-menu-text:after {
        content: "2";
        font-size: 9px;
        color: #FFF;
        background: #42A0BD;
        line-height: 17px;
        width: 17px;
        display: inline-block;
        text-align: center;
        border-radius: 100px;
        position: relative;
        top: -9px;
        left: 2px;
    }
    
    .news-menu > a > span.avia-menu-text:after {
        content: "4";
    }
    
    .recipes-menu > a > span.avia-menu-text:after {
        content: "5";
    }

    You can change the numbers by changing the content, for background color just change the background.
    Hope this helps.

    Best regards,
    Nikko

    #1291630

    Hi,

    Sorry for the delay. The CLS score in the product page above, which is using the default gallery with lazy loading is now 0.002, which is better than the previous scores, but most of the metrics like LCP are still lower than they should be. You have to follow the recommendations listed below to improve those scores.

    – Ensure text remains visible during webfont load
    – Does not use passive listeners to improve scrolling performance
    – Image elements do not have explicit width and height
    – Minimize main-thread work 6.5 s
    – Serve static assets with an efficient cache policy 40 resources found
    – Reduce JavaScript execution time 4.3 s
    – Avoid an excessive DOM size 1,414 elements
    – Eliminate render-blocking resources
    – Remove unused JavaScript
    – Reduce initial server response time
    – Remove unused CSS
    – Defer offscreen images
    – Serve images in next-gen formats

    These articles should help with the site optimization.

    // https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
    // https://gtmetrix.com/wordpress-optimization-guide.html

    One thing that you could try immediately is to use a different cache and minification plugin, just play around with the options until you get the best results. You may also need to upgrade hosting plan to ensure that the server response time to the client is decreased.

    For additional inquiries, please open another thread because this one is getting quite long. Thank you.

    Best regards,
    Ismael

    #1291572

    Hi,

    I could reproduce the issue on my local installation. I tried switching to default Twenty Twenty-One theme and it does not seem to work there either. Please see – https://imgur.com/a/kIaI3K6. As you can see in source code, I set font size to 60px but it is not 60px on frontend :)

    I will report the issue to our devs.

    Best regards,
    Yigit

    #1291523
    Steve Webgecko
    Participant

    There is a BUG on Sliders FONT SIZES for the Titles:
    If I change Font Size only for «Smartphone Width» the new value changes all of the 4 Device Sizes.
    I need a different size for every single Mobile Device (iPad vertical and horizontal, Smartphone, Desktop…)

    See here:
    https://www.directupload.net/file/d/6139/dpfjvkmn_jpg.htm

    Any ideas?

    #1291433
    Angelo
    Participant

    Hi There,

    is it possible to have a different fontsize in te menu
    Example: mainmenu fontsize 16px + bold – sublevel menu items 12px

    I cant find the css code in the other treats!

    #1291389

    Nikko:
    Thanks for making the changes. A few things:
    1.) Can the size of the font in the Blog Post (fromt Content Elements) be adjusted to make the size a little bigger?
    2.) Can the space (vertical leading) between the items be reduced?
    3.) The order of the post don’t follow the order when I use blogpost, but are OK with the blogpost widget.

    Lastly, the font on the blogpost widget is italics. Can that be changed to Helvetica or Arial?

    Thanks,
    kfranck

    #1291312

    Hi,

    this issue is still relevant for me (Enfold 4.7.6.3). The given solutions do not work for me.
    When I’m using “do_shortcode($content)”, some columns get 100% width – just as BlutVampir described.
    The shortcode I’m using is just an icon:

    [av_font_icon icon='ue906' font='econsor-system-icons' style='' caption='' link='' linktarget='' size='20px' position='right' animation='' color='#21759b' av_uid='' custom_class='' admin_preview_bg=''][/av_font_icon]

    If replaced with a button, the problem still persists.
    Is there something new about this issue?

    Best regards,
    Fabian

    #1291206

    Hi kfranck,

    Thanks for giving us admin access and we apologize for the delayed response.
    We have done the following steps:
    1. We have added in the Blog Posts’ Custom CSS Class this value: small-fonts
    2. Then in Enfold > General Styling > Quick CSS, we added this CSS code:

    #top #wrap_all .small-fonts .entry-content-header {
        padding: 10px 30px 10px 0;
    }
    
    #top #wrap_all .small-fonts .entry-title {
        font-size: 11px;
        font-family: 'open sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
    }
    
    #top #wrap_all .small-fonts .read-more-link {
        right: 0;
    }

    If you need to apply it on another Blog Posts element, you just need to do step 1.
    As for the italics you mentioned, I don’t see it using italic, have you already changed it?

    Best regards,
    Nikko

    #1291149

    hmmmm… that helped some, but the font sizes are all wrong and it didn’t change the menu items. Maybe I’ll have to choose another font.

    #1290961

    Hi,
    This popup image shows the popup with only one line of text so it is naturally small, I believe you will find that the popup will grow with more content, to a point, but to make it 100% will require more css adjustments, are you sure you really want a 100% popup? The example page you linked to with this was a little confusing from a UX standpoint, in my option. Might I suggest a 90% popup with the opacity background because it is a more familiar UX?

    Anyways… in different examples that I have worked on I find that iframes can be much slower on popup load where the method I point to is very fast, because the content is already loaded.
    If you really want to use the iframe solution I was able to create a page that would be the “popup” with a grid row element and such,
    2021-03-28_125752.jpg
    this is the Avia Layout Builder Debugger code:

    [av_layout_row border='' min_height_percent='' min_height='400px' color='main_color' mobile='av-flex-cells' id='' av_element_hidden_in_editor='0' av_uid='av-c6pja3']
    
    [av_cell_one_half vertical_align='middle' padding='130px' padding_sync='true' background_color='' src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/business-support-1.jpg' attachment='582' attachment_size='full' background_attachment='scroll' background_position='top center' background_repeat='stretch' mobile_display='' av_uid='av-10qarv']
    
    [/av_cell_one_half][av_cell_one_half vertical_align='middle' padding='30px' padding_sync='true' background_color='#f8f8f8' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-8qt0kr']
    
    [av_heading tag='h2' padding='0' heading='Our Support Team' color='' style='blockquote modern-quote modern-centered' custom_font='' size='30' subheading_active='subheading_below' subheading_size='15' custom_class='' admin_preview_bg='' av_uid='av-t3b2z']
    Customer Satisfaction
    [/av_heading]
    
    [av_hr class='custom' icon_select='no' icon='ue808' font='entypo-fontello' position='center' shadow='no-shadow' height='50' custom_border='av-border-fat' custom_width='50px' custom_margin_top='150px' custom_margin_bottom='150px' custom_border_color='#000000' custom_icon_color='' id='' custom_class='' template_class='' av_uid='av-5uoavf' sc_version='1.0' admin_preview_bg='']
    
    [av_textblock size='' font_color='' color='' admin_preview_bg='' av_uid='av-f9ep7']
    <p style="text-align: center;">Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.</p>
    [/av_textblock]
    
    [av_hr class='custom' icon_select='no' icon='ue808' font='entypo-fontello' position='center' shadow='no-shadow' height='50' custom_border='av-border-fat' custom_width='50px' custom_margin_top='155px' custom_margin_bottom='155px' custom_border_color='#000000' custom_icon_color='' id='' custom_class='' template_class='' av_uid='av-kmte5zf0' sc_version='1.0' admin_preview_bg='']
    
    [av_font_icon icon='ue8f1' font='entypo-fontello' style='' caption='' link='manually,http://twitter.com' linktarget='_blank' size='20px' position='center' color='' admin_preview_bg='' av_uid='av-1yhd23'][/av_font_icon]
    
    [/av_cell_one_half][/av_layout_row]

    with no header, sidebar, title bar, or footer
    Then I used this link in a button http://test.test/popup-test?iframe=true
    2021-03-28_130237.jpg
    and then I used this css to make the popup 100vh & 100vw:

    .mfp-container,
    .mfp-iframe-holder .mfp-content,
    .mfp-iframe-holder .mfp-iframe {
        width: 100vw !important;
        max-width: 100vw !important;
        height: 100vh !important;
        max-height: 100vh !important;
        padding: 0 !important;
    }
    

    and it worked, but I also lost the ability to close the popup, try using the above css as your base and see if you can adjust to allow to close the popup, I would recommend making the popup 90vh & 90vw 🙂🚀

    Best regards,
    Mike

    #1290924

    Hi Synthea79,

    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 input[type=search] {
       padding: 13px;
       margin-bottom: 10px;
     }
     .woocommerce-product-search button[type=submit]{
        background-color: #f3ffde;
        color: #658529;
        border-color: #d1ddbc;
        margin: 0;
        border-radius: 2px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        font-weight: 400;
        font-size: .92em;
        width: 100%;
        padding: 13px 10px;
        outline: none;
    }
     
    

    Next time, please refrain from replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1290709

    i too can not see the reason for it
    on the code i do not see any setting for screen element visibility. As you can set on Advanced Tab of the testimonial element itself.
    But i do see your testimonial on an iphone 8
    maybe it is on your end a caching problem – go to your iphone settings – safari and empty the browser cache.

    by the way : can you have a look on your testimonials if you set up this to your quick css:
    (you had to download the “3d shadow” from my server – and change the url in the css – but for first test it will work )

    .av-large-testimonial-slider .avia-testimonial_inner {
        background-color: #ecf6ff;
        display: inline-table;
        padding: 40px;
        border: 1px solid #aaa;
        position: relative;
        box-shadow: 0 3px 10px -8px #333;
        -webkit-transform:  skew(-3deg);
        transform: skew(-3deg);
    }
    
    .av-large-testimonial-slider .avia-testimonial_inner::before {
        content: "\e833";
        font-family: entypo-fontello;
        font-size: 70px;
        position: absolute;
        top: -15px;
        left: 15px;
        -webkit-filter: drop-shadow(2px 2px 3px #666);
        filter: drop-shadow(2px 2px 3px #666);
        color: #3579b4
    }
    
    .av-large-testimonial-slider .avia-testimonial_inner::after {
        content: " ";
        background-image: url("https://webers-testseite.de/wp-content/uploads/testimonial-shadow.png");
        background-repeat: no-repeat;
        width: calc(100% + 60px);
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-position: bottom right;
        overflow: visible !important;
        background-size: 60px;
        opacity: 0.3;
    }
    
    #top .av-large-testimonial-slider .avia-slideshow-arrows a {
        margin-top: 50px !important;
    }
    
    .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
        padding: 0px 10px;
    }
    
    .responsive #top .avia-slideshow-controls a {
        display: block;
    }
    
    .avia-slideshow-arrows a {
      overflow: visible !important;
      text-indent: -5000px !important
    }
    
    .avia-slideshow-arrows a.prev-slide::before {
      left: -110px;
    }
    
    .avia-slideshow-arrows a.next-slide::before {
      left: 80px;
    }
    
    

    see here: https://webers-testseite.de/testimonial-styling/

    #1290642

    there are ways with jQuery to get a timeline ALB to something like this – but – that is too complicated i think:
    the code above is clear enough – and pure html – and very fast to add a lot of timeline-blocks
    better you forgot the next !!!

    child-theme functions.php:

    function timeline_reconstruction(){
    ?>
    <script>
    (function($) {
    	$('.av-milestone-date').each( function() {
    	     var mstoneDate = $(this).html();
    	     $(this).find('.av-milestone-indicator').html('<div class="sign"></div>');
    	     $(this).siblings('.av-milestone-icon-wrap').html(mstoneDate);
    	     $(this).css('opacity', '0');
    	});
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'timeline_reconstruction');
    .av-milestone-indicator {
      position: absolute;
      content: "";
      top: 100px;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(/wp-content/uploads/a-nice.svg);
      background-repeat: no-repeat;
    }
    
    .av-milestone-icon-wrap strong {
      font-size: 24px
    }

    and you may have this only for the non responsive case in a media query with min-width.

    #1290641

    h- hhh – clears throat – and why not cloneing ? ;)

    put a codeblock element in a column (1/1)
    and insert that html pasted from that page:

    <div id="timeline"> <!-- opening tag of the timeline -->
    
          <!--  So this is the always the same block  -->
          <div class="timeline-block">
            <div class="timeline-date">
              <h3><em>Text</em> Date <em> after Date </em></h3>
            </div>
            <div class="timeline-content">
                <h3>Title</h3>
                <p>Text-block</p>
            </div>
          </div>
           <!--  End of timeline item -->
    
    </div> <!--  Closing tag of the whole timeline -->

    quick css for that:

    
    #timeline {
     margin: 30px 30px 80px;
     position:relative
    }
    #timeline .timeline-block {
     width:100%;
     float:left;
     position:relative
    }
    #timeline .timeline-block:before {
     content:'';
     position:absolute;
     top:0;
     left:15%;
     height:100%;
     width:1px;
     background:#433322;
     margin-left:-1px;
     z-index:-1
    }
    #timeline .timeline-date {
     float:left;
     text-align:center;
     width:30%;
     height:100%;
     background:url('/wp-content/uploads/separator-2.svg') no-repeat #f5ede2;
     background-position:center bottom 10px;
     background-size:auto 10px;
     padding:10px 0 30px 0;
     margin-top:5px
    }
    #timeline .timeline-date h3 {
     margin:0
    }
    #timeline .timeline-date h3 em {
     font-style:normal;
     font-size:1.2rem;
     display:block
    }
    #timeline .timeline-content {
     width:70%;
     float:right;
     position:relative;
     padding:20px 0 80px 0;
     box-sizing:border-box
    }
    #timeline .timeline-content:last-child {
     padding-bottom:0
    }
    #timeline .timeline-content h3 {
     text-align:left
    }
    @media only screen and (min-width:960px) {
     #timeline .timeline-block {
      width:58.8%;
      float:right
     }
     #timeline .timeline-block:nth-child(even) {
      float:left
     }
     #timeline .timeline-block:nth-child(even):before {
      left:auto;
      right:15%;
      margin-left:0;
      margin-right:-1px
     }
     #timeline .timeline-block:nth-child(even) .timeline-date {
      float:right
     }
     #timeline .timeline-block:nth-child(even) .timeline-content {
      float:left
     }
     #timeline .timeline-block:nth-child(even) .timeline-content,
     #timeline .timeline-block:nth-child(even) .timeline-content h3 {
      text-align:right
     }
    }

    https://webers-testseite.de/timeline-2/

    #1290592

    Hi Eduardo,

    Thanks for contacting us!

    It seems like you have not set different font size for small screens. Please edit your slide and do so – https://imgur.com/a/IfO0vbb :)

    Best regards,
    Yigit

    #1290208
    kfranck
    Participant

    I would reduce the size of the blogpost font, so I can run a list of the blogpost in a box on the home page of my website.

    Is there a quick CSS code to make the font about 10 or 11px?

    #1290115

    Yigit,

    Thanks, that worked.

    We also wanted the same ‘look’ on the Home page with the same 4 pics, so we used your code and changed the page ID to 19. It doesn’t seem to be working (we cleared all the caches). Did we do something wrong?:

    @media only screen and (max-width: 480px) {
    .responsive #top.postid-19 #wrap_all .slide-entry {
    width: 100%;
    margin-left: 0;
    padding-bottom: 30px;
    }
    }

    ALSO, there is still no space above the third pic down on the Blog page (on mobile and only in ‘portrait’ orientation).

    So, here is both the Quick CSS And the Custom CSS file for you to look at.

    Thanks for your help on this!
    Mark Besh
    Visual Impact Systems

    =========================

    QUICK CSS:
    #top #header .av-main-nav > li > a, #top #header .av-main-nav > li > a > .avia-menu-text {
    background-color: transparent !important;
    color: #333333 !important;
    font-size:18px !important;
    }

    .html_elegant-blog #top .avia-content-slider .blog-categories {
    display: none;
    }

    #top .container_wrap {
    border: none;
    }

    .main_color input[type=’submit’]:hover {
    background-color: rgba(0,100,168,0.2);
    }

    .slide-content .av-vertical-delimiter {
    display: none;
    }

    .current-menu-item > a > .avia-menu-fx {
    opacity: 0;
    }

    .slide-meta{
    display:none!important;
    }

    span.avia-menu-fx {
    height: 5px;
    }

    .postid-240 .iconbox_content {
    background: #f9f9f9 !important;
    border: 2px solid #dddddd;
    }

    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
    display: block !important;
    }}

    .postid-31 .avia_layout_row {
    max-width: 1310px !important;
    margin: 0 auto !important;
    border: none !important;
    }

    =========================

    CUSTOM CSS:
    /* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

    /* General Custom CSS */

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */

    }

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 989px) {
    /* Add your Mobile Styles here */

    }

    @media only screen and (max-width: 989px) {
    #top.home #av-layout-grid-1 .avia-builder-el-8,
    #top.home #av-layout-grid-1 .avia-builder-el-11,
    #top #av-layout-grid-1 .avia-builder-el-5,
    #top #av-layout-grid-1 .avia-builder-el-8 {
    display: none;
    padding: 0 !important;
    }
    #top h3 a {
    font-size: 18px;
    text-transform: none;
    }

    .responsive #top.postid-25 #wrap_all .flex_column {
    margin-bottom: 0;
    }
    #top.postid-25 .content {
    padding-bottom:0;
    }
    }

    @media only screen and (max-width: 989px) {
    #top .no_margin.av_three_fifth.avia-builder-el-6 {
    padding: 30px 50px 0 !important;
    }
    }

    @media only screen and (max-width: 989px) {
    #top .no_margin.av_three_fifth.avia-builder-el-9 {
    padding: 30px 50px 0 !important;
    }
    }

    @media only screen and (max-width: 480px) {
    .responsive #top.postid-25 #wrap_all .slide-entry {
    width: 100%;
    margin-left: 0;
    padding-bottom: 30px;
    }
    }

    @media only screen and (max-width: 480px) {
    .responsive #top.postid-19 #wrap_all .slide-entry {
    width: 100%;
    margin-left: 0;
    padding-bottom: 30px;
    }
    }

    =========================

    please try this in your child-theme functions.php:

    function change_scroll_top_link(){
    ?>
    <script type = "text/javascript">
    (function($){
    	$('#scroll-top-link').attr('href', '#newID');
    	$('#scroll-top-link').attr('title', 'Get in touch');
    	$('#scroll-top-link .avia_hidden_link_text').text('Get in touch').css({
    		'display': 'block',
    		'position': 'absolute',
    		'top': '-40px',
    		'left': '-40px',
    		'width': '120px',
    		'font-size': '14px',
    	});
    })(jQuery);
    </script>
    <?php
    }
    add_action( 'wp_footer', 'change_scroll_top_link' );

    But: maybe it is enough if you have the title to have “Get in touch” – and to have that on hover
    Then remove the css part

    if you had to do it only for one page:

    function change_scroll_top_link(){
    if(is_page(5)){
    ?>
    <script type = "text/javascript">
    (function($){
            // same as above
    })(jQuery);
    </script>
    <?php
    }
    }
    add_action( 'wp_footer', 'change_scroll_top_link' );

    or for more than one page replace it with an array of pages
    if(is_page(array( 1396, 1617, 1629))){

    #1290035

    Hi daves1997,

    Thanks, there are two reasons why the fonts are too little.
    1. Default font was set to 13px (I have changed it to 16px in Enfold > General Styling > Fonts (tab) > Default content font size)
    2. At this point the font was still using 13px because of WP-Optimize plugin, after unchecking CSS minification and merging (I checked it again after checking) newer CSS was fetched and was returning the 16px size properly.
    If you need to readjust the font size, just do the first step.

    Best regards,
    Nikko

    Hi griddler,

    I apologize, I misread it as em (html tag).
    Please add this CSS code in Enfold > General Styling > Quick CSS:

    .avia-image-container small.avia-copyright {
        font-size: 14px;
    }

    Just replace 14px to any size you want to use.

    Best regards,
    Nikko

    #1290013

    Hi Yigit.

    Similar problem here, regarding Caption (and Title too) font size in mobile devices. I added the code you sugest to Enfold>General Styling CSS area, but no changes are reflected into Easy Slider full whidth I’m creating.

    Best regards.
    Eduardo

    Hi Nikko,

    thanks for your response.
    In line 2414 I only can see: $html .= “<small class=’avia-copyright’>{$copyright_text}</small>”;
    Where I can change the font size there for the copyright info?

    What is “post_thumbnail_html” hook?
    And how can I use it to change the font size?

    Thanks in advance

    • This reply was modified 5 years ago by griddler.
    #1289825

    PS: wenn es sich nur um diese Seite ( bzw ist ja ein single post) könnten wir das ganze noch nur für diese Seite setzen.
    z.b #top.postid-3432 .mfp-top-bar
    und if(is_single(3432)){ … }

    und da du ja ohnehin noch in alle nochmal rein musst (ist momentan ja nur das Angst Video zu sehen) , um die Links zu setzen, – du brauchst hierfür nicht mehr das addendum “?iframe=true” setzen, da wir ja unseren eigenen Trigger zur Auslösung der Lightbox definiert haben. Für SEO wäre es schon besser du würdest dann auch den Title richtig setzen – obwohl wir Ihn ja momentan nicht benötigen.
    Innerhalb der Text Box reicht es wenn du die Begriffe so setzt:

    <a href="/wp-content/uploads/Future-12917-1.mp4" target="_blank" rel="noopener">etwas anderes</a>
    


    PPS:

    – die spans benötigst du auch nicht, das würde ich über quick css auf einmal setzen:

    #after_submenu .avia_textblock p {
    	font-weight: bold;
    	font-size: 14pt; 
    	font-family: verdana, geneva, sans-serif;
    }

    – damit die Video Galerie nun nur innerhalb eines Anfangsbuchstaben rotieren ( loop ) können wir Gruppen setzen.

    #1289719

    In reply to: Font is not readable

    Hi,

    Thanks for contacting us!

    Please go to Enfold theme options > General Styling > Fonts > Default content font size and try increasing it. You can also change font family there – https://imgur.com/a/xjWFH2N :)

    Cheers!
    Yigit

    #1289671

    Topic: Fatal Error – Enfold

    in forum Enfold
    dezomat2
    Participant

    Hi

    i get the following error:

    Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /homepages/44/d40871808/htdocs/wwwneu/wp-content/themes/enfold/functions-enfold.php on line 293

    Did someone have the same error?

    Here is line 293 from my enfold functions:

    foreach($post_type as $post)
    {
    $image = get_the_post_thumbnail( $post->ID, ‘thumbnail’ );

    $extra_class = $image ? “with_image” : “”;
    $post_type = $image ? “” : get_post_format($post->ID) != “” ? get_post_format($post->ID) : “standard”;
    $iconfont = $image ? “” : av_icon_string($post_type);
    $excerpt = “”;

    if(!empty($post->post_excerpt))
    {
    $excerpt = apply_filters( ‘avf_ajax_search_excerpt’, avia_backend_truncate($post->post_excerpt,70,” “,”…”, true, ”, true) );
    }
    else

    Php is PHP 7.4

    Cheers
    dezi

    • This topic was modified 5 years ago by dezomat2.
    griddler
    Participant

    Hi,

    I need to change the font size of the image copyright info.
    Where I can find “small.avia-copyright” to change the “em”?

    Thanks a lot

    • This topic was modified 5 years ago by griddler.
    #1289314

    Hey,
    for me, this is where the question comes in, using the above code (<span style=”font-size: 14pt; font-family: verdana, geneva, sans-serif;”>abgeschreckt sein</span>)
    How can a caption be placed as a short text UNDER the video.

    Is there a solution for this ; )?
    Best regards,
    Gabi

    #1289116

    why did you place the video in a 1/2 container and have two 1/4 empty containers besides?
    If you like to have the video as wide as the slider take a 1/1 container and get rid of the two 1/4 columns.

    ______

    you have this rule in your css:

    #top #wrap_all .all_colors h1 {
        color: purple;
        font-size: 32px;
        font-family: raleway,helveticaneue,helvetica neue,helvetica-neue,Helvetica,Arial,sans-serif;
        text-transform: lowercase;
    }

    The text-transform is the point you had to change. You can have here captalize ( only first letters are big) or uppercase ( all Letters are big ) etc.
    because you have merged js files i cannot say exactliy where it comes from ( quick css or maybe Enfold – Advanced Styling)
    The merging seems to come from siteground-optimizer – have a look if your settings are refreshed after changing something.
    My advice – as long as you are not ready with layout and styling – switch off all merging and caching. When you are finished – then test performance with all switched on.

    If you only like to influence the subtext in your logo :

    #top #wrap_all .all_colors .logo .subtext h1 {
        font-size: 14px !important;
        text-transform: uppercase;
    }
    • This reply was modified 5 years ago by Guenni007.

    Hi karel,

    The font size in footer area is using a relative size, if you’re targeting the footer widgets (will affect sidebar widgets) then go to Enfold > Advanced Styling > Widget.
    Otherwise, it can only be done via CSS, adding this CSS code in Enfold > General Styling > Quick CSS:

    #footer .widgettitle {
        font-size: 24px;
    }
    
    #footer .widget {
        font-size: 16px;
    }

    The first code block is for widget headings, the second one is for the text.

    Best regards,
    Nikko

Viewing 30 results - 2,821 through 2,850 (of 18,730 total)