MyBB Community Forums

Full Version: Index Ads on thecure theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
I am using this on my forum (i.e) forum.rosscountyrp.tk , When mybb default theme was running, It was working and showing the ad
But after installing thecure theme, The ads isnt visible. I have enabled them but still problem.
uninstall and install the plugin again.... if the problem still persists, post the index template here....
Your header looks messed up find this:
#navbar ul#nav {
    width: 600px;
}
and replace with this:
#navbar ul#nav {
    width: auto;
}
Quote:uninstall and install the plugin again.... if the problem still persists, post the index template here....
that worked actually Big Grin
(2013-09-16, 10:52 AM)BigTimeRush Wrote: [ -> ]that worked actually Big Grin

good. actually whenever you install a new theme, you have to reinstall plugins to work. alternately you can copy the respective codes for a plugin to the new theme's templates