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

Hi,
The plugin check functionality tagdiv included simply checks for that list and if a plugin is not on that list, speed booster deactivates itself.

Please use this guide for page speed optimization: https://forum.tagdiv.com/how-to-make-the-site-faster/

Amit
tagDiv Member

Hi @arpitsrivastava

Make sure you have enabled Avatar Display

Refer:
Show Avatars

Thank you for your understanding.
Have a nice day 🙂

Amit
tagDiv Member

Hello

You can only add expiry headers in responses to requests that go to your own server. If the request goes to another server, say Google’s server, then it’s Google’s server that answers the request.

So the only solution to your problem is hosting that external resources on your own server.
You can use custom font files option in Theme Panel.

Amit
tagDiv Member

Hello guys, I am using Speed booster plugin along with 21 other plugins, and it’s working as expected.

Mobile score

Desktop

Amit
tagDiv Member

Works fine after removing company name. Thank you @epickenyan

Amit
tagDiv Member

Hello,
To darken the prev/next, add following code to custom CSS:

.td-next-prev-wrap a{border:1px solid #000000;}
you may change #000000 to whatever color you want.

Thank you for your understanding.

Amit
tagDiv Member

Hello @jessehollar
To remove x before the date, add following code in Theme panel >> custom code >> custom CSS

.td-sound-radar .td-post-date:before {display:none;}

Thank you for your understanding.

Amit
tagDiv Member

Welcome @thry

Amit
tagDiv Member

Hello @jessehollar
To remove x before the date, add following code in Theme panel >> custom code >> custom CSS

.td-sound-radar .td-post-date:before {display:none;}

Thank you for your understanding.

Amit
tagDiv Member

Refer this: http://prntscr.com/h66wif This will remove author name and date from single articles.

If you wanna remove same from archive page then follow this: http://prntscr.com/h66x7v

This will remove author name and date from all blocks

Thank you for your understanding

Amit
tagDiv Member

No need

Make sure you are adding code at the right place and clear all cache from both plugin and CDN.
Also clear browser cache

Amit
tagDiv Member

are you using mobile theme plugin?

Amit
tagDiv Member

Hello

It’s working for me, make sure you’re adding video URL in Featured video field and select a video format.

Refer: http://prntscr.com/h66pdn
Result: http://prntscr.com/h66qh9

Amit
tagDiv Member

Hello

add following code in custom CSS section

#td-mobile-nav .td-menu-socials{display:none;}

This will remove social icons on menu slider.
Result: http://prntscr.com/h66o3w

Amit
tagDiv Member

Congratulations Team tagDiv

Cheers!

Amit
tagDiv Member

Using default template will auto add featured image on your single article. You don’t need to add an image in the article content. Just set a featured image.

Amit
tagDiv Member

Do not include an image in the article body. Instead, use the default template for your site.
This will solve your issue.

I am using FIA and not facing any issue. You may check my FIA on my Facebook page: Tech Explorist
Refer:
Theme Panel

Amit
tagDiv Member

Provide the URL of an article, replicating two images in FIA

Amit
tagDiv Member

@hamzahali

Contact me on email.

Amit
tagDiv Member

Hello, @warrentab

Considering http://www.crossicehockey.com as your website.
I have checked your site and found two same images in the source feed. And this result in two images on the Facebook Instant Article.

Why two images in the feed?

Let me try to explain in detail,

It seems you are using style 5 templates on some article. On articles using style 5, you are using feature image which will not be shown on the single article but it is being used in og:image and this can be read by FIA.

Now, to show the image on the single article, you are adding the same image to article body. FIA reading this image as the second image in the article.

That’s the reason FIA showing the same image twice.

Thank you for your understanding.

Amit
tagDiv Member

Hi @hamzahali

I have checked your feed for Facebook Instant articles, it seems fine.
Have you added any custom transformer rule?

Quick fix: http://prntscr.com/gmlpyu

Amit
tagDiv Member

Hello @sunilverma008
You can fix those errors by adding Custom transformer rules.

Put following rules and save changes.

{
"rules":
[
{
"class": "ParagraphRule",
"selector": "p"
},
{
"class": "BoldRule",
"selector": "b"
}
]
}

REFER: http://prntscr.com/gkseyn

Thanks for your understanding.

Amit
tagDiv Member

@alexandru

You have to configure headers correctly.
Tip: If you don’t wanna use CloudFlare expiry headers you can choose respect existing headers option from CloudFlare dashboard.

Amit
tagDiv Member

Hello Nano,

Write a simple plugin for functions.php, and add your custom codes there. The plugin will auto put your custom code to the both main and mobile theme’s functions.php. So whenever you update the theme, you don’t need to edit functions.php file.

For style.css, you can use theme panel to add custom codes. You can force write the rule by adding an important tag.

For fonts, it seems you’re using Poppins bold for headlines and the default fonts for the rest of the site. You can create own.woff file for the Poppins bolt and use it with custom fonts file option in the theme panel.

Hope this will help you.
All the best

Viewing 25 posts - 301 through 325 (of 511 total)