Viewing 30 results - 61 through 90 (of 142,522 total)
  • Author
    Search Results
  • #1492459

    Ok thank you. Everything looks great on desktop, but on mobile the logo is still showing in the footer menu.

    In regards to your question, the only logo in the footer should be in column 1. There should not be a logo in the footer menu.

    #1492451

    Hey amyncuih,

    Thank you for the inquiry.

    You can use this css code to limit the tab section title row to a maximum of 6 items.

    #top .av-tab-section-tab-title-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    
    #top .av-tab-section-tab-title-container > * {
        flex: 0 0 calc((100% / 6) - (10px * 5 / 6));
        max-width: calc((1310px - (10px * 5)) / 6);
        box-sizing: border-box;
    }
    

    Best regards,
    Ismael

    #1492450

    and do not rule it by media query but only with the different selectors:

    #avia-menu .only_mobile {
      display: none;
    }

    and for the footer:

    #menu-main-menu .only_mobile {
      display: none;
    }
    / *** or ***/
    #footer-page .only_mobile {
      display: none;
    } 

    because the menu on desktop got an ID and the burger menu is inside .av-burger-overlay and got the id: av-burger-menu-ul

    by the way: I can understand it in the case of the hamburger menu, because here it is a copy of the main menu.
    But you must have created your footer menu as an extra menu. Why did you put the logo there?

    #1492439

    Hi,

    Thank you for the link.

    Did you add this css code?

    #top .fullsize .template-blog .post-title {
        text-align: left;
        font-size: 48px;
    }

    Try to override the font size with this code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top .fullsize .template-blog .post-title {
        font-size: 16px;
      }
    }

    Best regards,
    Ismael

    #1492435

    The Demo: enfold-business-flat has on all pages a transparent header. !!!
    The transparency logo is shown then. So did you have inserted an alternate logo on :

    on the rest of your pages you do not see any logo because the default logo for transparency on that logo is white – and all pages of your page have a white color-section on top.

    #1492426

    Hey slikslok,

    Please try this instead:

    #top #wrap_all .header_color.av_header_transparency .avia-svg-icon svg:first-child {
      fill: #fff;
    }

    Best regards,
    Rikard

    #1492425

    In reply to: Theme update

    Hey Grace,

    Thanks for reaching out to us. I see that you are running an old version of the theme, the update to 7.1.3 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/

    If you don’t own a license for the theme, then you can buy one here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Best regards,
    Rikard

    #1492411

    Yes it is still there. In the burger menu it is showing correctly:
    https://q12.6af.myftpupload.com/wp-content/uploads/2025/12/IMG_9758.png

    But, in the main navigation on desktop it is showing like this:
    https://q12.6af.myftpupload.com/wp-content/uploads/2025/12/Screenshot-2025-12-11-at-12.17.58.png

    And all the pages on desktop and only some of the pages on mobile it is showing in the footer like this:
    https://q12.6af.myftpupload.com/wp-content/uploads/2025/12/IMG_D04AFBB70D96-1.jpeg

    I have tested on multiple devices and platforms and I am getting the same error. I have included a login for your review.
    Thank you so much. I’m very grateful for your help.

    #1492403

    Hi Ismael,

    I found a plugin called “Head, Footer and Post Injections” which contained the script, and I was able to fix it.
    The problem is that we were not the only ones working on this site for our client. A third party responsible for SEO has added various codes, plugins, and scripts over time — including ProvenExpert, which is no longer working.

    For the moment, I’d like to stop here. We need to talk to our client about who will be responsible for maintaining the site in the future and taking care of these issues.
    If possible, please keep the thread open. I might come back later. If not, feel free to close it for now.

    Thanks for your help!
    Best regards,
    Constanze

    #1492394

    Hey envisageiam,

    Thank you for the inquiry.

    Did you remove the logo menu item? We’re not seeing it at all on the front end, neither in the desktop nor the mobile menu. Please add the menu item again so we can check it properly.

    Best regards,
    Ismael

    Hey kurson,

    Thank you for the inquiry.

    The green color can be overridden using this css code:

    .main_color a, .main_color .widget_first, .main_color strong, .main_color b, .main_color b a, .main_color strong a, .main_color #js_sort_items a:hover, .main_color #js_sort_items a.active_sort, .main_color .av-sort-by-term a.active_sort, .main_color .special_amp, .main_color .taglist a.activeFilter, .main_color #commentform .required, #top .main_color .av-no-color.av-icon-style-border a.av-icon-char, .html_elegant-blog #top .main_color .blog-categories a, .html_elegant-blog #top .main_color .blog-categories a:hover {
        color: #555555;
    }

    This can also be adjusted in the Enfold > Advanced Styling panel — look for the strong tag and configure it.

    Best regards,
    Ismael

    #1492372
    bigtime32
    Participant

    Hello:

    Demo import: Import: Small Business – Flat Demo

    The Enfold Logo will not stop displaying. Have cleared all cache. Have deactivated all plugins. Upon inspection, it says my logo should be showing, but the enfold logo displays. Enfold logo image has been deleted.

    I have changed nothing on the demo except for the logo and some color in the general styling. My logo displayed perfectly in another demo import. Have no clue, but would appreciate help. Thank you.

    Tim

    #1492367

    In reply to: Enfold Version 3.8

    Hello Rikard,
    thank you for your reply. I have some concerns about updating my site. My website currently only works on PHP 7.0, and if I switch to PHP 7.1 or higher, the whole site breaks and I cannot access the WordPress dashboard.
    I want to update to the latest Enfold theme version (7.1), but I am unsure if it will work properly on PHP 7.0. I am worried that if I update the theme while still on PHP 7.0, the dashboard might stop working and I will lose access.
    If the new theme does not work on PHP 7.0 and the site breaks, how can I then fix it or finish the update if I cannot access the dashboard? Is there a safe way to update without risking losing access to WordPress?
    Thank you very much for your guidance.

    Best regards

    #1492347
    philipe
    Participant

    Hi all,

    We have been using Enfold with Polylang for around a year. It has worked well to translate pages from English into German and then Spanish. However it has recently been causing issues whereby the frontend layout was broken. After some investigation, it seems that during the translation process, code is inserted ‘custom_class=’ or even ‘custom_class’ in the section and column elements. This therefore stops the execution of the page rendering and requires a manual cleanup of layout elements. I note that if an element has already been assigned an ID or class, this doesn’t happen.

    I have tried the following to filter the outputs, but that hasn’t worked.

    Any ideas of what else I can look into, or why this might be happening?

    // Prevent Polylang from modifying Enfold shortcodes during duplication
    add_filter(‘pll_copy_post_metas’, ‘preserve_enfold_alb_data’, 10, 3);
    function preserve_enfold_alb_data($metas, $sync, $from) {
    // Remove _aviaLayoutBuilder_active from auto-sync to force manual handling
    $metas = array_diff($metas, array(‘_aviaLayoutBuilder_active’));
    return $metas;
    }

    // Clean up malformed custom_class parameters in shortcodes
    add_filter(‘the_content’, ‘fix_polylang_enfold_shortcodes’, 1);
    function fix_polylang_enfold_shortcodes($content) {
    // Remove empty custom_class parameters from sections and columns
    $content = preg_replace(‘/custom_class=[\'”]{2}/’, ”, $content);
    $content = preg_replace(‘/custom_class=[\'”][\s]*[\'”]/’, ”, $content);
    return $content;
    }

    // Clean up malformed HTML output
    add_filter(‘the_content’, ‘remove_custom_class_id_from_html’, 999);
    function remove_custom_class_id_from_html($content) {
    // Remove id=”custom_class=” (malformed with extra equals)
    $content = preg_replace(‘/\s+id=[“\’]custom_class=[“\’]?/i’, ‘ ‘, $content);

    // Remove id=”custom_class” (literal value only)
    $content = preg_replace(‘/\s+id=[“\’]custom_class[“\’]/i’, ‘ ‘, $content);

    return $content;
    }`

    #1492339

    Hi Ismael,

    I found this code already but the problem remains: Now my sticky posts from a CPT show up at the top –> BUT the rest of the posts is missing. Only the sticky posts are in the query, the remaining posts are not part of the masonry. I have one sticky post and without the code all posts are shown. With the code only the sticky one is visible. Same behaviour as with the code from my question …

    Kind regards,
    Daniel

    Hey Oriano,

    Thank you for the inquiry.

    Adding this css code should remove the sticky placeholder in the mobile view.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top .sticky_placeholder {
        display: none;
      }
    }
    

    Best regards,
    Ismael

    #1492315
    envisageiam
    Participant

    Hi – I am trying to center align the content in my footer widgets. I am able to get them to center on desktop, but I am unable to get them to center align on mobile. I am using this:
    #footer .widget {
    text-align: center;
    }
    Thank you for you help : )

    #1492312

    In reply to: theme and plugins

    Hey elisa,
    Thank you for your question, the top issue that I see is your question about using WPBakery Page Builder, please note that Enfold has it’s own Page Builder which can not be removed and most other Page Builders will cause a conflict. So please do not use other Page Builders.
    For #1 you will need to use a plugin, but we have not tested any.
    For #2 & #3 we have not tested any AirBnb plugins, so you will need to check.
    For #5 the structure is fine.
    Sorry we were not more help, I’m sure with the right plugins and no additional Page Builders your project will work well.

    Best regards,
    Mike

    #1492311

    try:

    add_filter('avia_masonry_entries_query', 'avia_masonry_entries_query_mod', 10, 2);
    function avia_masonry_entries_query_mod($query, $params) {
      $include = array();
      $sticky = get_option( 'sticky_posts' );
    
      $args = array(
        'taxonomy' => $params['taxonomy'],
        'post__not_in' => $sticky,
      );
      $posts = get_posts( $args );
    
      foreach($posts as $post) {
        $include[] = $post->ID;
      }
    
      $include = array_merge($sticky, $include);
    
      // convert values of the $include from string to int
      function sti($n)
      {
        settype($n, 'int');
        return $n ;
      }
    
      $include = array_map("sti", $include);
    
      $query['post__in'] = $include;
      $query['posts_per_page'] = 6;
      $query['orderby'] = 'post__in'; // sort items based on the post__in value
      return $query;
    }

    see Ismaels post on : https://kriesi.at/support/topic/sticky-posts-not-displaying-forst/#post-1230187

    #1492306

    In reply to: dasholzhaus.at

    Hey Silke,

    The update to 7.1.3 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/

    I’m not sure if Kriesi knows anyone at your club, but I will ask him.

    Best regards,
    Rikard

    #1492304
    spooniverse
    Participant

    Hi folks,

    I found a nice piece of code in the forum:

    add_filter('avia_masonry_entries_query', 'avia_masonry_entries_query_mod', 10, 1);
    function avia_masonry_entries_query_mod($query) {
    	$query['post__in'] = get_option( 'sticky_posts' );
    	$query['ignore_sticky_posts'] = 1;
    	return $query;
    }

    Now my sticky posts from a CPT show up at the top –> BUT the rest of the posts is missing. Only the sticky posts are part of the query, the remaining posts are not part of the masonry. That is wrong. Any idea why?

    Kind regards,
    Daniel

    #1492301
    Sandy
    Participant

    On mobile, the top image on webpages load the full width of the image, but not the full height. The photo is set to take up 50% of the view height, but that only kicks in after the user does something. The height loads after some action is taken on the screen, such as a scroll or click on the burger menu. The result is that the first impression of the webpage is bad with a cut off image that is too small/short in height.

    Is it possible to have this corrected for the first image on pages on mobile?

    #1492299
    Sonno
    Participant

    Hi,

    The spacing settings in the separator line don’t work in Enfold. Even with “Spacing” set to a negative value, nothing changes.
    I use the spacer to separate two fullwidth sliders.
    How can I reduce the top/bottom space.
    Thanks!
    Sonno

    #1492297

    Thats what I did, how do I set :

    Background Attachment: Fixed ?
    Background Image Position: ?
    Background repeat: ?

    It looks good on my desktop, but awful on mobile.

    #1492295
    elisa
    Guest

    Hello Kriesi Support Team,
    I am planning to build a hotel website using your enfold theme and I would like to confirm a few points regarding plugin compatibility and site structure:
    1.II want to create a staff/private area where each employee has their own private page to download documents (PDFs like contracts, rules, etc.), and it should be possible to track/download logs to verify that each employee has accessed the files. Plugins I am considering for this are WP Customer Area or Client Portal. Are these compatible with Enfold?
    2. I want to include a reviews/testimonials page similar to this example: https://www.villamarni.com/reviews/. Are there any known compatibility issues with plugins that import Airbnb reviews, or would you recommend a specific approach?
    3. For now, bookings will link externally to Airbnb, not using an internal booking system, but in the future I may want to integrate a direct booking plugin. Is Enfold compatible with booking plugins such as MotoPress Hotel Booking or WooCommerce Bookings?
    4. Can I use WPBakery Page Builder with Enfold by default for building pages, or do you recommend a different page builder?
    5. Overall, would you say Enfold can support a website structure like the following?
    ~12 pages for rooms
    ~20 private pages for staff
    Reviews/testimonials page
    Homepage, services, contact, etc.
    Thank you very much for your guidance. I want to make sure the theme fully supports this setup before purchasing.
    Best regards,
    Elisa Polidori

    #1492284

    but if it is that lonestar page – you had to adjust a lot of different things.
    First : you might better switch to hamburger menu on wider screens – even wider than the other option of 989px

    f.e.

    @media only screen and (max-width: 1399px) {
        #top #header .av-main-nav > li.menu-item  {
            display: none!important;
        }
        #top #header .av-burger-menu-main {
            cursor: pointer;
            display: block!important;
        }
    }
    

    or you use a combination of hamburger switch adjust and on enfold option :
    header – header behaviour – : Let Logo And Menu Position Adapt To Browser Window

    #1492283

    try – and read comments:

    @media only screen and (max-width: 989px) {
      /*** depends on if a header_meta is present and the height of it ***/
      /*** header_main plus header_meta height value is needed ***/
      #header {
        position: fixed !important;
        height: 120px !important;
        max-height: 120px !important;
      }
      
      /*** synchronise with header height value ***/
      .responsive.html_header_top #top #main {
        padding-top: 120px !important;
      }
    }
    
    /*** necessary – because your header_meta will then have two lines   ***/
    @media only screen and (max-width: 521px) {
      #header {
        position: fixed !important;
        height: 140px !important;
        max-height: 140px !important;
      }
      /*** synchronise with header height value ***/
      .responsive.html_header_top #top #main {
        padding-top: 140px !important;
      }
    }

    Ismael’s rules don’t work properly because a selector that I also thought was present is not there: html_mobile_menu_tablet
    My notes on this case of sticky headers on mobile devices always included this selector too.

    #1492278

    In reply to: border and distance

    Hey schweg33,

    Thank you for the inquiry.

    Please add this css code to reduce the height of the submenu and apply a border to it.

    #top .sticky_placeholder {
        height: 30px !important;
        max-height: 30px !important;
    }
    
    #top .av-submenu-container {
        min-height: 30px;
        line-height: 1em;
        border-color: #b1b1b1;
    }
    
    #top .av-subnav-menu > li {
        padding: 8px 0;
        display: inline-block;
    }

    fAryquf.th.png

    Best regards,
    Ismael

    #1492276

    Hey invulon,

    Thank you for the inquiry.

    This is possible with a custom script and a few styling changes. Please add the following code to your functions.php file:

    add_action('wp_footer', function() {
    ?>
    <script>
    jQuery(function($){
    
        $('.avia-heading-row th').each(function(){
            var text = $(this).text();
            $(this).html('<span class="av-
    rotated-text">' + text + '</span>');
        });
    
    });
    </script>
    <?php
    

    Then add this css code to rotate the text inside the heading row.

    #top .avia-table th {
        height: 200px;
    }
    
    #top .avia-table th .av-rotated-text {
        display: inline-block;
        transform: rotate(90deg);
        transform-origin: left bottom;
        white-space: nowrap;
    }

    Best regards,
    Ismael

    #1492267

    In reply to: Enfold Version 3.8

    Hey Angelika2017,
    A few years ago Theme Forest stopped using the API Key for updating, and now uses the Token. So you will need to manually update with the steps below. Also Enfold v3.8 is not PHP v8+ ready, which is the most likely reason you can not make changes. Updating should solve.
    We recommend creating a full site backup, including the database, please use your webhost tools for this and not a plugin, unless you are very conflict with the plugin. Another good approach would be to first create a staging site, most webhosts offer this as a single click option, if your webhost has the Softaculous script library that is available in cPanel & Plesk. If it lists your WordPress site you will see a button to create a staging site.
    While we don’t expect any issues updating your site, this is a practical approach for such an old site.
    If you don’t have a Theme Forest because a “developer” created this site for you using their own Theme Forest account, you may need to create your own account by purchasing your own license. Note that Theme Forest will not transfer licenses & we can not create licenses due to our contract with Theme Forest.

    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue,
    then you will see the Theme updated successfully message.
    After which you can go to your Theme Forest account and create a new Token for future automatic updates.

    Best regards,
    Mike

Viewing 30 results - 61 through 90 (of 142,522 total)