I published the module to position X but I can't see the window. What's wrong?
The reason is simple. Your template's CSS restricts the position and display of some content outside its scope.
A quick fix is to publish to Debug position as it might have its CSS not so restrictive.
If you don't have that position, we recommend creating a custom position for your template. Read more about how to do it here.
Build your custom position and try to publish the Pro Sticky Message there.
You can also try this :
1. Open the template's index.php file with a text editor and add the following code right before the </body> tag :
<div id="psm">
<jdoc:include type="modules" name="psm" style="xhtml" />
</div>
2. Open the templateDetails.xml file and add right before the </positions> tag :
<position>psm</position>
3. Optional you can add to this file, css/template.css at the end :
#psm {
margin : 0;
padding : 0;
}
You can now publish the Pro Sticky Message on the psm position.
KB » Pro Sticky Message
Knowledgebase
The floating window is not visible

Email This Article
Article Information