Viewing 30 results - 1 through 30 (of 141,898 total)
  • Author
    Search Results
  • #1487473

    Topic: Can’t See Footer

    in forum Enfold
    tiomauri
    Participant

    After an update on my Enfold theme, my footer stopped showing. I’ve Checked everything and it should be showing.
    I have My footer set to: Display the footer widgets & socket, 3 columns

    I’ve checked My Widget, and I have the 3 of them, Footer – Column 1, Footer – Column 2, and Footer – Column 3. The 3 of them with content.
    But the site shows nothing below the content.

    This is how it should look:

    Enelex

    Hi,
    It looks like the element has “no padding” set in the options, please check, or try this css for the page:

    .page-id-76 #av_section_1 {
    	padding-top: 50px;
    	padding-bottom: 50px;
    }

    Best regards,
    Mike

    #1487460

    Hey Ismael

    Thank you very much for your reply.
    The LCP issue is gone, that was the next thing on my list :-)
    My main concern is the CLS issue on desktop. Managed to fix it with 100vh height (i think) but since I have added the media query to have a different color section for IpadPro I can´t get rid of the bad CLS score. The 100vh solution makes the dektop version higher then 100vh and I am running out of ideas.

    My CSS regarding this color sections:
     /* Color section container width and height  */
    
    /* DESKTOP  */
    
    .cjs-titel-keil-container .container {
      width: 100% !important;
      min-width: 100%;
      min-height: 80vh;
      padding: 0;
      margin-right: -1px;
      magin-top: -1px;   
    }
    
    @media only screen and (min-width: 1025px) {
    .cjs-titel-keil-container-ipadpro {
      display:none !important;
    }
    }
    
    /* IPADPRO  */
    
    .cjs-titel-keil-container-ipadpro .container {
      width: 100% !important;
      min-width: 100%;
      padding: 0px;
      margin-right: -1px;
      magin-top: -1px;   
    }
    
    @media only screen and (max-width: 1024px) {
    .cjs-titel-keil-container  {
      display:none !important;
    }
    }

    Thank you for your Help
    Best regards,
    Christopher

    you have set this css rule to not have the full-width of the grid element.

    #av-grid-custom-home {
      max-width: 960px;
      margin: 0 auto;
    }

    the quick and dirty way is to set the background-color to your #f3f3f3 – but it influences the whole installation.

    #top #main {
      background-color: #f3f3f3;
    }

    __________________

    so remove your setting from above …

    A more flexible approach is to wrap the grid-row element in a div that has all the properties of a standard color-section.

    set a custom class on those grid-row element : grid-notfull
    now to get a not fullsize grid-row element i have the following snippet in my child-theme functions.php :

    function grid_layout_notfull(){
    $responsive_size = avia_get_option('responsive_size');
    ?>
    <script>
    (function($){
      $('.av-layout-grid-container.grid-notfull' ).each(function() {
        var notfullID = $(this).attr('id');
        $(this).hasClass('main_color') ? $(this).wrap('<div class="main_color notfullsize '+notfullID+'"></div>') : '';
        $(this).hasClass('alternate_color') ? $(this).wrap( '<div class="alternate_color notfullsize '+notfullID+'"></div>') : '';
      });
      $('.notfullsize').css({"clear": "both", "width": "100%" , "float": "left" , "position": "static" , "min-height": "100px" });
      $('.grid-notfull').css({"max-width": "<?php echo $responsive_size; ?>" , "margin": "0 auto" , "padding": "0 50px"});
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'grid_layout_notfull');
    #1487449

    In reply to: Control SVG images

    Well the logo itself is place as inline svg. But nevertheless – you can handle it like an image – and influence the space arround that svg with padding.

    in the footer there is a img tag with svg

    so try:

    #top .logo.avia-svg-logo svg {
      padding: 5px;
    }
    
    @media only screen and (max-width: 767px) {
      #footer-page .flex_column.first .avia_image {
        max-width: 180px;
        left: 50%;
        transform: translateX(-50%);
      }
    }
    #1487448

    Topic: Control SVG images

    in forum Enfold
    bbarasa
    Participant

    On this staging site:

    https://yu39su8np7.papa-view.com/

    the owner of the site requested that I use SVG images for logo in header and footer.

    I have read up on svg formatting only enough to understand the problems, but don’t understand enough to know the code solutions.

    In the header, the logo bumps up against the top and bottom of the header area, where there should be a little padding. I tried a few things in Quick CSS but only got the top to be a little padded, not the bottom. So I took that code out.

    In the footer, the logo behaves miraculously well (at least in Firefox) considering I just stuck it in there, but when I narrow the browser window to approximate mobile view and the footer areas stack, the logo gets much bigger than I want it because the constrained area is much bigger than the area it’s in in the desktop footer.

    Help!

    #1487443

    Hi,

    Thank you for the inquiry.

    Try to add this css code to fix the icon in place, preventing it from affecting the size of the button while animating.

    #top .buttonpulse a.avia-button .avia_button_icon {
        position: absolute;
        left: 30px;
        top: 15px;
    }
    
    #top .buttonpulse a.avia-button .avia_iconbox_title {
        padding-left: 15px;
    }

    Let us know the result.

    Best regards,
    Ismael

    #1487440

    Hey Andrea,

    Thank you for the inquiry.

    Try to add this css code to adjust the breakpoint of the columns on smaller screens.

    @media only screen and (max-width: 1366px) {
        .responsive #top #wrap_all #breakpoint1024 .flex_column.col {
            margin: 0;
            margin-bottom: 20px;
            width: 100%;
            display: block;
            float: none;
        }
    }

    Result:

    View post on imgur.com

    Best regards,
    Ismael

    #1487428

    In reply to: token for update

    Hey yves,

    The first step to take is to have access to the theme files, if you cannot access the account which was used to purchase your license then I would recommend purchasing a new license: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990. Once you have access to the theme files, then the update to 7.1.1 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1487420

    Hey Jason Bolger,

    Thanks for sharing the problem with count(). I added a fix to next release.

    It is not easy to load backend without the builder.
    I started a try to use Enfold without the builder but stopped it as frontend would need a lot of changes e.g. in css.
    I did not check it for backend pages yet.

    See ..\config-templatebuilder\avia-template-builder\php\class-template-builder.php around line 472ff if you want to give it a try.

    Best regards,
    Günter

    #1487419
    pelgrimrat
    Participant

    Dear people at the forum,

    I have a question considering an icon animation on this website:

    I created buttons with a “beating heart” icon, using this code:

    .buttonpulse a.avia-button .avia_button_icon {
        top: 1px;
        margin-right: -1em;
        padding-right: 25px;
        animation: pulse 1.5s infinite;
    }
    
    @keyframes pulse {
    0% {font-size: 18px;}
    50% {font-size: 22px;}
    90% {font-size: 18px;}
    100% {font-size: 18px;}
    }

    I played around with the margin and padding so that the button itself (especiallly the border around it) doesn’t move when the heart icon is transforming.
    However, in Safari browser, the buttons are stretching horizontally when the icon increases in size. In Chrome, the buttons are staying the same, which is what I want.

    Do you know a CSS solution that will tackle Safari browsers as well?
    Thanks in advance!

    #1487414

    Hi,

    Thanks for that. I’ve imported the content of the top level pages for you. Please note that the demo settings and images are not included. Let us know if you should need anything more from the demo.

    Best regards,
    Rikard

    #1487411
    Rastoffarai
    Participant

    Hello Enfold Team,

    I have CLS issue on my first color section (on all of my main pages).
    I have managed to fix the issue, but when I realized that my design is not looking good on IpadPro, I have added a second color section with a media query only between 1024-1025Px. Since then the CLS issue is back and I can´t find a solution.
    Can you please have a look what I am doing wrong?

    Best regards,
    Christopher

    #1487409

    ok – if you like to have on default a sidebar header – and on homepage only the header top position.
    ( for that scenario we need than a bit different css too if you like to have slide-out from left to right)

    1 set your enfold child to header top and make all your decisions you like to have for that header ( height, logo left or right, navigation position, shrink or not, etc pp )

    2 Go to your homepage editor and make your decision there – f.e. if it should have transparency etc.

    3 Look now to your homepage with dev tools of your browser. Note your ID of that page and look what classes are set on #header
    e.g.: ( all_colors header_color light_bg_color av_header_top av_logo_right av_main_nav_header av_menu_left av_custom av_header_sticky av_header_shrinking av_header_stretch av_mobile_menu_tablet av_header_searchicon av_header_unstick_top_disabled av_bottom_nav_disabled av_header_border_disabled )

    4 now switch back to your header left position.

    put this to your child-theme functions.php:

    (remove options you do not need – or replace – f.e. header_size and header_custom_size and replace by header_size: ‘slim’ / or large )
    find those header settings in : avia_header.php

    function av_change_header_style($header){
      if(is_page(array( 17, 123456))){ 
        $header['header_position']    = "header_top";
        $header['header_layout']      = 'logo_right main_nav_header menu_left';
    
        $header['header_size']        = 'custom';
        $header['header_custom_size'] =  140;
        $header['header_shrinking']   = 'header_shrinking';
        $header['header_sticky']      = 'header_sticky';
        $header['header_shrinking']   = 'header_shrinking';
    
        $header['header_class'] = " all_colors header_color light_bg_color av_header_top av_logo_right av_main_nav_header av_menu_left av_custom av_header_sticky av_header_shrinking av_header_stretch av_mobile_menu_tablet av_header_searchicon av_header_unstick_top_disabled av_bottom_nav_disabled av_header_border_disabled";
      }
        return $header; 
    }
    add_filter('avf_header_setting_filter','av_change_header_style');

    here in this example there are two pages (ID’s) replaced with that different layout – adjust to your home page ID
    this filter has a lot more options.

    see example page: https://clean.webers-testseite.de/

    #1487408

    Hi,

    the top menu/header.

    We may need to view the site and inspect the elements. Please provide the site URL in the private field.

    Best regards,
    Ismael

    #1487386

    well you got a page like this for your layout: https://kriesi.at/themes/enfold-photography/

    try:

    @media only screen and (max-width:767px) {
      #top .av-logo-container .inner-container {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "nav logo";
      }
    
      #top .av-logo-container:after,
      #top .av-logo-container .av-sidebar-social-container {
        background-color: gray;
      }
    
      .responsive #top #header .logo {
        grid-area: logo;
        width: unset !important;
        justify-self: end;
      }
    
      .responsive #top #wrap_all .main_menu {
        grid-area: nav;
        justify-self: start;
        width: unset !important;
        left: 0;
        right: unset;
        position: relative;
      }
    }
    
    /* === change the width values to your needs f.e. 500px instead of 350px  === */
    /* === burger slide-out from the leftside === */
    
    .av-burger-overlay-scroll {
      width: 350px;
      left: -350px;
      max-width: 100%;
      transition: all 0.5s cubic-bezier(0.75,0,0.25,1);
    }
    
    .html_av-overlay-side .av-burger-overlay-scroll {
      left: 0;
      max-width: 100%;
      transform: translateX(-350px);
      transition: all 0.5s cubic-bezier(0.75,0,0.25,1);
    }
    
    /* === hide header on home page === */
    
    @media only screen and (min-width:768px) {
      .html_header_sidebar #top.home #header {
        display: none !important;
      }
    
      .html_header_left #top.home #main {
        margin-left: -2px !important;  /* === to ensure there aren't any white flashes on the left  === */
        position: relative;
      }
    }
    #1487385

    Hi,

    Great, I’m glad to hear that you found a solution. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1487380

    Hi Ismael.
    Thanks for your input.
    I did a quick check, and the burger menu code seems to resolve the issue.
    Regarding the “CSS code to completely hide the header”… it doesn’t seem to work with either the left menu (which is what we’d like to use) or the top menu/header.

    #1487371
    This reply has been marked as private.
    #1487364

    Hi. I may have resoved it.
    After turning off all of the plugins (no change) and turning them back on I Google the problem again and found the solution at:

    https://wordpress.org/support/topic/ob_end_flush-failed-to-send-buffer-of-zlib-output-compression-1-2/

    I no longer have errors at the footer.

    Thanks for your help.

    #1487359
    schwabino
    Participant

    Any reason why the slider and home page gallery image will stop working? Updated PHP and theme and still not coming up?

    Thanks
    B

    #1487353

    Hey Gerry,

    Getting a license is the first thing that you should do, it can be purchased at Themeforest. Once you have access to the theme files, then the update to 7.1.1 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1487347

    Thanks for your time.
    I’ve tried, but those settings are only available for layouts with a main menu placed at the top.
    As anticipated at the beginning, for all other pages we’d like the sidebar menu on the left.

    #1487323

    Hi,

    Thank you for the update.

    You can replace the previous modification with this css rule to apply the changes to every section across the site.

    @media only screen and (max-width: 767px) { 
         #top #wrap_all .avia-fold-unfold-section  {
    	display: none;
         }
    }

    Let us know the result.

    Best regards,
    Ismael

    #1487318

    In reply to: Logo resizing

    Hey Maggie,

    Thank you for the inquiry.

    There are transparent spaces above and below the actual logo image (see private field). Try to remove the current logo from the Media > Library, edit the image to remove the transparent gaps using any photo editing tool, then upload it again.

    Remove the green part:

    View post on imgur.com

    You can also try this css code:

    .logo img, .logo svg {
        min-height: 150px;
        margin-top: -24px;
    }
    
    .logo, .logo a {
        overflow: visible;
    }

    Best regards,
    Ismael

    #1487315

    I don’t recall having added that folder and 2 files in enfold-child. But when I hide the folder, the warning notice goes away at the top of the page.
    However, I’m seeing a warning notice below the footer (that I had not seen before) (see screenshot):
    Notice: ob_end_flush(): Failed to send buffer of zlib output compression (0) in /home/dotorgw1/public_html/wp-includes/functions.php on line 5471

    Notice: ob_end_flush(): Failed to send buffer of zlib output compression (0) in /home/dotorgw1/public_html/wp-content/plugins/really-simple-ssl/class-mixed-content-fixer.php on line 107

    In the footer area, colummn 1, I had an icon list there which was generated using the “insert theme shortcodes” tool within the toolbar options. The iconlist still views, but above it is an error message. (See private for screenshot view).

    Hey Kati17,

    I see that you are running an old version of the theme, could you try to update to the latest version (7.1.1) to see if that helps please? The update to 7.1.1 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1487307
    icarogioiosi
    Participant

    For the site’s homepage, we’d like the “burger” icon on the left and the logo on the right, preferably in the center (https://img.savvyify.com/image/01-Homepage.y9tpL).
    For all other pages, we’d like the sidebar menu on the left (https://img.savvyify.com/image/02-All-pages.yy86x).
    As you can see from the images, we can obviously do this in the theme settings, but one excludes the other.
    So, either only at the top or only on the left.
    Is there a way to achieve the result we want?
    And when using the “burger” icon, is it possible to open the menu on the left instead of the right (https://img.savvyify.com/image/01-Homepage-b.yy905)?

    #1487259

    but you are loading some fonts – how do you load them. I see f.e. a roboto-slab – this is not inside the default drop-down for available fonts.
    Try to upload those fonts – by using the font-manager.

    i can see this console warning : downloadable font: glyf: empty gid 164 used as component in glyph 165 (font-family: “Roboto Slab” style:normal weight:100..900 stretch:100 src index:0) source: https://fonts.gstatic.com/s/robotoslab/v35/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2

    _____
    a similar Problem?
    btw. : have a look at: https://kriesi.at/support/topic/deprecation-warnings-clogging-up-my-error_log-file/

Viewing 30 results - 1 through 30 (of 141,898 total)