• Resolved kizinko

    (@kizinko)


    Hi, please take a look at this page:

    https://intrv.wpengine.com/ads/job-title-1/

    You’ll find that there are ‘Apply Online’ web forms just below the header, in the content, and in the footer. This is happening automatically and I only want the web form in the content area.

    I’m using Apply Online v2.4.2 on WP v5.9.3 (latest versions of both).

    Any idea why it would be doing this and how to fix it?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Farhan Noor

    (@farhannoor)

    This is a known bug with AVADA theme & we are tracing its root cause. Meanwhile you can use following code in the AVADA theme options in Advanced/CodeFields/SpaceBeforeBody section.

    
    jQuery(document).ready(function($){
    	var header = '.fusion-tb-header .aol-wrapper ';
    	var footer = '.fusion-tb-footer .aol-wrapper ';
    	$(header+'.aol_app_form, '+header+'progress,'+header+' #aol_form_status,'+header+' .aol-heading').remove();
    	$(footer+'.aol_app_form, '+footer+'progress,'+footer+' #aol_form_status,'+footer+' .aol-heading').remove();
    });
    
    Thread Starter kizinko

    (@kizinko)

    Excellent, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Loading multiple application forms on 1 page’ is closed to new replies.