Hasibul Kabir
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] Https Redirect IssueSolved. Thanks ?? and also sorry for my mistake. WPFC is fine. It was not the culprit.
Forum: Plugins
In reply to: [WP Fastest Cache] Https Redirect IssueSent!
Forum: Plugins
In reply to: [WP Fastest Cache] Multiple CDN URLYes. I’ve tried that feature. It worked properly. But there is chance to improve this feature. Because, There is option max cdn and other cdn. If there any options like cdn 1, cdn 2 or add new cdn url similar to wp-rocket, it would be more awesome. I’m adding a new thread about that issue.
Forum: Plugins
In reply to: [WP Fastest Cache] Multiple CDN URLExcellent. Thanks a lot. I’ve added another CDN URL (Amazon Cloudfron and Keycdn). I’ve another issue. My website is https. When i use wp-fastest cache it doesn’t redirect https automatically because fastest cache rewrite the .htaccess file. Can you add such feature that redirect htpps?
Forum: Plugins
In reply to: [WP Fastest Cache] Multiple CDN URLGood to know that. Thank u ??
Forum: Reviews
In reply to: [WP Fastest Cache] Not working with WPMUWhat a stupid review
Forum: Fixing WordPress
In reply to: Setting up Optimized WordPress HostgatorI bought and canceled their wp hosting. Because, You can only use non www website. I planed to host https://www.techfalls.com. But after buying their service, it was not possible to make it www. So, it was like techfalls.com I contacted their support and they also told me that it is not possible to have www website, if i use optimized wordpress hosting. What a lol. Even, I did not get database access. Godaddy wp hosting also sucks. But they give you more control over your wordpress site. That’s why i’m currently on GD. But, planning to migrate to somewhere else.
Forum: Plugins
In reply to: [Yoast SEO] The keyword density is 0% (yet its there 7 times)I also faced this error.
Forum: Plugins
In reply to: [Add Meta Tags] How to Remove Website Schema MarkupHi George,
Thank you so much. I really appreciate it. ?? Thanks again.
Regards
HasibForum: Fixing WordPress
In reply to: Adsense Ads are being Replaced by Other Ads in USA NetworkI did it many times. But test my site in https://gtmetrix.com & https://tools.pingdom.com/. You will see turn .com, smartadserver .com etc in waterfall. This is the problem. I’m confused if my site has been hacked.
Forum: Plugins
In reply to: [Add Meta Tags] How to Remove Website Schema MarkupThank you George. If i face any issue in the future, I’ll inform you ??
Forum: Plugins
In reply to: [Add Meta Tags] How to Remove Website Schema MarkupSure. And thank you so much for great support. I really appreciate it. In fact, it is more than a premium support. And thank you again. ??
Forum: Plugins
In reply to: [Add Meta Tags] How to Remove Website Schema MarkupAnyway, George! I fixed this problem ??
I used this codefunction amt_schemaorg_skip_front_page( $metatags ) { if ( is_home() ) { return array(); } return $metatags; } add_filter( 'amt_schemaorg_metadata_footer', 'amt_schemaorg_skip_front_page' );
instead of
function amt_schemaorg_skip_front_page( $metatags ) { if ( is_front() || is_home() ) { return array(); } return $metatags; } add_filter( 'amt_schemaorg_metadata_footer', 'amt_schemaorg_skip_front_page' );
The only change is i deleted is_front() || from your code. And it works.
Thank you so much ?? I really appreciate you ??
Forum: Plugins
In reply to: [Add Meta Tags] How to Remove Website Schema MarkupThis is only happening when i enable Automatically generate and embed Schema.org Microdata. (Experimental feature)
I’m not sure, why it is happening.
Forum: Plugins
In reply to: [Add Meta Tags] How to Remove Website Schema MarkupNo changes. And see this website – This is also having same issue. https://www.tunerpata.com/