Forum replies created

    Priyank
    Spectator
    Posts: 747
    January 6, 2018 at 10:54 am #36122

    Hii,

    Maybe this problem fetches to SearchWP Plugin.

    Please, You do SearchWP Plugin Deactivate, an again active and check it.

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 6, 2018 at 8:24 am #36120

    Hi,

    Please check your plugin folder name must be same as “t4p-core-composer”.

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 6, 2018 at 7:00 am #36119

    Hii,

    Go To theme Option,

    Theme Option -> General & Laout Settings -> HOME/FRONT PAGE ELEMENTS DISPLAY AND ORDER ->
    Header Area -> Enable ( Set Parallax SLider On Top ).

    And, Set Other Option

    Theme Option -> Parallax Slider -> General -> Enable Parallax Slider (Check This Checkbox).

    So, You Can See Parallax slider On the top of the homepage.

    Thank You

    Priyank
    Spectator
    Posts: 747
    January 6, 2018 at 6:30 am #36118

    Hii,

    http://prntscr.com/hwq7nx

    Portfolio in all post must include feature image, according to above image.

    Thank you.

    Priyank
    Spectator
    Posts: 747
    January 5, 2018 at 8:09 am #36112

    Hii,

    Update latest theme version, and then you get any issues then give your admin detail.

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 5, 2018 at 7:10 am #36111

    Hii,

    I can’t have a permission to modify plugin file in plugin editor, so you can change this code yourself.

    Go to theme plugin directory, and change the below file function.

    t4p-core-composer plugin -> core -> core.php

    Then, find load_assets() function and replace with below code.

    function load_assets() {

    if ( isset( $_GET[‘page’] ) && $_GET[‘page’] === ‘evl_options_options’ ) {

    } else {
    // Load styles
    T4P_Pb_Helper_Functions::enqueue_styles();

    // Load scripts
    T4P_Pb_Helper_Functions::enqueue_scripts();

    $editor_screen = ”;
    if ( isset( $_REQUEST[‘t4p_pb’] ) ) {
    $editor_screen = $_REQUEST[‘t4p_pb’];
    }
    if ( is_admin() && $editor_screen != ‘livepagebuilder_editor’ ) {
    if ( isset( $_GET[‘post’] ) && get_post_type( $_GET[‘post’] ) === ‘product’ ) {
    $scripts = array( ‘t4p-pb-addpanel-js’, ‘t4p-pb-jquery-resize-js’, ‘t4p-pb-joomlashine-modalresize-js’, ‘t4p-pb-layout-js’, ‘t4p-pb-placeholder’, ‘t4p-pb-tinymce-btn’ );
    } else {
    $scripts = array( ‘t4p-pb-jquery-select2-js’, ‘t4p-pb-addpanel-js’, ‘t4p-pb-jquery-resize-js’, ‘t4p-pb-joomlashine-modalresize-js’, ‘t4p-pb-layout-js’, ‘t4p-pb-placeholder’, ‘t4p-pb-tinymce-btn’ );
    }
    } else {
    $scripts = array( ‘t4p-pb-jquery-select2-js’, ‘t4p-pb-addpanel-js’, ‘t4p-pb-jquery-resize-js’, ‘t4p-pb-joomlashine-modalresize-js’, ‘t4p-pb-layout-js’, ‘t4p-pb-placeholder’, ‘t4p-pb-tinymce-btn’ );
    }

    T4P_Pb_Init_Assets::load( apply_filters( ‘t4p_pb_assets_enqueue_admin’, $scripts ) );

    T4P_Pb_Helper_Functions::enqueue_scripts_end();
    }
    }

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 5, 2018 at 6:19 am #36110

    Hii,

    One Way to increase space between content and sidebar,

    Add custom CSS to your additional CSS area.

    #primary {
    padding-right: 40px;
    }

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 4, 2018 at 7:21 am #36105

    Hii

    We can’t provide sidebar content alignment option.

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 4, 2018 at 6:34 am #36104

    Hi,

    Add custom CSS to your additional CSS area.


    @media only screen and (max-width: 768px) {
    #secondary,#secondary-2 {
    display: none;
    }
    }

    So, Sidebar Doesn’t show in Mobile Device.

    Thank You

    Priyank
    Spectator
    Posts: 747
    January 3, 2018 at 6:59 am #36101

    Hii,

    Give me your site URL for check your issues

    Thank you