Viewing 30 results - 4,771 through 4,800 (of 11,211 total)
  • Author
    Search Results
  • Hey nasi,

    Thank you for using Enfold.

    Go to the Enfold > Import/Export panel of the site with the correct theme options and then click the export button. In the live site, go to the same panel and then re-import the theme options file. I’m not sure why they’re not the same but something went wrong with the site transfer, probably.

    Best regards,
    Ismael

    #952778
    Buttstallion
    Participant

    I’ve got a problem with Enfold theme.

    When I create a slide with 2 buttons, it’s impossible for me to write a link for the button (you can see the screenshot)

    I’ve desactived each plug-in one by one and even if there’s no active plug-in, the problem is still here…

    If you can help me !

    Everything on my website is up-to-date of course.

    Txs a lot !

    Cedric

    (I’m french so I apologize about my english)

    Screen capture

    Hi,

    I disabled my cahing plugin (wp-Rocket)
    I put your optimization parameter in the Enfold template and I used your indication for the cache options (WP Super Cache).

    Everything works well now on all my sites … except 2 things …

    1- Now I have an abnormal situation that has just occurred … When I load more image with the link load more … the preloader no longer appears, it takes time, the screen shake .. and the images appear later in a shaking mode ???

    2- Video popup that shake ???

    https://delerabliere.ca (in the slider slide – green or blue button)
    http://pmcjoliette.ca/ (in the last slide of the slider)
    https://evolutiondrums.com (link on the first slide)

    It is really difficult to find the error of such a bug when you get no error in the console … any item in the portfolio at the moment I have a lot of problem … really frustrating!

    Urgent need to settle this please !!
    Thank you very much for your help … your are super nice to help me ;-)

    #952573

    Hi,

    The hook should look something like this.

    
    add_action( 'ava_after_main_container', 'ava_after_main_container_mod', 10 );
    function ava_after_main_container_mod() {
    	$output  = '';
    	$output .= do_shortcode("[av_submenu which_menu='' menu='6' position='center' color='main_color' sticky='aviaTBsticky' mobile='disabled' av_uid='av-7sgq']
    [av_submenu_item title='Menu Item 1' av_uid='av-1qu' link='' linktarget='no' button_style='']
    [av_submenu_item title='Menu Item 2' av_uid='av-41hu' link='' linktarget='no' button_style='']
    [/av_submenu]";
    	echo $output;
    }

    Replace the fullwidth sub menu shortcode with your own. You may need to activate the debug mode to extract the elements’ shortcode.

    // https://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Best regards,
    Ismael

    domchocolate
    Participant

    Hi I have just updated Enfold to the latest version (4.3.1) and the model lightbox is no longer working. Just opening the image in a new page requiring a back button press to go back.
    Do you have any ideas why this may happen? Example page below:

    Thanks in advance for your help.

    #951919
    mennodemmers
    Participant

    Dear Kriesi,

    Got an question,
    I am busy with the Enfold one page and I placed the email form but the send button doesn’t work. When I place contact form 7 below the standard form the send button works. How can I make the standard form work again.

    Many thanks for your’e help.

    Best Menno

    #951708

    Hi,

    Apply a unique css class attribute to the button row element. Append it to the default button selector above. Example.

    #top .custom-css-class .avia-button {
        border-radius: 100px;
    }

    You can enable the custom css class field in the Enfold > Layout Builder panel.

    Best regards,
    Ismael

    wagwag
    Participant

    Hi
    I have been using Enfold for sometime – and update the theme regularly.

    However, since around November 2017 up until the latest version from 3rd May 2018 – there has been problems using the Gravity Forms plugin with Enfold.
    The problem is that the visual editor (and sometimes the text/HTML editor) in Gravity Forms is not accessible or just blank even when text is in there – making editing or adding GF notifications a nightmare.

    I have a coder that works on many of my sites for custom coding jobs I need doing – so I asked him to look at the issue as I noticed that if I changed to a different theme other than Enfold, GF worked fine.

    After an hour he found the problem and said there were a few bugs in Enfold – that particularly effected the Gravity Forms editor.

    He added some code to my child themes functions.php to resolve the bugs and now Gravity Forms works perfectly.

    The code he added was:

    // FIX GF VISUAL EDITOR PROBLEM
    function ww_remove_enfold_ls(){
        global $pagenow;
        if (( $pagenow == 'admin.php' ) && isset($_GET['page']) && isset($_GET['subview'])) {
            if(($_GET['page'] == 'gf_edit_forms') && ($_GET['subview'] == 'notification')){
                remove_filter('mce_buttons', 'ls_register_mce_buttons');
                remove_filter('mce_external_plugins', 'ls_register_mce_js');
            }
        }
    }
    add_action('init', 'ww_remove_enfold_ls', 999);
    

    I am sharing this here just incase others are having the same problem that I have been having using Gravity Forms.

    It has now made life so much easier.

    If this could be added as an update to the theme it would save adding this code manually.

    I hope this helps.

    • This topic was modified 7 years, 10 months ago by wagwag.
    #951498

    Topic: Sliders not working

    in forum Enfold
    artbox
    Participant

    Hi Kriesi Team,
    some sliders on our page aren’t working anymore.
    It started wirth the fullscreen video sliders but now even some easy sliders show only the control buttons.
    Is there a way to fix that?
    (Enfold and wordpress are updated to the latest version)
    Thanks

    #951440
    FionaH
    Participant

    Hi,
    Other themes I’ve used have a CTA (Call to Action) button widget you can add to sidebars and footers.
    Enfold does not seem to have this.
    Can you advise how I would add one?
    Thanks

    Hi Kieran,

    You need to go to Enfold > Advanced Styling > click Select an element to customize then select Buttons > click on Edit Element button.
    Set border radius to 100px, border width 1px.
    Hope this helps.

    Best regards,
    Nikko

    Hey fusionxs,

    Thank you for using Enfold.

    You can use this script to change the target attribute of the cookie consent button.

    add_action('wp_footer', 'ava_custom_script');
    function ava_custom_script() {
    ?>
    <script>
    (function($) {
    	$(document).ready(function() {
    		$('#avia_cookie_consent').attr('target', '_blank');
    	});
    })(jQuery);
    </script>
    <?php
    }

    Best regards,
    Ismael

    Hey kikosanchezestudio,
    I have tested the Coda font in the advanced styles for the “body” tag, with the option “Load only used elements”and It is working in Enfold v4.3.1
    Please try these settings again, and the go to the General Styling > Quick CSS field and enter a space to enable the “Save all changes” button, click to save. This will re-merge your css files.
    Then go to your page and clear your cache.
    Let us know if this helps.

    Best regards,
    Mike

    #951228

    Hey Guenter,

    Thank you for using Enfold.

    The audio button seems to be working properly. How did you fix it?

    Best regards,
    Ismael

    #950931

    Topic: customize shoppage

    in forum Enfold
    jairharder
    Participant

    Hello Enfold,

    I am making an webshop for a single product (in the future there will be more). I use the woocommerce plugin. Is this the plugin Enfolds advice to use? The thing is that I can’t figure out how customize the layout. The product page is looking quiet nice but the shoppage not. Is it possible, that the customer see the productpage right away when they click on the shop button in the mainmenu of the page?

    The layout builder of Enfold is enabled on the shoppingpage. How can I make an custom shoppingpage that match the rest of my website?

    Like to hear from you.

    Greeting Jaïr

    #950851

    In reply to: Multiple Questions!

    Hi patricknh,

    We apologize for the late response.
    1. How do I control the top/bottom spacing (padding or margin) of a layout block?
    Padding can be changed on layout elements though it’s not located on the same tab when you edit it. For example a Columns like 1/1 can be modified in Layout tab, Color Section however have predefined paddings in the Section Layout, as for Grid Row you can change this in the column inside it, just adjust the Cell Padding.
    Margins however doesn’t have any options except use Quick CSS in Enfold > General Styling, if you want to apply it in specific layout element only then you can enable Custom CSS Class first: https://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then use the class name to apply in Quick CSS.

    2. How do I style the text and padding inside a particular (not all) button
    There’s no option for changing only specific button, however we have Button Sizes to choose from, if this doesn’t help then enabling Custom CSS Class and Quick CSS is the last option.

    3. I have a page as footer (new feature) and cannot get the facebook widget right. When the screen sizes to mobile it has a big white background to the right? I am not sure I am including it properly (widget area) but seem to have no control over this white. Is there a shortcode method or some other method?
    I tried to check your site however it seems you have already used another theme.

    4. How do I vertically align images?
    Putting images in a single column or layout element, align it center, left or right should do it.

    Best regards,
    Nikko

    jairharder
    Participant

    Hi Enfold,

    I made a pdf in which my question has been explained.

    Looking forward hearing from you.

    Greetings Jaïr

    #950343
    tsteinert
    Participant

    I have a layerslider on my start-page. After update to Enfold 4.3.1 just now the layerslider does not show. Instead it shows the text:

    [layerslider id=“1″]

    as a text instead of substituting the shortcode to a slide.
    Even deleting and re-creating it does not change the behaviour. I add a text-block, then click add-layerslider button and i can choose the slide, but still only the shortcode shows.

    Please help!

    Best regards,
    Torsten

    #950096

    In reply to: Buttons on tablets

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 769px) and (min-width: 480px) {
    .responsive #top #wrap_all .flex_column.button-col {
        width: 50%;
    }}
    

    Best regards,
    Yigit

    Hey there,

    1.) I want to deactivate “Gravatar”. Is this possible? (Think it´s integrated in the Enfold-Theme).
    2.) Another problem: I need the Plugin Optimizepress for Landingpages and Webinar-Logins, but it doesn´t work with Enfold. When I deactivate the Enfold theme, then the plugin works.
    3.) the Facebook share button is not privacy compliant. I have bought a legal plugin (erecht24 share plugin) only I can not insert this.

    Think of the help in advance!
    Vera

    #949799
    BlackThundarr
    Participant

    I just installed 4.3 on a new staging site install and I’m having a very strange issue with Advanced Layout Editor.

    Inside of a Portfolio Item, using the Button element to link to Products (or other Portfolio Items), the dropdown is replacing the item that starts with the letter latest in the alphabet with the one directly before it. The work-around I’ve got in place is to have a product that starts with ZZ published but not displayed on the front end.

    This is super weird and it’d be great if you could take a look and see if there’s a legitimate fix.

    I’d be happy to send screenshots to show what I’m referring to. I host other sites that use Enfold but I haven’t checked to see if this is site-specific or not yet. Any help you offer would be much appreciated.

    Thanks!

    Thanks for your effort Mike!

    Links work perfectly :-)

    The button color too for most of the buttons, but has now overruled the manual color of the buttons I made for ‘leven’, ‘loopbaan’ and ‘leiderschap’. They should have their own color (see screenshot in dropbox below)

    Do you have any clue what has happened to the enfold-settings (and how we can restore it)?

    Hey kuruma,

    It’s not clear what you are trying to achieve if possible please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)

    1. To create a button style menu go to Appearance > Menu > expand the menu item and select the button style from the options.

    2. To reduce the space between the menu add the below CSS to Enfold > General Styling > Quick CSS

    @media only screen and (max-width: 1100px) { 
    .av-main-nav > li > a { padding: 0 7px; }
    }

    In the meantime please check the menu customization

    Let us know if you have any issue and also please share the link to your site.

    Best regards,
    Vinay

    #949509

    In reply to: Child theme

    Hi,
    To answer your question, Please use our pre-built child theme
    You will want to take a couple of steps, 1: please export your theme settings at: Enfold Theme Options > Import/Export > Export Theme Settings File to your computer, this is just for backup.
    2: Once you install your child theme, please import your parent theme settings at:
    Enfold Theme Options > Import/Export > Import Settings from your Parent Theme
    Then you’ll need to re-set your menu options.
    Finally, sometimes it is necessary to save your theme options one more time, to encourage the settings to be saved and activated in the merged /wp-content/uploads/dynamic_avia/ folder, a simple way to do this is to go to General Styling > Quick CSS field and place a space in the field so the theme options “Save all changes” button is clickable.

    Best regards,
    Mike

    kuruma
    Participant

    Hello
    I have using enfold them but when i make long work its not make new line can you help me please

    2.) for Top menu can i make button style and unlimit row for top menu also thank

    3.) can i reduce space between each menu

    thanks so much

    Hey SCMHR_HomeOffice,

    Thank you for using Enfold.

    The option only works for the default builder elements. Have you tried the third option? You can disable specific elements manually. Or try to add the disabling_allowed config in the shortcode_insert_button function.

    $this->config['disabling_allowed'] = true;
    

    Best regards,
    Ismael

    #949231

    Questions about what you did for the hover size increase effect on your site.

    This:
    Set your menu item to Button Style (Bordered). Give that menu item a custom CSS class of “border-menu” and use the code below.

    My meager understanding of css appears to have run out on this. Can a custom css class of “border-menu” be used with the enfold quick css?

    When I have used custom css I define the item in the css file and it also goes in the page code. So I am unclear about this.

    So, I am unclear if I can use your cool solution with the code I am using now by merely changing aspects of it.

    #avia-menu #menu-item-6709 > a .avia-menu-text {
    border: 2px solid #e8720b!important;
    padding: 5px 10px;
    border-radius: 4px;
    }

    #949114
    OKEIwebbureau
    Participant

    Hi support,

    I have upgraded to the latest version of Enfold, and I love the changes :-)

    However I cannot save changes to products.
    Right now I am just trying to change “featured image” and an image in the textbox.
    When clicking on the “Update” button, then noting happens…..

    This is one of the products having this issue:
    https://onlinekursus.dk/produkt/kategoribanner/

    Hope you can help! ;-)

    Asterios
    Participant

    Dear Team,

    the “X” icon/button of my mobile menu is not showing anymore and because of this I can´t close the menu after opening.
    This happens after I updated Enfold to the latest version.

    Thank you in advance
    Asterios

    #948954

    In reply to: dsgvo – Share links

    Hi,
    sorry.
    The DSVGO is absorbing nearly everyone. there is also a great discussion concerning the social-share or -like-buttons (doubleClick solutions like Shariff etc.).
    Now my question: is the share link feature of the theme enfold conform to the DSVGO?
    Best regards
    Wolli

Viewing 30 results - 4,771 through 4,800 (of 11,211 total)