Ejemplo n.º 1
0
function qode_admin_map_init()
{
    global $qode_options_proya;
    global $qodeFramework;
    global $options_fontstyle;
    global $options_fontweight;
    global $options_texttransform;
    global $options_fontdecoration;
    require_once "10.general/map.php";
    require_once "20.logo/map.php";
    require_once "30.header/map.php";
    require_once "40.footer/map.php";
    require_once "50.title/map.php";
    require_once "60.fonts/map.php";
    require_once "70.elements/map.php";
    require_once "80.blog/map.php";
    require_once "90.portfolio/map.php";
    require_once "95.verticalsplitslider/map.php";
    require_once "100.social/map.php";
    require_once "110.error404/map.php";
    require_once "120.contact/map.php";
    require_once "130.parallax/map.php";
    require_once "140.contentbottom/map.php";
    if (qode_contact_form_7_installed()) {
        require_once "145.contactform7/map.php";
    }
    require_once "146.maintenance/map.php";
    require_once "150.reset/map.php";
}
function qode_admin_map_init()
{
    global $qode_options_proya;
    global $qodeFramework;
    global $options_fontstyle;
    global $options_fontweight;
    global $options_texttransform;
    global $options_fontdecoration;
    require_once "10.general/map.php";
    require_once "20.logo/map.php";
    require_once "30.header/map.php";
    require_once "40.footer/map.php";
    require_once "50.title/map.php";
    require_once "60.fonts/map.php";
    require_once "70.elements/map.php";
    require_once "75.slider/map.php";
    require_once "80.blog/map.php";
    require_once "90.portfolio/map.php";
    require_once "95.verticalsplitslider/map.php";
    require_once "100.social/map.php";
    require_once "110.error404/map.php";
    require_once "120.contact/map.php";
    require_once "130.parallax/map.php";
    require_once "140.contentbottom/map.php";
    if (qode_visual_composer_installed() && version_compare(qode_get_vc_version(), '4.4.2') >= 0) {
        require_once "144.visualcomposer/map.php";
    } else {
        $qodeFramework->qodeOptions->addOption("enable_grid_elements", "no");
    }
    if (qode_contact_form_7_installed()) {
        require_once "145.contactform7/map.php";
    }
    require_once "146.maintenance/map.php";
    require_once "150.reset/map.php";
}
Ejemplo n.º 3
0
    ?>
	}
<?php 
}
if (isset($qode_options_proya['thin_icon_only_font_family']) && $qode_options_proya['thin_icon_only_font_family'] !== '-1') {
    ?>
    .portfolio_main_holder .item_holder.thin_plus_only .thin_plus_only_icon {
        font-family: <?php 
    echo str_replace(' ', '+', $qode_options_proya['thin_icon_only_font_family']);
    ?>
    }
<?php 
}
/*** Portfolio List Style - End ***/
//Contact Form 7 Custom Styles - start
if (qode_contact_form_7_installed()) {
    $cf7_custom_style_1_elements_styles = '';
    $cf7_custom_style_1_color_placeholder = '';
    if (isset($qode_options_proya['cf7_custom_style_1_element_background_color']) && $qode_options_proya['cf7_custom_style_1_element_background_color'] !== '') {
        if (isset($qode_options_proya['cf7_custom_style_1_element_background_transparency']) && $qode_options_proya['cf7_custom_style_1_element_background_transparency'] !== '') {
            $cf7_custom_style_1_element_background_color = qode_hex2rgb($qode_options_proya['cf7_custom_style_1_element_background_color']);
            $cf7_custom_style_1_elements_styles .= 'background-color: rgba(' . $cf7_custom_style_1_element_background_color[0] . ',' . $cf7_custom_style_1_element_background_color[1] . ',' . $cf7_custom_style_1_element_background_color[2] . ',' . $qode_options_proya['cf7_custom_style_1_element_background_transparency'] . ');';
        } else {
            $cf7_custom_style_1_elements_styles .= 'background-color: ' . $qode_options_proya['cf7_custom_style_1_element_background_color'] . ';';
        }
    }
    if (isset($qode_options_proya['cf7_custom_style_1_element_border_color']) && $qode_options_proya['cf7_custom_style_1_element_border_color'] !== '') {
        if (isset($qode_options_proya['cf7_custom_style_1_border_transparency']) && $qode_options_proya['cf7_custom_style_1_border_transparency'] !== '') {
            $cf7_custom_style_1_element_border_color = qode_hex2rgb($qode_options_proya['cf7_custom_style_1_element_border_color']);
            $cf7_custom_style_1_elements_styles .= 'border-color: rgba(' . $cf7_custom_style_1_element_border_color[0] . ',' . $cf7_custom_style_1_element_border_color[1] . ',' . $cf7_custom_style_1_element_border_color[2] . ',' . $qode_options_proya['cf7_custom_style_1_border_transparency'] . ');';
        } else {