Home User profile
tagDiv Member
Founder and Chief Editor at InfoPhilic, a designer, developer and hardcore fan of WEB.
Amit
tagDiv Member

Try this,

1. Fix your permalink structure. (You may use post name permalink)
2. Install yoast SEO plugin and enable author archive.

Amit
tagDiv Member

Hi,

Make sure you follow this guide:

https://forum.tagdiv.com/tagdiv-social-counter-tutorial/

Amit
tagDiv Member

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/

Amit
tagDiv Member

Choose themes’ lazy load feature.
If you’re using Photon then go for jetpack lazy load.

Thank you for your understanding.

Amit
tagDiv Member

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.

Amit
tagDiv Member

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.

Amit
tagDiv Member

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

Amit
tagDiv Member

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?

Amit
tagDiv Member

I am using MailChimp code where I have set Name and email as required field but Newsletter plugin showing email field.

Amit
tagDiv Member

Hi,
You can paste it just before # Begin WordPress
Glad you find this helpful.

Amit
tagDiv Member

I am also facing same error on my site 🙁

Amit
tagDiv Member

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?

Amit
tagDiv Member

td-composer is not disabled I can see your homepage

http://prntscr.com/if03jo

Amit
tagDiv Member
Amit
tagDiv Member
Amit
tagDiv Member

Yes please.

Try disabling all plugins except td-composer 2.0

Amit
tagDiv Member

Provide your website URL. Yea, New package has td-composer 2.0

Amit
tagDiv Member

Enable development mode from CloudFlare dashboard and then make sure you are using td-composer 2.0

Hope this will help you.

Amit
tagDiv Member

Agreed

Amit
tagDiv Member

Hello @drvarun5179 do let me know.

Amit
tagDiv Member

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.

Amit
tagDiv Member

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.

Amit
tagDiv Member

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.

Amit
tagDiv Member

You’re more than welcome

Viewing 25 posts - 276 through 300 (of 511 total)