Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #980651

    Please let me hav or tell me how can I get the Avia builder debug code for you Enfold App demo. I don’t want to replace my whole theme. I just want to see how you have done it.

    Sorry tp double up but can you please tell me what you used to make the cool typing effects on the Enfold Elegant Portfolio.

    Many thanks
    Rob

    #980664

    Hey fanlokbun,

    1) You can activate the debug window by adding this code to the child theme functions.php file:

    
    
    	add_action('avia_builder_mode', "builder_set_debug");
    	function builder_set_debug() {
    		return "debug";
    	}
    
    

    2) Kriesi used this shortcode to create the typing effect:

    
    
    [av_headline_rotator before_rotating='Hi! I am Max and this is my portfolio. I can help you build a' after_rotating='Don’t be shy, get in touch!' interval='3' animation='typewriter' margin='40px,0,170px,0' tag='h3' size='5vw' align='left' custom_title='#0a0a0a' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av_uid='av-jffs3b9z' admin_preview_bg='']
    [av_rotator_item title='beautiful logo.' link='' linktarget='' custom_title='' av_uid='av-9kdge']
    [av_rotator_item title='successful brand.' link='' linktarget='' custom_title='' av_uid='av-dzkxq']
    [av_rotator_item title='thriving business.' link='' linktarget='' custom_title='' av_uid='av-a9cdi']
    [/av_headline_rotator]
    

    Best regards,
    Dude

    #981092

    Hi Dude,
    Sorry I didn’t make myself clear. I already have the debug window enabled. What I want is the code to paste into it from your Enfold App demo page.

    Thanks for the text code.

    Cheers
    Rob

    #981408

    Hi Rob,

    Please try this: https://pastebin.com/SFRJEBAX

    Best regards,
    Rikard

    #981550

    Spot on!
    Many thanks

    #981736

    Hi,

    Great!

    Best regards,
    Dude

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Avia builder debug code for demo’ is closed to new replies.