Yusup Ali
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Unable to send message, just buffering…@takayukister Completed all the steps as per your suggestion. It did not help.
Forum: Plugins
In reply to: [Contact Form 7] Unable to send message, just buffering…@takayukister used only Contact Form 7, kk Star Ratings, LiteSpeed Cache, Rank Math SEO plugin.
I designed the theme myself.
But it says that I have installed the Contact 7 plugin on any new site, where there is no plugin. It still doesn’t work.
Still I am using Cloudflare and my hosting has mode security. However, I tried pushing Cloudflare, but that didn’t work either.
Forum: Plugins
In reply to: [Contact Form 7] Unable to send message, just buffering…@takayukister Screenshot of Mail tab panel https://ibb.co.com/4nn8Lq0j
Form screenshot https://ibb.co.com/vCWjZdZc
I didn’t customize anything. Everything is default. I just added email addresses.
Forum: Plugins
In reply to: [LiteSpeed Cache] If ON Lazy Load Images setting we see data-no-optimizeNow I understand of your explain. Thanks (^_^).
Forum: Plugins
In reply to: [LiteSpeed Cache] If ON Lazy Load Images setting we see data-no-optimizeForum: Plugins
In reply to: [LiteSpeed Cache] If ON Lazy Load Images setting we see data-no-optimize@litetim Thanks for quick reply.
Report no- CYEOMJOV
Screenshot no-optimize – https://ibb.co.com/d4bz9Nsp
Forum: Plugins
In reply to: [LiteSpeed Cache] No available Cloudflare zone error messageI have this problem sometimes. I add new Cloudflare API Keys again. This solves my problem. You can also try if you want.
We have removed
$tags_list = get_the_tag_list( '', esc_html__( ', ', 'theme_name' ) );from functions.php. My problem is solved.Anyone can try to remove all code from functions.php/ (But one by one code). Check which code removes this message. Finally, if that code is not necessary, remove it. Hopefully, it can be resolved.
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed Optimized Data Creates Double or duplicatesWow! Now everything is fine. Thank you @litetim .
@threadi Well. Thanks.
Forum: Everything else WordPress
In reply to: Redirect multilingual web page while contains utm_sourceThank you @ashfame. It’s wok fine.
Forum: Fixing WordPress
In reply to: Doesn’t link to Dropdown CategoryhI @kuckovic Thank for the response.
I am using the WordPress default widget. In this case, If I use the default Categories, it works fine.
But while adding dropdown Categories then going to the live page and if I select any Categories, it does not work.
Here no custom filter for this in your functions.php-file. But I added for shortcut categories code such as below.
//Code for categories
function genre( $atts, $content = null ) {Q
global $post;
$categories = get_the_category_list( ‘, ‘, ”, $post->ID );
return ” . $categories . ”;
}add_shortcode(“cg”, “genre”);
//Code for categoriesPlease may help.
- This reply was modified 3 years, 1 month ago by Yusup Ali.
Forum: Plugins
In reply to: [Download Manager] domain.com/si/?__wpdm_view_countForum: Plugins
In reply to: [Download Manager] domain.com/si/?__wpdm_view_countI started a new validation in Google Search Console.
If updated and fix the issues, Jan 1, 2023 date how to revisit the issue.
Locking forward to reply. Thanks.
Forum: Plugins
In reply to: [LiteSpeed Cache] Browser errors were logged to the consoleFinally I realized that the problem occurs because I turn on guest mode.
But the problem goes away when the guest mood is turned off. But in this case the speed is reduced a lot.
So after turning on guest mode can’t solve the problem?