Viewing 30 results - 7,021 through 7,050 (of 244,420 total)
  • Author
    Search Results
  • #1462033

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

     #top .main_color input[type='email'] {
        border-color: #ffffff;
        background-color: #f6f7f9;
        color: #1e242f;
        font-weight: 300;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1462032

    Hey Diana,
    The line is a after section feature, to remove try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .container_wrap {
        border-top-style: none;
    }

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

    Best regards,
    Mike

    #1462031

    In reply to: Enfold 5.0

    Hey Aubin,
    Please see our change log here. To test the update I recommend creating a staging site, check your webhost to see if you have the one click staging site option, this is a option in most cPanels to create a staging clone of your site so you can test updates on it and your live site will stay up and running. You can always ask your webhost to help you with setting this up if you want.
    Here are some screenshots of what it would look like:
    staging-1.jpg
    staging-2.jpg

    Best regards,
    Mike

    #1462030

    Hi,
    Glad to see that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1462029

    In reply to: Email not sent

    Hey anouk3177,
    Thanks for the login, it looks like you are using a gmail address as your from email, typically this will be deleted as spam by email servers. So you should use a SMTP email server, I see you installed the WP Mail SMTP plugin and tried to set the Other SMTP, but you are not using Authentication
    Enfold Support 6329
    and you still added your gmail address as your “from” address.
    So first try setting up a email address on your webhost server with the same domain as your website, otherwise they will be spam and often deleted.
    Then get your SMTP login from your webhost and add it to your plugin.

    Best regards,
    Mike

    Hi,
    Thank you for your patience and the link to your site, I first tested one of your videos on my test sites with the same settings that you have and the video plays with sound, on your site the volume is clearly disabled:
    Enfold Support 6325
    but your child theme has a lot of custom files, including a header.php – typically including a old header.php can cause issues, please consider removing.
    Enfold Support 6327
    So I tested switching to the parent theme and the video plays correctly with sound:
    Enfold Support 6323
    So this points to a custom file in your child theme causing the error, try removing the header.php first, then the “includes” files, and if that doesn’t help start removing your other custom files until you find the conflict.

    Best regards,
    Mike

    #1462023

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1462022

    In reply to: where is my theme?

    Hi,
    I don’t know what you mean by “wordpress toolkit” do you mean the staging site options, this would be in your webhost not in your website backend, but not every webhost has this, try asking your webhost.
    If you don’t have the Enfold theme listed as products in your Envato account, then you will have to ask Envato we don’t have control there and only Envato can track and offer licenses.
    If you had a “developer” install the theme for you, you may not own the license and only the “developer” has access to it, if this is the case and you can’t contact the “developer” the you should consider purchasing your own license in your Envato account so you can download the theme now and in the future. The good news is that when you purchase a license you get 6 months of support included, or for a little more you can have a year of support – a great value.
    Enfold Support 6321

    Best regards,
    Mike

    Hi,
    Please see the filter on line 1898 in functions-enfold.php:

    //hide or show child pages in menu – if the class is set to ‘widget_nav_hide_child’ the child pages will be hidden

    Best regards,
    Mike

    #1462017

    In reply to: where is my theme?

    PS why is Enfold in my menue visible? I did not put it in there. Thanks

    #1462016

    In reply to: where is my theme?

    Hi thanks Mike,
    I am using a child theme, so its not true that there is none. I tried to update this but it seems not to respond. In my Envato account is none of my websites/domains listed either. It is empty. It looks like i do not have any themes in use. On my website dashboard i looked for the wordpress toolkit and I could not find it. I also could not see this as a plugin. I googled it but i could not find anything pointing me on how to get this toolkit. my theme is enfold theme from kriesi and on their website is nothing to see of my theme in use as well. I am not paying any membership fees etc but i think that I should be able to see the basics. Is this right? How can I update anything if there is nothing? Thanks

    #1462015

    Hi,
    Glad we were able to help, if you have any further questions please log in to the support forum and open a new thread if you need further assistance.
    If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread. Please note that using the contact form is not appropriate for support questions. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Try to Enable the Avia Layout Builder Debug and copy the page shortcode and add this to your new site.

    Best regards,
    Mike

    #1462007

    Topic: Enfold 5.0

    in forum Enfold
    nod
    Participant

    Hello ,

    I received the mail about the latest version of enfold. Please could you tell me what are the news functionalities ?
    How can I update without break out the one I have ?

    Best regards,
    Aubin

    Super : i didn’t think of that: https://img.savvyify.com/image/Enfold-Support-6295.9iVHK !
    and this is the way the class: widget_nav_hide_child comes to the menu.

    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

    #1461995

    Hi,
    Please change #av-sc-portfolio-1 to .av-portfolio-grid-sorting-container in the code:
    Enfold Support 6305
    like this:

    function custom_script() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
      (function($){
        $('.av-portfolio-grid-sorting-container .grid-sort-container').each(function(){
         var $gridContent = $('.grid-content',this);
         var gridContentmaxHeight = Math.max.apply(Math, $gridContent.map(function(){
             return $(this).height();
         }).get());
         $gridContent.height(gridContentmaxHeight);
      });
      })(jQuery);
      });
      </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script', 99 );

    Best regards,
    Mike

    Hi,
    On the demo page that you linked to, The sidebar menu is automatically created by the Page Sidebar Navigation option.
    Enfold Support 6295
    I believe the issue with the sidebar showing lower on the page when you add a tab section element is that it is a full width element and this moves the sidebar, there are a few elements like the color section and full width slider that is known to do this.
    Nonetheless you can add the Page Sidebar Navigation with a shortcode, first add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    //shortcode [avia_sidebar_menu]
    function display_avia_sidebar_menu() {
        ob_start();
        global $avia_config;
        if (function_exists('avia_sidebar_menu')) {
            $av_sidebar_menu = avia_sidebar_menu(false);
            if ($av_sidebar_menu) {
                echo $av_sidebar_menu;
            }
        }
        return ob_get_clean();
    }
    add_shortcode('avia_sidebar_menu', 'display_avia_sidebar_menu');

    then add this shortcode [avia_sidebar_menu]
    Enfold Support 6297
    and note that the theme option Page Sidebar Navigation must be enabled:
    Enfold Support 6295
    then it will show, note that the style is the same because it is in the sidebar:
    Enfold Support 6299
    but if you add the shortcode to your page it will have a different style, so add this css:

    #top #main .widget_nav_menu .nested_nav>li:first-child,
    #top #main .widget_nav_menu li {
    border: none;
    }
    #top #main .main_color .widget_nav_menu .current_page_item>a {
    color: var(--enfold-main-color-heading); 	
    }
    #top #main .main_color .widget_nav_menu a {
    color: var(--enfold-main-color-meta);	
    }
    #top #main .main_color .widget_nav_menu ul:first-child>.current_page_item {
    background: var(--enfold-main-color-bg2);	
    }
    #top #main .widget_nav_menu li a{
    border: none;
    padding: 6px 7px 7px 0;
    }
    #top #main .widget_nav_menu ul:first-child > .current_page_item {
        left: 0;
    }

    Enfold Support 6301
    so with the sidebar disabled it will look the same:
    Enfold Support 6303

    Best regards,
    Mike

    #1461988

    Hi,
    Thank you for the link to your site, please ensure that you are using the same image size and layout for all images, either portrait or landscape, this should correct the images.
    For the grid titles, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
      (function($){
        $('#av-sc-portfolio-1 .grid-sort-container').each(function(){
         var $gridContent = $('.grid-content',this);
         var gridContentmaxHeight = Math.max.apply(Math, $gridContent.map(function(){
             return $(this).height();
         }).get());
         $gridContent.height(gridContentmaxHeight);
      });
      })(jQuery);
      });
      </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script', 99 );

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

    .grid-content {
       align-items: center;
       display: flex;
       justify-content: center;
    }
    h3.grid-entry-title a {
    	text-align: center;
       float: right;
    }

    Best regards,
    Mike

    Hi,
    Thanks, as Rikard pointed out, your toggle content has toggle divs which breaks it, it looks like you copied HTML and added it to the toggle, I removed this for you:
    Enfold Support 6293
    now it works, please be careful when pasting content and review in the “text” tab when you do to ensure you don’t have extra divs which may break your page.

    Best regards,
    Mike

    #1461985

    Hi,
    Yes the Envato token will only work for future updates after you update to v6.0.1
    Please see our documentation here you may need to scroll down to the heading How to generate a Envato Personal Token? and clik to toggles:
    Enfold Support 6291

    Best regards,
    Mike

    Hi,
    Thank you for the link to your sites, when I compare your live site accordion to your test site I don’t see a difference, I copied your second toggle to a new “Test Toggle” on your ste site and it works as expected:
    Enfold Support 6289
    so I don’t understand why you say that you can’t create new toggles. I see that you have added “Advanced Editor Tools” plugin to add extra options to the ALB builder, perhaps there is a conflict with these plugins, try disabling them and only use the theme ALB option when creating the toggles.
    If this doesn’t help please explain what steps we need to take to reprodce your error.

    Best regards,
    Mike

    Hey TheMoBrozer,
    Thank you for the link to your site, typically the LayerSlider is added to a page with the Advanced LayerSlider element:
    Enfold Support 6287
    but I see that this is not the case for your site, I also see that the LayerSlider is above your menu, so to achieve this I believe that you have a custom snippet in one of the core theme files, I looked in the expected places but didn’t see it and I don’t see a plugin that may do this, and this is not a default LayerSlider option.
    If you can recall were your custom code is and copy it to your updated theme that would be best. Typically we recommend using a Child Theme so you won’t have this issue when updating.
    If you can’t recall where the custom code is, we may be able to help create some new code, try switching to the latest version 6.1 and activate it and we will try to help.
    If you have more customizations in core theme files, these will be lost when you update so check your site carefully to see if you see any other issues and install a Child Theme so you won’t have this again in the future.

    Best regards,
    Mike

    #1461978

    In reply to: Menu Items for mobile

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

    #header_meta .phone-info span {
    	font-size: 13px;
    	font-weight: bold;
    }

    adjust the font size to suit and after applying the css, please clear your browser cache and check.

    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!

    #1461973

    Hey whisksound,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1461972

    In reply to: where is my theme?

    Hey sybille gburek,
    Thanks for your question, your theme version is very old, unfortunately a while back Envato (Theme Forest) changed how updates are done and the old API will no longer work. So you will need get the latest version from your Envato account and manually update, then after you update you can create a Envato Token in your Theme Forest account so that future updates can be done easily, but your current version will not work with the Envato Token.
    Typically you should not experience any issues updating if all of your customizations are in the child theme, but I see that you are not using a child theme, so to safety test how an update to your site will behave, I recommend creating a staging site, please check your webhost to see if you have the one click staging site option, this is a option in most cPanels to create a staging clone of your site so you can test the update on it and your live site will stay up and running. You can always ask your webhost to help you with setting this up if you want.

    Here are some screenshots of what it would look like:
    staging-1.jpg
    staging-2.jpg

    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    #1461971

    Hey Alex Dowdalls,
    Thanks for your question, your theme version is very old, unfortunately a while back Envato (Theme Forest) changed how updates are done and the old API will no longer work. So you will need get the latest version from your Envato account and manually update, then after you update you can create a Envato Token in your Theme Forest account so that future updates can be done easily, but your current version will not work with the Envato Token.
    Please note that the “child theme” version will not change, but the “parent theme” 4.8.2 will change to 6.1
    Typically you should not experience any issues updating if all of your customizations are in the child theme, but to safety test how an update to your site will behave, I recommend creating a staging site, please check your webhost to see if you have the one click staging site option, this is a option in most cPanels to create a staging clone of your site so you can test the update on it and your live site will stay up and running. You can always ask your webhost to help you with setting this up if you want.

    Here are some screenshots of what it would look like:
    staging-1.jpg
    staging-2.jpg

    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    #1461969

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

    @media only screen and (max-width: 767px) { 
    .responsive #top #wrap_all #footer .flex_column {
    	margin-bottom: 0;
    }
    }

    The expected results:
    Enfold Support 6285

    Best regards,
    Mike

    #1461967
    Alex Dowdalls
    Guest

    I am using ENFOLD Child theme on a WordPress site –

    I see on my theme options – theme update:
    Theme Updates
    No Updates available. You are running the latest version! (4.8.2)
    Check Manually
    Your PHP version: 8.3.9

    But i receive an email message from ThemeForest that:
    Hi adowdalls,
    We’d like to let you know that an update to your item Enfold – Responsive Multi-Purpose Theme by Kriesi is now available in your Downloads page.
    Remember: you need to be logged in to download the update.
    Login as adowdalls and download this update

    This seems to refer to the ENFOLD Theme version 6.1 which is new

    Question
    Is my ‘Child Theme’ old as it has a different version number from the ENFOLD theme and do I need to buy a newer version ?

Viewing 30 results - 7,021 through 7,050 (of 244,420 total)