JavaScript error
-
The live preview is not working for the fonts.
The following fixes the bug
Line 57
preview_text = jQuery('#acfgfs-preview div').html();
should read
preview_text = jQuery('.acfgfs-preview div').text();Line 60
jQuery('#acfgfs-preview div').html(preview_text)
should read
jQuery('.acfgfs-preview div').text(preview_text)Cheers,
Dan
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘JavaScript error’ is closed to new replies.