Reply To: Enabling the Typewriter add-on

#10033704
Support
Keymaster

Hello,

We found a solution. At really the HTML code at the typewriter tutorial (https://www.themepunch.com/revsliderjquery-doc/typewriter/) is wrong. Please try following all steps of the tutorial, but use this HTML code below for data-typewriter attribute:

data-typewriter='{
	"blinking": "on",
	"blinking_speed":"500",
	"cursor_type":"one",
	"delays":"2|250, 4|500",
	"deletion_delay":"1000",
	"deletion_speed":"20",
	"hide_cursor":"off",
	"linebreak_delay":"60",
	"lines":"dolor sit a,met dolor lorem",
	"looped":"on",
	"newline_delay":"1000",
	"sequenced":"on",
	"speed":"60",
	"start_delay":"1500",
	"word_delay":"off",
	"background":"off"}'

Also change the HTML of revolution slider element to:

<div id="revolutionSlider" class="slider rev_slider manual" data-version="5.4.8">.........</div>

* Note the class manual.

Don’t forget to put the correct ID in the JS code:

var slider = jQuery('#revolutionSlider').show().revolution({

    /* **************************** */
    /* REGULAR SLIDER SETTINGS HERE */
    /* **************************** */
 
});
 
/*
    Instantiate the Typewriter AddOn
    Args: jQuery reference, slider reference (assigned above)
*/
RsTypewriterAddOn(jQuery, slider);

* Note #revolutionSlider like defined in the HTML id.

Please try that and let us know if you need further assistance.

Kind Regards,

Rodrigo.

If you are satisfied with EZY HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads