Viewing 30 results - 2,641 through 2,670 (of 11,217 total)
  • Author
    Search Results
  • #1191930
    gekkie96
    Participant

    Hello,

    I am trying to implement the on click tracking found in your documentation here: https://kriesi.at/documentation/enfold/contact-form/#add-on-click-event-to-the-contact-form-submit-button-

    My question is:
    What do I set the $att, $formID, $form_params to for each form? I want to use this script for each separate contact form on my site and I don’t know where I get the $att, $formID, $form_params from to set them?

    Thanks

    #1191907

    Hi kurson,

    Sorry for the late reply.

    Most of us have dynamic IPs and so providing it will be of no help.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
       border-radius: 25px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1191906
    designbasis
    Participant

    Hi Folks,

    new question – “How to change comment box text?” …is a headline in the
    enfold-documentation. And that is exactly what I want to do, but it’s not really
    working with your example-snippet:
    ——————————————————————————————-
    //————————————–
    // function – Comment box text
    //————————————–

    function custom_comment_title(){
    ?>
    <script>
    jQuery(window).load(function(){

    // Replace coments title “Leave a Reply”.
    jQuery(“.single-post .miniheading”).text(“New text here”);

    // Replace sub-heading “Want to join the discussion? Feel free to contribute!”.
    jQuery(“.single-post .minitext”).text(“New text here”);

    // Replace submit button text “Post Comment”.
    jQuery(“.single-post .submit”).val(“New text here”);

    });
    </script>
    <?php
    }
    add_action(‘wp_head’, ‘custom_comment_title’);

    ——————————————————————————————-

    Please, take a look on my page. I only want to change the “comment title”! And I
    want to delete the sub-headings. And I also want to delete the complete “website-field”.

    Incidentally – a big “THANK YOU” to all of you for your support! You do a great job!

    Best regards
    Carsten

    #1191769

    Hi, I too would like to hide the same “av_ajax_search_entry.av_ajax_search_entry_view_all” button to avoid redirection to the search results page.
    I tried both of the above codes, I tried to insert also in the “custom css” file in enfold, but without result.
    Have you found a way to hide it?

    Best reguards,
    S.

    yusupovafashion
    Participant

    after updating Enfold, the “clear format” button is missing in the advanced layout builder text editor

    #1191602

    Hi awesome Enfold-Team,
    I am trying to get the 3 buttons I created closer together:
    The first one is how it is now the second one how I would like it (it’s photoshopped)

    https://ibb.co/KXCCXGh

    I created the buttons with the wand and also a 3 column design with the wand and placed it into each other. like this :

    [av_one_fifth first av_uid='av-8rgp7f'][av_button label='Architecture' icon_select='no' icon='ue800' font='entypo-fontello' size='small' position='center' label_display='' title_attr='' color='light' custom_bg='#444444' custom_font='#ffffff' link='manually,http://' link_target='' id='' custom_class='' av_uid='av-l7um3' admin_preview_bg=''][/av_one_fifth]\n\n\n[av_one_fifth av_uid='av-74npsb'][av_button label='Landscape Architecture' icon_select='no' icon='ue800' font='entypo-fontello' size='small' position='center' label_display='' title_attr='' color='light' custom_bg='#444444' custom_font='#ffffff' link='manually,http://' link_target='' id='' custom_class='' av_uid='av-3so0iz' admin_preview_bg=''][/av_one_fifth]\n\n\n[av_one_fifth av_uid='av-5dmc97'][av_button label='Urban Planning' icon_select='no' icon='ue800' font='entypo-fontello' size='small' position='center' label_display='' title_attr='' color='light' custom_bg='#444444' custom_font='#ffffff' link='manually,http://' link_target='' id='' custom_class='' av_uid='av-1xrbkb' admin_preview_bg=''][/av_one_fifth]\n\n\n[av_one_fifth av_uid='av-4ilnmz']4/5[/av_one_fifth]\n\n\n[av_one_fifth av_uid='av-2984ob']5/5[/av_one_fifth]

    it’s pretty cool how it works. I put them in a 3 column design because I wanted them to be next to each other. but the distance between them is too large and also the right one has a different distance than the left one to the middle one. I would like them ideally to be exactly like the 2 buttons you can create with the element with the same distance to each other but just 3 buttons.

    I’ll add the credentials below feel free to go in and change the code I also added some CSS but no php:

    .avia-button.avia-size-small {
    padding: 9px 10px 7px;
    font-size: 13px;
    min-width: 80px;
    padding: 12px 16px;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 15px 16px;
    margin-top: 20px;
    text-decoration: none!important;
    font-weight: bold;
    margin: 0 10px;
    background-color: rgba(0,0,0,0.2)!important;
    }
    }

    #1191295

    Hi,
    First add this code to the end of your functions.php file in Appearance > Editor:

    function popup_inline() { ?>
    <script type="text/javascript">
    jQuery(window).load(function(){
    	jQuery('.open-popup-link').magnificPopup({
    	  type:'inline',
    	  midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href.
    	});
    });
    </script>
    <?php }
    
    add_action('wp_head', 'popup_inline');

    Next add your popup content in a code block at the bottom of your page

    <div id="test-popup" class="white-popup mfp-hide">
    <p>PLACE CONTENT HERE</p>
    </div>

    Then for your links use this format and be sure to target the correct ID’s:

    <a class="open-popup-link" href="#test-popup">Show popup</a>

    To use a button you will need the use the shortcode wand to get the shortcode for the button with the link of #test-popup and you will have to add the class open-popup-link manually in the shortcode, and then add the shortcode to a code block element were you want the button to show.
    Then add this to your Quick CSS:

    .white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    }

    Best regards,
    Mike

    #1191290
    SarahKunterbunt
    Participant

    Hello,

    i just installed Woocommerce to my Enfold theme. It looks a bit strange as i imported the products. See f.e. here https://miriamfrank.com/produkt/freddy-mercury-munich-poster/

    I don’t want this part to be shown above the picure

    Meta

    Website-Administration
    Abmelden
    Feed der Einträge
    Kommentare-Feed
    WordPress.org

    And the styling doesn’T look good at the shop overview https://miriamfrank.com/shop/ As you can see here https://ibb.co/vQRtN05 the text is to close to the border and the “View product” button is missing as well

    #1191248

    Hi,
    Thank you for the feedback, but it sounds like we are talking about two issues, the first is that in your v4.7.3 you don’t see the column animation tab as pictured above.
    and the second issue is that when you install a child theme your imported theme settings don’t seem correct?
    Is this correct?

    For installing a child theme please try these steps, first in your parent theme disable your Enfold Theme Options > Performance > JS & CSS file merging and compression then export your theme settings file to your desktop.
    Then activate your child theme and ensure to disable your Enfold Theme Options > Performance > JS & CSS file merging and compression then import your saved theme settings file. Then go to your Enfold Theme Options > General Styling > Quick CSS field and add a blank space so you can click the big blue button “Save all changes”, click save. Then if you have and caching plugins or minifying or Autoptimize you will need to clear these a few times or disable temporarily while you are clearing the site cache.
    Then go to your homepage and clear your browser cache a few times until the site looks right.
    If this still doesn’t work for you please include an admin login so we can try.
    As for the first issue, please include an admin login so we can investigate.

    If you updated this theme lately did you overwrite the theme directory via FTP with the new version?

    Best regards,
    Mike

    txjimlee
    Participant

    On our Enfold Contact form on this page: https://keysmadelocksmith.com/contact/, the email address is a required field. We’ve been receiving form submissions recently without an email address. When attempting to troubleshoot, we found that when using a desktop/laptop the page will not allow you to submit the form (“Get in Touch” button) unless an email address has been entered. However, on a mobile device, we found that on both an Android and an iphone, the form will allow a user to submit the form without an email address.

    I could not find a thread in the forum about this issue. I apologize if it’s already been addressed. Is there a way to fix this?

    Also, is there a way in the form settings to have the email “From” be the email address submitted in the form? We left the “From” field blank in the email settings and the instructions say: “Enter your from address for the form – if left blank it will default to user email or (Email address hidden if logged out) “. The word “or” is interesting. What determines if it is one or the other? We are intermittently receiving emails with the From field displaying the user email at times and displaying the “no-reply” address at times. We would prefer it to be the user email but cannot find any guidance on how to achieve this outcome. Thanks in advance for any help on this!!

    #1190808

    In reply to: GDPR dialog

    Hey dondela,

    Thank you for the inquiry.

    You can actually include the privacy toggles or shortcodes in the cookie consent message bar.

    [av_privacy_google_tracking]
    [av_privacy_google_webfonts] 
    
    This site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies. 
    

    This will display two privacy toggles, one for the Google tracking and another for Google fonts, the default cookie consent message and the privacy buttons if available.

    Or as we usually recommend, you can add another button in the consent bar that opens the Modal Popup Window containing toggles for the remaining cookies. Please check the documentation for more info.

    // https://kriesi.at/documentation/enfold/privacy-cookies/

    Best regards,
    Ismael

    #1190404
    Cdfb
    Participant

    Hi guys.
    I’ve been having problems with the responsive version of Enfold.
    1. The Social Media buttons are non existent on the responsive version.
    2. There is a beige bar between the navigation and the first picture. I don’t know why and I would love to get rid of it.
    3. When opening the navigation it is pink. I would like to change the color and can’t find where to do it.

    #1190271
    frasche
    Participant

    II am a web designer and have already installed many Enfold Themes for my customers. With the latest installation (4.7.3) I can no longer find buttons for animations in the AV-Page Builder. In version (4.5.7) “Edit column” there is a tab with “Animation”. Version 4.7.3 is no longer available or is it hidden so that I cannot find it?

    #1190231

    Hi schwabino,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn, 
    .avia-popup .avia-cookie-consent-button.av-extra-cookie-btn {
        color: #fff;
        background-color: #2d80f7;
        border-color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1190104

    Well today I logged into the admin and the update alert appeared at Enfold Child > Theme Update. However, when I click the Updated Now button the following is returned:

    Errors occured checking on 2020/03/04 13:31:
    Download Package URL: Errorcode 404 returned by Envato: Not Found:
    – description: The purchase you have requested is not downloadable at this time.:
    – Possible cause: your download limit might be exceeded – please try again later.
    Download Package URL: A problem occured accessing your download link. Unable to perform update.
    Following Envato package errors occured:
    Enfold – Request for Download URL failed.

    I don’t know what the “download limit” is, but I do not this is the first time I’ve attempted to update the theme, so I shouldn’t be anywhere near hitting any limit. Any suggestions on how to proceed to get the latest theme?

    #1190061

    Hi,
    Thanks for the feedback, please try adding two new social icon profiles by following these steps then go to Fontello and upload SVG icon versions of your flags to be converted into the icon font:
    2020-03-04-065932
    Then these will be next to your other social icons and you will be able to add links in the social profiles in the theme options.

    Best regards,
    Mike

    #1190035

    Hi,

    sorry but it doesn’t work again I leave only for short time the site online the link at below…
    The first button is an image, but I must customize the second the third etc… not as image but with button element enfold.

    Please help me

    asap

    Best Regards

    #1190032

    Hey,

    Please edit your button element and give it a custom CSS class (“your-custom-class” in example below) in Advanced > Developer Settings tab and then add following code to Quick CSS in Enfold theme options > General Styling tab

    .your-custom-class {
        border-top-left-radius: 100px!important;
        border-bottom-left-radius: 100px!important;
    }

    Cheers!
    Yigit

    #1189775
    Bernd
    Participant

    Hallo zusammen,
    Leider werden mir einige Optionen bei den Cookie-Einstellungen nicht angezeigt.
    Mir fehlen zwei komplette Reiter (oben habe ich nur den Reiter Datenschutz, sonst gibt es hier auch eine CookieRubrik).
    Einige Cookieeinstellungen stehen nun unterhalbder DSGVO Reiter, jedoch unvollständig und ich kann keine neuen Buttons eröffnen, um meine Cookie-Einstellungen zu individualisieren. Enfold ist auf aktuellster Version (4.7.3) PHP 7.3 und WordPress 5.3.2 ebenso aktuell.
    Bei einer andere Seite funktioniert alles super und alle Einstellungen sind vorhanden.

    Habt ihr eine Idee?

    Vielen Dank im Voraus.
    ———————————
    Hello, everybody,
    Unfortunately, some options in the cookie settings are not shown to me.
    I am missing two complete tabs (at the top I only have the Privacy tab) and I cannot open new buttons to customize my cookie settings. Enfold is up to date with the latest version (4.7.3) of PHP and WordPress.
    On another site everything works great and all settings are present.

    Thanks a lot!

    #1189528

    Due to IP restriction, I am not able to login to your dashboard.

    Q: what is you IP location and IP address.

    Note: I asked in a prior ticket are you able to access the dashboard and your tech replied yes after white listing certain counties.

    Re. 1- Please add following code to Quick CSS in Enfold theme options > General Styling tab
    NOTE: this reducing the growth of the image size HOWEVER I am not trying increasing the physical size of my images. I never did. Prior to the upgrade my images had a zoom in hover effect but the physical size of the image never increased. So for example an 800×600 image did not increase to say 900×1200 pixel on hover , it remained an 800×600 image.

    Q: how do I retain the image size and add back the zoom in effect universally for all images set this way to zoom in prior to the upgrade?

    2- Please go to /enfold/includes/admin/ in Appearance > Editor and replace the content of register-backend-advanced-styles.php file with this one – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_7_3/register-backend-advanced-styles.php

    Is this in reference to the nav bar button going from circular to square?

    Note the button for Free Consultation has this style applied which used to make the button round: Button Style (Colored) (where is this configured?)

    Note: I have this Quick CSS (Adopted from prior designer)

    Q: is this code being ignored in 4.7.3 and is this being applied to the nav bar button?

    /* Square buttons */
    #top #wrap_all .my-custom-button,
    #top #wrap_all .my-custom-button a.avia-button {
      padding: 0;
      min-width: 100px;  
      border-radius: 2px;
      line-height: 100px;
    }

    2020-03-02_1301

    Please advise on all 3 issues above.

    • This reply was modified 6 years, 1 month ago by kurson.
    #1189352

    Thank you for the link. I have downloaded and installed it for future use.

    Q: are there automatic updates to the child theme?

    As to the Update process. I did manually update the site. In doing so the site has incurred front end issues.

    Page example: https://blgenvironmental.com/about/

    1. Before the update the nav bar Free Consultation button was circular. After the Update the button is rectangular.

    Screenshot: https://www.screencast.com/t/VdjDKiLs1

    2. Before the update the update the image hover effect for an image was contained to the image. After the update the image itself increases in size and bleeds out to the next container. It’s terrible.

    Screenshot: https://www.screencast.com/t/Sa7dpJEsC

    . Please advise on how I can restore my layout to look as it did before for Enfold v 4.7.3, manually upgraded from v4.2.

    #1189115

    In reply to: Tiktok in social media

    Hey bitterlemmer,
    Do you mean that you would like a Tiktok social icon in the header or footer next to the others, or do you mean a Tiktok social share button in the box after the posts?
    The social share box button will require a request because of the linking involved, but a social icon can easily be added.
    You can add more social profiles by following the steps outlined here in our documentation.
    Then you can upload your new icon to the Enfold Theme Options > Import/Export > Iconfont Manager from http://fontello.com/
    I didn’t find your Tiktok icon on fontello so you will need to find a SVG of it to drag into fontello to create the icon font:
    2020-02-29-161400
    The icon font will be black and white which css will color, so you don’t need to find a colored SVG, it won’t work. But if you find a png with a transparent background then you can convert it here.
    Please give this a try and let us know if you need a hand with it.

    Best regards,
    Mike

    #1189114

    Hey mary301187,
    You can add more social profiles by following the steps outlined here in our documentation.
    Then you can upload your new icon to the Enfold Theme Options > Import/Export > Iconfont Manager from http://fontello.com/
    I didn’t find your Beatport icon on fontello so you will need to find a SVG of it to drag into fontello to create the icon font:
    2020-02-29-161400
    The icon font will be black and white which css will color, so you don’t need to find a colored SVG, it won’t work. But if you want to use the png you linked to because it has a transparent background then you can convert it here.
    Please give this a try and let us know if you need a hand with it.

    Best regards,
    Mike

    #1189021

    Topic: Few help needed

    in forum Enfold
    Romovick
    Participant

    I recently purchased enfold theme and i need help on

    1) the price shows in product page is really ugly looking, can i give it a style and visible in center?
    2) In product grid, can i show some product description instead of price?
    3) Can we customise height of product displayed on product grid?
    4) Can we show Customer image little bigger on left side and add a read more button?

    waiting for reply

    • This topic was modified 6 years, 1 month ago by Romovick.
    #1189014

    Hey frankic,
    Sorry for the late reply, to show the shopping cart button please go to Enfold > Shop Options then set the Header Shopping Cart Icon to the third option, attached to the main menu.
    2020-02-29-054509
    Expected results:
    2020-02-29-054739
    If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    #1188970

    Topic: No carga bien el tema

    in forum Enfold
    chili72
    Participant

    Failed to load plugin url: http://www.huanchuyadm.com/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tinymce-buttons-4.js

    Me siento timado, veo que a muchos les sucede este problema con este tema y demoran demasiado para dar una solución

    #1188853
    Hannes
    Participant

    Hi Enfold Team,

    I need a dynamic element, I want the user to select one radio button option. Depending on the selection the content displayed should change. Is there a solution from enfold?

    Thanks a lot!

    PressWizards.com
    Participant

    Background Summary: I’ve used Enfold for many clients for many years, always use latest version of WP and Theme. Congrats on building something that works well, has been very reliable, and is always updated.

    Issue Research: Making changes to a page in the Advanced Layout Builder (ALB) and clicking the Update button saves the changes to the database posts table successfully (and shows in Revisions), but NOT to the postmeta ‘_aviaLayoutBuilderCleanData’ field, and then the theme seems to be pulling from that field to display the page, which displays an old version of the page, not from the posts post_content field like normal. I’ve verified using Chrome Dev Tools that the POST submission has all the posts and postmeta fields with correct values containing the updates made, and gets a 200 success response, but the postmeta CleanData field is not updated for some reason.

    Multiple Updates are made, and if using the Block Editor, clicking Update says it works, but displays the old version, and reloading the Editor page causes all those changes to be LOST. We’ve lost hours of work due to this issue. Changing the page status from Draft to Published seems to help for some reason. Cloning the page does not help.

    I have tried multiple servers, migrating a site from one to another, same issue. Disabled all plugins, disabled all caching, same issue. It does not happen on all pages, but even removing sections of the page don’t seem to help, once it’s not working, it stops updating.

    Interestingly, if I delete the ‘_aviaLayoutBuilderCleanData’ field value in the database, then the page updates ok, and the page displays ok. It doesn’t seem to recreate it right away either… a few updates work ok, then once it recreates it, it doesn’t display any updates made again, and the issue is back.

    I searched and found many posts with similar issues, but most seem to be either certain text or sections or characters cause it to break, such as the special character replacement noted in the docs, and that’s a shame, the text should be escaped or something. If it’s parser related, it’s only affecting the CleanData field value, which is the problem. Upon failing to update, it should delete that field then, so it falls back to displaying from the posts post_content field like a normal site would

    I have created a workaround that seems to solve the issue completely, and this code can be placed in the functions.php of a child theme, or as I prefer, use the Code Snippets plugin and have it fire only in the Admin:

    function fix_for_enfold_page_builder( $post_ID, $post ) {
      $page_builder_active = get_post_meta( $post_ID, '_aviaLayoutBuilder_active', true );
      $page_builder_shortcode_tree = get_post_meta( $post_ID, '_avia_builder_shortcode_tree', true );
     
      if ( $page_builder_active && $page_builder_shortcode_tree ) {
        update_post_meta( $post_ID, '_aviaLayoutBuilderCleanData', $post->post_content );
      }
    }
    add_action( 'wp_insert_post', 'fix_for_enfold_page_builder', 10, 2 );

    I would suggest Enfold stop using ‘_aviaLayoutBuilderCleanData’ completely, as it’s very concerning when updates show in Revisions and in the Editor, but are not actually used for the display of the content, that’s a major bug and no matter the cause, storing two versions of a page is bound to have issues and cause problems, not to mention take up twice as much space in the database.

    #1188610

    Hey beachcitiescryo,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
            padding-top: 20px;
        }
        #top .avia-slideshow-button {
            margin-top: 0px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1188574
    Luis Manuel Lévano Arévalo
    Guest
Viewing 30 results - 2,641 through 2,670 (of 11,217 total)