Location: site_wide_header
CSS fix for Envira lightbox small image size in landscape mode
@media only screen and (orientation: landscape) { .envirabox-slide .envirabox-image-wrap{ width: auto !important; height: calc(100vh – 20px) !important; transform: translate(calc(100vh – 20px), 10px) !important; } .envirabox-image, .envirabox-spaceball{ width: auto !important; height: 350px !important; }}Continue reading
Hide NextGEN’s Ecommerce
.toplevel_page_ngg_ecommerce_options { display: none !important; }Continue reading
Hide NextGEN’s Ecommerce
.toplevel_page_ngg_ecommerce_options { display: none !important; }Continue reading
Replace Sol navigation icons with FA
.soliloquy-container .soliloquy-prev:before { content: “\f053”; /* FontAwesome icon for left arrow */ font-family: “Font Awesome 5 Free”; font-weight: 900; font-size: xx-large; color: red !important; } .soliloquy-container .soliloquy-next:before { content: “\f054”; /* FontAwesome icon for right arrow */ font-family: “Font Awesome…Continue reading
Carfit Cookies Restriction Code for Processbyteam Formula Flow – PHP
add_action(‘init’, function () { // Check if we are on the specific page using the page ID if (is_page(12700)) { // Temporarily clear the $_COOKIE superglobal for this request foreach ($_COOKIE as $key => $value) { unset($_COOKIE[$key]); } // Prevent…Continue reading
Trigger Meta Pixel When Campaign First Shows
Learningsuite and umsatz , automagency Page CSS | IKB 020
/* Author: Sumaiya , Clickup Doc Link:https://app.clickup.com/36636088/v/dc/12y1dr-22535/12y1dr-12075 */ /* Des: This CSS is added to add the line height on gradient button */ .learn-suite-gradient-button{ line-height:20px!important; } /* completed */ /* Des: This CSS is added to add line height to…Continue reading
make-contest-page-responsive-css
/* Author: Sumaiya, Clickup Doc: */ /* Desktop screen size optmization */ @media screen and (min-width: 1400px) and (max-width: 1500px) { /* Des: This CSS is added to optmize the width of section 7 title */ .mc-sec-7-title { width: 75%…Continue reading