XF 2.0 Adv right below the nav

Are you using any display criteria? If not, could be a style issue. Search for "container_breadcrumb_top_above" in templates and see what results do you get.
 
In PAGE_CONTAINER template you should have this line: <xf:ad position="container_breadcrumb_top_above" />
Above this code:
Code:
<xf:macro name="breadcrumbs"
            arg-breadcrumbs="{$breadcrumbs}"
            arg-navTree="{$navTree}"
            arg-selectedNavEntry="{$selectedNavEntry}" />

And <xf:ad position="container_breadcrumb_top_below" /> below it.
 
I've looked at the template code you posted above and the code is there already. Have you add it or it was there? If the code is there and the ad still doesn't shows up, I don't know what could be the problem.
 
I've looked at the template code you posted above and the code is there already. Have you add it or it was there? If the code is there and the ad still doesn't shows up, I don't know what could be the problem.
yes code was already there. I have even tried to put: "xyz" but it does not show either :(
 
It will rebuild your templates and phrases. You can do that by navigating to youboardurl.com/install/ or youboardurl.com/forum/install/ depending on where XF is installed.

I don't know if that will fix your issue but you could try.
 
Back
Top Bottom