Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #726858

    Hi,

    I’m having some issues with apply Enfold styling to a multi page form built in Gravity Forms. My main issue right now is:

    I’m trying to add the Enfold Progress Bar as a shortcode through Gravity Form’s HTML content field. The progress bar is only partially rendering with no animation, colours or stlying.

    I assume I need to add or create a CSS class? Any direction/advice would be much appreciated

    Thanks.

    #726931

    Hey mark2mrktng,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #729705

    Hi Rikard, sorry for the delayed response… I’ve send the info privately.

    #729936

    Another issue to add to this, when you enter the password to begin the survey the animation on the ‘Next’ button does not come out smoothly & is jerky. Is this a CSS issue as well?

    #730196

    Hi,

    Is the page still there? I tried to check it but it returns this:

    Nothing Found
    Sorry, the post you are looking for is not available. Maybe you want to perform a search?

    Best regards,
    Nikko

    #730216

    Appologies Nikko, I recently changed the URL. Please see the updated link in private content

    thanks

    #730880

    Hi Nikko, just wondering if you’d been able to make any progress on this ? Thanks.

    #731005

    Hi,

    I just checked your site and tested it out and I think the reason it doesn’t make any progress is because it’s still the same page just new content being fetched inside gravity forms. I don’t have a gravity form plugin that I could test, but if you could give us temporary admin access so we can have a quick look on the settings, we’ll try to give it a shot. You might also want to try this plugin for the gravity form’s progress bar: https://wordpress.org/plugins/gravity-forms-start-progress-bar-at-zero-percent/

    As for the buttons, try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .gform_wrapper .button {
        font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 13px;
        border-radius: 3px;
    }
    

    Best regards,
    Nikko

    #731175

    Hi Nikko,

    Thanks for taking a look. So how the progress bars work is that there is a new HTML block in each step of the survey, with each block have a custom progress bar manually set at different percentages for each step of the survey, (eg Step 1 is set at 10%, Step 2 at 20%, etc). You’ll notice the the text within the progress bar also changes with each step as well (eg. Step 1 of 8, Step 2 of 8, etc) so there isn’t any issues there

    The progress bar that I’m using it the Enfold progress bar shortcode (not the Gravity forms native progress bar) & the issue is the animations/styling is not rendering as it normally does on other Enfold progress bars throughout the site. I’ve provided temporary login details in the private content.

    Thanks!

    #731428

    Hi,

    I couldn’t login with the login details you have given, please check.

    Best regards,
    Nikko

    #731482

    Sorry, please see below

    #732667

    Please see below for the updated survey password

    #732913

    Hi,

    I have added a code block in the page with this code:

    <script type="text/javascript">
      function av_progress() {
        jQuery( ".avia-progress-bar .progress" ).each(function() {
          jQuery( this ).addClass( "avia_start_animation" );
        });
      }
    </script>

    And on the gravity forms, I have added this code at the bottom of html content where you placed the shortcode:

    <script>if ( typeof av_progress == 'function' ) { av_progress(); }</script>

    Let us know if it’s good :)

    Best regards,
    Nikko

    #736164

    Excellent, that works!! Thanks!!!

    #736706

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.