Step 1 Choose Appearance >> Menus Step 2 Set Menu Name Tick ‘Top Menu’ and click “Save Menu” Step 3 Click open ‘Custom Links’ accordion tab Enter URL and Link Text and click Add To Menu Step 4 Newly added custom link will appear above “Menu Settings” Click Save Menu again Step 5 Choose Appearance…
Month: April 2021
https://materializecss.com/mobile.html The navbar is fully contained by an HTML5 Nav tag. Inside a recommended container div, there are 2 main parts of the navbar. A logo or brand link, and the navigations links. You can align these links to the left or right. Drag Out Menu This plugin includes several options for customizing the menu….
https://materializecss.com/getting-started.html Material Design Created and designed by Google, Material Design is a design language that combines the classic principles of successful design along with innovation and technology. Google’s goal is to develop a system of design that allows for a unified user experience across all their products on any platform. First of all create a…
https://getbootstrap.com/docs/4.3/components/navbar/
https://getbootstrap.com/docs/4.0/components/modal/ Modal can be triggered in 2 ways data-toggle=”modal” data-target=”#exampleModalLive” in ‘button’ tag OR with javascript onclick=”$(‘#exampleModalLive2’).modal()”
https://getbootstrap.com/docs/4.0/components/card/
Parser using https://www.pdfparser.org/ Installation Extracting Text
https://manuals.setasign.com/fpdi-manual/ I am using V1 since more tutorials are available in it FPDI & FPDF Installation FPDF Hello World Example FPDI Merge PDFs & Put Page numbers
$section->addListItem($text, [$depth], [$fontStyle], [$listStyle], [$paragraphStyle]);$listItemRun = $section->addListItemRun([$depth], [$listStyle], [$paragraphStyle]); Basic UsageaddListItem is used for creating lists that only contain plain text. addListItemRun is used for creating complex list items that contains texts with different style (some bold, other italics, etc) or other elements, e.g. images or links.
Simpler Method to Add a table : replacing a placeholder with Template Processor Replace an Existing Table with ZipArchive Class