Viewing 30 results - 2,731 through 2,760 (of 11,206 total)
  • Author
    Search Results
  • #1180121
    Cliffy
    Participant

    Hi,
    Since the latest version of Enfold, my Events Calendar Pro looked a bit bad.
    Since updating TEC to version 5.0 it is, well, probably worse. The single event takes up the whole page. There is no padding at all on anything. Everything is right and left justified.
    Also, the options for customizing the Calendar settings through the WordPress Customize options are not there. There are only two global settings for color and 1 color setting for single event. No options to customize, week view, day views, month views etc as described in their documentation:

    The Events Calendar and the WordPress Customizer

    Not only that, the latest TEC changes the button and link colours and are not in line with the Enfold settings. Seems a bit of a mess.
    When you activate a WP default Theme, you see that there are more options under the Events | Settings | Display which are not available when Enfold is Active.

    Do you guys have any plans to once again, make TEC out of the box compatible with Enfold?

    Thanks,
    C.

    analidia
    Participant

    Button target blank not run / Magazine thumbail hidden not run

    Hello, I detected with the new Enfold update this things:
    – when you insert a button with advanced bulider and you put “open in a new window” it doesn´t run
    – if you use magazine and you put don´t see the miniature it dosn´t run

    thank you

    #1179558

    In reply to: Animation too quick

    Hi tribaleye13,

    The site looks good on my end. You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Victoria

    #1179496

    Hi,

    Thanks for contacting us!

    1- Please edit your slides and decrease font size on mobile devies – https://imgur.com/a/4G858kx. I believe that should help as buttons are actually there but not displayed as they do not fit mobile version.
    2- Please edit your slider and go to Advanced > Developer Settings and add a custom class to your slider (“my-custom-slider” in example below) and then add following code to Quick CSS in Enfold theme options > General Styling

    .my-custom-slider .avia-caption-content, .my-custom-slider .avia-caption-title {
        background-color: orange!important;
    }

    Best regards,
    Yigit

    #1179394

    Hi,
    On the old site the widget area is after the menu, and on the new site it’s before the logo, I think for the old site you used this function:

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area_after_main_menu' );
    function enfold_customization_header_widget_area_after_main_menu() {
    dynamic_sidebar( 'after_main_menu' );
    }

    call this sidebar after_main_menu
    I also believed you had header set to “logo left, menu below”
    Here’s the css:

    #header .widget {
    position: absolute;
    right: 10px;
    top: -90px;
    z-index: 999;
    }
    @media only screen and (min-width: 990px) {
    
    #avia-menu {
      text-align: center!important;
      display:flex!important; 
    
    }
    
    .av-main-nav > li {       
        flex-grow: 1;
        justify-content: center;
        width: auto!important;
    }
    
    .av-main-nav > li > a {
        display: block; 
    }
    
    .avia_image  { border: 7px solid transparent;
    
    }
    #custom_html-4 .avia-button-wrap.avia-button-left {
        float: left;
    margin-left: 4px;
    }
    #custom_html-4 {
        width: 400px !important;
    }
    #header .widget {
          height: 80px;
    }
    #top #header .av-main-nav > li > a{
    font-size:18px !important;
    }
    
    }

    in my test I used a “custom html” widget to add the buton shortcode, thus the ID “custom_html-4” above.
    2020-01-29-053819
    Give this a try.

    Best regards,
    Mike

    #1179328

    In reply to: Update theme

    This reply has been marked as private.
    #1179293

    In reply to: Problem with hyphens

    Hi,

    Thank you @guenni007 for your suggestion.

    An alternate solution to break the long words so it is not hidden in small screens is to use word-break property.

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

    @media(max-width:1300px){
    .slideshow_caption {
       width: 100%;
    }
    .slideshow_caption .avia-caption-title, 
    .avia-caption .avia-caption-title {
      word-break: break-all;
    }
    }

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1179189
    qualiapharma
    Participant

    Hello, i am using enfold theme with woocommerce.

    On “My account” Page, there is by default one sidebar with options
    1. Control Panel
    2. Orders
    3. Address
    etc
    On these pages (orders, for example), there is the default button linking to shop page.
    My question is how can i change the default shop page, to a new one that i have created.

    Looking forward to your answer,

    #1179101
    mailywinn
    Participant

    I am trying to add contacts + login/register buttons to the header widget area with the search box to the right of those. I am unable to figure out how to add the dropdown menu to the buttons and the search box is appearing below the buttons…

    I followed the steps here:
    https://kriesi.at/documentation/enfold/header/#toggle-id-2
    for adding a header widget area with Logo left, Menu below layout

    Added to custom.css

    
    /*--------Widgets----------*/
    
    .responsive #top #header #header_main .inner-container .widget {
        order: 3;
        flex-basis: 70%;
        max-width: 600px;
        padding: 0;
        clear: none!important;
    
        justify-content: center;
        align-self: center;
        align-items: center;
        z-index: 1;
        margin-left: auto;
    }
    .responsive #top #header #header_main .inner-container .widget>div {
        width: 100%;
        line-height: 14px;
        padding: 0 10px;
    }
    
    .responsive #top #header #header_main .inner-container .widget>div label {
      visibility: hidden;
    }
    

    Added to functions.php:

    add_shortcode('avia_search', 'get_search_form');
    
    add_action( 'ava_before_bottom_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    }
    

    Shortcode for widget area:

    
    [av_buttonrow alignment='right' button_spacing='5' button_spacing_unit='px' av_uid='av-jjvcu1ht' admin_preview_bg='']
    [av_buttonrow_item label='Contacts <i class="fa fa-caret-down"></i>' link='manually,http://' link_target='' size='small' label_display='' icon_select='no' icon='4' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-5gitv0']
    [av_buttonrow_item label='Login | Register  <i class="fa fa-caret-down"></i>' link='manually,http://' link_target='' size='small' label_display='' icon_select='no' icon='5' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-3y48lo']
    [avia_search]
    [/av_buttonrow]
    
    • This topic was modified 6 years, 1 month ago by mailywinn.
    #1179067

    Hi,

    I believe that happened after WP 5.3 update. We have fixed it in Enfold 4.7 but i guess button needed to be recreated. Well, glad it is working fine now!

    Best regards,
    Yigit

    #1179036
    tbc
    Participant

    Hi

    i found the same topic for older version of enfold.
    We updated to the newest WP and enfold.

    If we use shortcodes for buttons, icons on buttons work.
    They do not work if we use pure HTML – even if its an exact copy of the HTML output from a shortcode button.

    The issue: We placed a lot of buttons by HTML code directly because we need the “rel” attribute that the shortcode doesn’t support to open a buttons content in a custom lightbox (rel=”lightbox”).
    Unfortunately now the icons dissappear for clean HTML.

    Any solution?

    Edit: Button setup: Button alignment left, Icon on the right, Show icon on hover

    • This topic was modified 6 years, 1 month ago by tbc.
    cosmicyes
    Participant

    This is not really a support-ticket – more a hint for Kriesi-Team and other interested people.

    I found out that the Enfold-Page-Builder has problems when using it on the new Microsoft Edge (Chromium based) which was released on Jan 15.
    The problem occures in more complex pages when pressing the buttons Preview or Update.The process then stucks and changes are lost.

    I tried with Firefox and Chrome: no problems.

    I guess this is more a Edge-problem than a Enfold-problem.
    But I think you should know and probably test yourself.

    #1178887

    Thanks, Mike.
    The header is fine sticky. How can I get the header like the Enfold documentation link where the logo and buttons are on top of the full width menu below? I would also like the menu to be on right, not centered.

    #1178884

    Hi,

    Thanks for the clarification. If you import another demo then it will overwrite your theme settings, so don’t do that. If you only need the one page then please activate debug mode in order to see builder shortcodes: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode, then add this shortcode to a new page:

    [av_section color='main_color' custom_bg='' src='https://kriesi.at/themes/enfold-coming-soon/files/2014/09/people_town_dark.jpg' attachment='17' attachment_size='full' attach='fixed' position='center center' repeat='stretch' video='' video_ratio='16:9' min_height='100' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' av_uid='av-a05tt']
    
    [av_one_fourth first av_uid='av-9e6p9']
    
    [/av_one_fourth][av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-8vqyt']
    
    [av_image src='https://kriesi.at/themes/enfold-coming-soon/files/2014/09/logo_coming_soon-80x80.png' attachment='16' attachment_size='thumbnail' align='center' animation='pop-up' link='' target='' styling='no-styling' caption='' font_size='' appearance='' av_uid='av-8blw1'][/av_image]
    
    [av_heading tag='h1' padding='10' heading='<strong>Coming Soon</strong><br/>to a place near you!' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#ffffff' size='44' subheading_active='subheading_below' subheading_size='15' custom_class='' av_uid='av-7ev6p']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.sellus dolor. Maecenas vestibulum mollis
    [/av_heading]
    
    [/av_one_half][av_one_fourth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-6tdkp']
    
    [/av_one_fourth][av_hr class='invisible' height='100' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-63275']
    
    [av_countdown date='10/02/2019' hour='12' minute='0' min='1' max='5' align='av-align-center' size='' style='av-trans-light-style' av_uid='av-5iwqh']
    
    [av_hr class='invisible' height='100' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-hj11']
    
    [av_one_fourth first av_uid='av-4hd45']
    
    [/av_one_fourth][av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-3s5v1']
    
    [av_contact  (Email address hidden if logged out) ' title='' button='Notify me on Launch' on_send='' sent='Thank you!' link='manually,http://' subject='' autorespond='' captcha='' color='av-custom-form-color av-light-form' av_uid='av-3c201']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_third' av_uid='av-2fvwd'][/av_contact_field]
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_third' av_uid='av-7rhh'][/av_contact_field]
    [/av_contact]
    
    [av_textblock size='21' font_color='custom' color='#ffffff' av_uid='av-1kl79']
    <p style="text-align: center;">Want to get notified once we are ready to launch? Leave us your mail address and we will!</p>
    [/av_textblock]
    
    [/av_one_half][av_one_fourth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-156kl']
    
    [/av_one_fourth][/av_section]

    Best regards,
    Rikard

    #1178833
    tampaprinting
    Participant

    We have an older version of Enfold that just isn’t working right anymore and need to update it. It’s version: 4.0.5
    It hasn’t allowed us to update via the update button for quite awhile. Didn’t really need it to until now. Here is what we get when we do try to update:
    ============================================================================================
    t ‘http_code’ in /homepages/43/d244886446/htdocs/clickandbuilds/PrecisionCarAudio/wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php on line 307

    Warning: Illegal string offset ‘api_error’ in /homepages/43/d244886446/htdocs/clickandbuilds/PrecisionCarAudio/wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php on line 307

    Warning: Invalid argument supplied for foreach() in /homepages/43/d244886446/htdocs/clickandbuilds/PrecisionCarAudio/wp-content/themes/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 49

    Warning: Illegal string offset ‘http_code’ in /homepages/43/d244886446/htdocs/clickandbuilds/PrecisionCarAudio/wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php on line 307

    Warning: Illegal string offset ‘api_error’ in /homepages/43/d244886446/htdocs/clickandbuilds/PrecisionCarAudio/wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php on line 307

    Warning: Invalid argument supplied for foreach() in /homepages/43/d244886446/htdocs/clickandbuilds/PrecisionCarAudio/wp-content/themes/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 49

    ====================================================================

    I’ve read through the 4.5 update post and seen all that is involved, but don’t want to do any of that without checking with someone first to make sure nothing is lost. I haven’t seen any post yet regarding a tutorial for the 4.7 updates, but we probably have to do roughly the same thing with the 4.7, correct? I also saw how we need to now get a Personal Token. So any help with all this would be greatly appreciated.

    kmindi
    Participant

    There is css code from enfold that prevents my tables with button rows to appear on small screens (mobile devices).
    Apparently this rule is the cause:

     .responsive .avia_responsive_table .avia-data-table .avia-button-row,
     .responsive .avia_responsive_table .avia-data-table tr:first-child th {
      display:none;
     }

    Why is that code there (checked my Custom CSS section in Enfold and the Design->Theme Editor style.css, none have the above mentioned css code) because I’d like to have visitors see these tables on their mobile devices!

    My fix is currently to overwrite the display:none for this case like the following:

    
    @media only screen and (max-width:767px) {
    .responsive .avia_responsive_table .avia-data-table .avia-button-row,
     .responsive .avia_responsive_table .avia-data-table tr:first-child th {
      display:block;
     }
    }
    
    • This topic was modified 6 years, 1 month ago by kmindi.
    #1178755
    assodefis
    Participant

    Hello,

    I have Enfold Child with Enfold v4.5.6 on wordpress v5.3.2.
    As found in this forum, I have added to functions.php the following in order to create a widget area in the top right of the header :

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( 'header' );
    }

    As found in this forum, I have added to style.css the following in order to create a widget area in the top right of the header :

    #nav_menu-3.widget.clearfix.widget_nav_menu {
    	float: right;
    	padding: 0 50px 0 0;
    	text-transform: uppercase;
    }
    #nav_menu-3.widget_nav_menu a {
    	padding: 0
    }

    Then, I have created the widget area header and I have added a menu to this widget area
    In this menu, I have put a single external link.

    The Title of the menu displays at the correct place with uppercase (very nice). However, I can’t click on it. It doesn’t link to anything…
    If I remove the css

    #nav_menu-3.widget_nav_menu a {
    	padding: 0
    }

    then, I can see that there is a way to click below the title of menu but I don’t want that of course, I want the title of menu to be clickable…

    Also, if you can help me with the following, it would awesome. Whatever menu style I put (default, button bordered or colored), it doesn’t change anything, it stays default.
    I would like this to be like a rounded yellow button with white font.

    #1178613

    In reply to: Child Theme

    Hi,

    It’s not really that complicated. After the child theme activation, go to the Enfold > Import/Export panel and click the Import Parent Theme Settings button. Wait for the page to update or refresh and it’s done. Please review the documentation below for more info.

    // https://kriesi.at/documentation/enfold/backup-theme-settings/#import-parent-theme-settings

    Best regards,
    Ismael

    #1178492

    In reply to: Bold text in blog

    Hi,
    Thanks for the login, I can see your bold or “strong” tags in your newest post in Chrome, so I believe you are experiencing a caching issue, for me, the easiest way to clear the Chrome cache is to hit “F-12” (on Windows) to open the developer console and then right-click on the reload button next to the address bar and choose the “Empty Cache and Hard Reload” option.
    I tried the create a test post to see your text color issue, I used the Advanced Layout Builder and added a “text block” element, but when I clicked preview the color was black, I also tried the default wordpress editor, but that was also black.
    But the text in the “element preview” panel did look a little gray, but this part of the element doesn’t show the colors 100% correctly, it is only meant to give you an idea. Is this what you are talking about, or do you mean after it is published?
    Can you create a test post and publish it so we can see the gray text? This will let us see what css is being applied and fix it for you. Sometimes depending on the base demo you used, the “em” and “blockquotes” might be a gray color but we can correct this with the Enfold Theme Options > Advanced Styling options.

    Best regards,
    Mike

    #1178429
    gocreative
    Participant

    Hi guys,

    Enfold is a great theme, with lots of options. However, I believe it could be easier to use if some of the Avia Layout Builder elements were merged, reducing the number of items in the builder toolbar. For example:

    * Merge Button, Fullwidth Button, and Button Row
    * Merge Icon List, Icon Grid, and Icon Box
    * Merge Blog Posts, Magazein, Portfolio Grid, Masonry
    * Merge Easy Slider, Fullwidth Easy Slider, Fullscreen Slider, Featured Image Slider, Accordion Slider

    I would imagine opening one such element would first give an option to choose which type (or ask some other key question) when then changes the fields available. For example, with buttons, the modal dialog could allow us to add one or more buttons just like we can do now with the “Button Row” element, and then a simple checkbox for “Make full-width” would be visible only if there’s just a single button. No need for three elements there.

    Another example would be for the slider elements. Just allow us to choose whether we’ll manually create them or pull them from a taxonomy/post type, and then choose the design style. The relevant options for the selected design style then appear, including whether to make the element full width/full screen/neither.

    #1178417
    farrdesign79
    Participant

    I tried following this tutorial to match the header and there is a huge space in the header:

    Also, the header is not sticky and covers the Main Container area.
    Please help.

    I am basically trying to match the header here, but a centered menu below is probably fine:

    Good morning, sir,
    I have the same problem with the sound management with easy slider full width.
    The value of the check button to mute or unmute the sound of the video is not taken into account. The video is always mute.
    Whether it is a Youtube video, or hosted on the server.
    Regards
    Michel

    #1178350

    Hi
    The problem in adding Telegram or other Social Share Button is in helper-social-media.php of Enfold 4.7.2
    I’ve loaded helper-social-media.php of Enfold 4.7.1 in Enfold 4.7.2 and the functions work fine.
    I don’t know what lines are causing the issue but it should be solved in the next release so that people can add the Social Share Buttons that are not included in Enfold.

    PS as many others I don’t like too much the new accordion style in ALB. it only wastes time by openig and closing all those windows. May be there should be an option for having them all opened.

    Best Regards
    Manu

    #1178348

    Hi Yigit
    The problem in adding Telegram or other Social Share Button is in helper-social-media.php of Enfold 4.7.2
    I’ve loaded helper-social-media.php of Enfold 4.7.1 in Enfold 4.7.2 and the functions work fine.
    I don’t know what lines are causing the issue but it should be solved in the next release so that people can add the Social Share Buttons that are not included in Enfold.

    PS as many others I don’t like too much the new accordion style in ALB. it only wastes time by openig and closing all those windows. May be there should be an option for having them all opened.

    Have a nice weekend
    Manu

    #1178247
    Hiruseki
    Participant

    Is there a way to revert to Enfold’s previous version of ALB elements? The new format consisting of each option in multiple tabs and accordions is not user friendly in the slightest. What is the benefit of having each option in a separate accordion dropdown menu? I now have to click 3 extra times to change things that used to take one click.

    This is especially frustrating with the button element. Previously, nearly every option I needed was on a single tab. Now I have to set the title under the content tab, then click the styling tab, then select the size in the Appearance accordion, then click the color accordion to drop it down, set the color, then click the advanced tab to add the link. Why on earth is the link element to a button in the “Advanced” section in the first place?? You’ve quadrupled the amount of clicks it takes to create a simple button!

    I just want to change the format back to how it was. In the future I hope that major backend UX changes automatically roll out with an option to disable them. There is no logical benefit to any of this. Why on earth does every single thing have to be in a separate accordion dropdown?? And what’s even more frustrating is once you select another accordion, it automatically closes the one you had open! Great! Even more clicks!!

    Apologies for the rant, but this is ridiculous.

    #1178230

    Hey Devs….

    With the new versions of Enfold, I am noticing an issue with iframes. More specifically, in my custom elements there is an “edit” button element that will load the page’s/post’s edit screen in an iframe when you’re logged in. Meaning you can go to the page or post on the front end and do a quick edit. It used to work just fine. The link on the button displays the correct URL for the edit screen when you hover over it. The problem comes when you click on the button, it will load an iframe with just the blog post list. So it is stripping everything out after /wp-admin/edit.php.

    So…in theory the full URL, which is present on the button, should look something like this: https://www.yourdomain.com/wp-admin/post.php?post=5619&action=edit?iframe=true

    That simply is no longer working across the board. Portfolio items, posts, pages, etc. Ideas?

    #1178207
    CarletonTorpin
    Participant

    I’ve perviously used the Propulsion theme for my eCommerce website, but now that I’m using the Enfold theme and the Advanced Layout Builder, I’m having to re-learn some things.

    Basically, I’d like to configure a product page to look like this: https://www.predatorcues.com/pool-cues/bk-series/bk3lw-linen-wrap/

    I’m pretty close to achieving the same layout with my development site, but I’m not sure how to get the the price and “Add To Cart” button to show up.

    Can someone help me figure out how to get the various price details and “Add To Cart” button for my product page?

    #1178184
    kesdeg
    Participant

    Hi there,
    I see that another user has had a similar problem as me but using Safari.

    I’ve just had a customer complain about trying to add products to her basket. When she clicked on the buttons to ‘View Basket’ or ‘Go to Checkout’, the items disappeared. She tried multiple different products from my webshop. She was using Windows 10 and Chrome browser. She even tried different computers but had the same problem each time.
    I advised her to clear her cache to see if that made a difference but still the same problem.

    I have my site set up to accept all cookies on page one before going any further so she would have accepted them before getting to the shopping stage.

    I’ve just yesterday updated to Enfold 4.7.2 and am using a child theme. I’ve got Woocommerce 3.9 and WordPress 5.3.2.

    I can’t seem to replicate her issue though but would appreciate you looking into it. Access is provided by Temporary Login. Details are in the private content.

    Many thanks,

    Kesdeg

    #1178156

    Hi,

    The pre-styled button can be selected via ALB.

    Best regards,
    Jordan Shannon

    #1178144
    uhlsport
    Participant

    Hi there Enfold team,
    thanks for the great theme. I’m using it for more than 4 now in countless installations.

    Now my question:
    I just changed the cookie consent bar to opt-in with modal using version 4.7.2.
    I have two buttons in the bottom bar:
    1. accept all
    2. settings (opens the modal)

    If I choose “accept all”, the notification closes. But I have to do exactly the same, when I change language or visit the site again just after closing the browser-tab and reopening it.

    I want the “accept all” button to accept all Cookies and Services, save settings and close notification. For me it looks like that is not possible at the moment.

    I can choose between:
    1. accept all cookies and services, close notification
    2. save settings, close notification

    I’d like to have a combination of both. Is that possible?

    thanks and best regards
    Chris

Viewing 30 results - 2,731 through 2,760 (of 11,206 total)