WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
If the parallax is working for others, then I will try to figure out the issue on my end. I'll report if I find anything.
<?php // automatically include optional WB module files (frontend.css, frontend.js)if (function_exists('register_frontend_modfiles')) { register_frontend_modfiles('css'); register_frontend_modfiles('jquery'); register_frontend_modfiles('js');} ?></head>
<script src="<?php echo TEMPLATE_DIR; ?>/js/vendor/jquery.js"></script> <script src="<?php echo TEMPLATE_DIR; ?>/js/vendor/what-input.js"></script> <script src="<?php echo TEMPLATE_DIR; ?>/js/vendor/foundation.js"></script> <script src="<?php echo TEMPLATE_DIR; ?>/js/app.js"></script> </body>
<script src="https://code.jquery.com/jquery-1.8.3.min.js" integrity="sha256-YcbK69I5IXQftf/mYD8WY0/KmEDCv1asggHpJk1trM8=" crossorigin="anonymous"></script><?php // automatically include optional WB module files (frontend.css, frontend.js)if (function_exists('register_frontend_modfiles')) { register_frontend_modfiles('css'); register_frontend_modfiles('js');} ?></head>
<script src="<?php echo TEMPLATE_DIR; ?>/js/vendor/jquery.js"></script><?php // automatically include optional WB module files (frontend.css, frontend.js)if (function_exists('register_frontend_modfiles')) { register_frontend_m odfiles('css'); register_frontend_m odfiles('js');} ?></head>
<script src="<?php echo TEMPLATE_DIR; ?>/js/vendor/what-input.js"></script> <script src="<?php echo TEMPLATE_DIR; ?>/js/vendor/foundation.js"></script> <script src="<?php echo TEMPLATE_DIR; ?>/js/app.js"></script> </body>
Once you have the files, add links to jQuery and Foundation as <script> tags at the bottom of your page, just before the closing <body> tag.
<script src="<?php echo TEMPLATE_DIR; ?>/js/app.js"></script>
$(document).foundation()
.minihero-text h1 { font-size: 48px !important;}.minihero-text p.pfirst { color: #FF0000 !important; font-size: 28px !important;}.minihero-text p.psecond { color: #99FFFF !important; font-size: 20px !important;}
<link href="<?php echo TEMPLATE_DIR; ?>/css/custom.css" rel="stylesheet" media="screen"><?php register_frontend_modfiles('css'); ?><link href="<?php echo TEMPLATE_DIR; ?>/css/overrules.css" rel="stylesheet" media="screen">
$secs[] = '0.5s';$secs[] = '1s';$secs[] = '1.5s';$secs[] = '2s'; ...
What is the trick to see this in backend?