- ترتیب محصولات: پیش فرض
- نمایش 15 محصول در هر صفحه
t should be displayed in your header here', 'avia_framework' ),
'id' => 'phone',
'type' => 'text',
'std' => '',
'class' => 'av_2columns av_col_2',
'required' => array( 'header_phone_active', '{contains}phone_active' ),
'globalcss' => true
);
// END TAB
$avia_elements[] = array(
'slug' => 'header',
'type' => 'visual_group_end',
'id' => 'avia_header_tab4_end',
'nodescription' => true
);
// START TAB
$avia_elements[] = array(
'slug' => 'header',
'name' => __( 'Transparency Options', 'avia_framework' ),
'type' => 'visual_group_start',
'id' => 'avia_header_tab5_start',
'class' => 'avia_tab avia_tab2',
'nodescription' => true
);
$avia_elements[] = array(
'slug' => 'header',
'name' => __( 'What Is Header Transparency', 'avia_framework' ),
'desc' => __( 'When creating/editing a page you can select to have the header be transparent and display the content (usually a fullwidth slideshow or a fullwidth image) beneath. In those cases you will usually need a different Logo and Main Menu color which can be set here.', 'avia_framework' ) . "
" . __( '(Show example Screenshot)', 'avia_framework' ) . '',
'id' => 'transparency_description',
'type' => 'heading',
'std' => '',
'nodescription' => true
);
$desc = __( 'Upload a logo image, or enter the URL or ID of an image if its already uploaded. (Leave empty to use the default logo)', 'avia_framework' );
$desc .= '
';
$desc .= '' . __( 'Since 4.8.6.4 (in beta) - support for svg files', 'avia_framework' ) . '
';
$desc .= __( 'Same rules as described at "Theme Options -> Logo". If you want to mix svg and other image formats for the logos you might need to add custom css.', 'avia_framework' );
$avia_elements[] = array(
'slug' => 'header',
'name' => __( 'Transparency Logo', 'avia_framework' ),
'desc' => $desc,
'id' => 'header_replacement_logo',
'type' => 'upload',
'label' => __( 'Use Image as logo', 'avia_framework' )
);
$avia_elements[] = array(
'slug' => 'header',
'name' => __( 'Transparency Menu Color', 'avia_framework' ),
'desc' => __( 'Menu color for transparent header (Leave empty to use the default color)', 'avia_framework' ),
'id' => 'header_replacement_menu',
'type' => 'colorpicker',
'std' => '',
'globalcss' => true,
);
$avia_elements[] = array(
'slug' => 'header',
'name' => __( 'Transparency Menu Color On Hover', 'avia_framework' ),
'desc' => __( 'Menu color for transparent header on hover (Leave empty to use the default color)', 'avia_framework' ),
'id' => 'header_replacement_menu_hover',
'type' => 'colorpicker',
'std' => '',
'globalcss' => true,
);
// END TAB
$avia_elements[] = array(
'slug' => 'header',
'type' => 'visual_group_end',
'id' => 'avia_header_tab5_end',
'nodescription' => true
);
//END TAB CONTAINER
$avia_elements[] = array(
'slug' => 'header',
'type' => 'visual_group_end',
'id' => 'avia_header_tab1_end',
'nodescription' => true
);
// close conditional
$avia_elements[] = array(
'slug' => 'header',
'type' => 'visual_group_end',
'id' => 'avia_header_conditional_close',
'nodescription' => true
);