Forum replies created
Hii,
Maybe this problem fetches to SearchWP Plugin.
Please, You do SearchWP Plugin Deactivate, an again active and check it.
Thank You.
Hi,
Please check your plugin folder name must be same as “t4p-core-composer”.
Thank You.
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
Hii,
Portfolio in all post must include feature image, according to above image.
Thank you.
Hii,
Update latest theme version, and then you get any issues then give your admin detail.
Thank You.
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.
Hii,
One Way to increase space between content and sidebar,
Add custom CSS to your additional CSS area.
#primary {
padding-right: 40px;
}
Thank You.
Hii
We can’t provide sidebar content alignment option.
Thank You.
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
Hii,
Give me your site URL for check your issues
Thank you