Abrogrammer
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Issue with reCAPTCHA Integration in Contact Form 7@takayukister Please help me to solve this issue because i’m unable to find any error on console
https://ibb.co/4RF5Ss2 Here is my recaptcha V3 Images
- This reply was modified 4 weeks, 1 day ago by Abrogrammer.
- This reply was modified 4 weeks, 1 day ago by Abrogrammer.
Forum: Plugins
In reply to: [Contact Form 7] Issue with reCAPTCHA Integration in Contact Form 7Please let me know what type of plugin you’re referring to, and I can provide information since I have 30 plugins activated on my site.
plugin for cache WP Super Cache, W3Speedster ProForum: Plugins
In reply to: [Contact Form 7] Issue with reCAPTCHA Integration in Contact Form 7I attached URL or you can access it absolute-aromas.com
Forum: Plugins
In reply to: [WooCommerce] Uncaught Error: Call to a member function is_empty() on nullI’ve fixed the previous error, but now I’m encountering a white screen. I’ve followed troubleshooting steps such as changing the theme, adding debug constants to the wp-config.php file, and disabling the .htaccess file.
but sitll facing white screen issue. Please help us.Forum: Plugins
In reply to: [Autoptimize] The plugin is not functioning properly after the update.Thank you for helping me solve my problem. I really appreciate your efforts.
Forum: Plugins
In reply to: [Autoptimize] The plugin is not functioning properly after the update.Hi, I corrected my function code from return “$url defer=‘defer”; to return “$url defer=‘defer’“; below but still face the same issue.
function defer_parsing_js($url) { //Add the files to exclude from defer. Add jquery.js by default $exclude_files = array('jquery.js'); //Bypass JS defer for logged in users if (!is_user_logged_in()) { if (false === strpos($url, '.js')) { return $url; } foreach ($exclude_files as $file) { if (strpos($url, $file)) { return $url; } } } else { return $url; } return "$url defer='defer'"; } add_filter('clean_url', 'defer_parsing_js', 11, 1); add_filter( 'autoptimize_filter_css_fonts_cdn', '__return_true' );
But after removing the above function, my website is working properly. So, are there any suggestions for me because I want defer my js
- This reply was modified 6 months, 2 weeks ago by Abrogrammer.
Forum: Plugins
In reply to: [WooCommerce] Uncaught Error: Call to a member function is_empty() on nullYes, right they are not able to help.
Forum: Plugins
In reply to: [Autoptimize] The plugin is not functioning properly after the update.
Thanks for getting back to me. When I log into my website, everything appears fine. However, when I open it in another window, it crashes, with large images and misaligned elements. Upon checking the console, I noticed three errors.At product page
Uncaught ReferenceError: jQuery is not defined
at custom.js?ver=6.5.3%27%20defer=%27defer:24:1
lavender-bulgarian-10ml/:2708 Uncaught ReferenceError: wp is not defined
at lavender-bulgarian-10ml/:2708:1
lavender-bulgarian-10ml/:2719 Uncaught ReferenceError: jQuery is not defined
at lavender-bulgarian-10ml/:2719:1
lavender-bulgarian-10ml/:2810 Uncaught ReferenceError: jQuery is not defined
at lavender-bulgarian-10ml/:2810:1
At home page(index):2233 Uncaught ReferenceError: jQuery is not defined
at (index):2233:9
(index):2973 Uncaught ReferenceError: jQuery is not defined
at (index):2973:9
(index):4145 Uncaught ReferenceError: wp is not defined
at (index):4145:1
(index):4156 Uncaught ReferenceError: jQuery is not defined
at (index):4156:1
(anonymous) @ (index):4156
(index):4248 Uncaught ReferenceError: jQuery is not defined
at (index):4248:1
(anonymous) @ (index):4248
https://www.mydomain.in/:4303GET wp-content/plugins/woocommerce-products-slider/assets/front/js/slick.js%20defer=defer net::ERR_ABORTED 404 (Not Found)
https://www.mydomain.in/:1 Refused to execute script from ‘wp-content/plugins/woocommerce-products-slider/assets/front/js/slick.js%20defer=defer’ because its MIME type (‘text/html’) is not executable, and strict MIME type checking is enabled.
autoptimize_145da8402f032ca50d9519cf564d2372.js:2 Uncaught ReferenceError: jQuery is not defined
at autoptimize_145da8402f032ca50d9519cf564d2372.js:2:382
Is there any Idea why when I’m login it’s looks fine.- This reply was modified 6 months, 2 weeks ago by Abrogrammer.
- This reply was modified 6 months, 2 weeks ago by Abrogrammer.
Forum: Plugins
In reply to: [Autoptimize] The plugin is not functioning properly after the update.I disabled it, but still same think happened
getting errors of similar type
GET https://www.absolute-aromas.in/wp-includes/js/dist/vendor/regenerator-runtime.min.js’%20defer=’defer net::ERR_ABORTED 404 (Not Found)
GET https://www.absolute-aromas.in/wp-includes/js/dist/vendor/wp-polyfill.min.js’%20defer=’defer net::ERR_ABORTED 404 (Not Found)- This reply was modified 6 months, 3 weeks ago by Abrogrammer.
Forum: Plugins
In reply to: [Smart Slider 3] Slider not working when I changed hostingThanks for support.
I applied all the steps you mentioned above, but still facing isssues.I tried below steps
1- I manually upload slider images
2- Clear cache from smart slider 3 and Auto optimize Plugin
3- Uninstall, delete then fresh install new plugin
Others website images visible very well, but only facing issue with slider image. I know my slider images coming from https://absolutearomasin-13bf0.kxcdn.com/wp-content/uploads/slider/cache/345895bea436f779870c661b60f5966b/breatheasy-banner-1.jpg
Hi, I deactivate cache plugin as well as I tried one by one plugin deactivate but issue still exist.
Hi, I downgrade plugin version but it’s still same.
one more think When I login, slider work properly but when i open in incognito mode facing same issue.Hi @miemie I’m sorry, I missed to wrote major information above post.
So I’m using buy now plugin as well as Buy now function for homepage. So it’s two buy now button. Now I don’t know how to figure out for variable product.
Hi I need buy now on homepage that’s why I’m using below code.
Code to copy:add_action('wcps_layout_element_add_to_cart','wcps_layout_element_post_title_20200331', 90);
function wcps_layout_element_post_title_20200331($args){
$product_id = isset($args['product_id']) ? $args['product_id'] : '';
$elementData = isset($args['elementData']) ? $args['elementData'] : array();
$element_index = isset($args['element_index']) ? $args['element_index'] : '';
echo do_shortcode("[wpcbn_btn_archive id='$product_id']");
}Hi,
I have the same issue some orders not tracked and majorly they are wholesale customers. Don’t know why this happened because checkout page URL are same for retail and wholesale customers. MY thank you page URL is order-received.
can you please help me
Hi,
I have the same issue anyone please help us.