Viewing 30 results - 271 through 300 (of 11,204 total)
  • Author
    Search Results
  • #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, 6 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

    #1462912
    karmenka
    Participant

    I have multiple sites that use enfold. Since upgrading two of my sites to 6.0.2 I’ve noticed problems.

    1 – In this site https://lanecovenetballclub.com.au/ on the home page. The slider is not rotating or showing slider navigation even though they are switched to appear always.

    2 – In this site https://nsna.com.au/#news the load more button on the masonry element is not visible.

    All my sites are hosted with siteground. I have turned off all caching and optimisation that comes with the additional siteground plugins to no avail.

    Example 1 has all plugins deativated, and the problem persists.

    Thanks for any advise or help. I am not upgrading any of my other sites till resolved.

    Hi,

    Thank you for the update.

    To temporarily fix the overlap issue, please add this css code:

    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
        margin-left: 0;
    }
    
    .av_seperator_small_border .av-main-nav > li:not(.av-menu-button) > a > .avia-menu-text {
        margin-left: -13px;
    }

    And to change the font, please go to the Enfold > Advanced Styling panel and edit the Main Menu > Main Menu Links element.

    Best regards,
    Ismael

    #1462556

    Hi,
    Try this HTML:

    <div class="nav-container">
    <div class="navigation">
    <a href="#" class="nav-link left-link"><img src="https://w-bullinger.com/wp-content/uploads/2024/06/WB-Nav-Arrow-Left.svg" alt="Left"></a>
    <a href="#" class="nav-link close-link"><img src="https://w-bullinger.com/wp-content/uploads/2024/06/WB-Nav-X.svg" alt="close"></a>
    <a href="#" class="nav-link right-link"><img src="https://w-bullinger.com/wp-content/uploads/2024/06/WB-Nav-Arrow-Right.svg" alt="Right"></a>
    </div>
    </div>

    and this css:

    .nav-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 300px;
    }
    
    .nav-button, .nav-link {
        display: inline-block;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f0f0f0;
        color: #333;
    }
    
    .nav-button:hover, .nav-link:hover {
        background-color: #e0e0e0;
    }
    
    .nav-link img {
        width: 20px; /* Adjust the size of the image icon */
        height: 20px;
    }

    For this result
    Enfold Support 6350

    Best regards,
    Mike

    #1462553

    Hi,
    Thank you for the link to your site and the screenshot, I don’t know what the plugin style is meant to look like, but from your screenshot it looks like the border around the elements is the issue. I don’t think that disabling the theme style would be a good solution as I doubt the plugin includes the css required for all of the elements on the checkout page.
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to remove the borders and slightly adjust a couple of elements for a better view:

    .woocommerce-checkout td,
    .woocommerce-checkout tr th:first-child, 
    .woocommerce-checkout tr td:first-child,
    .woocommerce-checkout tr:first-child th, 
    .woocommerce-checkout tr:first-child td,
    .woocommerce-checkout .flux-checkout__content-right #order_review tr.cart_item td, 
    .woocommerce-checkout .flux-step #order_review tr.cart_item td {
        border: none;
    }
    .woocommerce-checkout div table.shop_table td {
        padding: 0;
    }
    .woocommerce-page .button {
        margin: 0;
    }
    .woocommerce form p.form-row input[type=text]#coupon_code {
    	padding-right: 0;
    }
    .woocommerce-page .coupon-form td .checkout_coupon.woocommerce-form-coupon p.form-row-last {
        width: 41%;
    }
    .woocommerce-page .coupon-form td .checkout_coupon.woocommerce-form-coupon p.form-row-first {
        width: 50%;
    }

    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #av-burger-menu-ul .menu-item-2029 {
      margin-bottom: 10px; 
    }
    
    #top .av-menu-button > a .avia-menu-text {
      border-radius: 5px;
    }

    Best regards,
    Rikard

    #1462498

    Topic: Section toggle

    in forum Enfold
    dweddell
    Participant

    Hi

    I have set up a test section togglle using a button, using instructions from https://kriesi.at/documentation/enfold/button/#toggle-id-7, however I cant get it to work. Can you advise where I have gone wrong please

    test page below

    Kind ergards

    Duncan

    #1462373
    Akea
    Guest

    im Juli 2020 bin ich bei dem Anbieter Total GPL per Zufall auf Ihr WP Theme Enfold gestoßen, und weil ich es interessant fand, habe ich es einfach mal gekauft.
    Seit Februar 2022 ist es im Einsatz. Leider konnte und kann ich es nicht updaten, was sicherlich längst nötig wäre, weil ich von Total GPL keinen item Purchase Code dazu erhalten wurde. Das hat mich damals nicht gestört, da ich von dessen Notwendigkeit für Support keine Ahnung hatte.
    Meine Enfold Version ist 5.01.
    Nachdem ich seit gestern keinen Advanced Layout Button mehr habe, denke ich, es wird dringend Zeit, mein Enfold auf den neuesten Stand zu bringen und Zugang zum Support zu bekommen.
    Was muss ich dazu tun, um an ein Update zu kommen?

    #1462355

    In reply to: Threads logo

    Hey Ivana,

    Thank you for the inquiry.

    The icon is not yet available but you can manually add it by uploading this zip file to the Enfold > Import/Export > Iconfont Manager.

    // https://1drv.ms/u/s!AjjTfXSRbKTvguM8owBR5qH5aci6dw?e=ylqhfA

    Then add this code in the functions.php file:

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons)
    {
        $icons['threads'] = array('font' => 'threads', '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['Threads'] = 'threads';
        return $icons;
    }
    add_filter('avf_social_icons_options', 'avia_add_custom_social_icon', 10, 1);
    

    You should now be able to add the new social icon from the Enfold > Social Profiles panel. Please check the links below for more info:

    // https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
    // https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options

    Best regards,
    Ismael

    #1462288

    In reply to: Text Decoration Links

    Hey Anna_Tewes,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    :root :where(a:where(:not(.wp-element-button))) {
        text-decoration: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    keribird
    Participant

    Hi,

    I recently updated several websites to WordPress 6.6. The ones that have block editor selected in Enfold Theme Options are no longer showing the Advanced Layout Editor button on posts and pages. Pages that I previously built with the Advanced Layout Editor can still be edited, but the “Default Editor” button is not there. And I can’t use Advanced Layout Editor on new pages. I have a couple sites that have the Classic Editor selected in Enfold Theme Options and those are still working normally. Unfortunately, I have to use the block editor for the other sites because I have plugins that require it.

    Is this a known issue? I couldn’t find another post about it.

    Thanks for your help!
    Keri

    Hey Peter,
    I will try, in my example I wanted to use a menu created in WordPress, so first create a menu and save the menu name for the function code later:
    Enfold Support 6307
    For the logo we will add the image via css so you will need to add the custom classes button logo
    Enfold Support 6313
    For the CTA we add the classes button cta:
    Enfold Support 6311
    Then on the page you want to use this use the option Hide Header on this page:
    Enfold Support 6315
    and add the shortcode [custom_menu menu=”test menu with logo”] to your page, adjust the menu name to suit.
    Then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function display_custom_menu($atts) {
        $atts = shortcode_atts(
            array(
                'menu' => '',
            ), 
            $atts, 
            'custom_menu'
        );
        $menu = $atts['menu'];
        if (!empty($menu)) {
            $args = array(
                'menu' => $menu,
                'container' => false, 
                'menu_class' => 'av-main-nav scmenu',
                'echo' => false
            );
            $menu_html = wp_nav_menu($args);
            $output = '<header id="header" style="position: absolute; top: 0;">';
            $output .= '<nav class="main_menu" style="display: flex; align-items: center; justify-content: center; width: 100%;">';
            $output .= $menu_html;
            $output .= '</nav>';
            $output .= '</header>';
            return $output;
        } else {
            return '<p>No menu specified or menu not found.</p>';
        }
    }
    add_shortcode('custom_menu', 'display_custom_menu');
    

    and this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .main_menu ul.scmenu {
    list-style: none;	
    }
    #top #wrap_all .main_menu .scmenu .menu-item a {
    	color: var(--enfold-header_replacement_menu_color);
    }
    #top #wrap_all .main_menu .scmenu {
    background-color: rgba(0, 0, 0, 0.2);
    }
    body:not(.wp-admin) li.button.logo {
    background-image: url(/wp-content/uploads/2024/07/logo_fysiotherapie_groningen.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 200px;
    margin-left: 0;
    }
    body:not(.wp-admin) li.button.logo a {
    opacity: 0;
    }
    #top #wrap_all .main_menu .scmenu .button.menu-item.cta {
    	background-color: orange;
    }

    and adjust the image URL to suit
    The expected results should be like this when a color section with a image is used:
    Enfold Support 6317

    Best regards,
    Mike

    the_digital_manager
    Participant

    I started yet another (my 5th) Enfold web project (happy customer, mainly due to the awesome support that always helps me to tweak the theme). Each time I try to achieve an individual identity for the website and this time I’d like to tweak the main menu.

    Basically what I’m trying to achieve is to wrap a ‘transparant box’ around the menu with an adjustable background and font colour. The logo needs to be on the left (with another background colour of that socket) and on the right a CTA (make appointment) with another background colour in that socket (which I guess will be a custom link in the menu using the coloured button option, though the button needs to have the same hight as the rest) . This applies for devices starting from a screen size of tablets. The menu is on top of the content of the page (i.e. a full width slider or image)

    See https://drive.google.com/file/d/1twinJeP4c580lVkn9jbqnAKerd4e_bvd/view?usp=sharing for an example and find the url of a live example of another site in the private content.

    looking forward to realize another awesome enfold site!

    Meine Empfehlung wäre schon eher den Code für die functions.php zu nehmen.
    siehe den Endkommentar meinerseits.

    Da post ids und page ids wohl offenbar bei Enfold mit als Klasse bei html geführt werden sollte es reichen nur diese aufzuführen.
    Damit der Selector stärker wird solltest Du noch das html vor die Klasse setzen.
    Pass auf, das alle selectoren durch Kommata getrennt sind, nur der letzte in der Reihe erhält kein Komma vor der eröffnenden Klammer.

    die variablen kannst du natürlich anpassen. Je nachdem, was du ersetzen willst. Die Liste was Enfold da anlegt bezieht sich auf die Einstellungen – siehe unten – die Farben bzw. anderen Werte entsprechen den Styling-Einstellungen

    html.html_entry_id_777,
    html.html_entry_id_778,
    html.html_entry_id_779 {
    	--enfold-header-color-bg: #eee;
    	--enfold-main-color-bg: #eee; 
    	--enfold-footer-color-bg: #eee;
    	--enfold-alternate-color-bg2: #eee;
    	--enfold-header-color-bg2: #eee;
    	--enfold-socket-color-bg: #eee;
    	--enfold-socket-color-border: #eee;
    }

    Beispiel-Liste was alles von Enfold als variablen geführt werden.

    :root {
      --enfold-socket-color-bg:#333333;
      --enfold-socket-color-bg2:#555555;
      --enfold-socket-color-primary:#ffffff;
      --enfold-socket-color-secondary:#aaaaaa;
      --enfold-socket-color-color:#eeeeee;
      --enfold-socket-color-meta:#999999;
      --enfold-socket-color-heading:#ffffff;
      --enfold-socket-color-border:#444444;
      --enfold-socket-color-constant-font:#333333;
      --enfold-socket-color-button-border:#dddddd;
      --enfold-socket-color-button-border2:#888888;
      --enfold-socket-color-iconlist:#333333;
      --enfold-socket-color-timeline:#333333;
      --enfold-socket-color-timeline-date:#000000;
      --enfold-socket-color-masonry:#444444;
      --enfold-socket-color-stripe:#ffffff;
      --enfold-socket-color-stripe2:#ffffff;
      --enfold-socket-color-stripe2nd:#bbbbbb;
      --enfold-socket-color-button-font:#333333;
      --enfold-footer-color-bg:#222222;
      --enfold-footer-color-bg2:#333333;
      --enfold-footer-color-primary:#ffffff;
      --enfold-footer-color-secondary:#aaaaaa;
      --enfold-footer-color-color:#dddddd;
      --enfold-footer-color-meta:#919191;
      --enfold-footer-color-heading:#919191;
      --enfold-footer-color-border:#444444;
      --enfold-footer-color-constant-font:#222222;
      --enfold-footer-color-button-border:#dddddd;
      --enfold-footer-color-button-border2:#888888;
      --enfold-footer-color-iconlist:#333333;
      --enfold-footer-color-timeline:#333333;
      --enfold-footer-color-timeline-date:#000000;
      --enfold-footer-color-masonry:#222222;
      --enfold-footer-color-stripe:#ffffff;
      --enfold-footer-color-stripe2:#ffffff;
      --enfold-footer-color-stripe2nd:#bbbbbb;
      --enfold-footer-color-button-font:#222222;
      --enfold-alternate-color-bg:#fcfcfc;
      --enfold-alternate-color-bg2:#ffffff;
      --enfold-alternate-color-primary:#719430;
      --enfold-alternate-color-secondary:#83a83d;
      --enfold-alternate-color-color:#666666;
      --enfold-alternate-color-meta:#8f8f8f;
      --enfold-alternate-color-heading:#222222;
      --enfold-alternate-color-border:#e1e1e1;
      --enfold-alternate-color-constant-font:#ffffff;
      --enfold-alternate-color-button-border:#507210;
      --enfold-alternate-color-button-border2:#61861b;
      --enfold-alternate-color-iconlist:#d0d0d0;
      --enfold-alternate-color-timeline:#d0d0d0;
      --enfold-alternate-color-timeline-date:#a0a0a0;
      --enfold-alternate-color-masonry:#eeeeee;
      --enfold-alternate-color-stripe:#93b652;
      --enfold-alternate-color-stripe2:#82a541;
      --enfold-alternate-color-stripe2nd:#94b94e;
      --enfold-alternate-color-button-font:#ffffff;
      --enfold-main-color-bg:#ffffff;
      --enfold-main-color-bg2:#fcfcfc;
      --enfold-main-color-primary:#719430;
      --enfold-main-color-secondary:#83a83d;
      --enfold-main-color-color:#666666;
      --enfold-main-color-meta:#919191;
      --enfold-main-color-heading:#222222;
      --enfold-main-color-border:#e1e1e1;
      --enfold-main-color-constant-font:#ffffff;
      --enfold-main-color-button-border:#507210;
      --enfold-main-color-button-border2:#61861b;
      --enfold-main-color-iconlist:#d0d0d0;
      --enfold-main-color-timeline:#d0d0d0;
      --enfold-main-color-timeline-date:#a0a0a0;
      --enfold-main-color-masonry:#ebebeb;
      --enfold-main-color-stripe:#93b652;
      --enfold-main-color-stripe2:#82a541;
      --enfold-main-color-stripe2nd:#94b94e;
      --enfold-main-color-button-font:#ffffff;
      --enfold-header-color-bg:#ffffff;
      --enfold-header-color-bg2:#f8f8f8;
      --enfold-header-color-primary:#719430;
      --enfold-header-color-secondary:#444444;
      --enfold-header-color-color:#333333;
      --enfold-header-color-meta:#808080;
      --enfold-header-color-heading:#000000;
      --enfold-header-color-border:#e1e1e1;
      --enfold-header-color-constant-font:#ffffff;
      --enfold-header-color-button-border:#507210;
      --enfold-header-color-button-border2:#222222;
      --enfold-header-color-iconlist:#d0d0d0;
      --enfold-header-color-timeline:#d0d0d0;
      --enfold-header-color-timeline-date:#a0a0a0;
      --enfold-header-color-masonry:#e7e7e7;
      --enfold-header-color-stripe:#93b652;
      --enfold-header-color-stripe2:#82a541;
      --enfold-header-color-stripe2nd:#555555;
      --enfold-header-color-button-font:#ffffff;
      --enfold-header_burger_color:inherit;
      --enfold-header_replacement_menu_color:inherit;
      --enfold-header_replacement_menu_hover_color:inherit;
      --enfold-font-family-theme-body:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
      --enfold-font-size-theme-content:13px;
      --enfold-font-size-theme-h1:34px;
      --enfold-font-size-theme-h2:28px;
      --enfold-font-size-theme-h3:20px;
      --enfold-font-size-theme-h4:18px;
      --enfold-font-size-theme-h5:16px;
      --enfold-font-size-theme-h6:14px;
      --enfold-font-size-content-font:18px
    }
    #1461539

    Hey Ad-Min747,
    I assume that your user is not admin, so see the theme option at Enfold Theme Options ▸ Layout Builder ▸ Lock Advanced Layout Builder
    This removes the ability to move or delete existing template builder elements, or add new ones, for everyone who is not an administrator.
    Another option might be this function in your child theme functions.php file in Appearance ▸ Editor to hide the ALB button from anyone that is not admin.

    add_action('admin_head', function() {
    	if( !current_user_can('activate_plugins') ){
                ?>
                 <style>#avia-builder-button{ display: none; } </style>
                <?php
            }
    });

    Best regards,
    Mike

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