Osclass Support Forums

Osclass theme support => Beta Osclass Theme => Topic started by: oneloveb on April 26, 2021, 10:47:46 PM

Title: Public profile Adsense not display
Post by: oneloveb on April 26, 2021, 10:47:46 PM
Hi,

Since when I bought the Beta theme Public profile Adsense not display

Kindly advise on what to do

Thanks
Title: Re: Public profile Adsense not display
Post by: MB Themes on April 27, 2021, 09:56:10 AM
I was able to find both banner blocks in user public profile file.
Code: [Select]
<?php echo bet_banner('public_profile_sidebar'); ?>
<?php echo bet_banner('public_profile_bottom'); ?>
Title: Re: Public profile Adsense not display
Post by: oneloveb on April 27, 2021, 10:30:44 AM
Yes, both banner block code is there but Adsense not display

<?php echo bet_banner('public_profile_sidebar'); ?>
<?php echo bet_banner('public_profile_bottom'); ?>


Title: Re: Public profile Adsense not display
Post by: MB Themes on April 27, 2021, 10:48:53 AM
But that is not problem of theme if adsense display or no.
Enter into these banners simple text, i.e. TESTING BANNER and if text is visible in front, everything is alright on theme side.
Title: Re: Public profile Adsense not display
Post by: oneloveb on April 27, 2021, 11:50:49 AM
I just did what you said by input the text to the public profile sidebar and button TESTING BANNER and the text is not appealing at all


Thanks
Title: Re: Public profile Adsense not display
Post by: MB Themes on April 27, 2021, 01:02:49 PM
@oneloveb
Thanks for feedback, problem is in functions.php

Find this:
Code: [Select]
    array('id' => 'public_profile_sidebar', 'position' => __('Public profile sidebar', 'beta')),
    array('id' => 'public_profile_bottom', 'position' => __('Public profile under items', 'beta'))

Replace with:
Code: [Select]
    array('id' => 'banner_public_profile_sidebar', 'position' => __('Public profile sidebar', 'beta')),
    array('id' => 'banner_public_profile_bottom', 'position' => __('Public profile under items', 'beta'))
Title: Re: Public profile Adsense not display
Post by: oneloveb on April 27, 2021, 01:14:00 PM
WORKED THANKS ;D