Forum replies created
Hii,
The first one in, Go to theme option
Theme Option -> Header -> Menu -> Responsive Menu Layout ( Select Clean Dropdown Menu ).
The second one in, Add Custom CSS on additional CSS area.
@media (max-width: 450px){
#bootstrap-slider .carousel-caption p {
display: block;
}
}
@media (max-width: 540px){
#bootstrap-slider .carousel-caption p {
display: block;
}
}
Thank You
Hi,
We need to your wp-admin details in private reply to check your issue.
Thank you.
Hii,
First one is when you go to the second page it time second-page data filter it page load again and you go on second page, so you filter like “bodas” category it time second-page data in page load again and display a result.
The second one is, we change the “menú” to appear the word “tienda”.
Last one is, go to the theme directory(wp-content\themes\alora\portfolio-grid.php).
and change below code on lineno.144
it code to cut and paste on the line no.148 below the endforeach loop.
Thank You
Hii,
Go to theme plugin directory (wp-content\plugins\t4p-core-composer\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,
Please provide the website Details to check the issue
Thank You
Hii,
Please, You do Easy Fancy plugin Deactivate, an again active and check it.
It’s work or not
Thank You.
Hii,
1) Go to WPML plugin
WPML -> String Translation
Find Menus keyword and change to “tienda”.
2)Its code will be avilable in next version.
3) Check your site I have changed that keyword.
Thank You.
Hii,
You check the domain and because I have to open your site its time, it redirects on sedoparking.com/frmpark/
So, I think your domain has been expired.
Thank You.
Hii,
Almost slider, Image Crop is done only by above type.
Thank You
Hii,
Go to Wp-config file on your root directory.
\wp-config.php
set WP_DEBUG as false.
define(‘WP_DEBUG’, false);
Thank You.