Skip to content

Total Theme: Quote Icons in HTML Blockquote Element

Better Version: The Vectors are implemented via CSS background code. You can easily change the icons with your own vector images if you transform the SVGs with this tool: https://www.svgbackgrounds.com/tools/svg-to-css/ Use This CSS-Code to place the quote-images properly. There are…

Mehr Lesen

Forminator: ADD CSS to PDF Generator

add_filter( 'forminator_pdf_basic_template_markup', function( $html, $pdf_settings, $form_id, $entry_id ){ if ( $form_id !=37063 ) { //Please change the form ID return $html; } $css = '<style type="text/css" title="text/css" media="screen"> .forminator-pdf-header.logo-container .pdf-logo { text-align:center !important; width: 100% !important; padding-left: 100px; } .forminator-pdf-header.logo-container…

Mehr Lesen
white building

Total Theme: Download Link for Grid images via JS

// Download image link. add_action( 'wp_footer', function() { ?> <script> /* Insert download links to all image grid images */ document.querySelectorAll( '.vcex-image-grid-entry-link' ).forEach( ( link ) => { const downloadLink = document.createElement( 'a' ); downloadLink.className = 'frandeprado-image-download-link'; downloadLink.setAttribute( 'href', link.getAttribute(…

Mehr Lesen

Disable Authenticator In Exchange

Sometimes you have it disabled in Exchange Admin, but still users are asked to activate it when they log in. it looks like this then: Go to Microsoft 365 Admin Click on settings. Click on Org Settings In Search type…

Mehr Lesen

Add GA Forminator Event Tracking

/* FORMINATOR TRACKING * https://gist.github.com/wpmudev-sls/5fc34beaee5a34947cda67ccc6a56bff * https://gist.github.com/patrickfreitasdev/46c9dbf946b3cc34a46ae3a24d58635b THIS ONE HERE GA ONLY */ add_action( 'wp_footer', function(){ /** * Tracking ID and property number * * The tracking ID is a string like UA-000000-2. * It must be included in your…

Mehr Lesen

Optimizing Search in Total Theme

Hi, I’m not sure what you mean by ”search from that page only”. If you just want your search bar to search standard posts (so not pages, portfolio, staff…etc) you can simply edit the search bar to set it so it only searches for posts like this: https://a.cl.ly/kpue6BY1 But if…

Mehr Lesen
An den Anfang scrollen