Forum replies created
Hii,
We will update woocommerce version 3.3 all template as soon as and release new update coming soon.
If you change shop page product column then show below image
Thank You
Hii,
Go to the post and add class “fancybox”.you can show below image.
Thank You
Hii,
You can’t change the name of word Menu by “Shop” by WPML because WPML plugin search “menu” keyword in the whole theme and change the word in the whole site.
and portfolio in pagination is right way according to developer side there are no issues because pagination is display the result to load a page again so previous data goes away and display an all data.
Thank You
Hii,
However, you add an image on the post, it time creates a link.so in “a” tag you add class=”fancybox”.
Thank You
Hii,
Go to theme Option
Theme Option -> Advanced -> UberMenu Plugin Support( Uncheck this box ).
And set other option
Theme Option -> Header-> Menu -> Responsive Menu Layout( select clean dropdown menu ).
Thank You
Hii,
Can you provide FTP details in Private reply?
Thank You
Hii,
I think its problem occurs through jetpack plugin, you deactivate this plugin and check easy fancy plugin are work or not.
and one thing, your fancybox script is a list in noscirpt tag so scripts don’t work.
Thank You.
Hii,
We can find issues, it errors in the load_assets function. “single-quote” issues in that function, so it can’t work.
We can change this code but not access to change the code in the plugin, so you change below code on wp-content\plugins\t4p-core-composer\core\core.php.
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 give me site URL for check issues.
Thank You