PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home/oligap/www/wp-content/themes/woodmart/inc/admin/settings/ |
| Server: Linux cloud.virginhosting.lk 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64 IP: 128.140.68.198 |
| Dir : /home/oligap/www/wp-content/themes/woodmart/inc/admin/settings/typography.php |
<?php
if ( ! defined( 'WOODMART_THEME_DIR' ) ) {
exit( 'No direct script access allowed' );
}
use XTS\Options;
Options::add_field(
array(
'id' => 'text-font',
'type' => 'typography',
'section' => 'typography_section',
'name' => esc_html__( 'Text font', 'woodmart' ),
'description' => esc_html__( 'Set you typography options for body, paragraphs.', 'woodmart' ),
'selector_var' => array(
'font-family' => '--wd-text-font',
'font-size' => '--wd-text-font-size',
'font-weight' => '--wd-text-font-weight',
'font-style' => '--wd-text-font-style',
'color' => '--wd-text-color',
),
'default' => array(
array(
'font-family' => 'Lato',
'color' => '#777777',
'font-size' => '14',
'font-weight' => '400',
),
),
'line-height' => false,
'tags' => 'typography',
'priority' => 10,
)
);
Options::add_field(
array(
'id' => 'primary-font',
'type' => 'typography',
'section' => 'typography_section',
'name' => esc_html__( 'Title font', 'woodmart' ),
'description' => esc_html__( 'Set you typography options for titles, post names.', 'woodmart' ),
'selector_var' => array(
'font-family' => '--wd-title-font',
'font-weight' => '--wd-title-font-weight',
'text-transform' => '--wd-title-transform',
'color' => '--wd-title-color',
'font-style' => '--wd-title-font-style',
),
'default' => array(
array(
'font-family' => 'Poppins',
'font-weight' => '600',
'color' => '#242424',
),
),
'line-height' => false,
'text-transform' => true,
'font-size' => false,
'tags' => 'typography',
'priority' => 10,
)
);
Options::add_field(
array(
'id' => 'post-titles-font',
'type' => 'typography',
'section' => 'typography_section',
'name' => esc_html__( 'Entities names font', 'woodmart' ),
'description' => esc_html__( 'Titles for posts, products, categories and pages', 'woodmart' ),
'selector_var' => array(
'font-family' => '--wd-entities-title-font',
'font-weight' => '--wd-entities-title-font-weight',
'color' => '--wd-entities-title-color',
'color-hover' => '--wd-entities-title-color-hover',
'text-transform' => '--wd-entities-title-transform',
'font-style' => '--wd-entities-title-font-style',
),
'default' => array(
array(
'font-family' => 'Poppins',
'font-weight' => '500',
'color' => '#333333',
'hover' => array(
'color' => 'rgb(51 51 51 / 65%)',
),
),
),
'color-hover' => true,
'line-height' => false,
'text-transform' => true,
'font-size' => false,
'tags' => 'typography',
'priority' => 20,
)
);
Options::add_field(
array(
'id' => 'secondary-font',
'type' => 'typography',
'section' => 'typography_section',
'name' => esc_html__( 'Secondary font', 'woodmart' ),
'description' => esc_html__( 'Use for secondary titles (use CSS class "font-alt" or "title-alt")', 'woodmart' ),
'selector_var' => array(
'font-family' => '--wd-alternative-font',
'font-style' => '--wd-alternative-font-style',
),
'default' => array(
array(
'font-family' => 'Lato',
'font-weight' => '400',
),
),
'line-height' => false,
'font-size' => false,
'color' => false,
'tags' => 'typography',
'priority' => 30,
)
);
Options::add_field(
array(
'id' => 'widget-titles-font',
'type' => 'typography',
'section' => 'typography_section',
'name' => esc_html__( 'Widget titles font', 'woodmart' ),
'description' => esc_html__( 'Typography options for titles for widgets in your sidebars.', 'woodmart' ),
'selector_var' => array(
'font-family' => '--wd-widget-title-font',
'font-weight' => '--wd-widget-title-font-weight',
'font-size' => '--wd-widget-title-font-size',
'text-transform' => '--wd-widget-title-transform',
'color' => '--wd-widget-title-color',
'font-style' => '--wd-widget-title-font-style',
),
'default' => array(
array(
'font-family' => 'Poppins',
'font-weight' => '600',
'font-size' => '16',
'color' => '#333',
'text-transform' => 'uppercase',
),
),
'text-transform' => true,
'line-height' => false,
'tags' => 'typography',
'priority' => 40,
)
);
Options::add_field(
array(
'id' => 'navigation-font',
'type' => 'typography',
'section' => 'typography_section',
'name' => esc_html__( 'Header font', 'woodmart' ),
'description' => esc_html__( 'This option will change typography for your header text elements.', 'woodmart' ),
'selector_var' => array(
'font-family' => '--wd-header-el-font',
'font-weight' => '--wd-header-el-font-weight',
'font-size' => '--wd-header-el-font-size',
'text-transform' => '--wd-header-el-transform',
'font-style' => '--wd-header-el-font-style',
),
'default' => array(
array(
'font-family' => 'Lato',
'font-weight' => '700',
'font-size' => '13',
'text-transform' => 'uppercase',
),
),
'text-transform' => true,
'line-height' => false,
'color' => false,
'tags' => 'typography',
'priority' => 50,
)
);
Options::add_field(
array(
'id' => 'typography_notice',
'type' => 'notice',
'style' => 'info',
'name' => '',
'content' => wp_kses(
__( 'Note that if you use Google fonts, only select font weights will be loaded on your website. So if you set font-weight 400 for body and 600 for headings, you will not be able to set 100, 300, or 700 font-weight for some of the Elementor/WPBakery elements. If you want to load additional font weights but don\'t want to set them globally, go to Advanced Typography, add a new rule with your font-family and font-weight without assigning it to any of the elements. Then, you will have this font-weight loaded globally so you can set it for any of the WPBakery/Elementor elements.', 'woodmart' ),
array(
'a' => array(
'href' => true,
'target' => true,
),
'br' => array(),
'strong' => array(),
'u' => array(),
)
),
'section' => 'typography_section',
'priority' => 60,
)
);
/**
* Typekit fonts.
*/
Options::add_field(
array(
'id' => 'typekit_notice',
'type' => 'notice',
'style' => 'info',
'name' => '',
'content' => wp_kses(
__( 'To use your Typekit font, you need to create an account on the <a href="https://typekit.com/" target="_blank"><u>service</u></a> and obtain your key ID here. Then, you need to enter all custom fonts you will use separated with coma. After this, save Theme Settings and reload this page to be able to select your fonts in the list under the Theme Settings -> Typography section.', 'woodmart' ),
array(
'a' => array(
'href' => true,
'target' => true,
),
'br' => array(),
'strong' => array(),
'u' => array(),
)
),
'section' => 'typekit_section',
'priority' => 10,
)
);
Options::add_field(
array(
'id' => 'typekit_id',
'name' => esc_html__( 'Typekit Kit ID', 'woodmart' ),
'description' => esc_html__( 'Enter your ', 'woodmart' ) . '<a target="_blank" href="https://typekit.com/account/kits">Typekit Kit ID</a>.',
'type' => 'text_input',
'section' => 'typekit_section',
'priority' => 20,
)
);
Options::add_field(
array(
'id' => 'typekit_fonts',
'name' => esc_html__( 'Typekit Typekit Font Face', 'woodmart' ),
'description' => esc_html__( 'Example: futura-pt, lato', 'woodmart' ),
'type' => 'text_input',
'section' => 'typekit_section',
'priority' => 30,
)
);
/**
* Custom Fonts.
*/
Options::add_field(
array(
'id' => 'multi_custom_fonts_notice',
'type' => 'notice',
'style' => 'info',
'name' => '',
'content' => wp_kses(
__(
'In this section you can upload your custom fonts files. To ensure the best compatibility in all browsers you would better upload your fonts in all available formats.
<br><strong>IMPORTANT NOTE</strong>: After uploading all files and entering the font name, you will have to save Theme Settings and <strong>RELOAD</strong> this page. Then, you will be able to go to Theme Settings -> Typography and select the custom font from the list. Find more information in our documentation <a href="https://xtemos.com/docs/woodmart/faq-guides/upload-custom-fonts/" target="_blank">here</a>.',
'woodmart'
),
array(
'a' => array(
'href' => true,
'target' => true,
),
'br' => array(),
'strong' => array(),
)
),
'section' => 'custom_fonts_section',
'priority' => 10,
)
);
Options::add_field(
array(
'id' => 'multi_custom_fonts',
'type' => 'custom_fonts',
'section' => 'custom_fonts_section',
'name' => esc_html__( 'Advanced typography', 'woodmart' ),
'fonts' => apply_filters( 'woodmart_custom_fonts_type', array( 'woff', 'woff2' ) ),
'priority' => 20,
)
);
/**
* Advanced typography.
*/
Options::add_field(
array(
'id' => 'advanced_typography',
'type' => 'typography',
'section' => 'advanced_typography_section',
'name' => esc_html__( 'Advanced typography', 'woodmart' ),
'selectors' => '',
'callback' => 'woodmart_get_theme_settings_selectors_array',
'color-hover' => true,
'text-transform' => true,
'priority' => 10,
)
);