Hitesh Aggarwal
Hitesh Aggarwal
Hi @superknutsel , I appreciate your idea. But I believe It does not mean that lower headings inherited from higher headings. Yes, we can have a global heading settings for...
Hi, Thank you for using Astroid Framework, We are already working on the same you are asking for. However, it will take more time to release it. We are currently...
Hi @sergeytolkachyov , You can use the below code to add js files in bottom. ``` $document = Astroid\Framework::getDocument(); $document->addScript($YOUR_SCRIPT_URL, 'body'); ``` You can also check the full documentation here...
Thanks for reporting the issue. We are trying to resolve this issue asap and get back to you soon. Thanks
Hi @chetanmadaan , This can be possible by overriding `JOOMLA_ROOT/libraries/astroid/framework/frontend/document/body.php` file to `YOUR_TEMPLATE/html/frontend/document/body.php`. There is also an option to wrap Main content into `` tag by adding two files `YOUR_TEMPLATE/html/frontend/document/wrapperStart.php`...
Yes Sir, checked. Will merge after test. On Mon, 12 Oct 2020 at 9:17 PM, Chetan Madaan wrote: > @hiteshaggarwal Can you check this > please? > > — >...
Hi @sergeytolkachyov, Thanks for the suggestion, In upcoming version of Astroid, We added offcanvas's trigger button and close button layout, So now they can easily overridable. You can override by...