• Fee

    (@wdfee)


    Hello,
    thanks for your theme!
    In your functions.php you defined the function fontResize() and start the conditions for the body_class with if( width < 1281 ). So if somebody (like me) has a bigger screen, jQuery stops with an error and no other yquery based plugin scripts work – even no simple thickbox…
    Please, could you add a default body_class = ”; or something like that at the beginning of the function?
    Thanks in advance,
    Fee

Viewing 1 replies (of 1 total)
  • Theme Author nobita

    (@nobita)

    Hi Fee

    Thank you for pointing out a problem

    Your means below ?

    if( width < 1281 ){
    		body_class = 'enough-w-sxga';
    	}else{
    		body_class = '';
    	}

    I will contain next versions update.

    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘add default screen size to function fontResize()’ is closed to new replies.