403Webshell
Server IP : 127.0.0.1  /  Your IP : 216.73.216.109
Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10
System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64
User : SERVERWEB ( 0)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  C:/laragon/www/quilla/wp-content/plugins/td-cloud-library/shortcodes/cpt/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : C:/laragon/www/quilla/wp-content/plugins/td-cloud-library/shortcodes/cpt/tdb_single_taxonomies.php
<?php

/**
 * Class tdb_single_taxonomies
 */


class tdb_single_taxonomies extends td_block {

	public function get_custom_css() {
		// $unique_block_class - the unique class that is on the block. use this to target the specific instance via css
        $in_composer = td_util::tdc_is_live_editor_iframe() || td_util::tdc_is_live_editor_ajax();
        $in_element = td_global::get_in_element();
        $unique_block_class_prefix = '';
        if( $in_element || $in_composer ) {
            $unique_block_class_prefix = 'tdc-row .';

            if( $in_element && $in_composer ) {
                $unique_block_class_prefix = 'tdc-row-composer .';
            }
        }
        $unique_block_class = $unique_block_class_prefix . $this->block_uid;

        $compiled_css = '';

		$raw_css =
			"<style>

                /* @style_general_tdb_single_taxonomies */
                .tdb_single_taxonomies {
                  margin: 0 0 10px 0;
                  line-height: 1;
                  font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
                }
                .tdb_single_taxonomies .tdb-category {
                    display: flex;
                    flex-wrap: wrap;
                }
                .tdb_single_taxonomies a {
                    display: flex;
                    flex-wrap: wrap;
                    pointer-events: auto;
                    font-size: 10px;
                    margin: 0 5px 5px 0;
                    line-height: 1;
                    color: #fff;
                    padding: 3px 6px 4px 6px;
                    white-space: nowrap;
                    position: relative;
                    vertical-align: middle;
                }
                .tdb_single_taxonomies a:hover .tdb-cat-bg {
                  opacity: 0.9;
                }
                .tdb_single_taxonomies a:hover .tdb-cat-bg:before {
                  opacity: 1;
                }
                .tdb_single_taxonomies .tdb-category i:last-of-type {
                  display: none;
                }
                .tdb_single_taxonomies .tdb-cat-text {
                  display: inline-block;
                  vertical-align: middle;
                  margin-right: 10px;
                }
                .tdb_single_taxonomies .tdb-cat-sep {
                  font-size: 14px;
                  vertical-align: middle;
                  position: relative;
                }
                .tdb_single_taxonomies .tdb-cat-sep-svg {
                  line-height: 0;
                }
                .tdb_single_taxonomies .tdb-cat-sep-svg svg {
                  width: 14px;
                  height: auto;
                }
                .tdb_single_taxonomies .tdb-cat-bg {
                  position: absolute;
                  background-color: #222;
                  border: 1px solid #222;
                  width: 100%;
                  height: 100%;
                  top: 0;
                  left: 0;
                  z-index: -1;
                }
                .tdb_single_taxonomies .tdb-cat-bg:before {
                  content: '';
                  width: 100%;
                  height: 100%;
                  left: 0;
                  top: 0;
                  position: absolute;
                  z-index: -1;
                  opacity: 0;
                  -webkit-transition: opacity 0.3s ease;
                  transition: opacity 0.3s ease;
                }
                .tdb_single_taxonomies .tdb-cat-style2 .tdb-cat-bg {
                  background-color: rgba(34, 34, 34, 0.85);
                }
                .tdb_single_taxonomies .tdb-cat-cfs {
                    display: flex;
                    flex-wrap: wrap;
                    width: 100%;
                    margin-left: -6px;
                    margin-right: -6px;
                }
                .tdb_single_taxonomies .tdb-cat-cf {
                    margin-top: 6px;
                    padding-left: 6px;
                    padding-right: 6px;
                    font-size: .9em;
                }

                
                
				/* @horiz_align */
				.td-theme-wrap .$unique_block_class .tdb-category {
					justify-content: @horiz_align;
				}
				/* @vert_align */
				.td-theme-wrap .$unique_block_class .tdb-category {
					align-items: @vert_align;
				}
				
				
                /* @add_space */
				.$unique_block_class .tdb-cat-text {
					margin-right: @add_space;
				}
                /* @txt_color */
				.$unique_block_class .tdb-cat-text {
					color: @txt_color;
				}
				
				/* @f_txt */
				.$unique_block_class .tdb-cat-text {
					@f_txt
				}
                
                
                /* @cat_padding */
				.$unique_block_class .tdb-entry-category {
					padding: @cat_padding;
				}
                /* @cat_space */
				.$unique_block_class .tdb-entry-category {
					margin: @cat_space;
				}
                /* @cat_border */
				.$unique_block_class .tdb-cat-bg {
					border-width: @cat_border;
				}
                /* @cat_radius */
				.$unique_block_class .tdb-cat-bg,
				.$unique_block_class .tdb-cat-bg:before {
					border-radius: @cat_radius;
				}
				/* @cat_skew */
				.$unique_block_class .tdb-cat-bg {
					transform: skew(@cat_skew);
                    -webkit-transform: skew(@cat_skew);
				}

                /* @text_color */
				.$unique_block_class .tdb-entry-category {
					color: @text_color !important;
				}
				/* @text_hover_color */
				.$unique_block_class .tdb-entry-category:hover {
					color: @text_hover_color !important;
				}
				.$unique_block_class .tdb-entry-category:hover .tdb-cat-cf {
					color: @text_hover_color;
				}
                /* @bg_solid */
				.$unique_block_class .tdb-cat-bg {
					background-color: @bg_solid !important;
				}
                /* @bg_gradient */
				.$unique_block_class .tdb-cat-bg {
					@bg_gradient;
				}
				/* @bg_hover_solid */
				.$unique_block_class .tdb-cat-bg:before {
					background-color: @bg_hover_solid;
				}
				/* @bg_hover_gradient */
				.$unique_block_class .tdb-cat-bg:before {
					@bg_hover_gradient
				}
				.$unique_block_class .tdb-entry-category:hover .tdb-cat-bg:before {
					opacity: 1;
				}
				/* @border_color_solid */
				.$unique_block_class .tdb-cat-bg {
					border-color: @border_color_solid !important;
				}
				/* @border_color_params */
				.$unique_block_class .tdb-cat-bg {
				    border-image: linear-gradient(@border_color_params);
				    border-image: -webkit-linear-gradient(@border_color_params);
				    border-image-slice: 1;
				    transition: none;
				}
				.$unique_block_class .tdb-entry-category:hover .tdb-cat-bg {
				    border-image: linear-gradient(@border_hover_color, @border_hover_color);
				    border-image: -webkit-linear-gradient(@border_hover_color, @border_hover_color);
				    border-image-slice: 1;
				    transition: none;
				}
				/* @border_hover_color */
				.$unique_block_class .tdb-entry-category:hover .tdb-cat-bg {
					border-color: @border_hover_color !important;
				}
				
				/* @f_tags */
				.$unique_block_class .tdb-entry-category {
					@f_tags
				}
				
				
				/* @cf_gap */
				body .$unique_block_class .tdb-cat-cfs {
				    margin-left: calc(-@cf_gap / 2);
				    margin-right: calc(-@cf_gap / 2);
				}
				body .$unique_block_class .tdb-cat-cf {
				    padding-left: calc(@cf_gap / 2);
				    padding-right: calc(@cf_gap / 2);
				}
				/* @cf_space */
				body .$unique_block_class .tdb-cat-cf {
				    margin-top: @cf_space;
				}
				
				/* @cf_color */
				body .$unique_block_class .tdb-cat-cf {
				    color: @cf_color;
				}
				/* @cf_color_h */
				body .$unique_block_class .tdb-entry-category:hover .tdb-cat-cf {
				    color: @cf_color_h;
				}
				
				/* @f_cf */
				body .$unique_block_class .tdb-cat-cf {
				    @f_cf
				}
				

                /* @icon_size */
				.$unique_block_class .tdb-cat-sep {
					font-size: @icon_size;
				}
                /* @icon_svg_size */
				.$unique_block_class .tdb-cat-sep-svg svg {
					width: @icon_svg_size;
				}
                /* @icon_space */
				.$unique_block_class .tdb-cat-sep {
					margin: 0 @icon_space;
				}
                /* @icon_align */
				.$unique_block_class .tdb-cat-sep {
					top: @icon_align;
				}
                /* @i_color */
				.$unique_block_class .tdb-cat-sep {
					color: @i_color;
				}
				.$unique_block_class .tdb-cat-sep-svg svg,
				.$unique_block_class .tdb-cat-sep-svg svg * {
					fill: @i_color;
				}

			</style>";


		$td_css_res_compiler = new td_css_res_compiler( $raw_css );
		$td_css_res_compiler->load_settings( __CLASS__ . '::cssMedia', $this->get_all_atts() );

		$compiled_css .= $td_css_res_compiler->compile_css();
		return $compiled_css;
	}

	static function cssMedia( $res_ctx ) {

        /* --
        -- GENERAL
        -- */
        $res_ctx->load_settings_raw( 'style_general_tdb_single_taxonomies', 1 );




        /* --
        -- ADDITIONAL TEXT
        -- */
        /* -- Layout -- */
        // Space
        $add_space = $res_ctx->get_shortcode_att('add_space');
        if ( $add_space != 0 || !empty($add_space) ) {
            $res_ctx->load_settings_raw( 'add_space', $add_space . 'px' );
        }


        /* -- Colors -- */
        $res_ctx->load_settings_raw( 'txt_color', $res_ctx->get_shortcode_att('txt_color') );


        /* -- Fonts -- */
        $res_ctx->load_font_settings( 'f_txt' );




        /* --
        -- TAGS GENERAL
        -- */
        /* -- Layout -- */
        // Horizontal align
        $horiz_align = $res_ctx->get_shortcode_att('content_align_horizontal');
        if ( $horiz_align == 'content-horiz-left' || $horiz_align == '' ) {
            $res_ctx->load_settings_raw( 'horiz_align', 'flex-start' );
        } if ( $horiz_align == 'content-horiz-center' ) {
            $res_ctx->load_settings_raw( 'horiz_align', 'center' );
        } else if ( $horiz_align == 'content-horiz-right' ) {
            $res_ctx->load_settings_raw( 'horiz_align', 'flex-end' );
        }

        // Vertical align
        $vert_align = $res_ctx->get_shortcode_att('content_align_vertical');
        if ( $vert_align == 'content-vert-top' || $vert_align == '' ) {
            $res_ctx->load_settings_raw( 'vert_align', 'flex-start' );
        } if ( $vert_align == 'content-vert-center' ) {
            $res_ctx->load_settings_raw( 'vert_align', 'center' );
        } else if ( $vert_align == 'content-vert-bottom' ) {
            $res_ctx->load_settings_raw( 'vert_align', 'flex-end' );
        }

		// Padding
		$cat_padding = $res_ctx->get_shortcode_att('cat_padding');
		$res_ctx->load_settings_raw( 'cat_padding', $cat_padding );
		if ( is_numeric( $cat_padding ) ) {
			$res_ctx->load_settings_raw( 'cat_padding', $cat_padding . 'px' );
		}

		// Spacing
		$cat_space = $res_ctx->get_shortcode_att('cat_space');
		$res_ctx->load_settings_raw( 'cat_space', $cat_space );
		if ( is_numeric( $cat_space ) ) {
			$res_ctx->load_settings_raw( 'cat_space', $cat_space . 'px' );
		}

        // Border size
        $res_ctx->load_settings_raw( 'cat_border', $res_ctx->get_shortcode_att('cat_border') . 'px' );

        // Border radius
        $cat_radius = $res_ctx->get_shortcode_att('cat_radius');
        if ( $cat_radius != 0 || !empty($cat_radius) ) {
            $res_ctx->load_settings_raw( 'cat_radius', $cat_radius . 'px' );
        }

		// Skew
		$cat_skew = $res_ctx->get_shortcode_att('cat_skew');
		if ( $cat_skew != 0 || !empty($cat_skew) ) {
			$res_ctx->load_settings_raw( 'cat_skew', $cat_skew . 'deg' );
		}


        /* -- Colors -- */
        $res_ctx->load_settings_raw( 'text_color', $res_ctx->get_shortcode_att('text_color') );
        $res_ctx->load_color_settings( 'bg_color', 'bg_solid', 'bg_gradient', '', '' );
        $res_ctx->load_color_settings( 'border_color', 'border_color_solid', 'border_color_gradient', 'border_color_gradient_1', 'border_color_params', '' );
        $res_ctx->load_color_settings( 'bg_hover_color', 'bg_hover_solid', 'bg_hover_gradient', '', '', '' );
        $res_ctx->load_settings_raw( 'text_hover_color', $res_ctx->get_shortcode_att('text_hover_color') );
        $res_ctx->load_settings_raw( 'border_hover_color', $res_ctx->get_shortcode_att('border_hover_color') );


        /* -- Fonts -- */
        $res_ctx->load_font_settings( 'f_tags' );




        /* --
        -- CUSTOM FIELD
        -- */
        $cf_enabled = $res_ctx->get_shortcode_att( 'cf_enabled' ) != '';
        if( $cf_enabled ) {
            /* -- Layout -- */
            // Gap
            $cf_gap = $res_ctx->get_shortcode_att( 'cf_gap' );
            $cf_gap .= $cf_gap != '' && is_numeric( $cf_gap ) ? 'px' : '';
            $res_ctx->load_settings_raw( 'cf_gap', $cf_gap );

            // Bottom space
            $cf_space = $res_ctx->get_shortcode_att( 'cf_space' );
            $cf_space .= $cf_space != '' && is_numeric( $cf_space ) ? 'px' : '';
            $res_ctx->load_settings_raw( 'cf_space', $cf_space );


            /* -- Colors -- */
            $res_ctx->load_settings_raw( 'cf_color', $res_ctx->get_shortcode_att('cf_color') );
            $res_ctx->load_settings_raw( 'cf_color_h', $res_ctx->get_shortcode_att('cf_color_h') );


            /* -- Fonts -- */
            $res_ctx->load_font_settings( 'f_cf' );
        }




        /* --
        -- ICON SEPARATOR
        -- */
        /* -- Layout -- */
		// Icon size
        $res_ctx->load_settings_raw( 'icon_size', $res_ctx->get_shortcode_att('icon_size') . 'px' );

		// Icon space
        $res_ctx->load_settings_raw( 'icon_space', $res_ctx->get_shortcode_att('icon_space') . 'px' );

		// Icon vertical align
        $res_ctx->load_settings_raw( 'icon_align', $res_ctx->get_shortcode_att('icon_align') . 'px' );


        /* -- Colors -- */
        $res_ctx->load_settings_raw( 'i_color', $res_ctx->get_shortcode_att('i_color') );

	}

	/**
	 * Disable loop block features. This block does not use a loop and it doesn't need to run a query.
	 */
	function __construct() {
		parent::disable_loop_block_features();
	}

	function render( $atts, $content = null ) {
		parent::render($atts); // sets the live atts, $this->atts, $this->block_uid, $this->td_query (it runs the query)

		global $tdb_state_single;
		$post_categories_data = $tdb_state_single->post_taxonomies->__invoke( $this->get_all_atts() );

		// add_text
		$add_text = rawurldecode( base64_decode( strip_tags ( $this->get_att( 'add_text' ) ) ) );
		$add_text_html = '';
		if ( ! empty( $add_text ) ) {
			$add_text_html = '<div class="tdb-cat-text">' . $add_text . '</div>';
		}

		// cat_limit
		$cat_count = 0;
		$cat_limit = $this->get_att( 'cat_limit' );
		if( $cat_limit == '' || !is_numeric( $cat_limit ) ) {
			$cat_limit = 30;
		}

        // custom fields enabled
        $cf_enabled = $this->get_att( 'cf_enabled' ) != '';

		// tdicon
		$tdicon_html = '';
        $tdicon = $this->get_icon_att( 'tdicon' );
        $tdicon_data = '';
        if( td_util::tdc_is_live_editor_iframe() || td_util::tdc_is_live_editor_ajax() ) {
            $tdicon_data = 'data-td-svg-icon="' . $this->get_att('tdicon') . '"';
        }
        if( $tdicon != '' ) {
            if( base64_encode( base64_decode( $tdicon ) ) == $tdicon ) {
                $tdicon_html = '<span class="tdb-cat-sep tdb-cat-sep-svg" ' . $tdicon_data . '>' . base64_decode( $tdicon ) . '</span>';
            } else {
                $tdicon_html = '<i class="tdb-cat-sep ' . $tdicon . '"></i>';
            }
        }

		// cat_style
		$cat_text_color = '';
		$cat_style = $this->get_att( 'cat_style' );


		$buffy = ''; // output buffer

		$buffy .= '<div class="' . $this->get_block_classes( array( 'tdb_single_categories' ) ) . ' ' . $cat_style . '"  ' . $this->get_block_html_atts() . '>';

			// get the block css
			$buffy .= $this->get_block_css();

			// get the js for this block
			$buffy .= $this->get_block_js();

	        if ( empty($post_categories_data) or !is_array($post_categories_data) ) {

	            if ( td_util::tdc_is_live_editor_iframe() || td_util::tdc_is_live_editor_ajax() ) {

	                $buffy .= '<div id=' . $this->block_uid . ' class="td_block_inner td-fix-index">';
	                    $buffy .= td_util::get_block_error( 'Single Post Taxonomy', 'Fill up the taxonomy name.' );
	                $buffy .= '</div>';

	                $buffy .= '</div>';

	                return $buffy;

	            }

	        }

			$buffy .= '<div class="tdb-category td-fix-index">';

				$buffy .= $add_text_html;

				foreach ( $post_categories_data as $category_name => $category_params ) {

					if ( $category_params['hide_on_post'] == 'hide' ) {
						continue;
					}
					$cat_count++;
					if( $cat_limit < $cat_count ) {
						break;
					}

					if ( ! empty( $category_params['color'] ) ) {
						// set title color based on background color contrast
						$td_cat_title_color = td_util::readable_colour( $category_params['color'], 200, 'rgba(0, 0, 0, 0.9)', '#fff' );
						$td_cat_bg = ' style="background-color:' . $category_params['color'] . '; border-color:' . $category_params['color']  . ';"';
						if ( $td_cat_title_color == '#fff' ) {
							$td_cat_color = '';
						} else {
							$td_cat_color = ' style="color:' . $td_cat_title_color . ';"';
						}
						if( $cat_style == 'tdb-cat-style2' ) {
							$td_cat_bg = ' style="background-color:' . td_util::hex2rgba($category_params['color'], 0.85) . '; border-color:' . $category_params['color'] . ';"';
						}
						if( $cat_style == 'tdb-cat-style3' ) {
							$td_cat_bg = ' style="background-color:' . td_util::hex2rgba($category_params['color'], 0.2) . '; border-color:' . td_util::hex2rgba($category_params['color'], 0.05) . ';"';
							$cat_text_color = ' style="color:' . $category_params['color'] . ';"';
						}
					} else {
						$td_cat_bg = '';
						$td_cat_color = '';
						$cat_text_color = '';
					}

                    $term_id_class = !empty($category_params['id']) ? 'tdb-term-' . $category_params['id'] : '';

					$buffy .= '<a class="tdb-entry-category ' . $term_id_class . '" ' . $td_cat_color . ' href="' . $category_params['link'] . '" ' . $cat_text_color . '>';
                        $buffy .= '<span class="tdb-cat-bg"' . $td_cat_bg . '></span>';
                        $buffy .= $category_name;

                        if( $cf_enabled && !empty( $category_params['custom_fields'] ) ) {
                            $buffy .= '<span class="tdb-cat-cfs">';
                                foreach( $category_params['custom_fields'] as $field_info ) {
                                    $buffy .= '<span class="tdb-cat-cf">' . $field_info['label'] . ': ' . $field_info['value'] . '</span>';
                                }
                            $buffy .= '</span>';
                        }
                    $buffy .= '</a>' . $tdicon_html;

				}

			$buffy .= '</div>';

		$buffy .= '</div>';

		return $buffy;
	}

}

Youez - 2016 - github.com/yon3zu
LinuXploit