Booster !

This topic contains 10 replies, has 3 voices, and was last updated by  netbrasil 9 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #64328

    netbrasil
    Expired Member
    Post count: 133

    Hi,

    I get some layout errors when i activate the Booster, I really do want the booster turned on. How can i ‘exclude’ the javascript files of the plugin affected by booster.

    I tried adding the path of the .js files of the plugins : http://prntscr.com/9fksa4

    But i still get the errors

    Please advice

    Cheers!

    #64410

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    please remember to provide URL and credentials in such cases, screenshots can’t be inspected nor debugged.

    Thanks

    #66438

    netbrasil
    Expired Member
    Post count: 133
    This reply has been marked as private.
    #66610

    netbrasil
    Expired Member
    Post count: 133

    Any updates on this? as much as possible i would like to use the booster. im not sure if have asked this already, do you suggest CDN?

    #66711

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi again,

    I have added some code to your child theme functions.php to exclude some script, and it all looks to be working now, please check and let us know if you have any problems.

    Thanks,

    Stiofan

    #66801

    netbrasil
    Expired Member
    Post count: 133

    Hi thanks! anyway something appeared in the header part : http://prntscr.com/9mm5ta

    #66810

    netbrasil
    Expired Member
    Post count: 133

    It’s gone now. Anyway, can i have a little bit of explanation on what you did to the booster? 🙂

    #66844

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    When i went to your site today GDB was disabled, i have re-enabled it, the –> u seen is likely broken code comments, i have set these to not show, let me know if you see them again.

    For the problems a bit of JS in the main page was being added to the combined file but it was breaking it so i added the below code to tell it to remove that part of code from the combined file:

    
    
    function netbrasil_geodir_booster_exclude_js( $continue, $content ) {
    
    	// Skip script
    	if (strpos($content, 'var tlJsHost') !== false) {
    		$continue = true; 
    	}
    
    	return $continue; 
    }
    add_filter( 'geodir_booster_script_continue', 'netbrasil_geodir_booster_exclude_js', 10, 2 );

    Thanks,

    Stiofan

    #67261

    netbrasil
    Expired Member
    Post count: 133

    Hi, i have to disable it again because the logo of the SSL in the footer breaks off. Can you please give it a check? thanks! http://prntscr.com/9n1n8j

    #67431

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I have fixed the logo issue and reactivated it 🙂

    Stiofan

    #67934

    netbrasil
    Expired Member
    Post count: 133

    Thanks a lot Stiofan

Viewing 11 posts - 1 through 11 (of 11 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount