Forum Replies Created

Viewing 30 posts - 5,671 through 5,700 (of 25,536 total)
  • Author
    Posts
  • Hi Jasmin,

    I have modified the Grid Rows and added this in Advanced > Developer Settings > Custom CSS Class: Custom CSS Class
    Then in Enfold > General Styling > Quick CSS, I added this CSS code:

    @media only screen and (max-width:1400px) {
      #top .six-cols {
        display: flex;
        flex-direction: column;
      }
    
      #top .six-cols .av_one_half {
        width: 100%;
        padding: 30px !important;
      }
    }

    Please review your site.

    Best regards,
    Nikko

    Hi Thomas,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi marcobe,

    I see, can you try this solution:

    // Register Telegram icon as a theme icon
    function avia_add_custom_icon($icons) {
        $icons['telegram'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue8b7');
        return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
        $icons['Telegram'] = 'telegram';
        return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    Best regards,
    Nikko

    in reply to: Animated Numbers not working anymore #1291503

    Hi jens,

    This is now fixed.
    I have disabled Javascript file merging and compression in Enfold > Performance and flushed out cached files in Hummingbird which fixed the issue.
    I have enabled back Javascript file merging and compression and flushed out cached files in Hummingbird and everything still worked properly.

    Best regards,
    Nikko

    in reply to: Blog grid with full info and elements #1291502

    Hi peterolle,

    You’re welcome :)
    This is based on Enfold 4.8.1 postslider.php file (line numbers are based on original code without any of the code removed/replaced):
    Line 790 is removed:

    $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-" . avia_post_slider::$slide . "' class='slide-image' title='{$image_link_title}'>{$thumbnail}</a>" : '';

    Line 868-872 is removed:

    //	elegant style
    if( ( strpos( $new_blogstyle, 'modern-blog' ) === false ) && ( $new_blogstyle != '' ) )
    {
        $output .= $meta_out;
    }

    and is replaced with:

    $output .= $meta_out;
    $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-" . avia_post_slider::$slide . "' class='slide-image' title='{$image_link_title}'>{$thumbnail}</a>" : '';

    Line 894-898 is removed:

    //	modern business style
    if( ( strpos( $new_blogstyle, 'modern-blog' ) !== false ) && ( $new_blogstyle != '' ) ) 
    {
        $output .= $meta_out;
    }

    Line 905-924 is removed:

    if( ( $show_meta && ! empty( $excerpt ) ) || in_array( $show_meta_data, array( 'always', 'on_empty_content' ) ) )
    {
        $meta  = "<div class='slide-meta'>";
        if ( $commentCount != '0' || comments_open( $the_id ) && $entry->post_type != 'portfolio' )
        {
            $link_add = $commentCount === '0' ? '#respond' : '#comments';
            $text_add = $commentCount === '1' ? __( 'Comment', 'avia_framework' ) : __( 'Comments', 'avia_framework' );
    
            $meta .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
        }
        $markup = avia_markup_helper( array( 'context' => 'entry_time', 'echo' => false, 'id' => $the_id, 'custom_markup' => $custom_markup ) );
        $meta .= "<time class='slide-meta-time updated' $markup>" . get_the_time( get_option( 'date_format' ), $the_id ) . '</time>';
        $meta .= '</div>';
    
        if( strpos( $blogstyle, 'elegant-blog' ) === false )
        {
            $output .= $meta;
            $meta = '';
        }
    }

    and is replaced with:

    $meta = "<div class='slide-meta'>";
        $meta .= "<div class='slide-meta-author'>";
            $meta .= get_the_author_meta( 'display_name', $entry->post_author );
        $meta .= '</div>';
    $meta .= '</div>';
    
    $output .= $meta;

    Line 931-936 is removed:

    $output .= '<footer class="entry-footer">';
    if( ! empty( $meta ) ) 
    {
        $output .= $meta;
    }
    $output .= '</footer>';

    Best regards,
    Nikko

    in reply to: Page title integrated with shortcode #1291496

    Hi,

    You’re welcome and thanks for understanding. :)
    If you want to make the modification, you can start here: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
    Thanks again for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Masonry gallery judders when paginitating #1291495

    Hi Silvio,

    I can’t be sure but I’m suspecting that either it’s caching or uploaded theme was corrupted.
    Basically the steps I made are:
    1. Switch to default theme (twenty twenty one, also in live site put it in maintenance mode via plugin)
    2. Delete the enfold theme (old) and upload and activate enfold (download a new one from themeforest)
    3. Remove maintenance mode

    Best regards,
    Nikko

    Hi Thomas,

    You’re welcome :)
    If you need the image optimization tool, I believe you can still activate it but just turn off the setting for webp.

    Best regards,
    Nikko

    in reply to: Burger-Menü öffnet nicht #1291310

    Hi LG,

    We’re glad that this is now working properly :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Unwanted br tag 2 #1291307

    Hi Mauro,

    Can you try to disable Javascript file merging and compression in Enfold > Performance? and see if this helps.

    Best regards,
    Nikko

    in reply to: Display notification count on menu #1291306

    Hi Jorge,

    That’s manually added via CSS.
    If you can give us a link to your site, and which menu item to apply it then we can give you some CSS code that should have a similar effect.

    Best regards,
    Nikko

    Hey mosaic,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: missing icon on the search menu, in builder! #1291304

    Hey nasiusII,

    Can you try the solution posted on our documentation: https://kriesi.at/documentation/enfold/icon/#troubleshoot ?
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Theme not updating #1291298

    Hi Thunderbird_1,

    Can you try to disable CSS file merging and compression and Javascript file merging and compression in Enfold > Performance?

    Best regards,
    Nikko

    in reply to: Enfold Menu are Missing #1291297

    Hi Tristan Salonga,

    Thanks for contacting us!
    It seems you are still using Enfold 4.5.6, please update Enfold to the latest version (4.8.1) and make sure to have a backup first.
    If you are not yet ready to update, then you can try to install and activate Enable jQuery Migrate Helper plugin and set it’s jQuery version to Legacy 1.12.4-wp.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: pop up Modal window disappear after updating #1291293

    Hi keir2012,

    We’re glad that this is resolved :)
    Thanks for using Enfold and have a great day!

    @Guenni007thanks for helping out. :)

    Best regards,
    Nikko

    in reply to: How long do you receive updates? #1291291

    Hi Filip,

    The theme update will be for a lifetime, only support is limited to 6 months which you can extend. :)

    Best regards,
    Nikko

    in reply to: Missing Scroll To Top on mobile site #1291288

    Hi sandrasii,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Need an update. website has issues. #1291286

    Hi Emmanuel,

    Try to change the password via phpmyadmin in cPanel.
    Here’s an article that should help: https://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/

    FTP access would not help in this case.

    Best regards,
    Nikko

    in reply to: Demo import is not working #1291283

    Hi abzzyy,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Special Heading cut off at bottom #1291278

    Hi macjeffff,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Function in my theme functions (functions.php) #1291270

    Hi Severin,

    The code is basically just calling an external jquery file.
    Can you give us a link to your site? so we can inspect the site.

    Best regards,
    Nikko

    in reply to: API Key not working for theme update #1291267

    Hi Chris,

    If you do a theme update, only tweaks/modification made on the enfold theme files are overwritten but everything else like Theme Options is preserved.

    Please follow the steps below to update from Enfold 4.4.1 to 4.8.1:

    Make a backup:
    – Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
    – Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/

    Option 1: Use Envato Market to update your site
    – link: https://envato.com/market-plugin/

    Option 2: Update manually
    1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
    2. It should generate a new folder, open it and look for the enfold folder
    3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    4. Log in to WordPress as and Admin.
    5. Install and activate a maintenance plugin and put your site in Maintenance mode.
    6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    7. Click on the ADD NEW button.
    8. Click on the UPLOAD THEME button.
    9. Click BROWSE and choose enfold.zip file
    10. Click the INSTALL NOW button and switch to Enfold or your child theme.
    11. Remove the maintenance mode then deactivate and remove the maintenance plugin.

    Register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
    Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.

    Best regards,
    Nikko

    in reply to: anchor point for grid section #1291266

    Hi hooman80,

    I tried to check on your site and it scrolls properly to the correct section, is this already fixed?

    Best regards,
    Nikko

    in reply to: Mega Menu gesamte Layoutbreite #1291260

    Hi Diana,

    Try adding max-width on your CSS code:

    max-width: 100%;

    If the screen width is lesser than 1340px then it should limit itself to 100% maximum width.

    Best regards,
    Nikko

    in reply to: Select category for sorting portfolio on load #1291255

    Hi peterolle,

    Can you give us a link to the page where you are applying the script? so we can take a closer look.

    Best regards,
    Nikko

    in reply to: Page title integrated with shortcode #1291253

    Hi Bodyworkcenter,

    The only way to do this is to override the slider, unfortunately, this type of modification would take a lot of time and testing and outside the scope of our support. :(

    Best regards,
    Nikko

    in reply to: After Updating to WP 5.7 Enfold is broken #1291246

    Hi fe1x,

    happy is the one who always has a backup at hand ;)

    Agree :)

    CSS/JS merging and compression are just temporary until caches expire.
    If it’s not a caching plugin then there might be a built-in caching in the server, then try to flush it out.
    Then try to enable it again.

    Best regards,
    Nikko

    in reply to: Burger menu: do not show sub menu #1291242

    Hi senhorvinho,

    Try to create a new menu for mobile in Appearance > Menus.
    Then go to Enfold > Main Menu (tab) > Alternate Menu for Mobile then select the new mobile menu you created.
    Hope this helps.

    Best regards,
    Nikko

    Hi cleanpowerX,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 30 posts - 5,671 through 5,700 (of 25,536 total)