script not working with custom pages
Posted: 2020-10-30 14:32
Hi, I used the: <script>
new AppGiniCommon().setTitle("<b>PROJECT_</b>DataTool");
</script>
<script>
new AppGiniCommon().setIcon("plus");
</script>
<script>
var common = new AppGiniCommon();
common.autoRedirect();
</script>
within the JS purchased library to personalise the home button name and link. It works fine (added to hooks/header-extras.php) in normal TV/DV pages but doesn't appear* on custom pages (as added in recommended way - https://bigprof.com/appgini/help/advanc ... cess-pages). How can I get the script to work in the custom pages as well as the main pages? Thanks.
*I just get the standard house glyphy thing and the original title.
new AppGiniCommon().setTitle("<b>PROJECT_</b>DataTool");
</script>
<script>
new AppGiniCommon().setIcon("plus");
</script>
<script>
var common = new AppGiniCommon();
common.autoRedirect();
</script>
within the JS purchased library to personalise the home button name and link. It works fine (added to hooks/header-extras.php) in normal TV/DV pages but doesn't appear* on custom pages (as added in recommended way - https://bigprof.com/appgini/help/advanc ... cess-pages). How can I get the script to work in the custom pages as well as the main pages? Thanks.
*I just get the standard house glyphy thing and the original title.