Viewing 30 results - 271 through 300 (of 243,822 total)
  • Author
    Search Results
  • #1491783

    In reply to: Enfold Theme Update

    Hey Ana Birliga,

    Did you register your theme license? https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1491780
    Ana Birliga
    Guest

    Hello,

    We want to update the Enfold theme from version 6.0.2 to version 7.1.3, and we would like to know the best way to proceed. There is a message that Automatic updates are not available for this theme.

    #1491770

    PS : If these products are assigned to a category that has the members-only function, then the code will of course also work with category exclusion.
    just see the comments on the snippets with product_tag versus product_cat

    for ajax search it might be neccessary to have:

    // ENFOLD AJAX-SEARCH: exclude members-only slug
    add_filter('avf_ajax_search_query', 'exclude_member_products_from_enfold_ajax', 10, 1);
    function exclude_member_products_from_enfold_ajax($search_parameters) {
        // Only for users who are not logged in
        if (!is_user_logged_in()) {
            // Parse parameters
            parse_str($search_parameters, $params);
            
            // Add Tax Query
            $params['tax_query'] = array(
                array(
                    'taxonomy' => 'product_tag',  // or 'product_cat'
                    'field'    => 'slug',
                    'terms'    => array('members-only', 'premium'),
                    'operator' => 'NOT IN'
                )
            );     
            // Convert back to string
            $search_parameters = http_build_query($params);
        }
        return $search_parameters;
    }

    Unfortunately, I can’t test it myself, as I’m not currently managing any shop websites.

    #1491766

    Seems like a pretty big item, since most websites need a working contact form. Am I the only one that has issues with the submissions? I have around 20 Enfold theme websites and its the main thing that stops me from using the theme more. I really don’t want to do Divi for all my future sites and trying to find solutions here. At least if I could capture the submission, we wouldn’t miss anything if the emails didn’t sent. Or I guess I have to use Contact Form or Elfsight ever time? Thanks

    #1491765
    Alex K.
    Guest

    Hi,
    are there coming new demos? the existing demos are so old and nothing new came out for years. so i have to ask is the theme still in progress/development for new upcoming versions like 8.0 etc. ? or will you stop to develop the theme in the future? i bought 96 licenses and it would be great if the advanced layoutbuilder would be as flexible as the elementor or others. i would highly appreciate it if we have the great enfold theme still in 3, 5 or more years.

    thank you for feedback.
    Alex

    #1491762

    Hi,

    Great, I’m glad to hear that you found a solution. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1491752

    Hi Yigit,

    thank you very much for your response!

    I would still like to explain why I think using a translation platform like Crowdin could be beneficial for Enfold in the long run, even if there are currently only a few active contributors for translations.

    From my experience, the main reason why there are so few contributors is the barrier to entry:
    Creating an account in your support forum or learning how to contribute via GitHub is something that most users simply won’t do. Especially if they only want to fix a few strings.

    Platforms like Crowdin lower this barrier:
    – users can log in with Google or easily create an account with email address + password
    – no technical knowledge is required (like git)
    – contributing a single small fix becomes extremely quick
    – many people contribute occasionally without ever becoming regular / active translators

    I work for Aternos and we use Crowdin for all translations (see https://crowdin.com/project/aternos). Although we don’t have many dedicated translators, we receive regular contributions from many users who translate only a few strings. These small improvements add up and have helped us provide our website in 20+ languages.

    A major benefit of Crowdin is also the built-in quality control: Translations can be upvoted or reviewed/approved before they are included. This keeps the quality high without adding a lot of manual work.

    I believe Enfold could benefit from the same advantages, and it would make it much easier for the community to help you maintain high-quality translations.

    I would still kindly ask you to reconsider using a translation platform, because I think it could significantly improve both the quality and the amount of translation contributions in the future.

    Best,
    Paul

    • This reply was modified 1 month, 2 weeks ago by pvogel.
    #1491751

    Hi,

    Thanks for letting us know. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1491750

    Hey Munford,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1491744

    Hi Daniel,

    I translated the “Category” and “Categories” strings in Enfold using the Loco Translate plugin, but I cannot reproduce the issue on my end.

    Could you please send us a link to your site and temporary admin login credentials so we can investigate the issue?

    Best regards,
    Yigit

    #1491741

    Hey,

    Thank you for your feedback and for your contribution. We will review and merge it soon.

    Everyone has to find the translations first, download them, upload them to their website, etc. Wouldn’t it be easier to just provide good translations as standard that ship with the theme…?

    When translations are contributed through our support forum or GitHub, we merge them and make them available in the upcoming version.

    Since there are only handful of active translation contributors (Italian, Dutch, French, Croatian), we prefer not to use translation tools and send the language files to the contributors in advance. Most updated translations make to the current version.

    Please let us know if you’d like to receive the language files in advance and we’ll send them to you as well.

    Best regards,
    Yigit

    #1491736

    In reply to: JQuery Errors

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1491735

    In reply to: logo on mobile

    Hey Gianluca,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page .logo {
      display: none; 
    }

    Best regards,
    Rikard

    #1491729

    Very unfortunate as the Enfold Layout Builder is *so* out of date.

    #1491728

    In reply to: enfold update locked

    Hey Winkin,

    Did you follow this? https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1491727
    Winkin
    Guest

    hi

    We use en15tyifje8am96k9cbu5flh02o862ya key, from the company luxapps.

    The enfold theme is up to date No Updates available. You are running the latest version! (4.5.1)

    is it normal ?
    impossible to update php version !

    #1491726

    Hi,

    Thanks for the update. Do you have any caching plugins active? If so, then please try to flush all caches or temporarily deactivate them. Also try to toggle the file compression options under Enfold->Performance. If you should need further help, then please include admin WordPress login details in private.

    Best regards,
    Rikard

    #1491714
    This reply has been marked as private.
    #1491696

    Is there any plugins that collect the Enfold submission forms?

    #1491692

    Hi,

    The size for the h3 tag is added under Enfold->Advanced Styling. You can remove that instance if you don’t need it.

    Best regards,
    Rikard

    #1491690

    Hi,

    Ok, may not be able to use Enfold for forms anymore. Just more work that I wish was easier.

    Why are you not able to use Enfold for forms? Did you check the suggestions in the link I posted, and did any of the steps fail?

    And if we get the forms to work, is there anyway to view and collect all the Submissions, so we can look back on them and in case we miss any?

    There’s no functionality like that in the theme unfortunately, you would have to use a dedicated form plugin which might offer that.

    Best regards,
    Rikard

    #1491688

    In reply to: icon in top bar

    Hey Gianluca,

    Please try to enable debug mode under Enfold->Layout Builder->Show advanced options, then drag the icon of your choice to a new layout. After that you will see the shortcode for the icon below the regular layout window, which you can then copy/paste to your phone number.

    Best regards,
    Rikard

    #1491683

    Ok, may not be able to use Enfold for forms anymore. Just more work that I wish was easier.

    And if we get the forms to work, is there anyway to view and collect all the Submissions, so we can look back on them and in case we miss any?

    Any suggestions for this?

    Thanks

    #1491677

    Hey bemodesign,

    Please try these suggestions: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-

    Best regards,
    Rikard

    #1491674

    Hi,

    You are still running an old version of the theme. Please update to the latest version (7.1.3) of the theme first of all: https://kriesi.at/documentation/enfold/theme-update/.

    If you haven’t registered your license, then please refer to this: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1491670

    Thanks @Ismael,
    curiously, Enfold tells me “you are not allowed to upload this type file” in the library (.ico) …what can I do?

    #1491668
    This reply has been marked as private.
    #1491667

    now my final solution is – to upload 3 files to the child-theme includes folder:

    /wp-content/themes/enfold-child/
    └── includes/
      └── loop-author.php ← PHP Loop (loads the css once)
      └── loop-about-author.php
      └── loop-author.css ← all Styles (Grid + List)

    loop-author.php: https://pastebin.com/yaXj5Zfw
    loop-about.php: https://pastebin.com/QQ84LGaw
    loop-author.css: https://pastebin.com/zTJMtth9

    to style the author page now are two entries for child-theme functions.php

    // 1. Configure layout and settings
    add_filter( 'avf_author_loop_args', function( $atts, $context ) {
        if( $context == 'author' ) {
            $atts['type']              = 'list';               // 'grid' or 'list' Layout
            $atts['columns']           = 4;                    // columns count
            $atts['image_size']        = 'gallery';            //  image-size
            $atts['contents']          = 'excerpt_read_more';  // Content-Type
            $atts['items']             = -1;                   // Posts per page
            $atts['paginate']          = 'no';                // Pagination  on/off  (yes or no)
            $atts['show_modified_date'] = 'yes';               // 'yes' = shows  "Updated: XX"
            $atts['orderby']           = 'date';               // orderby : 'date', 'modified', 'title', 'rand', 'comment_count'
            $atts['order']             = 'DESC';               // order: 'DESC' (newest or Z-A) or 'ASC' (oldest or A-Z)
    	$atts['fallback_image']     = get_stylesheet_directory_uri() . '/includes/fallback.jpg';  // an url or  'placeholder'
    	$atts['post_types'] 		= array('post', 'portfolio');    	// 	count posts or portfolios or both
        }
        return $atts;
    }, 10, 2);
    
    // 2.  IMPORTANT: Customise query for pagination, sorting and post types
    add_action( 'pre_get_posts', function( $query ) {
        if( ! is_admin() && $query->is_main_query() && is_author() ) {
            // Get the filtered arguments from above
            $default_args = array(
                'items'      => get_option('posts_per_page', 12),
                'orderby'    => 'date',
                'order'      => 'DESC',
                'post_types' => array('post')
            );
            $atts = apply_filters( 'avf_author_loop_args', $default_args, 'author' );
            
            // Set Query-Parameters
            $query->set( 'posts_per_page', $atts['items'] );
            $query->set( 'orderby', $atts['orderby'] );
            $query->set( 'order', $atts['order'] );
            
            // Set post types - IMPORTANT: even if there is only one type
            if( ! empty( $atts['post_types'] ) && is_array( $atts['post_types'] ) ) {
                // WordPress requires 'any' or an array with multiple types
                if( count( $atts['post_types'] ) == 1 ) {
                    $query->set( 'post_type', $atts['post_types'][0] );
                } else {
                    $query->set( 'post_type', $atts['post_types'] );
                }
            }
        }
    }, 999 );

    see result page : https://basis.webers-testseite.de/author/guenni007/
    Unfortunately, no translation for But we are proud to say that %s contributed %s entries already. has been added to the (at least German) lang files yet. That is why it is in English on my example page.

    i tested all 3 blog styles – it works on all of them.

    #1491663

    Hey Tony T,
    Thanks for your question, since you state that the site was built by a developer long ago, I assume that it was built using their Envato (Theme Forest) account and not your friend’s, unfortunately this occurs. So you will need to purchase a license though a new account with your friend’s email address so they have future updates. Then you can 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.
    This will not interfere with your child theme modifications.
    Please note that while we don’t expect any errors, the best course of action for such an old version is to create a stagging site, most webhost have this option, then update it first to see if you have errors. If it works fine then create a full backup, with your webhost options, and try the update on your live site.
    Please also note that Enfold 3.0.4 is not PHP v8+ ready, so you will need to switch back to the v7 version before updating the theme.

    Best regards,
    Mike

    #1491662

    In reply to: Upper Menu size

    Hi,
    Glad that Rikard could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

Viewing 30 results - 271 through 300 (of 243,822 total)