GD Booster – Add ads

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

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

Open Support Ticket
  • Author
    Posts
  • #386500

    Maxime Maffei
    Expired Member
    Post count: 40

    Hello,

    Since I activate GD Booster, I am seeing ads on the top of my website.
    Someone told me, this come from GD Booster, and since I activated it…

    I took a photo, joined.

    Kind regard,

    #386503

    Kor
    Moderator
    Post count: 16516

    Hi Maxime,

    Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.

    #386674

    Kiran
    Moderator
    Post count: 7069

    Hi Maxime,

    Please check now, the problem has been fixed, i have added following code snippet in your theme functions.php to fix the JS error.

    
    
    /**
     * Fix GD Booster + Google Ad Slot with jQuery script.
     *
     */
    function gd_custom_booster_fix_ads( $continue, $content, $inline_content = '' ) {
        if ( strpos( $content, 'wp-includes/js/jquery/jquery.js' ) !== false ) {
            $continue = true;
        }
        
        return $continue; 
    }
    add_filter( 'geodir_booster_script_continue', 'gd_custom_booster_fix_ads', 10, 3 );

    Thanks,
    Kiran

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

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

Open Support Ticket