Viewing 30 results - 22,861 through 22,890 (of 244,507 total)
  • Author
    Search Results
  • #1365733

    In reply to: Content elements/tabs

    Hey Morcy,

    Thanks for contacting us!

    You can go to Enfold theme options > Advanced Styling and edit heading elements. If you would like to make styling changes on ALB elements, you can go to Styling > Colors tab and color individually on supported elements – https://imgur.com/a/lMUSaRP

    Best regards,
    Yigit

    #1365731

    In reply to: Bug in Form

    OK.
    Mehr Probleme.

    Dieser Satz steht in Formularen die ich vor wenigen Wochen implementiert hatte.
    Dies konnte man in den Formularsettings hinzufügen:
    “Bitte löse die Gleichung. Diese Maßnahme dient der Abwehr von Spam”

    Jetzt kann ich diesen String weder aus den alten Formularen entfernen, noch edtieren, da er einfach nicht mehr da ist.
    Er ist allerdings im Frontend noch da – aber nicht im Backend.
    ???

    In neuen Formularen taucht dieser Zusatz nicht auf, auch wenn ich exakt dieselben Formularsettings übernehme.
    Es kann logischerweise also eigentlich nur daher kommen das in irgendeinem Theme-Update etwas wesentliches vergessen wurde

    EA

    PS: Soviel Aufwand nur um in einem Formular über oder in einem Multiselect-Feld eine Überschrift zu haben???
    Da steht irgendwie die Frage im Raum warum Enfold eine so simple und ständig benötigte Option nicht einbaut bzws warum dieses Formular derart buggy ist.

    PPS: Bitte lass mich wissen wie die Lösung aussieht wenn ich das möchte – aber ohne wählbaren, häßlichen, leeren grauen Balken:

    
    [av_contact title='' button='Senden' on_send='' sent='Ihre Nachricht wurde versendet!' link='manually,http://' captcha='active' captcha_theme='light' captcha_size='normal' captcha_score='0.5' email='info@.......de' from_email='' subject='' autoresponder_email='info@......de' autoresponder_reply_to='' autoresponder_subject='' autorespond='' autorespond_after='' hide_labels='aviaTBhide_labels' form_align='' color='' heading_tag='' heading_class='' alb_description='' id='' custom_class='kursformular' template_class='' aria_label='' av_uid='av-l59y6d3l-6' sc_version='1.0' admin_preview_bg='']
    [av_contact_field label='Name' type='text' check='is_empty' options='' multi_select='' av_contact_preselect='' element_display='' width='' headline_tag='h3' av_uid='av-19lvsfd-5' sc_version='1.0'][/av_contact_field]
    [av_contact_field label='E-Mail' type='text' check='is_email' options='' multi_select='' av_contact_preselect='' element_display='' width='' headline_tag='h3' av_uid='av-35sn6x-4' sc_version='1.0'][/av_contact_field]
    [av_contact_field type='html' label='Welcher Kurs?' options='' check='' element_display='' width='' headline_tag='h3' av_uid='av-l8ab7kvw' sc_version='1.0']
    Für welchen Kurs möchten Sie anfragen?
    [/av_contact_field]
    [av_contact_field type='select' label='' options='Ohne Geige geht es nicht,Streichen lernen / 22.10.2022' multi_select='aviaTBaviaTBmulti_select' check='' element_display='' width='' headline_tag='h3' av_uid='av-l5e3okhn-3' sc_version='1.0'][/av_contact_field]
    [av_contact_field type='text' label='Anzahl der Personen?' options='' check='is_number' element_display='' width='' headline_tag='h3' av_uid='av-l59y48df-2' sc_version='1.0' multi_select='' av_contact_preselect=''][/av_contact_field]
    [av_contact_field type='textarea' label='Anmerkung' options='' check='' element_display='' width='' headline_tag='h3' av_uid='av-l59y4xcu-1' sc_version='1.0' multi_select='' av_contact_preselect=''][/av_contact_field]
    [/av_contact]
    
    • This reply was modified 3 years, 6 months ago by evas49.
    #1365728

    Hey,

    Thanks for contacting us!

    You are currently using a old version of the theme. Updating the theme should help. Enfold is compatible with PHP version up to 8.0.x.

    Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 5.1.2.

    Then, please generate a Personal Token by referring to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert it in Enfold theme options to receive auto updates :)

    Best regards,
    Yigit

    Tumelo
    Guest

    Hi
    The Enfold Version: 4.6.3.1 is not compatible with PHP 8.1 and I need to upgrade the server. I cannot seem to upgrade it anyhow and I would like to inqure on how I can do so. We want to keep the same website theme.

    Your response will be highly appriciated.

    #1365721

    Hi mallorcamedia,

    Try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-post-nav {
        background-color: #c3aca1;
    }

    or this one: (or you can change it to the color of your preference)

    #top .avia-post-nav {
        background-color: rgba(0,0,0,0.8);
    }

    You can check this for color reference: https://www.w3schools.com/cssref/css_colors.asp
    Hope it helps.

    Best regards,
    Nikko

    #1365719

    Hi fkm,

    You’re welcome :)
    We’re just happy that we could help you.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1365715

    i would do it like in the documentation of enfold: with flex box layout: Link
    and add some additional css settings to better style the whole thing:

    .main_menu {
        max-width: 70%;  /*** maybe use a calculation (100% minus logo width ) for it:   calc(100% - 350px)  ***/
    }
    
    .av-main-nav-wrap {
        height: 100%;
    }
    
    ul.menu.av-main-nav {
        display: flex !important;    
        flex-flow: row wrap;          /**** try: row wrap-reverse  to see influence ****/
        justify-content: flex-end;  /**** try: flex-start or center to see influence ****/
        top: 50% !important;
        transform: translateY(-50%);
    }
    
    .av-main-nav > li > a {
        line-height: 35px !important;
        height: 35px !important;
    }

    BUT: if your shrinking header end height will be to low ( 44px – f.e. on choosing the small header height ) the items will be too near each other and overlap header area.

    if you got shopping cart and social bookmarks besides your menu – there had to be more css to adjust the right setting.

    #1365702

    In reply to: searchfield in menu

    and by the way – if you like to have search input field on hamburger too – we can use that ID set above ( on hamburger the IDs will change to classes)

    you need this additional snippet just under the above inserted:

    function add_search_to_burger_menu(){
    ?>
    <script type="text/javascript">
    (function($) {
    	$('.av-burger-menu-main').one('click', function() {
    		var page = window.location.href;
    		var mobile = $('.menu-item-search');
    		var search = '<form action="'+page+'" method="get" class=""><div><input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello"><input type="text" id="s" name="s" value="" placeholder="Search"></div></form>';
    
    		setTimeout(function() {
    			if(mobile.find('form').length == 1) return;
    			mobile.html(search);
    		}, 500);
    	});
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_search_to_burger_menu');

    and a bit of additional css in quick css:

    #top #wrap_all #header #av-burger-menu-ul>li.av-active-burger-items.menu-item-search {
      padding: 15px 50px;
      position: relative !important;
    }
    
    #top #av-burger-menu-ul #searchsubmit {
      height: 45px;
    }
    
    #top #wrap_all #header #av-burger-menu-ul>li.av-active-burger-items.menu-item-search form {
      position: relative !important;
    }
    
    #av-burger-menu-ul .ajax_search_response {
      background-color: #efefef;
      border: 1px solid #ddd;
      padding-top: 20px;
    }
    
    #av-burger-menu-ul .ajax_search_response > a {
      padding: 10px 12px 20px !important
    }

    See Results on : https://enfold.webers-webdesign.de/

    #1365697

    Hi Oliver,

    We have contacted LayerSlider team and informed them about the issue and shared a link of your website, screenshot and exported slider from Enfold 2017 demo. We will update you here once we hear back from them.

    Please reply to this thread so it is added back to our queue :)

    Best regards,
    Yigit

    #1365694

    Topic: Theme issue in PHP 8.0

    in forum Enfold
    fanlokbun
    Participant

    Hi I have a site that has been customised to use advanced custom fields to create an online database of the stories of people on local war memorials. I have to update the site from PHP 7.4 to 8.0 but when I do the final page doesn’t show (link below). It currently works as still running 7.4. The server company (one.com) says it is a problem with the theme. I don’t think it is the Enfold theme as it isn’t a problem where I have used it elsewhere. I suspect it is a problem with the child theme where there are additional files (includes and page-templates) to give the needed functionality. I did not write these files and I have very basic PHP knowledge. Can you suggest how I go about resolving the problem please? You have always managed to help me get to the bottom of things in the past.
    Thanks
    Rob

    #1365688

    Hey Chris,

    Thanks for contacting us!

    Choosing the “User must accept and must opt in, only essential cookies selected” cookie option should do what you are looking for. For more information, please see – https://kriesi.at/documentation/enfold/privacy-cookies/#toggle-id-6 :)

    Best regards,
    Yigit

    Hi Nicola,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab to remove the border

    
    .avia-menu.av_menu_icon_beside {
      border: none;
    }
    

    Then, you can go to Enfold theme options > General Styling > Logo Area and change “Logo Area Background Color” for background color and “Logo Area Secondary Font Color” for the color of menu items :)

    Best regards,
    Yigit

    #1365685

    In reply to: Hide Date on Posts

    Hi Dave,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-content-slider .entry-content-header {
        padding-bottom: 10px;
    }
    
    #top .avia-content-slider .slide-meta {
        display: none;
    }

    Best regards,
    Nikko

    #1365682

    Hi fkm,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS: (just adjust the top margin value, the original value is 12px)

    #top .av-milestone-content p {
        margin-top: 20px;
    }

    Best regards,
    Nikko

    #1365681

    Hi mallorcamedia,

    Thanks for giving us admin access.
    I have checked one of the portfolio pages and it seems to show the Previous/Next Navigation.
    I have added a screenshot link in private content.
    You can move it’s position from middle to bottom (though still fixed) by adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-post-nav {
        top: 90%;
    }

    Best regards,
    Nikko

    #1365679

    In reply to: Bug on Easy Slider

    Hi,
    The issue you were having was due to the Smush lazy loading, I have disabled it for you and now the sliders are working correctly.
    Smush is aware of this issue from other Smush Pro users in our forum, and said they are looking into it, unfortunately, we can not fix this from within the theme.
    Smush is also aware that their page, class, and ID exclusion doesn’t work, otherwise we could have just excluded the slider.
    Please note that the theme has lazy loading built-in at Enfold Theme Options ▸ Performance ▸ Responsive Images And Lazy Loading so you still have lazy loading without the plugin.

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1365674

    Hi Eve,

    You can only have one demo active at a time, but you can import the content from more than one demo if you like. Please note that your theme settings will be update when you import a new demo. If you want to keep theme settings, then you can export/import them in the theme settings.

    If you want to add/change content between pages, then you would have to enable debug mode: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode

    All demos are available for you to import in the theme options once you have installed the theme. You don’t buy demos separately.

    Best regards,
    Rikard

    #1365657

    hey yigit, thanks for the information. the telegram icon should be set to disabled by default when the theme got updated.
    i can understand togetherconcept´s worries about telegram. this messenger is not necessarily known as a reputable platform :-D.
    i was shocked and thought the same as i updated my sites.
    all new share-platforms should be disabled by default. you know, some people have more then one enfold-licenses ;-)

    #1365647
    Evelyn Steizinger
    Guest

    Hi,
    thanks for answering so quickly. Ok, that sounds good – can you please explain me, how I can copy the content between different demos? First I buy one of the themes? Or should I therefore buy the Enfold Classic Theme? And how does it work to get some parts of the different demos? Because that would be perfect for me…
    Thanks a lot.
    Best Regards,
    Eve

    Hey fkm,

    Thank you for the inquiry.

    Try to this css code to adjust the height of the timeline images on smaller screens.

    @media only screen and (max-width: 767px) {
        .av-no-preview .avia-timeline .milestone_icon.milestone-icon-hasborder .milestone_inner {
            line-height: 300px;
        }
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1365643

    Hi mallorcamedia,

    Please go to Enfold > Blog Layout > Single Post Navigation set it to Enable post navigation.
    Hope this helps.

    Best regards,
    Nikko

    #1365641

    Hi AHolm1957,

    Thanks for giving us admin access.
    I have switched staging21 to Enfold version 5 and it seems to work as it should, please check.

    Best regards,
    Nikko

    #1365639

    In reply to: searchfield in menu

    Hi Korinna,

    Please follow Guenni007’s recommendation on this thread: https://kriesi.at/support/topic/search-icon-on-left-menu/#post-1185825
    Then go to Enfold > General Styling > Quick CSS, and add this CSS code:

    #top .avia-menu-text #searchform div {
        display: block !important;
        opacity: 1 !important;
        right: auto !important;
        transform: translateY(100%);
    }

    Hope it helps.

    Best regards,
    Nikko

    #1365636

    Hi Sergio,

    Thanks for contacting us!
    I would suggest you to rollback to the previous version and create a staging site where you update Enfold first before applying to your live site.
    We would love to assist you in resolving the issue but we would also need to have access to the staging site to inspect your site further.
    Also, we would appreciate it if you renew support for the Enfold theme.

    Best regards,
    Nikko

    #1365633

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1365627

    In reply to: logo center split menu

    Hi garyt13,

    There are two options to resolve this, either move the main menu or the logo.

    1. Move the Main Menu: (logo still centered)
    Find this CSS code in Enfold > Theme Options > Quick CSS:

    #header .main_menu {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    replace it with:

    #header .main_menu {
        width: 100%;
        left: 50%;
        transform: translateX(-47.4%);
    }

    2. Move the Logo: (main menu is still centered)
    Replace:

    #top #header .av-main-nav li:nth-child(3) {
        margin-right: 150px;
    }

    with:

    #top #header .av-main-nav li:nth-child(3) {
        margin-right: 250px;
    }

    Also, replace:

    #header .logo {
        left: 50%;
        transform: translateX(-50%);
        z-index:999;
    }

    with:

    #header .logo {
        left: 50%;
        transform: translateX(-80%);
        z-index: 999;
    }

    Hope this helps.

    Best regards,
    Nikko

    #1365626

    Hi Claudia,

    I would suggest using the plugin mentioned by Rikard (which is made by Envato) https://www.envato.com/lp/market-plugin/ and using the token you have generated in ThemeForest and that should update your Enfold theme.
    Make sure it has sufficient permissions:

    Once you have updated the theme to the latest version, use the same token and add it to Enfold > Theme Updates and that should allow you to update the theme in the future via Theme Options and you should be able to remove the plugin.
    Hope this helps.

    Best regards,
    Nikko

    #1365625

    In reply to: Gravity Form Styling

    Hi,

    Please add the following CSS codes in Enfold > General Styling > Quick CSS:
    1. (Required) I woiuld like to be #AEFB47 – there are lots of these.

    #top .gfield_required {
        color: #AEFB47;
    }

    2. Section titles (APPLICANT INFORMATION, SPOUSE/PARTNER INFORMATION, BUSINESS/MANAGEMENT GOALS & OBJECTIVES, ETC) I woiuld like to be #AEFB4 – is there also a way to make this text larger?

    #top .gsection_title {
        color: #AEFB47;
        font-size: 32px;
    }

    Just adjust the font size as you see fit (default size is 20px).

    3. The submit button text i need black

    #top .gform_wrapper .gform_button {
        color: black;
    }

    4. How do I remove the form title? The Title is RFC at the top

    #top .gform_heading .gform_title {
        display: none;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #1365623

    Hi Erin,

    Does the client’s email have the same domain name as the site? for example if the site is abc.com then the client’s email is (Email address hidden if logged out) ? or does it use a different domain?
    If yes then, the issue might be that the email goes to spam, here’s an article that maybe helpful: https://www.sendx.io/blog/emails-going-to-spam
    Also, please try to check our documentation specifically #5 in My contact form is not sending emails: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
    By default WordPress uses phpmail however it’s more reliable to use SMTP.
    If all of the above does not help, then try using third party plugins like Contact Form 7 and partner it with a plugin that saves it’s form submission in database like Contact Form 7 Database Addon – CFDB7.
    Hope this helps.

    Best regards,
    Nikko

    #1365620

    Hi ussma,

    To change the heading font, you can change it in Enfold > General Styling > Fonts > Heading Font.
    As for the logo and favicon, it seems to be correct, I tried to switch it to Enfold icon (which is already uploaded on your site) and then switch it back, and I didn’t have any issues.

    Best regards,
    Nikko

Viewing 30 results - 22,861 through 22,890 (of 244,507 total)