Viewing 30 results - 2,551 through 2,580 (of 11,217 total)
  • Author
    Search Results
  • gregorh
    Participant

    Hello support,
    today I updated 3 sites (all WP 5.4 and Enfold 4.7.4) and on two of those sites, the Cookies & Privacy settings look different and even do not work correctly.
    The one site that works fine shows 3 Tabs at the top
    Works fine

    the other two sites do not have these tabs:
    no tabs!
    and on the 2 sites with no tabs, it is not possible to add more buttons to the Cookie Consent Message Bar or Modal Popup Window. Clicking on the [+] sign does not do anything.

    As I said, all sites run the latest WP and Enfold version.

    #1202229
    qwerty94
    Participant

    Hi, I’ve got a nav using enfold theme, whichever page I set as the most right button, the drop-down does not work. when hovering over it doesn’t drop down like the others, to show subpages. When I swap around it’s always the far right menu.

    Any ideas?

    #1202202

    Hi,

    I just checked the field in Enfold theme options however it is empty on my end as well. After adding API key, please click blue “check API key” button and after confirmation, save theme options.

    Best regards,
    Yigit

    Hi Rikard I cannot see any delete button to remove the Enfold Theme Manually i see delete buttons on other themes but not Enfold.

    so i installed the plugin that you suggested as the alternative to manually updating.
    i downloaded the most recent Enfold Zip file and tried to install but this is the warning message i received:-

    Installing Theme from uploaded file: themeforest-KDvyV4PZ-enfold-responsive-multipurpose-theme.zip
    Unpacking the package…

    Installing the theme…

    The package could not be installed. The theme is missing the style.css stylesheet.

    Theme installation failed.

    Warning: Illegal string offset ‘http_code’ in /home3/earthdom/public_html/wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php on line 307

    Warning: Invalid argument supplied for foreach() in /home3/earthdom/public_html/wp-content/themes/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 49

    #1202050

    In reply to: Logo Area Heading

    Hi proDRIVERS,

    Go to Enfold > Advanced Styling > (Select an element to customize) set to Main Menu Links then click on Edit Element button.
    Check Apply only to mouse hover state and Apply only to active state then set Font Color to White.
    Hope this helps.

    Best regards,
    Nikko

    #1202005
    Oref
    Participant

    Hello,

    I hope all is well during this COVID-19 outbreak.

    I have a question, this provided website in private content is using Enfold and my question is:

    they have been using some sort of effects for their white transparent buttons… Can anyone kindly assist me, which option Enfold or what CSS can do the job?
    There are two effects, for light and dark transparent buttons.

    Thank you very much.

    #1201917

    Topic: Dropdown button

    in forum Enfold
    rotarex
    Participant

    Hello, how can I create a drop-down button in the Enfold theme? I do not want a menu, I want a button that once clicked shows a list of drop-down links which users can access (example on this page https://about.google/products/ – the “Get started” button). Please help.
    Thank you in advance!

    @Ismael,
    that’s great, thank you!

    for reference, i’ve been cobbling together all i could find on the subject and i “THINK” i’ve found a great solution that (so far) works.

    first, i’m disabling the WordPress Gutenberg “new” editor (cause i think it sucks); but that leaves the previous WP default “classic” editor button.
    second, with your code, i’m auto-clicking the Enfold Advanced Layer Builder button on new page/post creations.
    third, i’m auto hiding the WP classic editor button (so nobody can accidentally click it & get confused or whatever – really, it just makes me feel better).
    fourth, i’m hiding the words that say which editor was used on the page/post listing pages to have a cleaner interface.

    ✌🏼

    
    // ADMIN: DISABLE WP GUTENBERG EDITOR FOR POSTS & POST TYPES
    add_filter('use_block_editor_for_post', '__return_false', 10);
    add_filter('use_block_editor_for_post_type', '__return_false', 10);
    
    // ADMIN: AUTO-CLICK TO ENABLE ENFOLD'S LAYOUT BUILDER WHEN CREATING NEW PAGES/POSTS
    function trigger_alb_on_load(){
    	?>
    	<script>
    	(function($){
    		$(window).load(function() {
    			$("#avia-builder-button").trigger('click');
    		});
    	})(jQuery);
    	</script>
    	<?php
    	}
    add_action('admin_head-post-new.php', 'trigger_alb_on_load');
    
    // ADMIN: HIDE WP DEFAULT EDITOR BUTTON
    function hide_default_editor_button() {
      echo '<style>
        #avia-builder-button {
          display: none;
        } 
      </style>';
    }
    add_action('admin_head', 'hide_default_editor_button');
    
    // ADMIN: HIDE EDITOR INFO IN LISTINGS
    function remove_ALB_post_state( $post_states, $post ) {
    	if("! has_blocks( $post->ID )") {
    		unset($post_states['wp_editor']);
    	}
    	if("!= Avia_Builder()->get_alb_builder_status($post->ID)") {
    		unset($post_states['avia_alb']);
    	}
    return $post_states;
    }
    add_filter('display_post_states','remove_ALB_post_state',999,2);
    
    AB
    Participant

    Hallo!
    Ich weiß jetzt nicht ob es an WP selbst liegt oder am Enfold Theme (alles aktuellste Versionen), es fehlt dort eine primäre “mast häf” Funktion, habe zumindest keinerlei Möglichkeit gefunden.

    Vorgang:
    1) jede Menge Untermenues angelegt für Kategorien, um eine finale Vorschauübersicht der Menuegröße zu haben
    2) jetzt soll jedoch nicht jede Kategorie = Untermenue sichtbar sein, weil noch nichts hinterlegt ist und erst mit Zeit folgt.
    3) daher wird mehr als die Löschfunktion in der Menuestruktur benötigt, da diese null Sinn macht in dem Fall. (da ja ansonsten wieder alles angelegt werden müsste = überflüssige Arbeitszeit verschwendet)
    4) daher wäre es schön wenn ein einfacher Button, Kästchen oder Linkwort dort mit integriert wäre ( neben dem Wort entfernen = deaktivieren + aktivieren)

    Falls am Theme liegend: wann wird es ein Update geben wo das dann enthalten ist?
    Oder gibt es ein funktionsfähiges Plugin was diese dann ermöglicht, wer hätte einen Tipp?

    Grüße
    A.B.

    #1201663
    rolfroyce
    Participant

    Hi, I know this question has been asked very often already.

    I have updated to the latest WordPress version, and updated Enfold.

    Since then the Enfold Layout editor does no longer work.
    It shows all Enfold Avia Layout editor Shortcodes in one big shortcode block.
    The edit in Avia Layout Editor button is somehow hidden behind the default editor button. See screenrecording in private content.

    I tried de-activating plugins (I haven’t changed any plugins recently and Enfold worked fine with the plugins installed).

    Can you take a look at the site?

    • This topic was modified 6 years ago by rolfroyce.
    #1201658
    eskitaco
    Participant

    Hello,

    I received this error warning this morning after updating a client’s website. Below are the steps that occurred along with the message:

    Steps
    1. Updated plugins
    2. Updated Enfold to version 4.7.4 via “Updates” tab in Dashboard
    3. After updating, clicked “Visit Site” in Dashboard drop down menu
    4. Home page appeared with warning message above the header with content appearing below
    5. Clicked into an interior page and message disappeared
    6. Viewed website in Incognito window and message did not appear
    7. Website seems to be functioning normally

    Entire Message
    Warning: file_get_contents(/wordpress/wp-content/themes/enfold/css/grid.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/css/base.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/css/layout.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons/buttons.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttonrow/buttonrow.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/google_maps/google_maps.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/grid_row/grid_row.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/heading/heading.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/hr/hr.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icon/icon.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image/image.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/css/avia-snippet-site-preloader.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/menu/menu.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/notification/notification.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/promobox/promobox.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/social_share/social_share.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table/table.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/team/team.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/css/shortcodes.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/js/aviapopup/magnific-popup.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/css/avia-snippet-lightbox.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/css/avia-snippet-widget.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/uploads/dynamic_avia/colorado_basin_roundtable.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/css/custom.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold-child/style.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/config-events-calendar/event-mod.css): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448 Warning: file_get_contents(/wordpress/wp-content/themes/enfold/js/avia-compat.js): failed to open stream: No such file or directory in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 448

    Thank you for your time and I included logins to the site just in case you need access.

    #1201620

    Topic: Cookie questions

    in forum Enfold
    DivaNails
    Participant

    I need more info on how Enfold’s cookie consent functionality works.

    First of all, did I understand it correctly from https://kriesi.at/support/topic/facebook-pixel-google-analytics-tracking-codes/#post-1201062 that in order to use Facebook Pixel in accordance with the DSGVO I need to put the the Script for Google Analytics and Facebook Pixel together into the field Tracking Code für Google Analytics like this:

    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXX"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'UA-XXXXXXX');
    </script>
    
    <!-- Facebook Pixel Code -->
    <script>
      !function(f,b,e,v,n,t,s)
      {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
      n.callMethod.apply(n,arguments):n.queue.push(arguments)};
      if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
      n.queue=[];t=b.createElement(e);t.async=!0;
      t.src=v;s=b.getElementsByTagName(e)[0];
      s.parentNode.insertBefore(t,s)}(window, document,'script',
      'https://connect.facebook.net/en_US/fbevents.js');
      fbq('init', 'XXXXXXX');
      fbq('track', 'PageView');
    </script>
    <!-- End Facebook Pixel Code -->

    Is this correct?

    When I look at the Essential Cookies tab https://ibb.co/X5htVWP there is a sentence “We provide you with a list of stored cookies…” – is this just a sample text or do I really see a list of all cookies placed from my domain somewhere? Or does this refer to the other tabs of that modal window?
    To be honest I am confused about the rest of this text too. First of all, essential cookies are essential cookies for a reason – why even provide an option to disable this? I have only looked at a few other consent tools, but none of them suggests disabling essential cookies.
    And please, can we get rid of these awful switch buttons? They never match the text next to it, no matter how you try to phrase it, unless you introduce separate texts for “Setting is NOW on” and “Setting is NOW off”. If like in this sample it says “Aktivieren”, does it mean that it is not activated yet? “It just makes no sense, it’s a dumb control to use” – sorry, that’s my dad’s opinion who I asked to have a look as a neutral test person :)

    Next, when I want to enable or disable the cookies for Google Analytics and Facebook Pixel, the switch is locked and I see the text “Bitte aktiviere diese Funktion in Ihren Browsereinstellungen und lade die Seite neu” – https://ibb.co/9pHRQrV
    Why is it disabled and what exactly should I enable in my Browser Settings? I’ll not write what my dad said here, but it was funny to hear. Also it should be “in deinen Browsereinstellungen” for consistent grammar – where can I fix that?

    Finally, a minor issue is the inconsistency of translations in the settings part, for example:
    https://ibb.co/wsVrgPZ – German and English are pretty mixed up, not just texts but dropdown values too.

    • This topic was modified 6 years ago by DivaNails.
    #1201579

    Merhabalar @gizmaksanayi :)

    Yes, there is a Turkish version inside enfold/lang folder. You can edit tr_TR.po file using a free software such as – https://poedit.net/. Please click “update” button in PoEdit to make sure all available strings are included.

    Thanks in advance! :)


    @elquenosabenada
    Thanks for your contribution! We have included updated files and they will be available in upcoming version :)

    Best regards,
    Yigit

    • This reply was modified 6 years ago by Yigit.
    #1201575

    Hi Sheldon,

    Sorry for the late reply! Your thread was not missed out but forums have been pretty busy so we could not reply to each thread in a timely manner. We are working on it :)

    1- Your first button is for cookie bar and second one is on cookie modal window. They both accept the changes however first one is to accept all cookies which are accepted by default and your visitors can go to cookie settings modal window and uncheck cookies they would not like to accept and then accept the enabled ones.

    2- When you choose “Accept all cookies and services are accepted at first page load, user can opt-out”, cookies are already accepted and button acknowledges the user. For more strict GDPR compliance, you can choose 4th option “Essential cookies are accepted on first page load, user must opt in”. Users would still be able to add products to cart and view them as essential cookies, including WooCommerce cookies are accepted on page load.

    We have added the 4th option in Enfold 4.7.3, so if you are using an older version, please update Enfold to the latest version 4.7.4.

    Best regards,
    Yigit

    nickvanaerde
    Participant

    Dear,

    We took over a website created with enfold, bought a license and did a full update of WP, enfold and used plugins.
    After the update we are noticing that the hamburger menu on mobile is not activating
    Please see: https://zencare.be

    Also: We enable the button style menu item on the “webshop” menu item
    After styling the item trough ¨the enfold settings it doesn’t show it.

    #1201411
    rasa
    Participant

    I’m trying to change the color of the previous/next buttons on the Layerslider. I tried the code you suggested below:
    #top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next {
    background: rgb(255, 215, 0);

    but that didn’t seem to work.
    I took your suggestion:

    After adding custom CSS code, please make sure to disable CSS file merging in Enfold theme options > Performance and clear cache.

    I disabled CSS file merging, but I’m using W3 Total Cache, and I was not sure which part of that to “purge.” They have 6 different “save and purge” buttons.
    Any help you can give me would be appreciated!

    BTW, code for changing all the Navigation controls would be nice to have, in case I want to do that later.

    Victoria,
    I put the code in that you just sent.
    It didn’t work in the Enfold > General Styling > Quick Css
    so I had to place it in themes/enfold/css/custom.css

    It is almost there…. meaning I see the buttons and text now, but the buttons appear on top of the 3 slider dots/circles that show the banner rotating.

    Can the code be adjusted to lower those 3 slider dots/circles at the bottom?

    #1201173

    Hi Ismael,

    i thank you for the time you spend in investigation.

    Yes it is my only enfold site with woocommerce and wpml and both working fine together for 3 years until 4.73 version.

    As at the moment the 4.57 production version is ok and i have seen in the upcoming fix topic that the next 4.74.1 release will fix the bug with quantity button( fixed: WC 4.0 bug grouped products and quantity button not working), maybe it is better for me to wait before going forward in investigation rather than risk breaking the production version.

    What do you think ?, do you confirm that it is this bug that has been identified and will be resolved in the next update ? do you have an estimated date of release ?

    Thank you again for your help,

    best regards,

    Stan

    Hey jamiej08,
    It looks like you have the Enfold Theme Options > Performance > JS & CSS file merging and compression, please try deactivating it with the Enfold Theme Options > Performance > Delete old CSS and JS files option enabled, at the bottom of the page.
    Then enter a blank space in the Quick CSS to enable the “Save all changes” button, then save.
    Then clear your browser cache and any cache plugin, and check.
    You can then enable it again.
    If this doesn’t flush it out Please this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #header_meta {
    	background-color: navy !important; 	
    }

    This is for the white top bar on your site.

    Best regards,
    Mike

    #1201012

    Hello
    It’s a perfect fit.
    but now on the first page there is a red bar with the following text:
    This page is selected to be displayed as footer but is not active at the moment. (Set in Enfold ” Footer). (Change)
    Is this because of the change?
    And it can stay there?

    there’s two more:
    Can the buttons be made darker,
    now almost not visible

    thanks a million
    and best regards Franz

    #1200948
    TT2495
    Participant

    Hello,

    The buttons do not work anymore. I can not edit them after enfold and WP update.

    https://www.bilder-upload.eu/bild-ff825e-1586078033.png.html

    #1200893
    Vasilis
    Participant

    Hi there,
    I am managing a site which I left a bit behid. Today I noticed on the homepage http://samolis.family/en/samolis-family/towards the end of the page I used to have 3 big social buttons which used to have 3 big circles with social links but now, there are oval buttons but you cannot see the buttons in the middle. See attached image.
    Could you assist?
    Also should safely upgrade WordPress Enfold 5.4 and Enfold 4.7.4?

    Thank you!

    #1200850

    Hi,
    As I’m sure you are aware, the “scroll-top-link” doesn’t show on mobile screens by default, so you would need to use some css like this for it to show:

    @media only screen and (max-width: 767px){
    .responsive #scroll-top-link {
        display: block;
    }
    }

    But for your question to have the button show when the scroll reaches 75% of the page, after you apply the css please edit \wp-content\themes\enfold\js\avia.js on line 862 you should find if(st < 500) change to if(st < $(document).height()*0.75)
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    #1200830
    TheURLdr
    Participant

    I’m using CartFlows to create landing page funnels on my website. Their Elementor page builder makes the Enfold Avia Layout Builder and all the page controls disappear. I need the page design to stretch full width across the page and I want to eliminate the header and footer. Can you please tell me how to do this for just this page?

    Update: It appears that when you work in Elementor and save your work, then come back out to the flow page and click the Update button, that’s when the page width shrinks and the header and footer appear. Once you click Update, you can’t get the page to go back to the way it was. No revisions or history changes work. Any suggestions here?

    • This topic was modified 6 years ago by TheURLdr.
    #1200780

    Hi Victoria,

    we can give an exact discription of our problem:

    For the plugin product-bunldes from somewherewarm we don’t need the following code:

    The file we located that code is the following: Enfold: woocommerce-mod.js (config-woocommerce/woocommerce-mod.js

    function avia_apply_quant_btn()
    {
    /*
    jQuery(“.quantity input[type=number]”).each(function() {
    var number = $(this),
    max = parseFloat( number.attr( ‘max’ ) ),
    min = parseFloat( number.attr( ‘min’ ) ),
    step = parseInt( number.attr( ‘step’ ), 10 ),
    newNum = jQuery(jQuery(‘<div />’).append(number.clone(true)).html().replace(‘number’,’text’)).insertAfter(number);
    number.remove();

    setTimeout(function(){
    if(newNum.next(‘.plus’).length === 0) {
    var minus = jQuery(‘<input type=”button” value=”-” class=”minus”>’).insertBefore(newNum),
    plus = jQuery(‘<input type=”button” value=”+” class=”plus”>’).insertAfter(newNum);

    minus.on(‘click’, function(){
    var the_val = parseInt( newNum.val(), 10 ) – step;
    the_val = the_val < 0 ? 0 : the_val;
    the_val = the_val < min ? min : the_val;
    newNum.val(the_val).trigger(“change”);
    });
    plus.on(‘click’, function(){
    var the_val = parseInt( newNum.val(), 10 ) + step;
    the_val = the_val > max ? max : the_val;
    newNum.val(the_val).trigger(“change”);

    });
    }
    },10);

    });
    */
    }

    Can you give us an advise how to remove those additional buttons? We tried to remove that part but those buttons are still there an our plugin does not refresh the price.

    We have also the option to send you the code which is generated with another theme where the plugin is working. But we found a lot of communication where our problem is solved by one of your support team.

    Please help us to solve that problem.

    Reguards

    Sebastian Gehmlich

    Hi,

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

    @media only screen and (max-width: 767px) {
    .home #fullscreen_slider_1 .avia-caption-title, .home #fullscreen_slider_1 .avia-caption-content, .home #fullscreen_slider_1 .avia-slideshow-button {
        background:rgba(255,255,255,0.5);
    }
    }

    Best regards,
    Rikard

    #1200331
    debacqua19
    Participant

    Is there a way I can insert code into the pre-established BUTTON element in Enfold? I’d like to use the preloaded buttons instead of using those I have created and then putting into Code Block. (they look much nicer!).

    ON this page

    you can tell the difference between code blocks with code that includes media of various buttons (DAILY LIVESTREAM CLASSES) vs the light blue buttons that are above the multi-colored ones mid-page.

    Thank you!

    (see code sample & log-in below)

    ksaady
    Participant

    Hello,

    quick brief, so ive cloned our original wordpress website to a new managed wordpress hosting by godaddy so that we can try and resolve many problems with our current website

    the old website was running WordPress 4.5.20 with enfold 3.6.1 with child theme enabled

    any attempts in the past to update enfold, or wordpress failed miserably thats why we cloned the website to figure out the problem

    now initially after everything was copied we updated to wordpress 5.3.2 and enfold parent theme updated to 4.7.4, and woocommerce to 4.0.1

    the home page doesnt seem to be working normally, and at a certain point on the backend we received either of those two errors

    Failed to initialize plugin: avia_builder_button
    Failed to load plugin url: /wp-content/plugins/LayerSlider/assets/static/admin/js/ls-admin-tinymce.js

    i cannot replicate the error any longer

    thank you in advance for your help

    #1200150

    In reply to: Social Media in Footer

    Hi,
    Thank you for the feedback, there are more customization examples in the Enfold Documentation

    Best regards,
    Mike

    #1200106

    Hi everyone.

    My contribution:

    I have installed the plugin “Classic Editor Addon” and it seems that some components of the ENFOLD editor work (text, photos, …) but others do not (buttons, comments, …)

    At least with this we can edit the pages in a simple way while ‘kriesi’ give us a solution.

    Good luck to everyone.

Viewing 30 results - 2,551 through 2,580 (of 11,217 total)