Hi cissp,
On JA Smashboard, you can enable or diable popup view in Template Manager >> JA_Smashboard – Default >> General tab >> Extended settings.
<blockquote>Where can I find the setting for the position or how to adjust the popup window position of this article.</blockquote>
Pls open /templates/ja_smashboard/css/template.css, then find lines:
.popupview #popup-view {
background: url("../images/black-trans-75.png") repeat left top;
bottom: 0;
display: block;
left: 0;
overflow-x: hidden;
position: fixed;
right: 0;
top: 0;
z-index: 10000;
padding: 40px 0;
}
* You should put your modified css into templates/ja_smashboard/css/custom.css.
Create this file if non-exists and call new file in templates/ja_smashboard/etc/assets.xml by adding line:
<file>css/custom.css</file>