Lopesilvero of LearningHouse Creatives
8/24/2015 - 8:36 PM

Gravity style kill on interior pages. Comment out the line found in the /wp-content/plugins/parallax_gravity/com/sakuraplugins/php/plugin_c

Gravity style kill on interior pages.

Comment out the line found in the /wp-content/plugins/parallax_gravity/com/sakuraplugins/php/plugin_core.php file on line 111

//WP Enqueue scripts handler
	public function WPEnqueueScriptsHandler(){										
		//if(!is_single() && SKGravityOptions::getInstance()->isInPageShortcode()==true){
			//$this->loadFrontendStyles();
		//}		
		if(is_single()){
			if(GRP_POST_SLUG==get_post_type()){
				$this->loadFrontendStyles();
			}
		}							
	}