Pratyaksh
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Filters are not workingThanks a lot Shameem for the support.
Forum: Plugins
In reply to: [WooCommerce] Filters are not workingHello,
Thanks for your reply. I disabled the PWF plugin.Still I see no response with WooCommerce default filter URL.
I tried this: https://tryfunky.com/product-category/mens-fashion/mens-round-neck/?filter-color=white
RegardsForum: Plugins
In reply to: [Variation Swatches for WooCommerce by CartFlows] Needs some customisationHello Aamir,
Thanks for the prompt response.
Point 1 is done, still I dont see color swatches as they should, instead they appear as dropdown.
https://prnt.sc/LTUTEa-5rrT_Regards
Forum: Fixing WordPress
In reply to: disable lazy load@threadi Thanks for the updated code. instructions well noted for future.
Have a great day ahead.Forum: Fixing WordPress
In reply to: disable lazy loadadd_filter( 'wp_get_attachment_image_attributes', function( $attr, $attachment, $size ) { if ( $attachment->post_mime_type === 'image/svg+xml' ) { unset( $attr['loading'] ); } return $attr; } );
This gives error! Can you help?
SCR: https://prnt.sc/yJ-7yQ_VCV_F- This reply was modified 2 years, 4 months ago by Pratyaksh. Reason: Added snapshot
Forum: Plugins
In reply to: [Redis Object Cache] Adding cart to Ignored GroupsHello Till,
Thanks for the info.
Just a question, Is redis compatible with Opcache?
I have opcache enabled with Php8.0-fpm.Regards
PratyakshForum: Fixing WordPress
In reply to: Broken Javascripts at DashboardHello James,
Thanks for the prompt response.
I forgot to mention, I also did below also:1) tried to re-install wordpress
2) tried to roll back.Nothing worked.
I removed below lines from my child theme functions.php and voila the admin is back.//firebase from defer
function add_defer_to_cf7( $url )
{
//If not js file OR js file with ‘jquery.ui.core.min’ OR ‘jquery.min’ name string, then no need to apply defer
if(FALSE === strpos( $url, ‘.js’) || ((strpos( $url, ‘firebase-app’) > 0) || (strpos($url, ‘firebase-auth’) > 0))){
return $url;
}
else{
//set defer for .js files
return “$url’ defer=’defer”;
}
}
add_filter( ‘clean_url’, ‘add_defer_to_cf7’, 11, 1 );Actually I was looking to remove firebase.js from the list of defered js. And this actually worked at front end, but not at backend.
Regards
PratyakshForum: Plugins
In reply to: [Redis Object Cache] Adding cart to Ignored GroupsHello Till,
Thanks for the info.
Is there any way to stop redis from caching add to cart and cart thing?
(Like any transient or anything else?)Regards
Pratyaksh- This reply was modified 3 years, 5 months ago by Pratyaksh.
Hi,
I am facing Similar issue.
Everytime I edit the homepage (Gutenberg) the stylesheet breaks and it results in plain html page.
Can you help?
Have a look at this screencast.
https://drive.google.com/file/d/18GjARsQw2Aea62fnaWLuHMHk0yfdBZCT/viewRegards
Forum: Themes and Templates
In reply to: [Blocksy] Homepage style is gone on editingThanks for your suggestion, let me contact them…
Forum: Themes and Templates
In reply to: [Blocksy] Homepage style is gone on editingHello,
Pardon me for the delay. Have a look at this screencast.
https://drive.google.com/file/d/18GjARsQw2Aea62fnaWLuHMHk0yfdBZCT/viewRegards
Forum: Plugins
In reply to: [Unlimited Elements For Elementor] Increase excerpt length in blog elementHello
Thanks for the quick action on this.
But now the excerpt is gone:
Screenshot: https://prnt.sc/vzkurgRegards
Forum: Themes and Templates
In reply to: [GeneratePress] How to edit the Sidebar-Post-Sidebar widthHello Leo,
Hope you are good.
Actually the site is being developed on localhost, I fear it’s not possible to have a look.
Regards
PratyakshForum: Plugins
In reply to: [WP-Appbox] cache ErrorHi Marcelismus,
I updated the plugin to latest version.
All other errors diminished, except this one-
Warning (Suppressed)
DOMDocument::loadHTML(): Tag aside invalid in Entity, line: 88, 91, 177, 187, 196, 541, 688, 688, 692, 695, 701, 701, 714, 864,Location: wp-content/plugins/wp-appbox/inc/queryelements.php:330
See the screenshot: https://prnt.sc/h8sknb