Viewing 30 results - 26,011 through 26,040 (of 244,594 total)
  • Author
    Search Results
  • #1351908

    Hi Ray,

    Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

    Hi giaguaro72,

    Please go to Enfold > Performance, then disable Responsive Images.
    Let us know if this helps.

    Best regards,
    Nikko

    #1351899
    Gary Talcott
    Guest

    Hello

    I’m having issues with my WooCommerce product images appearing in the camp registration page.

    #1351886

    Thanks

    When is enfold 5.0 coming out and is there a list of new features that I can see?

    #1351879

    Hi,
    Sorry we don’t have that, the import file is a WordPress xml file, see our documentation on How to manually import a theme demo
    But your server setting won’t allow the import to complete, in my experience, but you can give it a try.
    The only other solution that would probably work is for you to import the demo on a localhost and use the plugin duplicator and then install the clone on your OVH server.

    Best regards,
    Mike

    #1351878

    In reply to: Error Messages

    Hi,
    Thanks for the login, your WordPress ▸ Appearance ▸ Theme File Editor seems to be disabled, but I believe if you add this function to your child theme functions.php it may help:

    function custom_avf_post_css_create_file( $create ) {
    	return false;
    }
    add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );

    I see that you already have a few Email Template for your Participants Database Email Expansion Kit plugin, did this error just start?
    I’ve never heard of this plugin so I’m not sure what it is doing, but I believe the Email Templates are saved as a post-type in WordPress because the error:
    get_default_post_to_edit() #6 {main} thrown in /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 385
    points to the function handler_wp_save_post.

    Best regards,
    Mike

    #1351875

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1351864
    InSilentio
    Participant

    Hi,
    Original image uploaded into the Medialibrary:
    100KB
    1580 x 860px

    Enfold registered image size “1500×758”:
    600KB

    The Enfold image has SIX times more pageload / filesize then the original.
    This for sure is nothing that makes any sense.

    Questions:
    1: Ho do i stop this behaviour?
    2: How do i fix this for all the 4160 images i already uploaded?

    #1351860

    Hi,
    Since the start of this thread in 2015 there are more options to disable or remove the LayerSlider in the theme options at Enfold Theme Options ▸ Layout Builder ▸ Integrated (Bundled) LayerSlider Plugin,
    2022-05-15_002.jpg
    You can also read in our documentation that the bundled version of the LayerSlider is only updated with theme updates due to the license for the bundled LayerSlider. If you wish to purchase and use a standalone version to update more often, please deactivate the bundled version.
    Since this thread is from 2015 and it covers multiple topics, if you have questions about the current version that is not explained in our documentation please open a new thread and describe the issue that you are having so we can assist.

    Best regards,
    Mike

    #1351856

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1351854

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1351850

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1351840

    In reply to: meta tag robots

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1351834

    Hi,

    Your database seems to be there. If you need to backup your theme settings, then you can export them under Enfold->Import/Export. Also make sure to backup your child theme, if you are using one.

    Best regards,
    Rikard

    I do not understand the contradiction in this. I still work with Enfold and the Adavanced Layout Builder. Only I put the event lists into the ALB elements using the shortcodes given by the plugin. I like to use the Events Manager Plugin.
    f.e.: for all future events the list shortcode is: [events_list scope="future" order="asc"]
    you can put that shortcode to enfold columns, icon-boxes etc. pp

    #1351822

    Hey spacerocket,
    The bundled LayerSlider is only updated with theme updates, you can purchase and use the standalone version if you wish. Please read more about this in our documentation.

    Best regards,
    Mike

    #1351817
    spacerocket
    Participant

    Hi-
    I am getting the warning that the LayerSlider needs to be updated but I have the latest version of the Enfold theme, according to my Theme Update check with the token to Envato.

    Any suggestions on how to update this plugin?

    Thank you,
    S

    #1351813

    Hi,
    Thank you for the screencast, I would describe this as your page loading rather than a “flicker”, to reduce this I would recommend using a caching plugin, WP Fastest Cache typically works well.
    Another option would be to activate the Enfold Theme Options > Page Preloading option.

    Best regards,
    Mike

    #1351812

    In reply to: Responsive Is Broken

    Hey interfacemedia,
    Thank you for the link to your site and video, but I looks like the page in question was built with the page builder Elementor, Enfold has it’s own built-in page builder, the Advanced Layout Builder which can not be removed from the theme or replaced by another page builder, we do not support Elementor and do not expect all of it’s features to work correctly.
    We recommend that you remove Elementor and use the Advanced Layout Builder.

    Best regards,
    Mike

    #1351798

    Hey Jens-abroad,
    Thank you for your patience and for the login to your site, for the grid layout on your archive page and tag page I added this code to the end of your functions.php file in Appearance ▸ Editor:

    add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); 
    function avia_change_archive_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'blog-grid';
    return $layout;
    }
    add_filter('avf_blog_style','avia_change_tag_blog_layout', 10, 2); 
    function avia_change_tag_blog_layout($layout, $context){
    if($context == 'tag') $layout = 'blog-grid';
    return $layout;
    }

    so now the layout is grid with the images showing, but the css doesn’t match because the blog grid on your landing page is created by the plugin Gutenberg Blocks by Kadence Blocks
    To have all of the grid styles match try building your landing page with the theme’s Advanced Layout Builder and use the blog element to show the posts.
    Also, I recommend using a Child Theme and moving the functions.php code to the child theme so it will not be lost on your next theme update.

    Best regards,
    Mike

    Hi,

    Did you enable the Layout Builder? https://snipboard.io/jvPXs3.jpg. If not, then please start with that. The pages you are referring to are demo pages, they can be deleted if you don’t want or need them. You can read all the documentation we have here: https://kriesi.at/documentation/enfold/. If you need further help, then please post admin WordPress login details in private.

    I don’t read Chinese either, but you don’t need that to use the theme.

    Best regards,
    Rikard

    #1351790

    Hi,

    Thanks for that. There are b tags being added for some reason, I’m not sure why though. Could you enable debug mode, so that we can copy the content to a test page please? https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode. We can do it for you, if you give us permission to do so.

    Best regards,
    Rikard

    #1351786
    Ad-Min747
    Participant

    Hi,
    longtime i’m using Enfold, but longtime also i’ve not been using it and wordpress also. So, sorry for the (trivial) question.

    I’m working on my main menu and have 2 different pages named for eg Rule A and Rule B.
    I want to have a main Menu title “Rules” (with no link) to embed my 2 pages as RULES/Rule A and RULE/Rule B appearing on rollover the main “RULES” menu.
    RULES (not clickable)
    => Rule A => Page A
    => Rule B => Page B

    I know I’ve been doing it before, but I’m not remembering how to perform this.with Enfold
    Many thanks
    BR

    silviouk
    Participant

    Hi there,

    The issue of webhooks to re-order woocommerce single product page is still not resolved, this is the code that I have used to place the price and add to cart BELOW the 2 text boxes:
    This is the code I used, I want to move the 2 text boxes up, and have the price and add to cart below the text boxes.

    add_action(‘woocommerce_before_single_product’, ‘avia_woocommerce_new_hooks_mod’);
    function avia_woocommerce_new_hooks_mod() {

    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_rating’, 10);
    add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_rating’ , 60);

    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 10);
    add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 60);

    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 30);
    add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 60);

    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_meta’, 40);
    add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_meta’, 10);
    }

    #1351779
    mmagenta69
    Participant

    Hi.
    Im trying to find a fix for this issue.

    On this page halfway down Im trying to embed a youtube video
    Its just showing as a blank rectangle

    Ive been on support to other plug ins but they all suggest its Enfold which is the issue although Im not sure.
    I would really appreciate any help to try and track down what is happening.

    Thank you

    #1351763

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1351753

    Hi,

    Sorry for the late reply. What you are requesting will be included in Enfold 5.0.

    Best regards,
    Rikard

    Hi,

    Sorry for the late reply. I’m not sure exactly what is going wrong on your site, but it could be a conflict with the SG Optimiser plugin. Could you try turning off file compression under Enfold->Performance, to see if that changes anything please?

    Best regards,
    Rikard

    #1351745

    In reply to: entypo-fontello.woff2

    Hi,

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

    Best regards,
    Rikard

    #1351742

    Hi,

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

    Best regards,
    Rikard

Viewing 30 results - 26,011 through 26,040 (of 244,594 total)