mastercavid
Forum Replies Created
-
Forum: Plugins
In reply to: [Cache Enabler] w3c validator problemCool, it is working, thanks you
Forum: Plugins
In reply to: [Cache Enabler] w3c validator problemadd_action('wp_loaded', 'prefix_output_buffer_start'); function prefix_output_buffer_start() { ob_start("prefix_output_callback"); } add_action('shutdown', 'prefix_output_buffer_end'); function prefix_output_buffer_end() { ob_end_flush(); } function prefix_output_callback($buffer) { return preg_replace( "%[ ]type=[\'\"]text\/(javascript|css)[\'\"]%", '', $buffer ); }Forum: Plugins
In reply to: [LiteSpeed Cache] ESI for widgetsSorry, it is my wrong
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Disable theme cssThank you very much, I solved 1 and 2 and my theme css is cleaner than previous now. Excellent! But I dont mean “button clicked” function, I mean “product are added” moment (in your code Jquery begin when clicked, not after adding wishlist process)
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Hide admin nameI changed author name in settings, but one author name “masterman” appears yet. Can you check my site again?
Forum: Plugins
In reply to: [Resize Image After Upload] Exclude for some pluginsI found this alternative method:
$url = $_SERVER["REQUEST_URI"]; $isItSlide = strpos($url, 'revslider'); $isItBlog = strpos($url, 'post.php'); if ($isItSlide!==false) { deactivate_plugins( '/resize-image-after-upload/resize-image-after-upload.php' ); } if ($isItBlog!==false) { activate_plugins( '/resize-image-after-upload/resize-image-after-upload.php' ); }Forum: Plugins
In reply to: [Resize Image After Upload] Exclude for some pluginsI think we can do it this method.
For example slider revolution pages links begin with this url
https://example.com/wp-admin/admin.php?page=revslider&…
We can make some logic If slug is contain revslider or another things, disable resize image plugin.
But I am not developer. Can you help me?
Forum: Plugins
In reply to: [Lazy Loader] Formcraft and Image before / after conflict1. No problem, I deleted this word from plugin files.
2. Yes, it helped. Thanks.Your plugin is the best lazy loader plugin for WordPress. Great!
Forum: Plugins
In reply to: [Fast Velocity Minify] Browser doesnt cache your filesGreat, İ changed date and notifications disappeared. Thanks
Forum: Plugins
In reply to: [Load More Anything] When display is flex, plugin doesnt workI wait it exciting. I need it, thank you
Forum: Plugins
In reply to: [Load More Anything] When display is flex, plugin doesnt workBut I want to make this columns equal height and if I delete this css, columns will not eqaul
Forum: Plugins
In reply to: [Load More Anything] When display is flex, plugin doesnt workWordpress set that my review wait for moderation and I dont know what is this. My website link is:
yeni[dot]demosayt[dot]ml
You can see grid in homepage and I set show 5 column in plugin setting
Forum: Plugins
In reply to: [Load More Anything] When display is flex, plugin doesnt workYes, https://yeni.demosayt.ml
You can see my grid in homepage.
I set only 5 column in settingForum: Plugins
In reply to: [Fast Velocity Minify] Wpbakery issuesSorry, I missed it, thanks