jörgk

Registered
Hello,

i have installed yesterday the latest xenforo version and the newest version of core.

now i have a problem with the one template:

1. There are templates that may be outdated. Click here to review them.

if i click on it, i come to the page container-template. if i cklick theire on "Merge changes" i come to a site that tells me " The custom template is out of date but has been edited more recently than the parent. Merging can only be done by hand."

what can i do, to resolve this problem. sorry for my bad english
 
Fairly easy fix:

In page_container
Code:
   <noscript><style>.JsOnly { display: none !important; }</style></noscript>
Replace with
Code:
  <noscript><style>.JsOnly, .jsOnly { display: none !important; }</style></noscript>

This was the only change 1.2.4 brought to our templates, so we didn't see it worthy of an upgrade yet :D
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back