Try this,
1. Fix your permalink structure. (You may use post name permalink)
2. Install yoast SEO plugin and enable author archive.
It’s better to hide admin bar using php filter
// Disable Admin toolbar on frontend
add_filter('show_admin_bar', '__return_false');
Refer: https://www.infophilic.com/disable-wordpress-toolbar/
Choose themes’ lazy load feature.
If you’re using Photon then go for jetpack lazy load.
Thank you for your understanding.
If you’re using yoast SEO plugin then,
Goto search appearance then archive and enable Author archives settings. This will show author page when someone clicks on author name.
Thank you for your understanding.
Hello @contentedmal
You can increase the logo size by adding custom CSS
.td-header-style-8 .td-header-sp-logo img {
max-height: 160px;
}
Change that 160 to any size you want.
You can also try it without code, I can see you have a lot of transparent space on logo just decrease it, this will surely auto increase the logo size.
Refer: http://prntscr.com/iup5fj
Thank you for your understanding.
Hello @jericho
Add following code to custom code section in theme panel
.td-post-sharing-visible, .td-social-sharing-hidden {
display:block;
text-align: center;
}
Refer: http://prntscr.com/iuozrh
Hi @simion
I have tried this. To get this work you need to add the script to the site then you must embed GitHub code with amp tags this doesn’t display embedded code on the normal page.
And there is no dedicated AMP editor to modify code just for AMP.
Even making preformatted text responsive will help.
I tried this –
.pre {
white-space: pre-wrap;
}
This auto adjusts the preformatted text on the small display.
Do you have a better solution than this?
I am using MailChimp code where I have set Name and email as required field but Newsletter plugin showing email field.
Follow this guide to update your theme.
Hi,
You can paste it just before # Begin WordPress
Glad you find this helpful.
I am also facing same error on my site đ
Yes, I can.
Try flushing your local DNS cache
if your on macOS – dscacheutil -flushcache
FOR Windows – ipconfig /flushdns
Can you check error logs for me?
td-composer is not disabled I can see your homepage
it’s loading fine at my end
http://prntscr.com/iezyvt
http://prntscr.com/iezyyy
Yes please.
Try disabling all plugins except td-composer 2.0
Provide your website URL. Yea, New package has td-composer 2.0
Enable development mode from CloudFlare dashboard and then make sure you are using td-composer 2.0
Hope this will help you.
Agreed
Hello @drvarun5179 do let me know.
Disable database cache if you have any. And Use heartbeat control plugin to control ajax calls.
Hope this will help you guys.
Thank you for your understanding.
I’m also facing same issue.
wp booster error:
td_api_base::get_key : a component with the ID: style12 Key: wrap_classes is not set.
@simion Please post a solution here.
Hello @depakranjan
If you are using SSL make sure you have added https version of your site to the Google Webmaster tool property. Also, check if you using www version.
Tip: Always add a slash (/) to the end of URL you submit to crawl.

Thank you for your understanding.
You’re more than welcome