Viewing 30 results - 661 through 690 (of 1,622 total)
  • Author
    Search Results
  • #1038156

    Hi,
    Sorry for the late reply, this is a odd issue, From what I can see your shortcode should be showing instead of the phone number, and I can’t find where the phone number is coming from, because it not in your Phone Number or small info text field.
    I suspect that the phone number is in the page meta data, I see the for your custom post type the screen option “Custom Fields” is not an option, perhaps it is saved in your database from the beginning of your project? Does the number look familiar at all?
    So to work around this perhaps you can copy the header.php and add it to your template, or perhaps you can use jQuery to replace the number with the shortcode: call shortcode in javascript

    Best regards,
    Mike

    #1036945

    Topic: Mailchimp Form Problem

    in forum Enfold
    Richard Olpin
    Participant

    Opening a new thread as requested by Ismael.

    Required fields are all filled in correctly, yet the field is not submitted and the error ‘Please make sure that your fields are filled in correctly’ is displayed.

    This is very frustrating, it was pure chance that a potential customer called me to say it wasn’t working.. I’ve had other people tell me the same thing and tested from several different locations/devices.

    Problem on this site: https://www.blackbeltacademy.info

    Problem occurs on multiple forms:
    https://www.blackbeltacademy.info/
    https://www.blackbeltacademy.info/mailing-list/

    WP/FTP details in private content

    #1036419

    Hi,

    You should use the WP Migrate DB plugin because it will include all entries in your database including the custom fields. Have you tried using the plugin? Create backups of the sites and post the FTP details in the private field.

    Best regards,
    Ismael

    #1034302

    In reply to: Forms

    Hi,
    Thanks for the link, when I look at it the labels are over the fields, but your description above sounds like you want them side-by-side, so I put together this css for you to try in your WordPress > Customize > Additional CSS or Enfold Theme Options > General Styling > Quick CSS field

    @media only screen and (min-width: 641px) {
    html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
        width: 70% !important; 
        margin-left: 0px !important; 
        margin-bottom: 3% !important; 
    }
    #top .gform_wrapper .gform_body li>.gfield_label {
        float: left !important; 
    }
    #top .gform_wrapper .gform_body li>.ginput_container {
        width: 50% !important; 
        max-width: 300px !important; 
        float: right !important; 
    }
    }

    Please see the screenshot in Private Content area, of the expected results.
    Once you add the css, Please clear any cache plugin and your browser cache and check.

    Best regards,
    Mike

    #1033476
    CDuyvis
    Participant

    Hi,

    On mobile, I can close the menu, but not open it. Instead of the burger menu icon turning into an X I can tap to close the menu, it remains the burger icon.

    I narrowed it down to a plugin: If I disable Advanced Custom Fields Pro, the menu works as intended. I posted this problem on their forum and they asked to see the code for the menu.

    Could you tell me which files/code segments to show them to help them narrow down/fix the incompatibility?

    Thanks!

    #1032075
    Killick
    Participant

    I’m sure this isn’t an Enfold issue, but perhaps someone here as experienced this. I did search this forum, but could not find anything that helps directly.

    I’m going round an round with no luck. I’ve got a custom post type and some custom fields created with ACF. I would like to be able to show one or two fields from the latest post on my homepage. Sounds easy. I can’t make this work!

    ACF shortcodes do not work on a page unless the post_id is available.

    [acf field=”field_name” post_id=”123″]
    The above works, but I want the newest post whatever post_id that may be.

    [acf field=”field_name”]
    The above does not work on a page. Why? is the page outside the loop??

    I’ve tried building a function to get the latest value from that field and use that to create a shortcode. This too is not working for me.?? I have various examples from found code that is not working.

    I’ve tried Custom Content Shortcode with no luck.

    Is this that difficult? Has anyone done this and have some suggestions?

    Again, I understand this my problem and not something with the theme. I’m desperate!

    Jaap de Wit
    Participant

    Hi,

    A customer webshop has the WooCommerce product add ons extension enabled. When ordering such a product it displays the text: 1x undefined €75.00, just before the add to cart button.

    I’ve tested this in Twentyseventeen and there it shows the product title instead of undefined.

    Can this be fixed please?

    Cheers,
    Jaap

    Hey leadingnorth,
    Sorry for the late reply, I have not done this myself, but I found a ACF post with a script that may help: Displaying posts by date picker
    Also: using datepicker to display posts on a page

    Best regards,
    Mike

    #1029636
    ITIS
    Participant

    Hi there,

    On the following page (private) on my clients website, I have setup a custom search for custom post type ‘Portfolio’ entries.
    In the front of the website ‘Portfolio’ is presented as ‘Articles’.

    This custom post type has two taxonomies.
    ‘Article Authors’ and ‘Article Categories’.
    These, were created with ‘Toolset Types’ and the search with ‘Toolset Views’.

    On this search page, by default all ‘Articles’ are presented.
    On the search area there are two dropdown lists where the user can choose ‘Article Authors’ and/or ‘Article Categories’.
    When the user chooses a value in either of these fields, the other field gets updated with the available options for each input.
    By clicking ‘Submit’ we get the right results.
    Up to here all is working as intended.

    The problem.
    This does not work on mobile phones.
    When changing any of the two fields, the spinner graphics icon rotates forever and the values do not appear to update.
    Note: If the user clicks ‘Submit’ it will return the right results (or no results and that is where poor UX comes into play).
    This probably means that the essence of the query works properly but there is a problem somewhere in the AJAX functionality that shows the updated dropdown fields to the visitor.

    Choosing to display Desktop site on a mobile phone does not make a difference, either.

    I have done my search and found this topic.
    https://kriesi.at/support/topic/toolset-custom-search-problem-with-enfold-ajax/
    I followed the steps and it somehow helped, since before applying these steps, the whole thing was also behaving erratically to desktop computers too.
    After updating to Enfold 4.5 I only kept the following code to the child theme.

    ——
    add_filter( ‘avf_enqueue_wp_mediaelement’, ‘avia_always_load_mediaelement’, 10, 2);
    function avia_always_load_mediaelement($condition, $options)
    {
    $condition = true;
    return $condition;
    }
    ——

    Please let me know if you need any additional information and/or access credentials.

    Thank you in advance for your help,
    Vassilis

    bespokebranddesign
    Participant

    Hi Support,

    First challenge:
    I’d like to remove the form content fields from the Auto Responder email.
    Currently all the form content is added below the email text under the heading “Your Message:”
    In the forum I found a way to remove the text “Your Message:”, but not the field output contents.

    Second challenge:
    I have different languages on the site and I’d like to change the subject text for the respective languages.
    I’m using this code for the English version, but how do I target/specify the other forms as per the language.

    add_filter( ‘avia_contact_form_args’, ‘enfold_customization_autoresponsder’, 10, 1);
    function enfold_customization_autoresponsder( $form_args ) {
    $form_args[‘autoresponder_subject’] = ‘Thank you for your inquiry!’;
    return $form_args;
    }

    Thanks in advance for any pointers.
    Best regards,
    Paul

    #1027213

    In reply to: Mailchimp Form Issues

    I have the same issue on my site ( http://www.blackbeltacademy.info ).

    Required fields are all filled in correctly, yet the field is not submitted and the error ‘Please make sure that your fields are filled in correctly’ is displayed.

    This is very frustrating, it was pure chance that a potential customer called me to say it wasn’t working..

    #1026121
    edwardrmiller
    Participant

    I’ve cut/paste the action that controls the ‘wp_nav_menu_item_custom_fields’ into my child theme’s functions.php, allowing me to create my own menu styles, adding them as additional style options.

    However, whilst my modifications seem to work, I realize the footer menu completely ignores the custom menu styles set. Can you advise how to allow the footer menu to utilize the menu styles?

    Hi,

    The plugin is probably using the same hook as the mega menu, which is the same exact issue as Popup Maker plugin conflict. The PUP Maker provided a workaround but I’m not sure if it’s going work with the “menu visiblity” plugin.

    // https://wordpress.org/support/topic/overrides-other-menu-functions/#post-8945399
    // https://kriesi.at/documentation/enfold/mega-menu/#mega-menu-appears-as-a-normal-menu

    Please ask the plugin author if it’s possible to call the render function using the “wp_nav_menu_item_custom_fields” hook as described above.

    Best regards,
    Ismael

    #1022977

    Aha, ok, sorry here comes the functions.php file
    <?php

    /**
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    *
    * Remove the comments before or around the sample functions and code to use theme.
    * @link http://kriesi.at/documentation/enfold/using-a-child-theme/
    */

    /**
    * Add filter to add or replace Enfold ALB shortcodes with new folder contents
    *
    * Note that the shortcodes must be in the same format as those in
    * enfold/config-templatebuilder/avia-shortcodes
    *
    * @link http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
    */

    add_filter(‘avia_load_shortcodes’, ‘avia_include_shortcode_template’, 15, 1);
    function avia_include_shortcode_template($paths)
    {
    $template_url = get_stylesheet_directory();
    array_unshift($paths, $template_url.’/shortcodes/’);

    return $paths;
    }

    /**
    * Turn on Custom CSS Class field for all Avia Layout Builder elements
    * @link http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    */
    //add_theme_support(‘avia_template_builder_custom_css’);

    /**
    * Remove the Import dummy data button from theme options
    * @link http://kriesi.at/documentation/enfold/remove-the-import-dummy-data-button/
    */
    //add_theme_support(‘avia_disable_dummy_import’);

    /**
    * Enable Avia Layout Builder Debug
    * @link http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    */
    add_action(‘avia_builder_mode’, “builder_set_debug”);
    function builder_set_debug() {
    return “debug”;
    }

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Prata’] = ‘Prata:400’;
    $fonts[‘Francois One’] = ‘Francois One:400’;
    $fonts[‘Open Sans’] = ‘Open Sans:300,400,600,700’;
    $fonts[‘Alegreya’] = ‘Alegreya:400,700’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘Prata’] = ‘Prata:400’;
    $fonts[‘Francois One’] = ‘Francois One:400’;
    $fonts[‘Open Sans’] = ‘Open Sans:300,400,600,700’;
    $fonts[‘Alegreya’] = ‘Alegreya:400,700’;
    return $fonts;
    }

    add_filter(“kriesi_backlink”,”new_nolink”);
    function new_nolink(){
    $kriesi_at_backlink = “”;
    return $kriesi_at_backlink;
    }

    add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    $size[‘masonry’] = array(‘width’=>1500, ‘height’=>250);
    $size[‘entry_without_sidebar’] = array(‘width’=>1210, ‘height’=>1210 , ‘crop’ => false);
    return $size;
    }

    function av_title_sc( ){
    $output = “<h1 class=’page-title’>”. get_the_title() .”</h1>”;
    return $output;
    }
    add_shortcode( ‘av_page_title’, ‘av_title_sc’ );

    function av_author_sc(){
    $current_user = wp_get_current_user();
    $output = “<h6 class=’ra-author’>AN ARTICLE BY ” . $current_user->user_firstname . “</h6>”;
    return $output;
    }
    add_shortcode(‘av_author’,’av_author_sc’);

    function av_excerpt( ){
    $excerpt = get_the_excerpt( $post );
    $output = “<span class=’related-excerpt’>”.$excerpt.”</span>”;
    return $output;
    }
    add_shortcode( ‘av_post_exc’, ‘av_excerpt’ );

    function avia_post_created(){
    $output = “<span class=’post-date’>”. get_the_date( $format, $post_id ) .”</span>”;
    return $output;
    }
    add_shortcode( ‘avia_created’, ‘avia_post_created’ );

    add_action( ‘after_setup_theme’, ‘ava_enfold_builder_layout_mod’ );
    function ava_enfold_builder_layout_mod(){
    add_filter(‘avf_builder_elements’, ‘avf_enfold_builder_layout_settings_mod’);
    }

    function avf_enfold_builder_layout_settings_mod($elements)
    {
    $counter = 0;
    foreach($elements as $element)
    {

    // Layout > Header visibility and transparency
    if($element[‘id’] == ‘header_transparency’) {
    /**
    *
    * Available Options
    * No transparency =
    * Transparent Header = ‘header_transparent’
    * Transparent Header with border = ‘header_transparent header_with_border’
    * Transparent & Glassy Header = ‘header_transparent header_glassy ‘
    * Header is invisible and appears once the users scrolls down = ‘header_transparent header_scrolldown ‘
    * Hide Header on this page = ‘header_transparent header_hidden ‘
    * MOD: Set the Layout > Header visibility and transparency settings to “Hide both”Header is invisible and appears once the users scrolls down”
    *
    **/
    $elements[$counter][‘std’] = ‘header_transparent’;
    }

    $counter++;
    }
    return $elements;
    }

    function av_single_fo(){
    ?>
    <script>
    var header = jQuery(“.single-post #main .avia-section .content”);
    jQuery(window).scroll(function() {
    var scroll = jQuery(window).scrollTop();

    if (scroll >= 250) {
    header.addClass(“single-header”);
    } else {
    header.removeClass(“single-header”);
    }
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘av_single_fo’);

    add_filter( ‘style_loader_src’, ‘t5_remove_version’ );
    add_filter( ‘script_loader_src’, ‘t5_remove_version’ );

    function t5_remove_version( $url )
    {
    return remove_query_arg( ‘ver’, $url );
    }

    function raboff_custom_checkbox(){
    ?>
    <script>

    jQuery(window).load(function(){
    jQuery(‘h2.avia-caption-title’).after(‘<p class=”close-caption”> </p>’);
    jQuery( “.close-caption”).click(function() {
    var closeTheCap = jQuery(this).closest(“.slideshow_align_caption”);
    closeTheCap.hide(“slow”);
    });
    });

    jQuery(window).scroll(function(){
    var numberNotChecked = jQuery(‘fieldset.alacarte-form input:checkbox:not(“:checked”)’).length;
    console.log(numberNotChecked, “Hello, world!”);

    if (numberNotChecked >= 16) {
    jQuery(“.one-day”).addClass(“p-highlight”);
    }
    else {
    jQuery(“.one-day”).removeClass(“p-highlight”);
    }

    if (numberNotChecked <= 15 && numberNotChecked >= 8 ) {
    jQuery(“.two-day”).addClass(“p-highlight”);
    }
    else {
    jQuery(“.two-day”).removeClass(“p-highlight”);
    }

    if (numberNotChecked <= 7 ) {
    jQuery(“.three-day”).addClass(“p-highlight”);
    }
    else {
    jQuery(“.three-day”).removeClass(“p-highlight”);
    }

    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘raboff_custom_checkbox’);

    function avia_add_custom_social_icon($icons) {
    $icons[‘Turning Torso’] = ‘turning_torso’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    #1020552

    Hi,
    Thank you for the login, I have made the adjustments but you may need to clear your browser cache to see them.
    To make this change I turned on your custom class fields in your elements by going to Enfold Theme Options > Layout Builder > Show element options for developers, then I added the two classes “custom-right-column” & “custom-left-column”
    then I added this code in the General Styling > Quick CSS field:

    
    /*custom column width - bucharest*/
    #top.page-id-438 .custom-right-column {
    margin-left: 0px !important;
    width: 67% !important;
    }
    #top.page-id-438 .custom-left-column {
    width: 30% !important;
    }

    The columns are very close together now, if they are too close, please adjust the “margin-left: 0px” to perhaps “5px” or more.
    This solution will only effect the one page, please let use know if you want it to effect other pages.

    Best regards,
    Mike

    capuchin
    Participant

    Hi Team Kriesi!

    I have a question about the Custom HTML in the contact form. The contact form works, it’s all brilliant, but I had to implement a contact form with
    lots of input fields and it would be beneficial for my client, if she can see the ‘headers’ Custom HTML as well in the form-email.

    Why does the custom HTML not show in the form-email? The form-email doesn’t look very structured like that.
    Your thoughts?

    Many thanks!
    Kind regards
    capuchin

    #1019438
    RedRaphDK
    Participant

    Hello guys,

    First of all, thanks for a fantastic theme, the 4.3-release has really skyrocketed my website’s performance substantially. :-)

    This is not so much a support-question, but more a development request. One of many things I love about Enfold, is how super easy it is to build great-looking forms. I am, however, missing many functions, that I regularly need. Such as the ability to attach files, setting up conditional fields, invisible recaptcha, and the ability to export fields to a custom made pdf-file.

    I know that all of the above can be solved using Contact Form 7, which I am. However, first of all, I am depending on extensions for Contact Form 7, which sometimes are maintained by individual programmers. That increases the risk of loosing compatibility, if the plugin is abandoned. Secondly, managing the appearance of the form in Contact Form 7 is a hassle, esspecially when working with 2+ columns, and the forms often require thorough testing and possibly SMTP-setup to work properly. Those are some of the biggest benefits of using Enfold’s form builder instead: Never additional styling needed, and always works on the first test. :-)

    I hope to see these functions in Enfold in the future. Keep up the good work. :-)

    BR,
    Alex

    • This topic was modified 7 years, 3 months ago by RedRaphDK.
    #1017994
    NeilJC
    Participant

    Hi everyone,
    I have been asked to paste the below the home page of a customers website. We want the fields to display on one line at the top of the home page. We have been playing with the code and although we can get the fields to display on one line using an html tester (Tryit Editor), we cannot get it to display on one line when pasted into the code block element.

    Can someone tell us where we are going wrong please?

    <form id=”onvioSignIn” action=”https://onvio.co.uk/api/security/v2/sessions/login&#8221; method=”post”><input name=”firmId” type=”hidden” value=”552604″ />

    <style>#onvioSignIn>{display:inline;margin:7px;}#onvioSignIn>a{font-size:.7em}</style><label for=”onvioEmail”>Email</label>
    <input id=”onvioEmail” spellcheck=”false” maxlength=”250″ name=”username” required=”” type=”text” />
    <label for=”onvioPassword”>Password</label>
    <input id=”onvioPassword” autocomplete=”off” maxlength=”50″ name=”password” required=”” type=”password” />
    <input type=”submit” value=”Sign In” />
    Forgot Password?
    </form>

    Thank you
    Neil

    here’s a clearer layout of what I have tried (this is part of what I sent the plugin authors):

    I created the custom sidebar and checked the location “As sidebar blog for selected categories” and selected Anxiety as the category in that field. In the Widgets area for my Theme Sidebars, I have ‘Allow this sidebar to be replaced’ for the Sidebar Blog (where Categories is selected–I do that so the main Blog Posts Page (the index of posts) has the categories listed in sidebar). In the blog post itself, I have played with every combination possible of the Layout and Sidebars fields (the boxes to the left of the default editor) and nothing is working:
    1) Sidebars box > Sidebar Blog > Anxiety Posts, and Sidebar Blog, and nothing selected, all tried.
    2) Layout box > Sidebar Settings> Right Sidebar, No Sidebar, Default sidebar all tried.
    3) Layout box > Sidebar Settings > Anxiety Posts, Sidebar Blog, and default all tried.

    All combinations of all 3 of those, as best as I can tell, do not work, so I am stumped.

    #1016552

    Hi,

    You need to add it when the post type is registered (see https://codex.wordpress.org/Function_Reference/register_post_type – “supports” parameter). If you want to add custom fields support to portfolio items you can add this code to your child theme functions.php:

    
    add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod');
    function avf_portfolio_cpt_args_mod($args) {
    	$args['supports'][] = 'custom-fields';
    	return $args;
    }
    
    

    Best regards,
    Peter

    #1016549

    Ok I am gonna try this ;)
    One extra question: How did you turn on the custom fields? In other sites I have I don’t see this checkbox in screen settings.

    Hey Thomas,

    To customize/trasnslate the error messages add the below code in your functions.php by going to appearance > Editor > functions.php and replace the sentences after the equal signs ( = ) with your custom text. Make sure to add quotes before and after your text (like in the sample code below).

    Please use a child theme so your changes remain intact when you update the main theme ( http://kriesi.at/documentation/enfold/using-a-child-theme/ ).

    
    add_filter('avf_mailchimp_messages', 'avf_mailchimp_messages_mod', 10, 1);
    function avf_mailchimp_messages_mod($message) {
        $message['email'] = 'Please provide a valid email address.';
        $message['all'] = 'Please fill in all required fields.';
        $message['already'] 'This email address is already subscribed, thank you!';
        $message['general'] = 'We are very sorry but something went wrong. Please try again later.';
        $message['invalid_field'] = 'Please make sure that your fields are filled in correctly';
    
        return $message;
    }
    

    Best regards,
    Peter

    Hi,

    Yes i set chrome to accept cookies, but if you refresh the page 1-2 times or go back to shop and then agaion to checkout, the returning customer/create and account fields aren’t visible.

    #1015322

    Hi,

    Yes, tbh I don’t know why it’s not working for you. It seems to be a plugin issue because it should not duplicate the field but overwrite the content.

    In this case I’d recommend to set it manually or to use the code I posted here: https://kriesi.at/support/topic/breadcrumbs-according-to-session/#post-1014871

    Another solution (if you don’t want to set the breadcrumb page for each post manually) would be to use a plugin like: https://wordpress.org/plugins/post-duplicator/ to duplicate the portfolio items. Then you just need to set up one item, click the “Duplicate post” button and it will copy the post content, including all custom fields (also the breadcrumb parent field) to a new entry. You then just need to alter the headline, images and content and you don’t need to care about the other option fields.

    Best regards,
    Peter

    #1014739

    Hi,

    The easiest solution (and also the most flexible one) would be to use this plugin: https://wordpress.org/plugins/custom-field-bulk-editor/ to set the breadcrumb parent page for your portfolio entries.

    Install and activate the plugin, then go to the wordpress admin panel > Portfolio Items > “Bulk Edit Fields”. If you want to select the same parent page for all portfolio items select all items from the list, otherwise select them by category or tag, etc.

    Then scroll down to the “Set Custom Field Values For Checked Portfolio Items” section and enter into the “Custom Field Name:” option field on the left side the value “breadcrumb_parent” (without the quotes). Then add the page id of your breadcrumb parent page into the “Value” field on the right side (screenshot: blob:https://imgur.com/c8eab0e8-b438-4811-8bd9-5bf41703592d ). If you don’t know the id of the page this article: https://www.ostraining.com/blog/wordpress/how-to-find-the-page-id-in-wordpress/ will show you how to get it.

    At least hit the blue “Save custom fields” button and you’re done. If you want to set different parent pages for different portfolio categories you need to repeat this procedure for each parent page, just select a different category, add the “breadcrumb_parent” value to the left field and insert a different page id on the right side, etc.

    Best regards,
    Peter

    Hey!

    Yes, you have to disable the advance layout builder. You can modify the includes > page.php and the includes > loop-single.php file if you want the custom fields to display on pages and posts.

    Best regards,
    Ismael

    #1013637
    talau
    Participant

    Hi Enfold Team,
    for one of our customers we have contact form with a few more fields than usual. No idea if that’s important. The form on the website is fine, but the generated mail has always the same error. The Problem is not only the input by the user, but also the label. There is a “= ” between the letters. I don’t know where it came from and can’t figure it out. Here is a snippet from the mail:

    Stando= rt: Münster
    Gewünschtes Modell: A-Klasse
    Gewünscht= es Datum: 13 / 09 / 2018
    Jahrgang: 1= 967

    Has to look like:
    Standort: Münster
    Gewünschtes Modell: A-Klasse
    Gewünschtes Datum: 13 / 09 / 2018
    Jahrgang: 1967

    I deleted the field and created it again. No change. There are no special letters or anything else. It’s the first time I got this error. WordPress has the version 4.9.8 and Enfold has 4.4.1.

    Best regards
    Benjamin

    saquasar
    Participant

    Hi there,

    At woocommerce checkout page, the fileds Returning customer / create an account are disappearing in chrome after the first time you will enter the page. That happens only in chrome.

    Can you please check and inform me about the issue;

    #1013428

    Hi,

    Thanks a lot, turning off the advanced editor in fact it works!

    If I wanted to view the custom fields also in the pages and blog articles in which .php files should I enter the code?
    In that case, do I still have to disable the advanced editor as in the portfolio articles?

    Thank you

    Hi,

    If you’re using the advanced layout builder for your portfolio entries the portfolio templates won’t be loaded/used. As soon as the advanced layout builder is activated another special template is used which does not accept custom php code. However you can use the ACF shortode ( https://www.advancedcustomfields.com/resources/shortcode/ ) to embed your fields – I added a link to the page to the private content field. I used this code

    
    <strong>IDH del booking engine:</strong> [acf field="idh"]
    <strong>Nome della convenzione/offerta:</strong> [acf field="convenzione"]
    <strong>Data di inizio:</strong> [acf field="data_di_inizio"]
    <strong>Durata della convenzione espressa in giorni: </strong> [acf field="durata"]
    <strong>Numero di persone:</strong> [acf field="persone"]
    <strong>Numero di bambini:</strong> [acf field="bambini"]
    <strong>Lingua della convenzione: </strong> [acf field="lingua"]
    

    Best regards,
    Peter

Viewing 30 results - 661 through 690 (of 1,622 total)