Exemple #1
0
function porto_woocommerce_share()
{
    global $porto_settings;
    $share = porto_get_meta_value('product_share');
    if ($porto_settings['share-enable'] && 'no' !== $share && ('yes' === $share || 'yes' !== $share && $porto_settings['product-share'])) {
        get_template_part('share');
    }
}
Exemple #2
0
<?php

global $porto_settings;
$page_header_type = $porto_settings['breadcrumbs-type'] ? $porto_settings['breadcrumbs-type'] : '1';
$breadcrumbs = $porto_settings['show-breadcrumbs'] ? porto_get_meta_value('breadcrumbs', true) : false;
$page_title = $porto_settings['show-pagetitle'] ? porto_get_meta_value('page_title', true) : false;
if (is_front_page() && is_home() || is_front_page()) {
    $breadcrumbs = false;
    $page_title = false;
}
if ($breadcrumbs || $page_title) {
    ?>
    <?php 
    if (porto_get_wrapper_type() != 'boxed' && $porto_settings['breadcrumbs-wrapper'] == 'boxed') {
        ?>
        <div id="breadcrumbs-boxed">
    <?php 
    }
    ?>
    <section class="page-top<?php 
    if ($porto_settings['breadcrumbs-wrapper'] == 'wide') {
        echo ' wide';
    }
    ?>
 page-header-<?php 
    echo $page_header_type;
    ?>
">
        <?php 
    get_template_part('page_header/page_header_' . $page_header_type);
    ?>
Exemple #3
0
    <div class="page-wrapper<?php 
if ($header_type == 'side') {
    echo ' side-nav';
}
?>
"><!-- page wrapper -->

        <?php 
if ($porto_banner_pos == 'before_header') {
    porto_banner('banner-before-header');
}
?>

        <?php 
if (porto_get_meta_value('header', true)) {
    ?>
            <div class="header-wrapper<?php 
    if ($porto_settings['header-wrapper'] == 'wide') {
        echo ' wide';
    }
    if ($porto_banner_pos == 'below_header' || $porto_banner_pos == 'fixed') {
        echo ' fixed-header';
    }
    if ($header_type == 'side') {
        echo ' header-side-nav';
    }
    ?>
 clearfix"><!-- header wrapper -->
                <?php 
    global $porto_settings;
                dynamic_sidebar('content-bottom-' . $i);
                ?>
                                    </div>
                                <?php 
            }
        }
        ?>
                        </div>
                    </div>
                </div>
            <?php 
    }
    ?>

            <?php 
    $footer_view = porto_get_meta_value('footer_view');
    ?>

            <div class="footer-wrapper <?php 
    echo $footer_view;
    ?>
">

                <?php 
    if ($porto_settings['footer-wrapper'] == 'boxed') {
        ?>
                <div id="footer-boxed" class="container">
                <?php 
    }
    ?>
    ?>
                            <li>
                                <p><strong><?php 
    _e('Client', 'porto');
    ?>
:</strong></p>
                                <p><?php 
    echo esc_html($portfolio_client);
    ?>
</p>
                            </li>
                        <?php 
}
?>
                        <?php 
$share = porto_get_meta_value('portfolio_share');
if ($porto_settings['share-enable'] && 'no' !== $share && ('yes' === $share || 'yes' !== $share && $porto_settings['portfolio-share'])) {
    ?>
                            <li>
                                <p><strong><?php 
    _e('Share', 'porto');
    ?>
:</strong></p>
                                <?php 
    get_template_part('share');
    ?>
                            </li>
                        <?php 
}
?>
                    </ul>
?>
        </div>

        <div class="entry-content">
            <?php 
the_content();
wp_link_pages(array('before' => '<div class="page-links"><span class="page-links-title">' . __('Pages:', 'porto') . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . __('Page', 'porto') . ' </span>%', 'separator' => '<span class="screen-reader-text">, </span>'));
?>
        </div>

    </div>

    <div class="post-gap"></div>

    <?php 
$share = porto_get_meta_value('post_share');
if ($porto_settings['share-enable'] && 'no' !== $share && ('yes' === $share || 'yes' !== $share && $porto_settings['post-share'])) {
    ?>
        <div class="post-block post-share">
            <h3><i class="fa fa-share"></i><?php 
    _e('Share this post', 'porto');
    ?>
</h3>
            <?php 
    get_template_part('share');
    ?>
        </div>
    <?php 
}
?>
Exemple #7
0
function porto_output_skin_options()
{
    global $porto_settings;
    // Skin
    $body_bg_color = porto_get_meta_value('body_bg_color');
    $body_bg_image = porto_get_meta_value('body_bg_image');
    $body_bg_repeat = porto_get_meta_value('body_bg_repeat');
    $body_bg_size = porto_get_meta_value('body_bg_size');
    $body_bg_attachment = porto_get_meta_value('body_bg_attachment');
    $body_bg_position = porto_get_meta_value('body_bg_position');
    $page_bg_color = porto_get_meta_value('page_bg_color');
    $page_bg_image = porto_get_meta_value('page_bg_image');
    $page_bg_repeat = porto_get_meta_value('page_bg_repeat');
    $page_bg_size = porto_get_meta_value('page_bg_size');
    $page_bg_attachment = porto_get_meta_value('page_bg_attachment');
    $page_bg_position = porto_get_meta_value('page_bg_position');
    $content_bottom_bg_color = porto_get_meta_value('content_bottom_bg_color');
    $content_bottom_bg_image = porto_get_meta_value('content_bottom_bg_image');
    $content_bottom_bg_repeat = porto_get_meta_value('content_bottom_bg_repeat');
    $content_bottom_bg_size = porto_get_meta_value('content_bottom_bg_size');
    $content_bottom_bg_attachment = porto_get_meta_value('content_bottom_bg_attachment');
    $content_bottom_bg_position = porto_get_meta_value('content_bottom_bg_position');
    $header_bg_color = porto_get_meta_value('header_bg_color');
    $header_bg_image = porto_get_meta_value('header_bg_image');
    $header_bg_repeat = porto_get_meta_value('header_bg_repeat');
    $header_bg_size = porto_get_meta_value('header_bg_size');
    $header_bg_attachment = porto_get_meta_value('header_bg_attachment');
    $header_bg_position = porto_get_meta_value('header_bg_position');
    $sticky_header_bg_color = porto_get_meta_value('sticky_header_bg_color');
    $sticky_header_bg_image = porto_get_meta_value('sticky_header_bg_image');
    $sticky_header_bg_repeat = porto_get_meta_value('sticky_header_bg_repeat');
    $sticky_header_bg_size = porto_get_meta_value('sticky_header_bg_size');
    $sticky_header_bg_attachment = porto_get_meta_value('sticky_header_bg_attachment');
    $sticky_header_bg_position = porto_get_meta_value('sticky_header_bg_position');
    $footer_top_bg_color = porto_get_meta_value('footer_top_bg_color');
    $footer_top_bg_image = porto_get_meta_value('footer_top_bg_image');
    $footer_top_bg_repeat = porto_get_meta_value('footer_top_bg_repeat');
    $footer_top_bg_size = porto_get_meta_value('footer_top_bg_size');
    $footer_top_bg_attachment = porto_get_meta_value('footer_top_bg_attachment');
    $footer_top_bg_position = porto_get_meta_value('footer_top_bg_position');
    $footer_bg_color = porto_get_meta_value('footer_bg_color');
    $footer_bg_image = porto_get_meta_value('footer_bg_image');
    $footer_bg_repeat = porto_get_meta_value('footer_bg_repeat');
    $footer_bg_size = porto_get_meta_value('footer_bg_size');
    $footer_bg_attachment = porto_get_meta_value('footer_bg_attachment');
    $footer_bg_position = porto_get_meta_value('footer_bg_position');
    $footer_bottom_bg_color = porto_get_meta_value('footer_bottom_bg_color');
    $footer_bottom_bg_image = porto_get_meta_value('footer_bottom_bg_image');
    $footer_bottom_bg_repeat = porto_get_meta_value('footer_bottom_bg_repeat');
    $footer_bottom_bg_size = porto_get_meta_value('footer_bottom_bg_size');
    $footer_bottom_bg_attachment = porto_get_meta_value('footer_bottom_bg_attachment');
    $footer_bottom_bg_position = porto_get_meta_value('footer_bottom_bg_position');
    $breadcrumbs_bg_color = porto_get_meta_value('breadcrumbs_bg_color');
    $breadcrumbs_bg_image = porto_get_meta_value('breadcrumbs_bg_image');
    $breadcrumbs_bg_repeat = porto_get_meta_value('breadcrumbs_bg_repeat');
    $breadcrumbs_bg_size = porto_get_meta_value('breadcrumbs_bg_size');
    $breadcrumbs_bg_attachment = porto_get_meta_value('breadcrumbs_bg_attachment');
    $breadcrumbs_bg_position = porto_get_meta_value('breadcrumbs_bg_position');
    if ($body_bg_color || $body_bg_image || $body_bg_repeat || $body_bg_size || $body_bg_attachment || $body_bg_position || $page_bg_color || $page_bg_image || $page_bg_repeat || $page_bg_size || $page_bg_attachment || $page_bg_position || $content_bottom_bg_color || $content_bottom_bg_image || $content_bottom_bg_repeat || $content_bottom_bg_size || $content_bottom_bg_attachment || $content_bottom_bg_position || $header_bg_color || $header_bg_image || $header_bg_repeat || $header_bg_size || $header_bg_attachment || $header_bg_position || $sticky_header_bg_color || $sticky_header_bg_image || $sticky_header_bg_repeat || $sticky_header_bg_size || $sticky_header_bg_attachment || $sticky_header_bg_position || $footer_top_bg_color || $footer_top_bg_image || $footer_top_bg_repeat || $footer_top_bg_size || $footer_top_bg_attachment || $footer_top_bg_position || $footer_bg_color || $footer_bg_image || $footer_bg_repeat || $footer_bg_size || $footer_bg_attachment || $footer_bg_position || $footer_bottom_bg_color || $footer_bottom_bg_image || $footer_bottom_bg_repeat || $footer_bottom_bg_size || $footer_bottom_bg_attachment || $footer_bottom_bg_position || $breadcrumbs_bg_color || $breadcrumbs_bg_image || $breadcrumbs_bg_repeat || $breadcrumbs_bg_size || $breadcrumbs_bg_attachment || $breadcrumbs_bg_position) {
        ?>

        <style type="text/css">
            <?php 
        if ($body_bg_color || $body_bg_image || $body_bg_repeat || $body_bg_size || $body_bg_attachment || $body_bg_position) {
            ?>
            body {
                <?php 
            if ($body_bg_color) {
                ?>
background-color: <?php 
                echo $body_bg_color;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($body_bg_image == 'none') {
                echo 'background-image: none !important';
            } else {
                if ($body_bg_image) {
                    ?>
background-image: url('<?php 
                    echo esc_url(str_replace(array('http://', 'https://'), array('//', '//'), $body_bg_image));
                    ?>
') !important;<?php 
                }
            }
            ?>
                <?php 
            if ($body_bg_repeat) {
                ?>
background-repeat: <?php 
                echo $body_bg_repeat;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($body_bg_size) {
                ?>
background-size: <?php 
                echo $body_bg_size;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($body_bg_attachment) {
                ?>
background-attachment: <?php 
                echo $body_bg_attachment;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($body_bg_position) {
                ?>
background-position: <?php 
                echo $body_bg_position;
                ?>
 !important;<?php 
            }
            ?>
            }
            <?php 
        }
        ?>
            <?php 
        if ($page_bg_color || $page_bg_image || $page_bg_repeat || $page_bg_size || $page_bg_attachment || $page_bg_position) {
            ?>
            #main {
                <?php 
            if ($page_bg_color) {
                ?>
background-color: <?php 
                echo $page_bg_color;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($page_bg_image == 'none') {
                echo 'background-image: none !important';
            } else {
                if ($page_bg_image) {
                    ?>
background-image: url('<?php 
                    echo esc_url(str_replace(array('http://', 'https://'), array('//', '//'), $page_bg_image));
                    ?>
') !important;<?php 
                }
            }
            ?>
                <?php 
            if ($page_bg_repeat) {
                ?>
background-repeat: <?php 
                echo $page_bg_repeat;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($page_bg_size) {
                ?>
background-size: <?php 
                echo $page_bg_size;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($page_bg_attachment) {
                ?>
background-attachment: <?php 
                echo $page_bg_attachment;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($page_bg_position) {
                ?>
background-position: <?php 
                echo $page_bg_position;
                ?>
 !important;<?php 
            }
            ?>
            }
            <?php 
            if ($page_bg_color == 'transparent') {
                ?>
            .page-content {
                margin-left: -<?php 
                echo $porto_settings['grid-gutter-width'] / 2;
                ?>
px;
                margin-right: -<?php 
                echo $porto_settings['grid-gutter-width'] / 2;
                ?>
px;
            }
            .main-content {
                padding-bottom: 0 !important;
            }
            .left-sidebar,
            .right-sidebar,
            .wide-left-sidebar,
            .wide-right-sidebar {
                padding-top: 0 !important;
                padding-bottom: 0 !important;
                margin: 0;
            }
            <?php 
            }
            ?>
            <?php 
        }
        ?>
            <?php 
        if ($content_bottom_bg_color || $content_bottom_bg_image || $content_bottom_bg_repeat || $content_bottom_bg_size || $content_bottom_bg_attachment || $content_bottom_bg_position) {
            ?>
            #main .content-bottom-wrapper {
                <?php 
            if ($content_bottom_bg_color) {
                ?>
background-color: <?php 
                echo $content_bottom_bg_color;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($content_bottom_bg_image == 'none') {
                echo 'background-image: none !important';
            } else {
                if ($content_bottom_bg_image) {
                    ?>
background-image: url('<?php 
                    echo esc_url(str_replace(array('http://', 'https://'), array('//', '//'), $content_bottom_bg_image));
                    ?>
') !important;<?php 
                }
            }
            ?>
                <?php 
            if ($content_bottom_bg_repeat) {
                ?>
background-repeat: <?php 
                echo $content_bottom_bg_repeat;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($content_bottom_bg_size) {
                ?>
background-size: <?php 
                echo $content_bottom_bg_size;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($content_bottom_bg_attachment) {
                ?>
background-attachment: <?php 
                echo $content_bottom_bg_attachment;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($content_bottom_bg_position) {
                ?>
background-position: <?php 
                echo $content_bottom_bg_position;
                ?>
 !important;<?php 
            }
            ?>
            }
            <?php 
        }
        ?>
            <?php 
        if ($header_bg_color || $header_bg_image || $header_bg_repeat || $header_bg_size || $header_bg_attachment || $header_bg_position) {
            ?>
            #header,
            .fixed-header #header {
                <?php 
            if ($header_bg_color) {
                ?>
background-color: <?php 
                echo $header_bg_color;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($header_bg_image == 'none') {
                echo 'background-image: none !important';
            } else {
                if ($header_bg_image) {
                    ?>
background-image: url('<?php 
                    echo esc_url(str_replace(array('http://', 'https://'), array('//', '//'), $header_bg_image));
                    ?>
') !important;<?php 
                }
            }
            ?>
                <?php 
            if ($header_bg_repeat) {
                ?>
background-repeat: <?php 
                echo $header_bg_repeat;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($header_bg_size) {
                ?>
background-size: <?php 
                echo $header_bg_size;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($header_bg_attachment) {
                ?>
background-attachment: <?php 
                echo $header_bg_attachment;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($header_bg_position) {
                ?>
background-position: <?php 
                echo $header_bg_position;
                ?>
 !important;<?php 
            }
            ?>
            }
            <?php 
        }
        ?>
            <?php 
        if ($sticky_header_bg_color || $sticky_header_bg_image || $sticky_header_bg_repeat || $sticky_header_bg_size || $sticky_header_bg_attachment || $sticky_header_bg_position) {
            ?>
            #header.sticky-header,
            .fixed-header #header.sticky-header {
                <?php 
            if ($sticky_header_bg_color) {
                ?>
background-color: <?php 
                echo $sticky_header_bg_color;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($sticky_header_bg_image == 'none') {
                echo 'background-image: none !important';
            } else {
                if ($sticky_header_bg_image) {
                    ?>
background-image: url('<?php 
                    echo esc_url(str_replace(array('http://', 'https://'), array('//', '//'), $sticky_header_bg_image));
                    ?>
') !important;<?php 
                }
            }
            ?>
                <?php 
            if ($sticky_header_bg_repeat) {
                ?>
background-repeat: <?php 
                echo $sticky_header_bg_repeat;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($sticky_header_bg_size) {
                ?>
background-size: <?php 
                echo $sticky_header_bg_size;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($sticky_header_bg_attachment) {
                ?>
background-attachment: <?php 
                echo $sticky_header_bg_attachment;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($sticky_header_bg_position) {
                ?>
background-position: <?php 
                echo $sticky_header_bg_position;
                ?>
 !important;<?php 
            }
            ?>
            }
            <?php 
        }
        ?>
            <?php 
        if ($footer_top_bg_color || $footer_top_bg_image || $footer_top_bg_repeat || $footer_top_bg_size || $footer_top_bg_attachment || $footer_top_bg_position) {
            ?>
            .footer-top {
                <?php 
            if ($footer_top_bg_color) {
                ?>
background-color: <?php 
                echo $footer_top_bg_color;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($footer_top_bg_image == 'none') {
                echo 'background-image: none !important';
            } else {
                if ($footer_top_bg_image) {
                    ?>
background-image: url('<?php 
                    echo esc_url(str_replace(array('http://', 'https://'), array('//', '//'), $footer_top_bg_image));
                    ?>
') !important;<?php 
                }
            }
            ?>
                <?php 
            if ($footer_top_bg_repeat) {
                ?>
background-repeat: <?php 
                echo $footer_top_bg_repeat;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($footer_top_bg_size) {
                ?>
background-size: <?php 
                echo $footer_top_bg_size;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($footer_top_bg_attachment) {
                ?>
background-attachment: <?php 
                echo $footer_top_bg_attachment;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($footer_top_bg_position) {
                ?>
background-position: <?php 
                echo $footer_top_bg_position;
                ?>
 !important;<?php 
            }
            ?>
            }
            <?php 
        }
        ?>
            <?php 
        if ($footer_bg_color || $footer_bg_image || $footer_bg_repeat || $footer_bg_size || $footer_bg_attachment || $footer_bg_position) {
            ?>
            #footer {
                <?php 
            if ($footer_bg_color) {
                ?>
background-color: <?php 
                echo $footer_bg_color;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($footer_bg_image == 'none') {
                echo 'background-image: none !important';
            } else {
                if ($footer_bg_image) {
                    ?>
background-image: url('<?php 
                    echo esc_url(str_replace(array('http://', 'https://'), array('//', '//'), $footer_bg_image));
                    ?>
') !important;<?php 
                }
            }
            ?>
                <?php 
            if ($footer_bg_repeat) {
                ?>
background-repeat: <?php 
                echo $footer_bg_repeat;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($footer_bg_size) {
                ?>
background-size: <?php 
                echo $footer_bg_size;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($footer_bg_attachment) {
                ?>
background-attachment: <?php 
                echo $footer_bg_attachment;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($footer_bg_position) {
                ?>
background-position: <?php 
                echo $footer_bg_position;
                ?>
 !important;<?php 
            }
            ?>
            }
            <?php 
        }
        ?>
            <?php 
        if ($footer_bottom_bg_color || $footer_bottom_bg_image || $footer_bottom_bg_repeat || $footer_bottom_bg_size || $footer_bottom_bg_attachment || $footer_bottom_bg_position) {
            ?>
            #footer .footer-bottom,
            .footer-wrapper.fixed #footer .footer-bottom {
                <?php 
            if ($footer_bottom_bg_color) {
                ?>
background-color: <?php 
                echo $footer_bottom_bg_color;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($footer_bottom_bg_image == 'none') {
                echo 'background-image: none !important';
            } else {
                if ($footer_bottom_bg_image) {
                    ?>
background-image: url('<?php 
                    echo esc_url(str_replace(array('http://', 'https://'), array('//', '//'), $footer_bottom_bg_image));
                    ?>
') !important;<?php 
                }
            }
            ?>
                <?php 
            if ($footer_bottom_bg_repeat) {
                ?>
background-repeat: <?php 
                echo $footer_bottom_bg_repeat;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($footer_bottom_bg_size) {
                ?>
background-size: <?php 
                echo $footer_bottom_bg_size;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($footer_bottom_bg_attachment) {
                ?>
background-attachment: <?php 
                echo $footer_bottom_bg_attachment;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($footer_bottom_bg_position) {
                ?>
background-position: <?php 
                echo $footer_bottom_bg_position;
                ?>
 !important;<?php 
            }
            ?>
            }
            <?php 
        }
        ?>
            <?php 
        if ($breadcrumbs_bg_color || $breadcrumbs_bg_image || $breadcrumbs_bg_repeat || $breadcrumbs_bg_size || $breadcrumbs_bg_attachment || $breadcrumbs_bg_position) {
            ?>
            .page-top {
                <?php 
            if ($breadcrumbs_bg_color) {
                ?>
background-color: <?php 
                echo $breadcrumbs_bg_color;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($breadcrumbs_bg_image == 'none') {
                echo 'background-image: none !important';
            } else {
                if ($breadcrumbs_bg_image) {
                    ?>
background-image: url('<?php 
                    echo esc_url(str_replace(array('http://', 'https://'), array('//', '//'), $breadcrumbs_bg_image));
                    ?>
') !important;<?php 
                }
            }
            ?>
                <?php 
            if ($breadcrumbs_bg_repeat) {
                ?>
background-repeat: <?php 
                echo $breadcrumbs_bg_repeat;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($breadcrumbs_bg_size) {
                ?>
background-size: <?php 
                echo $breadcrumbs_bg_size;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($breadcrumbs_bg_attachment) {
                ?>
background-attachment: <?php 
                echo $breadcrumbs_bg_attachment;
                ?>
 !important;<?php 
            }
            ?>
                <?php 
            if ($breadcrumbs_bg_position) {
                ?>
background-position: <?php 
                echo $breadcrumbs_bg_position;
                ?>
 !important;<?php 
            }
            ?>
            }
            <?php 
        }
        ?>
        </style>

    <?php 
    }
}
Exemple #8
0
<?php

global $porto_settings, $porto_layout, $porto_sidebar;
wp_reset_postdata();
$content_bottom = porto_get_meta_value('content_bottom');
$content_inner_bottom = porto_get_meta_value('content_inner_bottom');
$wrapper = porto_get_wrapper_type();
?>

<?php 
do_action('porto_before_content_inner_bottom');
if ($content_inner_bottom) {
    ?>
    <div id="content-inner-bottom"><!-- begin content inner bottom -->
        <?php 
    echo do_shortcode('[porto_block name="' . $content_inner_bottom . '"]');
    ?>
    </div><!-- begin content inner bottom -->
<?php 
}
do_action('porto_after_content_inner_bottom');
?>

</div><!-- end main content -->

<?php 
$is_category_filter = class_exists('WooCommerce') && $porto_settings['category-mobile-filter'] && (is_shop() || porto_is_product_archive());
if ($porto_layout == 'wide-left-sidebar' || $porto_layout == 'wide-right-sidebar' || $porto_layout == 'left-sidebar' || $porto_layout == 'right-sidebar') {
    ?>
    <div class="col-md-3 sidebar <?php 
    echo str_replace('wide-', '', $porto_layout);
Exemple #9
0
function porto_banner($banner_class = '')
{
    global $porto_settings;
    $banner_type = porto_get_meta_value('banner_type');
    $master_slider = porto_get_meta_value('master_slider');
    $rev_slider = porto_get_meta_value('rev_slider');
    $banner_block = porto_get_meta_value('banner_block');
    $banner_class .= $porto_settings['banner-wrapper'] == 'boxed' ? ' container' : '';
    if ($banner_type === 'master_slider' && isset($master_slider)) {
        ?>

        <div class="banner-container">
            <div id="banner-wrapper" class="<?php 
        echo $banner_class;
        ?>
">
                <?php 
        echo do_shortcode('[masterslider id="' . $master_slider . '"]');
        ?>
            </div>
        </div>

    <?php 
    } else {
        if ($banner_type === 'rev_slider' && isset($rev_slider)) {
            ?>

        <div class="banner-container">
            <div id="banner-wrapper" class="<?php 
            echo $banner_class;
            ?>
">
                <?php 
            echo do_shortcode('[rev_slider ' . $rev_slider . ']');
            ?>
            </div>
        </div>

    <?php 
        } else {
            if ($banner_type === 'banner_block' && isset($banner_block)) {
                ?>

        <div class="banner-container">
            <div id="banner-wrapper" class="<?php 
                echo $banner_class;
                ?>
">
                <?php 
                echo do_shortcode('[porto_block name="' . $banner_block . '"]');
                ?>
            </div>
        </div>

    <?php 
            }
        }
    }
}
Exemple #10
0
/**
 * Share template
 *
 * @author Your Inspiration Themes
 * @package YITH WooCommerce Wishlist
 * @version 1.1.5
 */
global $yith_wcwl;
/*if( get_option( 'yith_wcwl_share_fb' ) == 'yes' || get_option( 'yith_wcwl_share_twitter' ) == 'yes' || get_option( 'yith_wcwl_share_pinterest' ) == 'yes'  || get_option( 'yith_wcwl_share_email' ) == 'yes') {
    $share_url  = $yith_wcwl->get_wishlist_url();
    $share_url .= get_option( 'permalink-structure' ) != '' ? '&amp;user_id=' : '?user_id=';
    $share_url .= get_current_user_id();
    echo YITH_WCWL_UI::get_share_links( $share_url );
}*/
global $porto_settings;
$share = porto_get_meta_value('page_share');
if ($porto_settings['share-enable'] && 'no' !== $share && ('yes' === $share || 'yes' !== $share && $porto_settings['page-share'])) {
    ?>
?>
    <div class="page-share wishlist-share">
        <h3><i class="fa fa-share"></i><?php 
    _e('Share on', 'porto');
    ?>
</h3>
        <?php 
    get_template_part('share');
    ?>
    </div>
<?php 
}
Exemple #11
0
function porto_scripts()
{
    global $porto_settings;
    if (!is_admin() && !in_array($GLOBALS['pagenow'], array('wp-login.php', 'wp-register.php'))) {
        wp_reset_postdata();
        // comment reply
        if (is_singular() && get_option('thread_comments')) {
            wp_enqueue_script('comment-reply');
        }
        // load wc variation script
        wp_enqueue_script('wc-add-to-cart-variation');
        // load visual composer default js
        if (!wp_script_is('wpb_composer_front_js')) {
            wp_enqueue_script('wpb_composer_front_js');
        }
        // load ultimate addons default js
        $bsf_options = get_option('bsf_options');
        $ultimate_global_scripts = isset($bsf_options['ultimate_global_scripts']) ? $bsf_options['ultimate_global_scripts'] : false;
        if ($ultimate_global_scripts !== 'enable') {
            $isAjax = false;
            $ultimate_ajax_theme = get_option('ultimate_ajax_theme');
            if ($ultimate_ajax_theme == 'enable') {
                $isAjax = true;
            }
            $ultimate_js = get_option('ultimate_js', 'disable');
            $bsf_dev_mode = isset($bsf_options['dev_mode']) ? $bsf_options['dev_mode'] : false;
            if (($ultimate_js == 'enable' || $isAjax == true) && $bsf_dev_mode != 'enable') {
                if (!wp_script_is('ultimate-script')) {
                    wp_enqueue_script('ultimate-script');
                }
            }
        }
        // porto scripts
        wp_deregister_script('porto-plugins');
        if (is_rtl()) {
            wp_register_script('porto-plugins', porto_js . '/plugins_rtl' . (WP_DEBUG ? '' : '.min') . '.js', array('jquery', 'jquery-migrate'), porto_version);
        } else {
            wp_register_script('porto-plugins', porto_js . '/plugins' . (WP_DEBUG ? '' : '.min') . '.js', array('jquery', 'jquery-migrate'), porto_version);
        }
        wp_enqueue_script('porto-plugins');
        // blueimap gallery
        wp_deregister_script('jquery-blueimp-gallery');
        wp_register_script('jquery-blueimp-gallery', porto_js . '/blueimp/jquery.blueimp-gallery.min.js', array(), porto_version);
        wp_enqueue_script('jquery-blueimp-gallery');
        // load master slider plugin
        if (!class_exists('Master_Slider')) {
            wp_deregister_script('masterslider-core');
            wp_register_script('masterslider-core', porto_js . '/masterslider.min.js', porto_version);
        }
        wp_enqueue_script('masterslider-core', false, array(), false, false);
        // load porto theme js file
        wp_deregister_script('porto-theme');
        wp_register_script('porto-theme', porto_js . '/theme' . (WP_DEBUG ? '' : '.min') . '.js', array('jquery'), porto_version, true);
        wp_enqueue_script('porto-theme');
        // compatible check with product filter plugin
        $js_wc_prdctfltr = false;
        if (class_exists('WC_Prdctfltr')) {
            $porto_settings['category-ajax'] = false;
            if (get_option('wc_settings_prdctfltr_use_ajax', 'no') == 'yes') {
                $js_wc_prdctfltr = true;
            }
        }
        $sticky_header = porto_get_meta_value('sticky_header');
        $show_sticky_header = false;
        if ('no' !== $sticky_header && ('yes' === $sticky_header || 'yes' !== $sticky_header && $porto_settings['enable-sticky-header'])) {
            $show_sticky_header = true;
        }
        wp_localize_script('porto-theme', 'js_porto_vars', array('rtl' => esc_js(is_rtl() ? true : false), 'ajax_url' => esc_js(admin_url('admin-ajax.php')), 'change_logo' => esc_js($porto_settings['change-header-logo']), 'post_zoom' => esc_js($porto_settings['post-zoom']), 'portfolio_zoom' => esc_js($porto_settings['portfolio-zoom']), 'member_zoom' => esc_js($porto_settings['member-zoom']), 'page_zoom' => esc_js($porto_settings['page-zoom']), 'container_width' => esc_js($porto_settings['container-width']), 'grid_gutter_width' => esc_js($porto_settings['grid-gutter-width']), 'show_sticky_header' => esc_js($show_sticky_header), 'show_sticky_header_tablet' => esc_js($porto_settings['enable-sticky-header-tablet']), 'show_sticky_header_mobile' => esc_js($porto_settings['enable-sticky-header-mobile']), 'request_error' => esc_js(__('The requested content cannot be loaded.<br/>Please try again later.', 'porto')), 'ajax_loader_url' => esc_js(str_replace(array('http:', 'https'), array('', ''), porto_uri . '/images/ajax-loader@2x.gif')), 'category_ajax' => esc_js($porto_settings['category-ajax']), 'prdctfltr_ajax' => esc_js($js_wc_prdctfltr), 'show_minicart' => esc_js($porto_settings['show-minicart']), 'slider_autoplay' => esc_js($porto_settings['slider-autoplay']), 'slider_speed' => esc_js($porto_settings['slider-speed'])));
    }
}