WebsiteBaker Support (2.11.x) > Modules
smoothgallery
sebigbos:
this is the head of the template in the miro-site:
--- Code: ---<head>
<title><?php page_title(); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php if(defined('DEFAULT_CHARSET')) { echo DEFAULT_CHARSET; } else { echo 'utf-8'; }?>" />
<meta name="description" content="<?php page_description(); ?>" />
<meta name="keywords" content="<?php page_keywords(); ?>" />
<link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" />
<link href="<?php echo TEMPLATE_DIR; ?>/print.css" rel="stylesheet" type="text/css" media="print" />
<?php // allows to include optional module files (frontend.css, frontend.js) into the head
if(function_exists('register_frontend_modfiles')) {
register_frontend_modfiles('css');
register_frontend_modfiles('jquery');
register_frontend_modfiles('js');
} ?>
<?php
//fix change function get_output_filter_settings() in WB282/WB283
if (!function_exists("get_output_filter_settings") ) {
function get_output_filter_settings() {
if (function_exists("getOutputFilterSettings")) {
return getOutputFilterSettings();
}
}
}
?>
</head>
--- End code ---
RegisterModFiles is checked
in the test-installation I changed to the 2.12 default template. no images but it says: [[iEditThisPage?show=1]]
the test installation is, like the miro-site, not a fresh wb 2.12, but an update of a wb 2.83, via wb 2.10
dbs:
What happens with this head?
--- Code: ---<head>
<title><?php page_title(); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php if(defined('DEFAULT_CHARSET')) { echo DEFAULT_CHARSET; } else { echo 'utf-8'; }?>" />
<meta name="description" content="<?php page_description(); ?>" />
<meta name="keywords" content="<?php page_keywords(); ?>" />
<link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" />
<link href="<?php echo TEMPLATE_DIR; ?>/print.css" rel="stylesheet" type="text/css" media="print" />
<?php // allows to include optional module files (frontend.css, frontend.js) into the head
if(function_exists('register_frontend_modfiles')) {
register_frontend_modfiles('css');
//register_frontend_modfiles('jquery');
register_frontend_modfiles('js');
} ?>
</head>
--- End code ---
Hope it helps.
Have you errorlog entries? Klick the big X-button on top of the backend.
--- Quote --- no images but it says: [[iEditThisPage?show=1]]
--- End quote ---
Admin-Tools > Output Filter Frontend > check Droplets & FrontendJs
sebigbos:
I changed in the test-installation the head in the standard template using your code smoothgallery1.0.7.test
no picture no template....
dbs:
A screen.css is missing in the template folder.
What is in Admin-Tools > Output Filter checked or unchecked?
FrontendCss should be checked.
Here is a list of what is what in the Output Filter.
https://forum.WebsiteBaker.org/index.php/topic,29991.msg209374.html#msg209374
sebigbos:
this ([[iEditThisPage?show=1]]) is gone after checking Droplets & FrontendJs and I can see something but no pictures
smoothgallery1.0.7.test
errorlog attached
looking for screen.css
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version