Viewing 30 results - 271 through 300 (of 11,218 total)
  • Author
    Search Results
  • #1466686

    Yeah, this bug started to occur some time ago. If you want to create a new page to test the issue you can just create a copy of any page (e.g home page), then delete every element from the copied page and now you have a blank page, thats how i usually do it. The fold/unfold option is used in the “program” section of for-startups page.
    Thanks

    EDIT: I updated enfold and now the button to enable layout builder is there agaijn

    • This reply was modified 1 year, 7 months ago by Konrad.
    #1466647

    I’m having a very similar issue to ENVJF, but I don’t have the Lazy Load or Really Simple SSL plugins installed so I’m not sure what to try to solve this issue.

    Besides the default plugins, I have One Click Accessibility and Sticky Buttons installed. I’m using enfold 6.6.2.

    Thanks for any help!

    #1466577
    advone
    Participant

    Hello everyone,

    We are currently testing Enfold with Woocommerce and have encountered a problem with the buttons.

    We would like the buttons on the website to look uniform (color, font, etc.).
    Unfortunately, I can’t find a solution for this use case in the documentation.
    Is there a kind of global style that can be defined?

    The buttons on the store page look completely different from those on the product page itself. The entire styling here is “wrong” or Enfold Standard as it seems.

    Here it also looks to me that there are two buttons.
    “To product” and ‘Show details’.
    There should only be one standard button here.

    Thank you for your help.

    #1466487

    Hi,

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

    .mailerlite-subscribe-button-container .mailerlite-subscribe-submit {
      background-color: red;
      padding: 20px;
      color: white;
    }

    Best regards,
    Rikard

    #1466458

    Hi Rikard,

    I’d like to change background colour, font colour, shape, border etc.

    More like a standard Enfold button, something like the button at the bottom of the test page.

    I can edit the exact details of the CSS but I’m having trouble getting the CSS to work i.e. anything I add isn’t being picked up by the code.

    Thanks,
    Rosa

    Hi Thank you for your response.

    i implemented it that way:

    
          /**
           * Barrierfree Menu Close with ESC Key
           * - enhance Enfold menu keyboard usabillity
           * @see https://kriesi.at/support/topic/menu-focus-trap-accessibility-keyboard-usage-improvement
           */
          enfold_menu_close_by_key = function(){
            var options = {
                  key_code: 27, // ESC
                  classNames:{
                    active: 'is-active',
                    container_active: 'av-burger-overlay-active',
                    container_active_delayed: 'av-burger-overlay-active-delayed',
                  },
                  selectors: {
                    trigger: '.av-hamburger',
                    container: 'html',
                    overlay: '.av-burger-overlay',
                  }
                },
                trigger = document.querySelector(options.selectors.trigger),
                container,
                overlay,
                menu_close = function(){
                  var classNames = options.classNames;
                  
                  if ( trigger.classList.contains(classNames.active) ) {
                    trigger.classList.remove(classNames.active);
                    
                    container.classList.remove(classNames.container_active);
                    container.classList.remove(classNames.container_active_delayed);
                    
                    overlay.style.display = 'none';
                    overlay.style.opacity = 0;
                  }
                };
            
            if ( trigger instanceof HTMLElement ) { // if an overlay is used
              document.addEventListener('keydown', function(event){
                if ( event.keyCode === options.key_code ) {
                  // get elements only once
                  if ( typeof container === 'undefined' ) {
                    container = document.querySelector(options.selectors.container);
                  }
                  if ( typeof overlay === 'undefined' ) {
                    overlay = document.querySelector(options.selectors.overlay);
                  }
                  // close the menu
                  menu_close();
                }
              });
            }
          },
    
      enfold_menu_close_by_key();
          

    While it works fine i seem to need some text-hint near the close button.
    Anyway i hoped you will consider it for an update, so i will work on my own solution.

    • This reply was modified 1 year, 7 months ago by tom.
    #1465831
    Mike
    Participant

    I have no idea what changes were made, all of a sudden I can’t access advanced layout editor on my new pages. I can confirm all of the toggles are off in Enfold > Layout Editor so that wasn’t messed with.

    • This topic was modified 1 year, 7 months ago by Mike.
    tom
    Participant

    Hi there,

    when you use any Page with Enfold and an enabled “Burger” Button with the Keyboard.
    Demo Page: https://kriesi.at/themes/enfold-creative-studio/

    You can access the top-main menu, by use the Tab-key to get to the Burger-icon and then Enter-key it opens. Fine!
    Then you can Tab-through the menu-items, also fine.

    But at the end of the menu, one would expect to:
    A: Jump back to the Burger Icon, close with Enter-key and Tab-key to get further on the page
    B: Jump to the next Content AND visible close the Menu-layer.
    C: Use the ESC-key to close the mennu

    Current Situation:
    With Tab-key at the end of the menu you jump to the next content AND the menu stays visible so you wont see the page contents you are tabbing and only a reload of the page can fix it. Also ESC-key is not activated.

    #1465314

    In reply to: New Social Media Links

    This reply has been marked as private.
    #1465302

    Hi,
    As for updating, I don’t believe that you are using the correct zip file installable WP version, in your Theme Forest account there are two files to download, on includes other files and documentation, this will cause the error that you see, please look for installable WP version. Otherwise please upload to dropbox so I can download it and check.
    As for some of your pages without Advanced layout builder:
    Screen Shot 2024 08 24 at 9.13.02 AM
    most are not ALB pages, but I did find one called “Magazine”
    Screen Shot 2024 08 24 at 9.19.16 AM
    this was saved as a “block editor” page at one time and the reason that you don’t see the ALB button is an error in the theme version or a plugin conflict, so to fix without updating I switch to the “classic editor” at Enfold Theme Options ▸ Select Your Editor ▸ Use WP Classic Editor
    Screen Shot 2024 08 24 at 9.24.00 AM
    now the button shows:
    Screen Shot 2024 08 24 at 9.25.45 AM
    I then click it and the ALB page loads and I re-save:
    Screen Shot 2024 08 24 at 9.27.45 AM
    and now the page is fixed:
    Screen Shot 2024 08 24 at 9.29.44 AM
    please check and try this with your other pages.
    Please note that your “About Us” page is not a ALB page, so if you don’t see code in the page don’t convert to a ALB page.

    Best regards,
    Mike

    #1465233

    Topic: Host error

    in forum Enfold
    royalbindi
    Participant

    We have reached out to the hosting provider who have advised the following.

    We are mainly experiencing this issue when updating the posts or pages.

    Please see the message from them below,
    I am seeing several fatal code errors mostly coming from your themes, code please revise your settings.

    https://privatebin.net/?eb4a5689f22053a0#CNJK1S1uqrU5mBTxopER69CweyxkunQh12T7XpxgHJuz

    * ERROR LOG TYPE SUMMARY *
    +————————–+
    | Count | Error Type |
    |——–+—————–|
    | 63 | auditor_scan |
    | 33 | php_notice |
    | 13 | php_error |
    | 11 | auditor_event |
    | 3 | php_fatal |
    | 14 | SKIPPED |
    +————————–+
    php_notice
    +————————————————————————————————————————————————-+
    | Count | Message |
    |——-+—————————————————————————————————————————————–|
    | 30 | preventing possible attempt to enumerate users |
    | 1 | wpe_cache_plugin:info: event=clear-all-cache, referer: https://royalbindi.co.uk/wp-admin/ |
    | 1 | wpe_cache_plugin:info: event=clear-all-cache, referer: https://royalbindi.co.uk/wp-admin/options-general.php?page=wprocket |
    | 1 | wpe_cache_plugin:info: event=clear-all-cache, referer: |
    | | https://royalbindi.co.uk/wp-admin/admin.php?page=wpengine-common&tab=caching&_wpnonce=1960d1f4d3 |
    +————————————————————————————————————————————————-+
    php_error
    +————————————————————————————————————————————————-+
    | Count | Message |
    |——-+—————————————————————————————————————————————–|
    | 4 | PHP Parse error: syntax error, unexpected single-quoted string “order”, expecting “)” in |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php on line 543, referer: |
    | | https://royalbindi.co.uk/blog/?n,jbuyasflx |
    | 4 | PHP Parse error: syntax error, unexpected single-quoted string “order”, expecting “)” in |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php on line 543, referer: |
    | | https://royalbindi.co.uk/wp-admin/theme-editor.php?file=config-templatebuilder%2Favia-shortcodes%2Fblog%2Fblog.php&theme=enfold |
    | 3 | PHP Parse error: syntax error, unexpected single-quoted string “order”, expecting “)” in |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php on line 543 |
    | 2 | PHP Parse error: syntax error, unexpected single-quoted string “order”, expecting “)” in |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php on line 543, referer: |
    | | https://royalbindi.co.uk/wp-admin/admin.php?page=wpcode-snippet-manager&snippet_id=19960 |
    +————————————————————————————————————————————————-+
    php_fatal
    +————————————————————————————————————————————————-+
    | Count | Message |
    |——-+—————————————————————————————————————————————–|
    | 2 | Uncaught TypeError: usort(): Argument #1 ($array) must be of type array, null given in |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php:822\nStack |
    | | trace:\n#0 /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php(822): |
    | | usort(NULL, Object(Closure))\n#1 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php(658): |
    | | avia_post_slider->html()\n#2 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(13… |
    | | avia_sc_blog->shortcode_handler(Array, ”, ‘av_blog’, Array)\n#3 /nas/content/live/royalbindi/wp-includes/shortcodes.php(434): |
    | | aviaShortcodeTemplate->shortcode_handler_prepare(Array, ”, ‘av_blog’)\n#4 : do_shortcode_tag(Array)\n#5 |
    | | /nas/content/live/royalbindi/wp-includes/shortcodes.php(273): preg_replace_callback(‘/\\\[(\\\[?)(av_blo…’, ‘do_shortcode_ta…’, |
    | | ‘\\n[av_textblock …’)\n#6 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(559): |
    | | do_shortcode(‘\\n[av_textblock …’)\n#7 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns/columns.php(2088): |
    | | ShortcodeHelper::avia_remove_autop(‘\\n[av_textblock …’, true)\n#8 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(13… |
    | | avia_sc_columns->shortcode_handler(Array, ‘\\n[av_textblock …’, ‘av_one_full’, Array)\n#9 |
    | | /nas/content/live/royalbindi/wp-includes/shortcodes.php(434): aviaShortcodeTemplate->shortcode_handler_prepare(Array, ‘\\n[av_textblock |
    | | …’, ‘av_one_full’)\n#10 : do_shortcode_tag(Array)\n#11 /nas/content/live/royalbindi/wp-includes/shortcodes.php(273): |
    | | preg_replace_callback(‘/\\\[(\\\[?)(av_blo…’, ‘do_shortcode_ta…’, ‘</p>\\n[av_one_fu…’)\n#12 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(559): |
    | | do_shortcode(‘</p>\\n[av_one_fu…’)\n#13 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/section/section.php(1547): |
    | | ShortcodeHelper::avia_remove_autop(‘</p>\\n[av_one_fu…’, true)\n#14 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(13… |
    | | avia_sc_section->shortcode_handler(Array, ‘</p>\\n<p>[av_one…’, ‘av_section’, Array)\n#15 |
    | | /nas/content/live/royalbindi/wp-includes/shortcodes.php(434): aviaShortcodeTemplate->shortcode_handler_prepare(Array, |
    | | ‘</p>\\n<p>[av_one…’, ‘av_section’)\n#16 : do_shortcode_tag(Array)\n#17 /nas/content/live/royalbindi/wp-includes/shortcodes.php(273): |
    | | preg_replace_callback(‘/\\\[(\\\[?)(av_blo…’, ‘do_shortcode_ta…’, ‘[av_section min…’)\n#18 |
    | | /nas/content/live/royalbindi/wp-includes/class-wp-hook.php(324): do_shortcode(‘[av_section min…’)\n#19 |
    | | /nas/content/live/royalbindi/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘[av_section min…’, Array)\n#20 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/template-builder.php(102): apply_filters(‘the_content’, ‘[av_section |
    | | min…’)\n#21 /nas/content/live/royalbindi/wp-includes/template-loader.php(106): include(‘/nas/content/li…’)\n#22 |
    | | /nas/content/live/royalbindi/wp-blog-header.php(19): require_once(‘/nas/content/li…’)\n#23 |
    | | /nas/content/live/royalbindi/index.php(17): require(‘/nas/content/li…’)\n#24 {main}\n thrown in |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php on line 822 |
    | 1 | Uncaught Error: Call to undefined method avia_sc_blog::sort_buttons() in |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php:623\nStack trace:\n#0 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(13… |
    | | avia_sc_blog->shortcode_handler(Array, ”, ‘av_blog’, Array)\n#1 /nas/content/live/royalbindi/wp-includes/shortcodes.php(434): |
    | | aviaShortcodeTemplate->shortcode_handler_prepare(Array, ”, ‘av_blog’)\n#2 : do_shortcode_tag(Array)\n#3 |
    | | /nas/content/live/royalbindi/wp-includes/shortcodes.php(273): preg_replace_callback(‘/\\\[(\\\[?)(av_blo…’, ‘do_shortcode_ta…’, |
    | | ‘\\n[av_textblock …’)\n#4 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(559): |
    | | do_shortcode(‘\\n[av_textblock …’)\n#5 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns/columns.php(2088): |
    | | ShortcodeHelper::avia_remove_autop(‘\\n[av_textblock …’, true)\n#6 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(13… |
    | | avia_sc_columns->shortcode_handler(Array, ‘\\n[av_textblock …’, ‘av_one_full’, Array)\n#7 |
    | | /nas/content/live/royalbindi/wp-includes/shortcodes.php(434): aviaShortcodeTemplate->shortcode_handler_prepare(Array, ‘\\n[av_textblock |
    | | …’, ‘av_one_full’)\n#8 : do_shortcode_tag(Array)\n#9 /nas/content/live/royalbindi/wp-includes/shortcodes.php(273): |
    | | preg_replace_callback(‘/\\\[(\\\[?)(av_blo…’, ‘do_shortcode_ta…’, ‘</p>\\n[av_one_fu…’)\n#10 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(559): |
    | | do_shortcode(‘</p>\\n[av_one_fu…’)\n#11 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/section/section.php(1547): |
    | | ShortcodeHelper::avia_remove_autop(‘</p>\\n[av_one_fu…’, true)\n#12 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(13… |
    | | avia_sc_section->shortcode_handler(Array, ‘</p>\\n<p>[av_one…’, ‘av_section’, Array)\n#13 |
    | | /nas/content/live/royalbindi/wp-includes/shortcodes.php(434): aviaShortcodeTemplate->shortcode_handler_prepare(Array, |
    | | ‘</p>\\n<p>[av_one…’, ‘av_section’)\n#14 : do_shortcode_tag(Array)\n#15 /nas/content/live/royalbindi/wp-includes/shortcodes.php(273): |
    | | preg_replace_callback(‘/\\\[(\\\[?)(av_blo…’, ‘do_shortcode_ta…’, ‘[av_section min…’)\n#16 |
    | | /nas/content/live/royalbindi/wp-includes/class-wp-hook.php(324): do_shortcode(‘[av_section min…’)\n#17 |
    | | /nas/content/live/royalbindi/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘[av_section min…’, Array)\n#18 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/template-builder.php(102): apply_filters(‘the_content’, ‘[av_section |
    | | min…’)\n#19 /nas/content/live/royalbindi/wp-includes/template-loader.php(106): include(‘/nas/content/li…’)\n#20 |
    | | /nas/content/live/royalbindi/wp-blog-header.php(19): require_once(‘/nas/content/li…’)\n#21 |
    | | /nas/content/live/royalbindi/index.php(17): require(‘/nas/content/li…’)\n#22 {main}\n thrown in |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php on line 623 |
    +————————————————————————————————————————————————-+
    auditor_scan
    +———————+
    | Count | Message |
    |——-+————-|
    | 63 | fingerprint |
    +———————+
    auditor_event
    +—————————-+
    | Count | Message |
    |——-+——————–|
    | 8 | wp_login |
    | 2 | activated_plugin |
    | 1 | deactivated_plugin |
    +—————————-+

    #1464926

    In reply to: Buttons in header

    Hey esther nijhuis,

    You could try adding those buttons in a widget in the header: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Rikard

    #1464909

    Topic: Buttons in header

    in forum Enfold
    esther nijhuis
    Participant

    Hi Enfold team,

    I have to restyle a website, the design shows 2 buttons with links in the header:
    Button 1: ‘Vraag hier uw OFFERTE aan’, with a link to /offerte
    Button 2: ‘STORING? Bel direct + 31 (0)85 400 00 36’, with al link to this phonenumber

    I don’t know how to realize this in the same way the design shows. Hopefully you can help me how to create this?
    Tnx in advance!

    Greetz, Esther

    Hi,
    You can change the width of the burger menu at Enfold Theme Options ▸ Main Menu ▸ Burger/Mobile Menu Styling ▸ Flyout Width
    Screen Shot 2024 08 14 at 4.36.41 PM
    To align the button text to the left, try this css:

    #av-burger-menu-ul .button.cta.av-menu-button,
    #av-burger-menu-ul .button.cta.av-menu-button .avia-menu-text {
    	padding-left: 0;
    	padding-right: 0;
    }

    Best regards,
    Mike

    #1464545

    In reply to: Tooltip with copy

    Thank you Ismael.

    Is there a way to use Enfold elements for this?
    Like icon box, buttons, etc…

    #1464464

    Topic: Tooltip with copy

    in forum Enfold
    peterolle
    Participant

    I need to create a small gallery to copy some URL codes. What is the best approach for this?

    Simple example.

    I create an icon or icon box with a clipboard button.
    Hover over the clipboard icon button and it displays a tooltip that says “copy”.
    Click the icon, it copies a text and it displays a tooltip with “copied”.
    And then you can paste that wherever you need.

    Using a tooltip script (tooltip JS and jQuery) uses something like this.

    
    <button type="button" class="btn btn-default btn-copy js-tooltip js-copy pull-right" data-toggle="tooltip" data-placement="bottom" data-copy="https://urltocopy.com/test/" title="Copy URL">
    

    The idea is to create it without external stuff, just Enfold. If the button has to say copy, it is ok, the idea is to have a workaround.

    Any suggestions?

    #1464462

    I am using the Enfold Child theme. I don’t see an enfold/includes/loop-index.php file but I do have a functions.php file, is that where I can add the ava_after_content code?

    add_action(‘ava_after_content’, function() {
    // add button here
    }, 10);

    #1464202

    Hey amyncuih,

    Thank you for the inquiry.

    You may need to edit the enfold/includes/loop-index.php file and add the button below this code, around line 547:

    //share links on single post
    avia_social_share_links_single_post();
    

    Or use the ava_after_content hook in the functions.php file:

    add_action('ava_after_content', function() {
        // add button here
    }, 10);
    

    Best regards,
    Ismael

    #1464138

    Hi,

    You can create a new thread by clicking this button on the Enfold sub forum: https://imgur.com/a/AnoSPNb, or use this link.

    Best regards,
    Rikard

    bemodesign
    Participant

    1. I need to move the Captions and button Up a bit on mobile view. Can you get me some CSS for this please?

    2. The Text also runs off the page instead of resizing to fit.

    3. The image stretches when I increase this code below. Is there a way to just increase the height without distorting the image? Like maybe it just increases the magnify and zooms in on an area?

    @media only screen and (max-width: 768px) {
    .responsive #top .avia-slideshow-inner, .responsive #top .avia-slideshow-inner img {
    height: 550px !important;
    }
    }

    Thanks!!

    • This topic was modified 1 year, 8 months ago by bemodesign.
    #1464105
    Jak73
    Participant

    Hi, i would like to customize the layer slider, with a back button and own navigation-icons.
    Where can i add this code

    `I was thinking about copying the template-builder.php and adding it in the enfold-child folder, but i’m not sure, if template-builder.php is correct?
    kind regards
    Jak

    #1463977

    In reply to: Support Forum

    Hey Helmut,

    You can start a new thread by clicking the big blue button at the very top of the Enfold sub forum.

    Best regards,
    Rikard

    #1463758

    Hey lucybb2,
    Thank you for your patience and the login, I see your CPT “Journal” do not have a ALB builder field, I believe that this is because your CPT is not enabled in the theme. Typicality you would enable Enfold Theme Options > Layout Builder > Show advanced options
    Screen Shot 2024 08 04 at 7.48.08 AM
    Then add your CPT to Activate Your Custom Post Types For ALB
    Screen Shot 2024 08 04 at 8.08.03 AM
    and now the ALB button shows in your CPT:
    Screen Shot 2024 08 04 at 8.10.05 AM
    and now you can add elements to the page:
    Screen Shot 2024 08 04 at 8.12.54 AM
    I did the steps above for you, please check.

    Best regards,
    Mike

    #1463523

    Hello,

    I have a problem when I edit text in ENFOLD. the “save” button does not validate the modifications.

    If I take out a new license for the site: https://auditetconseil.org/

    Can the problem be solved?

    here is the message in the theme options of ENFOLD

    The last time we checked your Envato token we were unable to connect to it:

    Access to purchases could not take place
    Username could not be found (required for your information only)
    Unable to access Email (required for your information only)
    The following errors occurred:

    Purchases: Your private token is invalid.
    username Your private token is invalid.
    email Your private token is invalid.
    Purchasing: one problem. took place to access your purchases. Updates impossible.

    I’m having the same issue, and was trying to submit my own forum post, but there is no button to do so. WordPress 6.6.1 broke my Enfold theme, and I would like my Avia Layout Builder functionality back please.

    #1463353

    Hey Alan,

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

    
    .avia_ajax_form .button {
      background: #000;
      color: #fff;
    }
    
    .avia_ajax_form .button:hover {
      background: #D4AF37;
    }

    Best regards,
    Rikard

    #1463340
    Schmidtgrafisk
    Participant

    Hey Enfold

    My contact form is set to “Black-Transparent”

    I’d like the send/submit button to be
    Normal: Black background – White text
    Hover: Background #D4AF37 – White text

    Thanks ;)

    #1463249

    Hi Rikard.
    I did not go through the guide because in my installation, obviously, there is already a previous installation of Enfold Child. I created a new token, but since it was already validated in the past, there is no button (as you can see in the image attached) to validate the theme with a token, or to update with a new token.
    How do I have to go farther now? Do I have to reinstall the theme by downloading from Theme Forest, and then use the new token to validate the installation? Will it not create any kind of problem to the actually running site?

    That’s why I asked for a personal support, that’s a delicate question.

    WordPress menu in www.italianafinanziamenti.it

    cheurtelCYNG
    Guest

    Good morning,
    I have a problem when I modify text in ENFOLD. the “save” button does not validate the modifications.

    If I take out a new license for the website : https://auditetconseil.org/
    Can the problem be resolved?
    Thank you for your feedback and have a nice day

    Hi,
    Thank you for your patience, as I review your request, I believe the only issue right now is switching to the built-in mobile menu before the custom menu becomes too large for the screen, so originally I have said to use the option <strong style=’color:#000′>Hide Header on this page but this also hides the mobile menu, so lets change this to <strong style=’color:#000′>Transparent Header
    Enfold Support 6413
    and hide the header with css:

    @media only screen and (min-width: 990px) { 
    	#header_main {
    		display: none;
    	}
    }
    @media only screen and (max-width: 989px) { 
    	.avia_codeblock > #header {
    		display: none;
    	}
    	#menu-item-shop, .responsive.html_mobile_menu_tablet #top .av-logo-container .main_menu .social_bookmarks {
    		display: none;
    	}
    	#av-burger-menu-ul .button.logo {
    		display: none;
    	}
    	.logo a {
    		 display: flex;
        align-items: center;
    	}
    	#header_main {
    		background-color: #000;
    	}
    }
    @media only screen and (max-width: 989px) { 
      .responsive #top #main {margin-top: -90px!important;}
      #top #wrap_all .av_header_transparency {background-color: transparent!important;}
      div#header_main > .container {display: block !important;}
      #top .av-burger-overlay li li .avia-bullet, #top .av-hamburger-inner,#top .av-hamburger-inner::before, #top .av-hamburger-inner::after {
      background-color: #fff !important; 
      }
      .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
      background-color: #000 !important; 
      }
      }

    and for my example menu it breaks around 914px so setting the mobile menu to show at 990px in the theme setting will solve this, and I set the <strong style=’color:#000′>Alternate Menu For Mobile to the same menu we used for the shortcode:
    Enfold Support 6415
    So now at 990px and above it looks like this:
    Enfold Support 6417
    and below 989px the mobile menu shows like this:
    Enfold Support 6419
    and when the menu is open:
    Enfold Support 6421
    I believe this is what you are trying to achieve, I linked to my example page below for you to check.

    Best regards,
    Mike

Viewing 30 results - 271 through 300 (of 11,218 total)