Forum Replies Created

Viewing 30 posts - 6,181 through 6,210 (of 67,463 total)
  • Author
    Posts
  • in reply to: Is Enfold compatible with Rank Match SEO And AI plugin? #1432361

    Hi,

    Yes, unfortunately, the Content AI option is not compatible with the builder as mentioned earlier. One workaround is to create a dummy page, switch to the Classic Editor, use the Content AI to generate content based on a focus keyword, then copy the result to the page using the Advance Layout Builder. This is a little cumbersome but it should work just fine.

    // https://rankmath.com/kb/how-to-use-content-ai/#write-with-content-ai

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We created a private test page (see private field) and edited the modification in the Quick CSS field a bit to display the border.

    
    /*------------------------------------*/
    /*             For button in slider               */
    /*------------------------------------*/
    #top .avia-slideshow .avia-caption-content  .av-slide-button {
        text-transform: uppercase;
        letter-spacing: 1px;
        border-width: 1px;
        color: #fff;
        background-color: #006f49;
        display: inline-block;
        line-height: 1;
        font-size: 15px;
        padding: 12px 24px;
        border-radius: 3px;
        color: #fff;
        fill: #fff;
        text-align: center;
        transition: all .3s;
        border: 1px solid #ffffff;
    }
    

    Best regards,
    Ismael

    Hi,

    Thank you for the explanation.

    We may need to access the site in order to properly check the issue. Please provide the site URL and login credentials in the private field. In the meantime, please try to upgrade the theme to version 5.6.10, then temporarily disable the Enfold > Performance > File Compression settings.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Have you tried setting the image as the background for the second column instead of using an Image element? For mobile view or at the full-width breakpoint, you can apply a minimum height to the column to make sure it still displays appropriately above or below the text box.

    Best regards,
    Ismael

    in reply to: Social Media Icons won’t show on Mobile Menu #1432350

    Hi,

    Thank you for the update.

    You should not copy the entire functions.php file from the parent theme. Only copy the script that @Guenni007 provided above. Please try again, and make sure that you copy the code directly from this forum. Also, make sure that at the start of the functions.php file, you have this opening tag:

    <?php
    

    The complete functions.php file would be:

    <?php
    
    function ava_custom_script_mod_social(){
    ?>
    <script>
    (function($){
      $('#header').one('click', '.av-main-nav-wrap', function() {
          var isMobile  = $('.av-burger-menu-main').css('display'),
          isHeading = "Social Bookmarks",
          social    = $('#header_main .social_bookmarks').clone(true).addClass('sub-menu'),
          mobileMenu  = $('.av-burger-overlay');
          
          mobileMenu.find('#av-burger-menu-ul').append('<li class="only-burger menu-item-social av-active-burger-items"><a itemprop="url" alt="Social Bookmarks" style="" href="#"><span class="avia-bullet"></span><span class="avia-menu-text">'+isHeading+'</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>');
        
          if( social.length ){
            mobileMenu.find('.only-burger.menu-item-social').append(social);
          }
        });
            
        var htmlString   = $('#socket .social_bookmarks').clone().find('li a'),
        socialString = [];
    
        htmlString.each(function() {
          var socialClass = $(this).parent('li').attr('class'),
          socialItems = $(this).wrap('<li class="'+ socialClass + ' menu-item menu-item-avia-special menu-social"></li>').parent().unwrap();
          socialString.push(socialItems);
        });
        var socials = socialString.reverse();
    
        $(socials).each(function() {
          $(this).appendTo('#avia-menu');
        });
    
        $('#avia-menu .menu-social').css('float', 'right'); 
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_custom_script_mod_social');

    Best regards,
    Ismael

    in reply to: Price list issue using mobile #1432349

    Hi,

    Thank you for the update.

    You may need to update the content of the table cells and include the number of persons beside the price. For example, you can adjust the content of the first cell in the Professionisti column using the following code:

    <span class="av-desktop-hide av-medium-hide av-small-hide">1 Person</span> 90 euros
    

    This will display the price as “90 euros” on desktop view and add the extra info “1 Person” beside the price on smaller screens.

    Best regards,
    Ismael

    in reply to: image gallery – different sizes in thumbnail overview #1432346

    Hey dondela,

    Thank you for the inquiry.

    It’s possible but it might leave huge gaps or spaces around the gallery items. You can try this css code to adjust the width of the 6th and 7th items in the gallery.

    #top #wrap_all .avia-gallery .avia-gallery-thumb a:nth-child(6) {
        width: 30%;
    }
    
    #top #wrap_all .avia-gallery .avia-gallery-thumb a:nth-child(7) {
        width: 50%;
    }
    

    Have you tried using the Masonry Gallery element instead?

    Best regards,
    Ismael

    in reply to: Image to flip #1432344

    Hi,

    Glad to know that @Guenni007 was able to help you out! Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Menu #1432342

    Hey jun san,

    Thank you for the inquiry.

    You can add this css code to adjust the position and styles of the submenu.

    #top .av-main-nav ul ul {
        left: 207px;
        top: 0px;
        margin: 0;
        border-top-style: solid;
        border-top-width: 1px;
        padding-top: 0px;
    }

    Best regards,
    Ismael

    in reply to: Small bar above Main Menu – font and icon size #1432341

    Hi,

    Thank you for the update.

    To adjust the style of the social icons, you can use this css code.

    #top #header_meta .social_bookmarks li a {
        float: left;
        width: 30px;
        line-height: 30px;
        display: block;
        margin: 0px;
        outline: none;
        padding: 0;
        min-height: 30px;
        height: 100%;
        overflow: visible;
        z-index: 2;
        position: relative;
        text-align: center;
    }

    Would you mind providing a screenshot of the issue? Or post the site URL in the private field so that we can check the current header layout and settings.

    Best regards,
    Ismael

    in reply to: Avia Layout Builder Element preview always black #1432339

    Hey villasanarenteriasimon,

    Thank you for the inquiry.

    We can still change the preview background on our installation. Have you tried disabling the plugin temporarily? Please provide the login details in the private field so that we can check the builder.

    Best regards,
    Ismael

    Hey arrabonapaletta,

    Thank you for the inquiry.

    Did you add any HTML tags in the builder? Please make sure that there are no invalid tags in the content and that all tags have been closed properly. Otherwise, they could break the layout of the builder and unintentionally remove content.

    Best regards,
    Ismael

    in reply to: Formularfelder im Kontaktformular individuell gestalten #1432337

    Hey mulder4301,

    Thank you for the inquiry.

    Ich habe im Quellcode ausgelesen dass die ID und NAME dieses Feldes avia_1_1 ist. Kann ich damit was anfangen?

    Yes, you can use the ID or classname to adjust the style of specific fields in the contact form element. To adjust the style of the first field for example, you can use this css code.

    #top form fieldset #element_avia_1_1 input {
        background-color: #cc1818;
        color: #ffffff;
    }

    Best regards,
    Ismael

    in reply to: Moving From Staging to Live #1432335

    Hey snachary,

    Thank you for the inquiry.

    You may need to search for the old URL in the database and replace it with the new URL. You can accomplish this using a search and replace plugin, link below.

    // https://wordpress.org/plugins/better-search-replace/

    Please check the article below for more info.

    // https://kinsta.com/knowledgebase/wordpress-search-and-replace/#2-install-a-wordpress-search-and-replace-plugin

    IMPORTANT: Please make sure to create a site backup or a restore point before proceeding.

    Best regards,
    Ismael

    in reply to: Display Entries From A Custom Taxonomy #1432334

    Hi,

    You’re welcome! Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Fatal Error when updating theme version #1432333

    Hey agolden85,

    Thank you for the inquiry.

    Did you override any of the builder element or template files in the child theme? Please make sure to update the templates or disable them temporarily. You should also toggle or temporarily deactivate the Enfold > Performance > File Compression settings afterward.

    Best regards,
    Ismael

    in reply to: Is Enfold compatible with Rank Match SEO And AI plugin? #1432332

    Hey!

    Thank you for the info.

    When it comes to editors, Enfold and Rank Math, the only possible conflict we can think of will be related to the Content Analysis where Rank Math may not be able to read the content.

    As we have said earlier, the theme’s Advance Layout Builder is compatible with the plugin’s content analysis, so the plugin should be able to read or detect elements added the builder. If you define a Rankmath focus keyword in a page or post, and added that keyword in a Special Heading or Text Block element, the analysis will be able to detect it and update the analysis accordingly. You can test it out.

    Regards,
    Ismael

    in reply to: Avia Layout Architect not loading on page for latest posts #1432115

    Hi,

    Thank you for the update, and sorry to hear about your illness. Hope you’re feeling better now.

    We are not yet sure what is causing the errors, but it might be due to the content added in the page. Did you add any custom scripts or html tags in the “Reisebilder & Berichte” page? Please set the builder to debug mode so that we can see the builder content or shortcodes.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Best regards,
    Ismael

    in reply to: Small bar above Main Menu – font and icon size #1432112

    Hi,

    Thank you for the inquiry.

    The css rule for the phone number should have the selector “phone-info” and “social_bookmarks” for the social icons. To hide the duplicate social icons in the main header container, please edit the last css code that we provided above and replace it with the following.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header_meta .social_bookmarks {
        display: block;
      }
    }
    

    Best regards,
    Ismael

    in reply to: customer reviews – align the text at the top #1432111

    Hi,

    Did you toggle the html and file compression? Please add the css code below, then disable the cache and compression plugin temporarily before checking the page.

    #kundenempfehlungen {
        overflow: visible !important;
        margin-bottom: 100px;
    }
    

    Best regards,
    Ismael

    in reply to: Problem on show social icons in mobile header #1432108

    Hi,

    The latest code should be placed inside the css media query. Please remove all css code related to this thread, then replace it with the following code.

    
    @media only screen and (max-width: 767px) {
    
      #header_meta .container {
        display: flex;
        justify-content: flex-start;
      }
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header .social_bookmarks,
      .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
        display: block;
        text-align: left;
        width: auto;
      }
    
      .responsive #header .sub_menu,
      .responsive #header_meta .sub_menu>ul {
        float: none;
        width: auto;
        text-align: center;
        margin: 0 auto;
        position: static;
        margin: 0;
      }
    
      .responsive #top #wrap_all #header_main .social_bookmarks {
        display: none;
      }
    }

    This should remove the duplicate social bookmarks container and position the icons beside the language flags in the far-left corner of the header meta container.

    Best regards,
    Ismael

    in reply to: Is Enfold compatible with Rank Match SEO And AI plugin? #1432107

    Hey Peter,

    Thank you for the inquiry.

    The theme is compatible with the Rankmath plugin, and the Advanced Layout Builder (ALB) should also work with the plugin’s content analysis. Unfortunately, we haven’t tested the builder with the Content AI feature, but you should be able to use the plugin with the theme without issue.

    Best regards,
    Ismael

    in reply to: Grid Row Mobile + tablet view #1432105

    Hi,

    Thank you for the inquiry.

    But problem 2 with the wide spacing still exists: Could you still help me with this?

    We are not sure where the space is coming from, but you can decrease it by adding this css code.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #gutschein {
        margin-bottom: -100px;
      }
    }

    Best regards,
    Ismael

    in reply to: Label for post types creating a link in Avia Builder #1432104

    Hi,

    Thank you for the info.

    We may need to access in order to properly check the issue. Please provide the WP and S/FTP login details in the private field.

    Best regards,
    Ismael

    in reply to: Masonry no entries fallback #1432103

    Hi,

    Desired situation: When no categories are selected the masonry element has 0 results. When a new post is added in a new category, it shows 1 post.

    That is not possible, unfortunately. You either have to select a category or select none at all to display all posts from all categories. The filter avf_masonry_query_no_entries_fallback when set to false will prevent fallback posts from displaying when there are no items in the selected category.

    Best regards,
    Ismael

    in reply to: Masonery gallery #1432102

    Hi,

    Thank you for the update.

    You can apply a custom css class name or ID attribute to the Masonry element and adjust the css rule accordingly. Please check the link below.

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    in reply to: Video Media Element not showing video #1432101

    Hi,

    Thank you for the update.

    Could you provide links to the demo pages you’d like to copy? We should be able to provide you with the builder shortcodes, which can be manually applied to your pages. You have to set the builder to debug mode first.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    It’s not possible to add buttons to the Easy Slider element by default, but you should be able to manually create the buttons using html and add them to the sliders’ caption fields.

    HTML:

    
    <div class="av-button av-slide-button av-size-sm">Make an Appointment</div>
    

    CSS:

    .av-slide-button {
        text-transform: uppercase;
        letter-spacing: 1px;
        border-width: 1px;
        color: #fff;
        background-color: #006f49;
        border-color: #fff;
        display: inline-block;
        line-height: 1;
        font-size: 15px;
        padding: 12px 24px;
        border-radius: 3px;
        color: #fff;
        fill: #fff;
        text-align: center;
        transition: all .3s;
    }
    

    Best regards,
    Ismael

    in reply to: Suggestion for content element: “Cards” #1432099

    Hey gatehealing,

    Thank you for the inquiry.

    Have you tried creating a Custom Element Template for this instead of adding another element? Please check the link below for more info. In the upcoming version of the theme, there will also be Custom Layout and Dynamic Content features, which can be used to create custom layouts and content pulled directly from the database or custom fields.

    // https://kriesi.at/documentation/enfold/custom-element-templates/

    Best regards,
    Ismael

    in reply to: Image resizing for mobile #1431971

    Hey sarawh,

    Thank you for the inquiry.

    Which image element are you using? If you’re using the default Image element from the builder, the element should include the srcset attribute which is added by WordPress automatically, and the browser should automatically select or serve the appropriate thumbnail size for different screen sizes. This should also work for sliders if you select the original or full-size thumbnail. If you want to learn more about the srcset attribute, please check the link below.

    // https://developer.wordpress.org/apis/responsive-images/

    Best regards,
    Ismael

Viewing 30 posts - 6,181 through 6,210 (of 67,463 total)