Viewing 30 results - 1,951 through 1,980 (of 11,206 total)
  • Author
    Search Results
  • #1267067

    In reply to: Enfold Update

    Hey Peter Colón,

    Thanks for contacting us!
    Since you are still using Enfold 4.4 which still uses API key to update, it’s not possible to update via Theme Options.
    Please backup your site first, then try to do the following steps:
    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.

    Once done, generate an Envato personal token using the account you used to purchase Enfold then add the token in the Theme Options, you can check the details on our documentation: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Nikko

    #1267004

    Hi Bruno,

    I have checked on your site and the background image points to (link in private content) and it’s white in color.
    You’ll need to use a different image and point it in css, if you’re not sure how to do this, then just post in private content the link to the dark play button image, then we’ll write some CSS code based on it which should work.
    As for autoplay, browsers have some sets of policy which prevents autoplay, in chrome for example it needs to be muted first. Also, you can try to disable Javascript file merging and compression in Enfold > Performance.

    Best regards,
    Nikko

    Hey Samantha,

    You can start a new thread by clicking this button in the Enfold sub forum: https://imgur.com/a/AnoSPNb, or using this link to open a new thread.

    I have no idea how to help you out, as I literally don’t see any information in your post to suggest where we can see the problem you are having.

    Best regards,
    Rikard

    #1266765

    In reply to: enfold issue

    Hello Rikard, I went through the documentation and it looks complex to me. I thought I can update the theme from WordPress by pressing the update button. Can I give you access to my WordPress and fix it for me.

    I saw this message under the enfold section in WordPress. it seems my developer fucked me over and left. how can I fix all that

    Last time we checked the token we were not able to connect to Envato:

    Purchases could not be accessed
    Username could not be accessed (needed for your information only)
    E-Mail could not be accessed (needed for your information only)
    Following errors occurred:

    Purchases: Your private token is invalid.
    username Your private token is invalid.
    email Your private token is invalid.
    Purchases: A problem occurred accessing your purchases. Unable to check for updates.

    #1266708

    Hey JantienM,

    Please refer to the following:

    Best regards,
    Jordan Shannon

    #1266678
    mercyairch
    Participant

    Hi Victoria
    I am running two websites. One with enfold 4.6.1, the second with enfold 4.2.6 (the dashboard tells me that all themes are up to date!?) This version is probably too old.
    In enfold 4.6.1 I could import the Google Poppins font and everything is working as expected:

    In enfold 4.2.6 I don’t even see the Custom Font Manager button and I’m unable to import a font:
    https://mercyair.ch/wp-content/uploads/2020/12/enfold-child-4.2.6-scaled.jpg

    I have switched off all plugins for troubleshooting but it doesn’t change anything. ould Can you please help me?

    Best Regards
    Sam

    #1266617

    In reply to: Custom font manager

    Hello Support Team
    I am running two websites. One with enfold 4.6.1, the second with enfold 4.6.2
    In enfold 4.6.1 I could import the Google Poppins font and everything is working as expected.
    In enfold 4.6.2 I don’t even see the Custom Font Manager button and I’m unable to import a font. I have switched off all plugins for troubleshooting but it doesn’t change anything. Can you please help me?

    Best Regards
    Sam

    DimitriMTM
    Participant

    Hi,

    I updated to WP 5.6. I configured the Enfold Privacy & cookies setting to display a bar on the bottom of the screen and only open info modal when the button is pushed. This worked fine until the WP 5.6 update and now the info modal is automatically opened and can’t be closed.
    When you accept the setting the info modal is closed but the msg bar is still visible. This isn’t the expected behavior.

    Could you have a look?

    Thank you,
    Dimitri

    #1266556

    In reply to: Arrow Up Button

    Hey,

    1- I checked your website on Firefox and your background image is visible on my end so I believe it is cache related. Please go to Enfold theme options > Performance and disable CSS file merging and compression, save Enfold theme options, refresh your page a few times, check the button, if changes are applied, you can enable CSS merging once again :)

    2- Please add following code to Quick CSS as well

    a#scroll-top-link {
        background-color: transparent !important;
        border: none !important;
    }

    Cheers!
    Yigit

    likefps
    Participant

    Hello. I like your template very much and I am very pleased. I used the link to activate a new type of post: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type. After update wordpress to 5.6 the button ALB has disappeared, and the editor displays plain text. Any ideas on how to fix it?

    	/* Active ALB in new post type */
    	function avf_alb_supported_post_types_mod( array $supported_post_types ) {
    		$supported_post_types[] = 'specjalisci';
    		$supported_post_types[] = 'YOUR CUSTOM POST NAME';
    		return $supported_post_types;
    	}
    	add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);
    	
    	
    	/* Add Avia-Editor to Archive */
    	function avf_metabox_layout_post_types_mod( array $supported_post_types ) {
    		$supported_post_types[] = 'specjalisci';
    		return $supported_post_types;
    	}
    	add_filter('avf_metabox_layout_post_types', 'avf_metabox_layout_post_types_mod', 10, 1);
    	
        /* show Post type in media */
    	add_theme_support('add_avia_builder_post_type_option');
    	add_theme_support('avia_template_builder_custom_post_type_grid');
    #1266323
    jvingerhoets
    Participant

    Hello,
    I’ve updated a development site running the latest Enfold version (4.7.6.4) from WordPress 5.5.3 to 5.6. The site is functioning, but after pressing the scroll to top button on longer pages, the scrolling is happening much slower than before.
    See for example these two demo’s (not mine) which proves that it is not only happening on my dev site:
    http://wpexpert.se/enfold/ (found this demo in a post on this forum concerning another problem, should be running WP 5.6)
    https://kriesi.at/themes/enfold-church/ (the demo on this site, not yet running WP 5.6?)
    On my Macbook Pro and iMac there is a significant difference in speed in Chrome, Safari and Firefox.
    Does anyone else experience this or am I seeing ghosts?
    After installing the Test jQuery Updates plugin, the speed was back to normal on my dev site. But that is only a temporary fix I suppose…
    Kind regards,
    Jef

    #1266292
    Anna
    Participant

    Hi,
    I’m trying to do this : https://kriesi.at/documentation/enfold/button/#toggle-id-7
    but nothing happens when I click on the button…
    Do you have any idea where the problem may come from?

    #1266176

    Hi Brian,

    You need to register on the support forum before you can post. After that then you can use this link to open a new thread, or click this button on the Enfold sub forum: https://imgur.com/a/AnoSPNb

    I tried checking your link, but your site is not loading at all on my end. Please see private.

    Best regards,
    Rikard

    #1266028
    Maike
    Participant

    Dear team,

    how do I activate the share link for blog posts for FACEBOOK?
    The option is missing in the theme options / blog Layout Menu, please see screenshots here:
    Screen-Shot-2020-12-09-at-15-20-10
    WordPress 5.6
    Enfold 4.7.6.4

    Thank you!
    ( probably unrelated, but there is a general link for facebook: https://ibb.co/1ZbLfX4 )

    #1265747

    Hi MarkusSchauma,

    Please backup your site first, then try to do the following steps:
    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.

    Best regards,
    Nikko

    #1265743
    Stevenhensen89
    Participant

    Hello,

    Is it possible to highlight a menu item?

    For example the same as you did on your website (kriesi.at) to jobs (the number 4)!
    The other option that i’m looking for is to highlight one menu item and change it into a ‘button’.

    Please check this website as an example: https://normecfoodcare.com/ (orange button QA Software)

    Thanks!

    Steven

    #1265563

    Topic: Double Layout Builder

    in forum Enfold
    vg009
    Participant

    Hi, I just installed Enfold. When I want to edit a page I see two Layout Builder. First the Standard Editor and then the Avia Editor. I don’t need the first one, but it does not disappear, when I press the Button for Advanced Layout Builder. Can you help me with that?

    #1265515
    Martin
    Participant

    Hello,

    on my site https://www.designplanung.com I would like to add alt and title attributes to the first button “Gesprächstermin vereinbaren”. I think that used to work, now I can’t find any setting options (Enfold 4.7.6.4, current WordPress). Can anyone give me a hint?

    The same applies to the logo, here too I cannot find any setting options for the attributes.

    Many greetings,
    Martin

    HI! though following your links and doing exactly whats documented, it does not work to
    AD A SOCIAL MEDIA ICON TO THE SOCIAL MEDIA PROFILE

    the link you sent me

    i did all this (now ive lost hours of trying around)

    new icons:

    font generated
    „newicons“ von fontello
    (3 icons:
    name:
    apple F179
    beatport-logo_icon-grau E800
    spotify F327

    imported generetaed fontello-6ff9f0ba.zip

    followed documentation link

    imported code
    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons[‘icon_name’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
    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[‘Icon Label’] = ‘icon_name’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    Note: you may need to change “fontello” to the name of the imported font (you can check that in Enfold > Import/Export > Iconfont Manager) and “ue800” for the icon code of the Icon you want to use (most of the times is ue800).

    i changed it to the imported name newicons, tried around with the icon codes, nothing works.

    i need help, as this does not work, i lost hours, its important.

    Hi buerogestaltet,

    You can upload screenshots to a service like Dropbox or http://imgur.com and give us the links here, we can’t see the screenshot you shared above.

    You can add any custom social icon to the theme.

    Here are the docs for you:

    Best regards,
    Victoria

    #1265014

    I also do not see any option to delete the enfold theme. There is no “delete” button in the lower left corner like there is for other themes.

    #1264868

    Hey Giona,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .avia-slideshow-button, #top .avia-button {
        border-radius: 5px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1264755

    I added the following code:

    /**
    * Add quantity field on the archive page.
    */
    function custom_quantity_field_archive() {

    $product = wc_get_product( get_the_ID() );

    if ( ! $product->is_sold_individually() && ‘variable’ != $product->product_type && $product->is_purchasable() ) {
    woocommerce_quantity_input( array( ‘min_value’ => 1, ‘max_value’ => $product->backorders_allowed() ? ” : $product->get_stock_quantity() ) );
    }

    }
    add_action( ‘woocommerce_after_shop_loop_item’, ‘custom_quantity_field_archive’, 0, 9 );

    /**
    * Add requires JavaScript.
    */
    function custom_add_to_cart_quantity_handler() {

    wc_enqueue_js( ‘
    jQuery( “.type-product” ).on( “click”, “.quantity input”, function() {
    return false;
    });
    jQuery( “.type-product” ).on( “change input”, “.quantity .qty”, function() {
    var add_to_cart_button = jQuery( this ).parents( “.product” ).find( “.add_to_cart_button” );

    // For AJAX add-to-cart actions
    add_to_cart_button.data( “quantity”, jQuery( this ).val() );

    // For non-AJAX add-to-cart actions
    add_to_cart_button.attr( “href”, “?add-to-cart=” + add_to_cart_button.attr( “data-product_id” ) + “&quantity=” + jQuery( this ).val() );
    });
    ‘ );

    }
    add_action( ‘init’, ‘custom_add_to_cart_quantity_handler’ );

    /*Remove Flag form Enfold Menu*/
    function avia_remove_main_menu_flags(){
    remove_filter( ‘wp_nav_menu_items’, ‘avia_append_lang_flags’, 9998, 2 );
    remove_filter( ‘avf_fallback_menu_items’, ‘avia_append_lang_flags’, 9998, 2 );
    remove_action( ‘avia_meta_header’, ‘avia_wpml_language_switch’, 10);
    }
    add_action(‘after_setup_theme’,’avia_remove_main_menu_flags’);


    I think somewhere from this site… i added it a while ago,- but noticed it later that it don`t worked
    https://kriesi.at/support/topic/adding-quantity-field-in-shop-overview-page-woocommerce/
    https://kriesi.at/support/topic/add-a-quantity-field-to-woocommerce-products/

    #1264715
    Felix Hesse
    Guest

    thanks, my post was not concerning buttons only but the whole design / theme templates. are you planning to release some fresh up-to-date themes? compared to popular other wordpress themes enfold did not publish modern looking designs in the last 12 months…

    #1264681

    Hi Felix,

    Thanks for reaching out to us, and for using Enfold. We don’t have any innovations planned when it comes to buttons unfortunately. If you need help with styling these old-fashioned buttons you are referring to, then please post a link to where we can see them, and let us know what you would like to change.

    Best regards,
    Rikard

    Hey ariane1001,

    Thank you for the inquiry.

    By default, the theme should be removing the query string for the first button or link in the pagination but it doesn’t seem to be the case in your installation. Please edit the enfold\framework\php\function-set-avia-frontend.php file, remove everything, then place the following code.

    // https://pastebin.com/2G708fX7

    Best regards,
    Ismael

    #1264365

    In reply to: support

    Hi,

    You can use this link to open a new thread. Or use this button: https://imgur.com/a/AnoSPNb

    Best regards,
    Rikard

    #1264132

    Topic: Trouble Saving

    in forum Enfold
    dppontius
    Participant

    Support,
    I just switch a website to the latest version of enfold. I tried to start a new home page and times when i try to save sometimes it doesn’t (the button animates but never finishes) The server is running php 7.1, which i read some where could be an issue, is there some way to confirm that? Rather than a plugin issue? or something else?
    The fullwith slider does work as well.
    http://nofari.org/test-2/
    I’m able to save settings in the backend
    thanks,
    David

    #1264069
    davidraymcclain
    Participant

    Using WordPress with Enfold Theme, go to Dashboard upper left. Click on website name, click on customize and a bunch of code comes up with FATAL ERROR. WordPress says to contact developer. Siteground says to contact developer. Site seems to work fine but cannot be changed due to Customize command disabled.

    #1264039

    In reply to: Partner Logo On Mobile

    Hi,

    1- I added following code to bottom of Quick CSS field to switch to mobile menu on screens below 1350px

    /* Activate burger menu */
    @media only screen and (max-width: 1350px) {
    #top #header .av-main-nav > li.menu-item  {
        display: none!important;
    }
    #top #header .av-burger-menu-main {
        cursor: pointer;
        display: block!important;
    }}
    @media only screen and (min-width: 990px) {
    .header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after { 
    background-color: white; 
    }}

    You can adjust container width in Enfold theme options > General Layout > Dimensions tab. Please do not compare footer and header container width to the width of your Grid Row elements as their width is not dependent on container width.

    2- Cookies were disabled, I went to Enfold theme options and enabled them. It has the text and Accept and Learn buttons. Attached a screenshot in private content field below.

    3- Thanks for adding page ID to target homepage only, I forgot to do that. I am not sure if I understood the issue you are having now though and it is pretty difficult find correct screenshots out of 44 of them :) Could you please delete the ones that are no longer relevant?

    Best regards,
    Yigit

Viewing 30 results - 1,951 through 1,980 (of 11,206 total)