yettti
14p10 comments posted · 0 followers · following 0
103 weeks ago @ BJET Design - Font Controller - Word... · 0 replies · +1 points
I might add an easer way to do that in in the next version... its definitely on the cards
106 weeks ago @ BJET Design - Font Controller - Word... · 0 replies · +1 points
or if you want to include it in a post use [fontcontroller] or [fontcontroller=small]
109 weeks ago @ BJET Design - VB Webcam Class · 0 replies · +1 points
115 weeks ago @ BJET Design - VB Webcam Class · 0 replies · +1 points
116 weeks ago @ BJET Design - Font Controller - Word... · 1 reply · +1 points
You'll have to change the ' jQuery("body").css("font-size") '. the '"body" part is the CSS selector that is changed. Example
jQuery("#id").css("font-size")
OR
jQuery(".class").css("font-size")
... let me know if your need more help
119 weeks ago @ BJET Design - Font Controller - Word... · 0 replies · +1 points
119 weeks ago @ BJET Design - Font Controller - Word... · 0 replies · +1 points
for now use
<?php if (function_exists('fontController_place')) fontController_place('smooth'); ?>
119 weeks ago @ BJET Design - Font Controller - Word... · 0 replies · +1 points
119 weeks ago @ BJET Design - Font Controller - Word... · 0 replies · +1 points
<?php if (functionexists('fontControllerplace')) : fontController_place('smooth'); ?>
+ remember to update to version 2 for shortcode support
119 weeks ago @ BJET Design - Font Controller - Word... · 1 reply · +1 points
Brainchild