Viewing 30 results - 481 through 510 (of 1,622 total)
  • Author
    Search Results
  • #1189310

    Hi,

    What specific changes are you trying to implement in the masonry element? If you’re only trying to insert custom fields from ACF, then you have to modify the html function or method of the avia_masonry class in the av-helper-masonry.php file. The html function contains the frontend markup of the masonry element.

    The following functions should help.

    // https://www.advancedcustomfields.com/resources/get_field/

    Best regards,
    Ismael

    #1188900

    Hi, I’m also interested in customizing the av-helper-masonry.php file to pull in custom fields (with ACF). I don’t suppose you can post any of your relevant code? Thank you.

    #1187172

    In reply to: cookie translation

    Hi,

    Thank you for the clarification.

    What is the actual name of the language file?

    This is what we see in the de_DE.po file.

    #: includes/admin/register-admin-options.php:1291
    msgid "In case you deal with any EU customers/visitors these options allow you to make your site GDPR compliant."
    msgstr "Wenn du es mit EU Kunden/Besuchern zu tun hast, erlauben es dir diese Optionen, deine Seite DSGVO-konform zu machen."
    
    #: includes/admin/register-admin-options.php:1292
    msgid "The following default text will be applied if you leave the textfields empty:"
    msgstr "Der folgende Standardtext wird angezeigt, wenn du die Textfelder leer lässt:"
    
    #: includes/admin/register-admin-options.php:1315
    msgid "Attention: You need to set a Privacy Policy page here to activate these features:"
    msgstr "Achtung: Du musst hier eine Datenschutzrichtlinie einrichten, um diese Funktionen zu aktivieren:"
    
    #: includes/admin/register-admin-options.php:1315
    msgid "Set Privacy Policy"
    msgstr "Datenschutzrichtlinie festlegen"
    
    #: includes/admin/register-admin-options.php:1321
    msgid "Attention: You need WordPress version 4.9.6 or higher to use these features"
    msgstr "Achtung: Du benötigst WordPress Version 4.9.6 oder höher, um diese Funktionen nutzen zu können"
    
    #: includes/admin/register-admin-options.php:1336
    msgid "A short message that can be displayed below forms, along with a checkbox, that lets the user know that he has to agree to your privacy policy in order to send the form. See default text above if you leave empty."
    msgstr ""
    
    #: includes/admin/register-admin-options.php:1340
    msgid "Append a privacy policy message to your comment form?"
    msgstr "Eine Datenschutzrichtlinie in dein Kommentarformular hinzufügen?"
    

    Best regards,
    Ismael

    #1186009

    Hi,
    Sorry for the late reply, this seems to be related to another post of yours that was answered here. Please check.

    Best regards,
    Mike

    #1185775
    Max Miko
    Participant

    Hello,

    Thank you for the great help with my issue here
    But now I looking for wider solution for it. Here what we need:

    1. We have it popup mentioned in my last thread with fields for information we need to gather for offer preparing. That’s ok. PopUp works and sends info to us.
    2. But now we understand that it would be easier to give to our customers more freedom. I mean if he fill and send one form we must to show him somehow that site is remembered it and he can explore other site subpages and products. May be he will want to delete it after minute and so on
    3. Of course in that case we need to use Cart. But we don’t like all this checkout pages and so on.
    4. Ideally it would be to realise such functionality, that every time he fill and sends that form – cart is updated via ajax technology (no immediate redirection to the checkout or cart page). It looks like cart icon in the right side of menu with number (e.g. 3). And then when customer is done – he can press this cart reread his ‘products’ delete if smth is not need and confirm his choice.

    May be you can suggest some plugin or snippet, because actually all I need is:

    1. Get visual presentation of cart on the page with possibility to see how many products is added (like it is realised here: Home v8: Frontpage Shop)
    2. Get all this information from forms to the email
    No any other advanced functionality.

    I tried to google also support forums, but I find no solution for it.

    #1185639

    Hey pabloeduardo,
    Sorry for the late reply, I do not use the plugin “Toolset” but my research finds that “there isn’t a good workaround right now.”
    Right now Toolset asks that we make some changes that would break our logic and we can not do.
    I have seen some customers using Toolset on their projects, but I’m unsure what parts they are using or not.
    I have also seen customers use Pods – Custom Content Types and Fields so perhaps looking into this as an alternative would help?

    Best regards,
    Mike

    #1185486

    Topic: Shortcodes in Excerpts

    in forum Enfold
    promosapien
    Participant

    Hello. I am using the Portfolio Grid to display a portfolio of real estate properties for a client. He will be creating new property listings himself, so I set up a number of custom fields using Advanced Custom Fields in order to simplify the process for him. He also doesn’t know much about WordPress or HTML, so I am trying to streamline what he has to do to create new portfolio entries / property listings.

    The Advanced Custom Field shortcodes have worked well within the single portfolio entry, and most of the page content for new entries is easily entered by filling out a series of form fields.

    But the client has asked for something that I’m having trouble doing – which is to display the property title information and property address that appears beneath the thumbnail image with a line break.

    He wants:
    Property Name
    Property Address, City, State, Zip

    Each new portfolio / property entry currently uses the address as the title, and I will be modifying the titles to now include the property name, but I can’t create a line break in the title field after the Property Name so it displays above the address on the portfolio grid items.

    Right now, I am using the excerpt field to display the price of the property (entered manually via text), but I figured I would try to use the excerpt field to display everything instead. I was going to add the Advanced Custom Field shortcodes for property name, address, and price to the excerpt field so I can achieve what he wants, style it, and keep his involvement in entering info to a minimum because all the info is being dynamically populated by the info he entered once in the ACF form fields.

    I haven’t been able to implement it, though. I can’t get the shortcodes to work in the excerpt field.

    I have read forum posts that instructed me to add the “do shortcode” filter to the child theme functions.php. I have also altered a line of code in the enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php, per another forum post suggestion.

    After trying both of these, I haven’t had any luck.

    Sorry for the long description, but I’m open to any suggestions you might have for how I can achieve this. Whether that involves using shortcodes in the excerpt field or not. Thank you!

    • This topic was modified 5 years, 11 months ago by promosapien.
    #1185176

    Hi,

    Thank you for the update.

    You can actually combine all filters in a single callback function.

    
    function avf_adjust_body_class_slug($classes) {
    	if ( is_page( array( 'about', 'work', 'news' ) )  ) {
    		$classes[] = 'green-footer';
    	}
    
    	if ( is_page( array( 'about', 'work', 'people', 'contact', 'news', 'project-inquiries', 'media-inquiries' ) )  ) {
    		$classes[] = 'gray-header';
    	}
    
    	if ( has_category( 'news' ) ) {
    		$classes[] = 'gray-header';
    	}
    
    	if ( is_page( array( 'contact', 'project-inquiries', 'media-inquiries' ) ) ) {
    		$classes[] = 'green-bg';
    	}
    
    	if ( has_tag( 'team' ) ) {
    		$classes[] = 'gray-header';
    	}
    
    	return $classes;
    }
    add_filter('body_class','avf_adjust_body_class_slug');

    Only downside is that for new pages, I have to add the new slug names into the is_page code sections below where relevant. Is there a better option for when adding new pages? Thanks.

    Have you tried adding custom fields to the pages? You can apply the appropriate class attribute based on the value of a custom field/s added in the page.

    // https://wordpress.org/support/article/custom-fields/

    This plugin should help.

    // https://wordpress.org/plugins/advanced-custom-fields/

    Best regards,
    Ismael

    #1184652
    pabloeduardo
    Participant

    hi my trouble my main trouble is that i want to use custom types and fields and i am using the toolset plugin but i am posting here their response to some compability issues… i allready paid for that plugin but i can cancel i f you point me in the right direction…. which plugin is the best for using custom types and fields in enfold….. which one has the best compatibility?

    this is the answer they gave me in the toolset types and posts….
    ————————–
    Hi, there are several compatibility issues with the Enfold theme and at this time we have been unable to establish an ongoing working relationship with the theme authors. Content Templates simply won’t work in the Enfold theme, and there isn’t a good workaround right now. Unfortunately the theme is not currently compatible with Views and Content Templates because it uses many different functions to display the content, rather than relying on one single function like the_content. If you’d like to use Enfold successfully with Toolset, we recommend you reach out to their authors and let them know we are trying to work out a permanent solution. Until then, unfortunately I do not have a good solution for you.
    Unfortunately I do not have a comprehensive list of features that do or do not work with Enfold and Toolset together. We typically respond to User reports of problems. So if no one has reported a problem, our team would not be aware of it. Instead, I can show you how to search for some of the other issues Enfold users have experienced and reported here in the forums. Copy + paste this text into Google search:
    site:toolset.com/forums/topic enfold
    This search will scan all the forum topics that include the word “Enfold.” You can see problems with AJAX search and filtering, problems with Enfold’s advanced editor, problems with content templates, and problems with Layouts have all been reported. Since editing Forms require the use of Content Templates or Template Layouts, I suspect you could run into issues with editing Forms as well.
    My best advice is to not use the Enfold theme with Toolset, because we have not been able to communicate regularly with their developers. If a conflict between our systems is discovered during development of your project, it is likely that problem will not be fixed in a reasonable amount of time because we cannot collaborate with their developers.

    #1183982
    This reply has been marked as private.
    #1183955
    Frinxio
    Participant

    Hi,

    We have a possibly theme-related problem. We’re having issues with confirmation mail that is sent after registration. On site, we don’t need any user interaction, no likes, comments, no user posts. Reason for registration is solely for license key generation that is used in our software, that is taken care of. We use wp-members for the registration form.

    To be as brief as possible, when the user registers, he gets an email containing [link1] It used to work, but we updated theme after several versions of not updating it and now the link in emails comes like this [link2]. Weirdly enough, if you click on that link, you get logged in as a random user, so it seems that the key generation has been messed up in the update. We looked at code and issue seems to be here:

    /var/www/html/wp-content/themes/enfold-child/functions.php

    
    /* Customize the login process - send activation link instead of password */function my_activation_key_settings() {
        $settings = array(
            'email_text'      => 'Please activate your account: ',
            'return_url'      => 'https://frinx.io/user-account-2',
            'send_welcome'    => true,
            'show_success'    => true,
            'success_message' => 'Thank you for activating your account.',
            'send_notify'     => true,
        );
        return $settings;
    }/**
     * Create an activation key for the
     * user at registration.
     */
    add_action( 'wpmem_post_register_data', 'my_generate_key' );
    function my_generate_key( $fields ) {
         // Generate a random key.
        $key = sha1( rand() );
        echo $key;
        // Save this for the new user account.
        add_user_meta( $fields['ID'], 'activation_key', $key, true );
    }/**
     * Include the activation key in the new user
     * registration email as an activation link.
     */
    add_filter( 'wpmem_email_filter', 'my_add_key_to_email', 10, 3 );
    function my_add_key_to_email( $arr, $wpmem_fields, $field_data ) {
        $settings = my_activation_key_settings();
        $url = trailingslashit( $settings['return_url'] );
        // Only do this for new registrations.
        if ( $arr['toggle'] == 'newmod' ) {
            // Get the stored key.
            $key = get_user_meta( $arr['user_id'], 'activation_key', true );
            $name = $arr['user_login'];        // Add text and link to the email body.
            $greeting = "Hi ${name}! \n" . "Thank you for your interest in FRINX and for registering on our web page.\n\n";        // Concatenate so that the activation link is at the beginning of the activation email.
              $sprava = $greeting . $settings['email_text'] . add_query_arg( 'activate=', $key, $url ) . "\n\n" . $arr['body'];
            $arr['body'] = $sprava;
            echo "arr" . $sprava;
            echo "arr body" . $arr['body'];
        }    return $arr;
    }/**
     * Check for an activation key and if one exists,
     * validate and log in user.
     */
    add_action( 'template_redirect', 'my_validate_key' );
    function my_validate_key(){
        $settings = my_activation_key_settings();
        // Check for activation key.
        if ( isset( $_GET['activate'] ) ) {
            // Get the user account the key is for.
            $users = get_users( array(
                'meta_key'    => 'activation_key',
                'meta_value'  => $_GET['activate'],
                'number'      => 1,
                'count_total' => false
            ) );
            if ( $users ) {
                foreach( $users as $user ) {
                    // The provided activation key was valid, log in.
                    wp_set_auth_cookie( $user->ID, true );
                    wp_set_current_user( $user->ID );                // Delete activation_key meta and set active.
                    delete_user_meta( $user->ID, 'activation_key' );
                    update_user_meta( $user->ID, 'active', '1' );                if ( $settings['send_welcome'] ) {
                        // Send a welcome email
                        include_once( WPMEM_PATH . 'inc/email.php' );
                        wpmem_inc_regemail( $user->ID, '', 2 );
                    }
                    if ( $settings['send_notify'] ) {
                        // Send a welcome email
                        global $wpmem;
                        include_once( WPMEM_PATH . 'inc/email.php' );
                        wpmem_notify_admin( $user->ID, $wpmem->fields );
                    }
                    break;
                }
            }
        }
    }
    

    the problem occures mostly when getting key from metadata tried to debug if metadata was added but this piece of code works fine

    
        add_user_meta( $fields['ID'], 'activation_key', $key, true);
    

    but after retrieving key using

    
    $key = get_user_meta( $arr['user_id'],'activation_key, true)
    

    the key is not returned

    when trying to use diffrent kind of functions to retrieve the array of metadata then critical error occure so it was hard to say what went wrong or try to do it another way

    Function add_user_meta is stored correctly(due to documentation function is returning meta_id), but when we are retrieving user metadata under the parameters and user_id how we stored it , empty field is being returned. The activation key is not stored properly in user metadata, so it is lost in between its creating and outputting function.

    Thanks for any tips

    • This topic was modified 5 years, 11 months ago by Frinxio. Reason: additional info
    #1182979

    In reply to: New plugin confict

    Sorry, I should likely have meant deactivated. I suppose we could move them via FTP but we’d have to do it every time the plugin was updated. There was a further development since since my last post in that it only seems to happen when a user is signed in. Enfold didn’t move the files when the forms were used by a guest. For now the toolset developers have helped turn off the media library functions for my upload fields. The sites being rebuilt on a custom platform later this year so we’re not looking spend a huge amount of time polishing. The toolset guys are looking to see if they can put a work around in to work with Enfold better.

    #1180698

    well what i did now:
    give a custom-class to that masonry alb element: lightbox-with-description ( you can adjust this to a more easier class )
    Fill out the description fields –
    I decided to create an own markup for mfp – it is easier to address then with class : mfp-description in the bottom-bar
    Adjust the page id to yours or get rid of that if clause ( think of to delete one of the last curly brackets then on the end )
    Choose on Masonry ALB to show both Title and Description !!! ( i set the description to display: none then to have it only on lightbox )
    https://webers-testseite.de/masonry/

    function popup_masonry_with_description() { 
    if(is_page(32904)){
    ?>
    <script type="text/javascript">
    (function($){
    $(window).load(function(){  
        $('.av-masonry.lightbox-with-description a.av-masonry-entry.lightbox-added').magnificPopup({
        type: 'image',
        image: {
          markup: '<div class="mfp-figure">'+
            '<div class="mfp-close"></div>'+
            '<div class="mfp-img"></div>'+
            '<div class="mfp-bottom-bar">'+
              '<div class="mfp-title"></div>'+
              '<div class="mfp-description"></div>'+
              '<div class="mfp-counter"></div>'+
            '</div>'+
          '</div>',
        },
        mainClass: 'avia-popup mfp-zoom-in mfp-image-loaded',
        closeOnContentClick: false,
        midClick: true,
        gallery: { enabled: true },
        callbacks: {
            change: function() {
                $(this.content).find('.mfp-description').html('<p>'+$(this.currItem.el).find('.av-masonry-entry-content').html()+'</p>');
            },
        },
      }); 
    });
    })(jQuery);
    </script>
    <?php 
    }
    }
    add_action('wp_footer', 'popup_masonry_with_description');

    some css for quick css:

    .page-id-32904  .lightbox-with-description .av-masonry-entry-content.entry-content {
        display: none;
    }
    .page-id-32904 .mfp-description {
      color: #fff;
      width: 85%
    }
    .page-id-32904 div .mfp-title {
      font-size: 24px;
    }
    .page-id-32904 .mfp-description p {
        line-height: 24px;
        margin: 0 !important;
    }
    #1177832
    keribird
    Participant

    The credit card fields have become very small – see screen shot: https://www.dropbox.com/s/jhd92sq05n2oun1/credit%20card%20fields.png?dl=0
    And they are dead. Customers can’t type anything in them.
    PLEASE HELP!

    #1176799

    Default text in Modal Window Custom Content is in English

    At least with the last version of enfold i had at least one installation where all the textes were already translated into german
    Ask your collegue @mike – he had a thread with one of your customers about that.

    Lets move to the next – How to inform users about cookies which come from plugins
    As far as i know there is a section to do so called Additional Custom Cookies
    This section is a part of “Show advanced options

    Questions:
    1: What does “cookie logic” means? Whats the difference between the two available options?
    2: Additional Custom Cookies – there are 4 textfields and one dropdown.
    Can you please provide me an example since i cant make it work. Whatever i do with this fields (and i am talking about at least 4 different WP-Installations) – there is no output at all

    You forgot to answer this one:
    B: With your cookie-solution…..Is there still any need to load youtobe-videos from “youtube-nocookie.com” like it was recommended before?

    Last for now:
    Please see chapter 3 on this URL:
    ich-will.org/datenschutz/

    There is a cookie “wp-settings-1” with a very long description which overfloats the available space.
    How can i make it having a linebreak?

    M.

    #1176690

    Hi,

    If cookies are not accepted, videos from external sources such as Youtube and Vimeo will simply not load, as expected. Vimeo and Youtube cookies need to be accepted – https://imgur.com/a/aRsWCs9

    Default text in Modal Window Custom Content is in English so if you want to enable Modal Window Custom Content, make sure to edit the fields as well.
    Sidebar, header, footer etc. are global terms. Trying to translate global terms into exact translations might make it more clear for you but it will not for others so if you want to translate them, feel free to use this plugin – https://wordpress.org/plugins/loco-translate/

    Regards,
    Yigit

    #1173768

    Hi,

    As I understand correct, we have to use the options

    As mentioned previously, those options are going to be removed in the latest version. All developer options such as the custom css class and fields are going to be enabled by default, but it can be disabled manually from the Enfold > Layout Builder panel. All existing id and class attributes added before the update will be retained.

    Again, you can use the filter above to change the status (hidden, deactivated or enabled) of the input fields.

    Best regards,
    Ismael

    Hi,

    I use this and this works for me.

    https://wordpress.org/plugins/wck-custom-fields-and-custom-post-types-creator/

    Regards,

    • This reply was modified 6 years ago by Tameez.
    #1172546

    Hey phouthuijzen,
    Sorry for the late reply, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_checkout_page(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $( "#top.woocommerce-checkout .woocommerce-shipping-fields" ).appendTo( ".col-1" );
      $( "#top.woocommerce-checkout .woocommerce-additional-fields" ).appendTo( ".col-1" );
      $( "#top.woocommerce-checkout #order_review_heading" ).appendTo( ".col-2" );
      $( "#top.woocommerce-checkout #order_review" ).appendTo( ".col-2" );
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_checkout_page');

    Best regards,
    Mike

    #1172037

    Thank you for looking into everything! I am not sure why there’s so many “copies” of the theme on there – I’m looking into that right now.

    As I was digging around I noticed that the Enfold theme, instead of the Child theme, worked just fine – so I narrowed down the problem to my functions.php file, and then found this script:

    add_filter( 'wc_product_sku_enabled', '__return_false' );

    That was a script I’d added a long, long time ago in order to hide the SKU from showing on a product page (so the customer didn’t see it) but for some reason has now started hiding the SKU for admins as well! Do you have a good fix to hide that SKU on the product page that won’t interfere with our admin fields?

    Thank so much!

    #1170672

    Hi,

    You would use custom cookies to define cookies set by plugins. You insert cookie names and their relative paths in the fields. Compare action field is used to delete multiple cookies so there are not 2 or more of the same cookie. You can choose between action types. You can leave that field empty unless you need to define custom cookies.

    Best regards,
    Yigit

    #1170301

    Hey talltini,
    Thanks for the link to your site, In your css “font-color” is not valid, please use “color” like this:

    .avia-cookiemessage-bottom { background: #a1c2a2 !important; color: #f5f5dc !important;}
    .avia-cookie-consent-button { background-color: #f5f5dc !important;}

    Did you add this css to the Enfold Theme Options > General Styling > Quick CSS field:
    2020-01-04-104403
    or did you fill in the fields in the Enfold Theme Options > Advanced Styling > Cookie Consent Message Bar:
    2020-01-04-104240
    If you used the Enfold Theme Options > Advanced Styling > Cookie Consent Message Bar and included the !important; please remove this. If you used Enfold Theme Options > General Styling > Quick CSS then perhaps there is a missing bracket earlier in your css braking your code, please try copying all of your css and add it to WordPress > Customize > Additional CSS as it will check your code for errors and give you hints to repair.
    If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.

    To change the font color of the message below the contact form, Please try this code in the General Styling > Quick CSS field:

    p.av_form_privacy_check.av_contact_privacy_check {
    	color: red !important;
    }

    Please adjust the color to suit.

    I see that you have html code showing on your page:
    2020-01-04-105451
    is this something you are working on?
    I also note that you are using Enfold v4.4.1 with WordPress v5.3.2, you can expect errors with these as Enfold v4.4.1 was not WordPress v5 ready. Please update Enfold, but unfortunately, due to a change at Theme Forest around that version you will need to update via FTP.

    The easiest and safest way to update is to download the newest version from Theme Forest and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder and check that your site is working correctly.
    Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
    If you are not comfortable with this then also include ftp access in the Private Content area and we can assist.

    Best regards,
    Mike

    #1170299

    What you see/saw is the result of [av_privacy_cookie_info id="" class=""]

    But i am talking about your section “Zusätzliche benutzerdefinierte Cookies” (additional custom cookies).
    Its a whole own tab where you can define cookies.
    There are fields for “Cookie name”, “cookie path” and so on.
    Whatever i type into these fields – there is no output in my cookie modal window

    And what does “Vergleichsaktion” mean?? (“Equals Cookie name” and so on)

    Lena

    #1166525
    nancy2434
    Participant

    Hi. I have customized enfold/config-templatebuilder/avia-shortcodes/ac-helper-masonryx.php so that some custom fields are displayed.

    When I move the customized file to my child theme, it is not used. The default version is used.

    How do I fix this?

    #1162836
    klick-design
    Participant

    Hello supportteam,
    first of all I find the theme absulutly successful and enjoy working with it.
    I can’t get any further at one point. I would like to hide a field in the Simple Membership registration form. I created a CSS class “hide-custom-class” in (Screen 1) and inserted .hide-custom-class display: none in Quick CSS (Screen 2). But it still shows the field. Somehow it doesn’t access it. Is that even possible? Sure, the error lies with me, but where?
    Thank you very much!

    steed
    Participant

    I’m redoing a site for an independent book publisher. Their old, creaky website uses a plugin called Toolset to have “Books” as a custom post type, with several (too many?) custom fields.

    Rather than rely on another plugin, I wonder if I could rename “Portfolio Items” in the left nav bar so when they’re ready to publish a new book, they simply click Books (Portfolio Items), then Add New, then use a custom template I’ll build to create each new book.

    Then when they’re done adding content, hopefully the new Book (Portfolio Item) would appear in the Portfolio (Book) Grid on the catalog page.

    If it’s too complicated, do you guys recommend a specific plugin that’ll do what I’m looking for? Toolset does it, but is way overkill for what we need.

    Old: jorvikpress.com
    New dev site: jorvik.press

    #1162309

    In reply to: Breadcrumbs

    Hi,

    1- I enabled Custom Fields (Özel Alanlar) in Settings and checked “header” and it was set to “no” – https://prnt.sc/q5o31x. I simply typed “yes” and updated your page. I am not sure why exactly this issue occurs but in case it happens in future, please check if header is set to “yes” in custom fields.

    2- I added following code to bottom of Style.css file of your child theme in Appearance > Editor

    .recentcomments a, .widget_recent_entries li a {
        font-style: inherit;
        font-family: inherit;
        font-size: 13px;
    }

    Please review your website :)

    Best regards,
    Yigit

    #1162228
    günter
    Participant

    I use the newsletter registration in a member area for logged in users. The essential user data (email, first name, last name …) are known. This allows me to fill in the form. I simply copy and paste the form via shortcode according to the following pattern:

    
    $email = $current_user->user_email;
    <form action="..." method="post" data-av-custom-send="mailchimp_send" ...>
    ...
    <input name="avia_0_1" class="text_input is_email" type="text" id="avia_0_1" value="' . $email . '" />
    ...
    </form>
    

    It works. However, I still need a hidden real layout builder form on the site to select the newsletters list.

    Is there a more elegant method (filter) to fill the form automatically. Could you please show me the code snippets. I still have 2 extra fields (text and dropdown).

    Regards
    Günter

    #1162221

    @frankeee

    there is an easy way with some code and Advanced Custom Fields, look here, guess you understand German ;-)

    #1160293

    Hello, can anyone help me. I updated Enfold and the CUSTOM CLASS fields are no longer on my page. Already tried by the theme panel and also does not enable.
    The DEVELOPER option appears in Special Heading, but not in TEXT BLOCK.

    LINK
    https://www.dropbox.com/s/ne1wlua0ko8v7wo/custom-class.png?dl=0

Viewing 30 results - 481 through 510 (of 1,622 total)