Forum Replies Created
-
AuthorPosts
-
Hi Pete.
We have checked and helped you import demo data content.
Please check it again.
Thanks.
Hi.
Thank you for contacting us.
1. We have fixed that issue on your site.
2. For the theme options issue, we will check and update it to our theme soon.
3. For the portfolio permalink, because you have the page https://superplus.com.co/portfolio1fdfd/ with the portfolio shortcode.
For the https://superplus.com.co/portfolio/ page, this is a portfolio archive page, that layout will different from portfolio shortcode.
4. For the shop page, you can add a top or bottom content to the shop page. Please go to Theme options/ WooCommerce/ Archive product/ and show the archive page content top or bottom as that config. Then go to shop page and add the content (slider) as you want.
5. For the compare issue, we will check and let you know soon.
Thanks.
Hi.
Thank you for contacting us.
In the last version, we don't use the "mCustomScrollbar" function.
Please clear your browser, server cache to fix that issue.
Thanks.
Hi again.
Yes, please wait for a few seconds, when your product image loading complete, the masonry effect will running correctly.
I have checked your site on the mobile, it still works fine when your site loading complete.
Thanks.
Hi.
Thank you for contacting us.
We have checked and fixed that issue on your site.
Please check it again.
Thanks.
Yes, we have checked and fixed that issue on your site by set padding-left: 0, padding-right: 0px for column inner content.
Please check it again.
Thanks.
Yes, I have disabled Mega menu plugins and config the menu as you want.
Please check it again. You also can check our document at this link http://docs.yolotheme.com/sofani/#megamenu for mega menu config.
Thanks.
Yes, we have checked and fixed that issue on your home page.
Please check it again.
Thanks.
Hi again.
We have checked your site and found the issue from your custom CSS:
.home .yolo-full-width {padding-left: 0; padding-right: 0; }
After removed that CSS, everything fine.
Please check it again.
Thanks.
Hi again.
Do you want the slide toggle faster or slower? Please tell us to know more that, we can add the code to help you change the toggle animation.
Thanks.
Hi again.
We have checked and helped you improve the loading animation smoothly.
Please check it again.
Thanks.
We also found the custom source code at the functions.php file on the parent theme.
function _remove_script_version( $src ){ $parts = explode( '?ver', $src ); return $parts[0]; } add_filter( 'script_loader_src', '_remove_script_version', 15, 1 ); add_filter( 'style_loader_src', '_remove_script_version', 15, 1 ); define('AUTOSAVE_INTERVAL', 300); // seconds define('WP_POST_REVISIONS', 3); /** * Disable the emoji's */ function disable_emojis() { remove_action( 'wp_head', 'print_emoji_detection_script', 7 ); remove_action( 'admin_print_scripts', 'print_emoji_detection_script' ); remove_action( 'wp_print_styles', 'print_emoji_styles' ); remove_action( 'admin_print_styles', 'print_emoji_styles' ); remove_filter( 'the_content_feed', 'wp_staticize_emoji' ); remove_filter( 'comment_text_rss', 'wp_staticize_emoji' ); remove_filter( 'wp_mail', 'wp_staticize_emoji_for_email' ); add_filter( 'tiny_mce_plugins', 'disable_emojis_tinymce' ); } add_action( 'init', 'disable_emojis' ); /** * Filter function used to remove the tinymce emoji plugin. * * @param array $plugins * @return array Difference betwen the two arrays */ function disable_emojis_tinymce( $plugins ) { if ( is_array( $plugins ) ) { return array_diff( $plugins, array( 'wpemoji' ) ); } else { return array(); } } add_filter('script_loader_tag', 'add_async_attribute', 10, 2); function add_async_attribute($tag, $handle) { if(!is_admin()){ if ('jquery-core' == $handle) { return $tag; } return str_replace(' src', ' defer src', $tag); }else{ return $tag; } }Please move that code to the child theme to avoid the miss when updating the theme.
Thanks.
Hi again.
I have checked your site and found the issue from your custom source code at the functions.php file on the child theme.
remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 5 ); function add_rel_preload($html, $handle, $href, $media) { if (is_admin()) return $html; $html = <<<EOT <link rel='preload' as='style' onload="this.onload=null;this.rel='stylesheet'" id='$handle' href='$href' type='text/css' media='all' /> EOT; return $html; } add_filter( 'style_loader_tag', 'add_rel_preload', 10, 4 );After removing those functions, the cart works fine.
Please check it again.
Thanks.
Hi.
Thank you for contacting us.
Yes, you can remove that info by custom CSS. Please give us that link has the testimonial. We will help you check it again.
Thanks.
5 years, 6 months ago in reply to: There was a problem with your action. Please try again or reload the page #22306Hi.
Thank you for contacting us.
Please give us your site admin account.
We will help you check it soon.
Thanks.
-
AuthorPosts
