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

Post counts work with WP Rocket cache plugin.
Note: You must enable Ajax view count (only if you are using any cache plugin with theme).

to enable Ajax view count.

Go to theme panel >> Post settings >>> Ajax view count (keep counting with cache plugins)

I have tested this on one of my websites, hope it will help you.
Thank you for your understanding.

Amit
tagDiv Member

It will give round shape to the author image in author box.
Make sure you purge all the cache (CDN, BROWSER CACHE, CACHE PLUGIN) to see the results.

Amit
tagDiv Member

Disabling Lazy load option in Jetpack will fix this.

Amit
tagDiv Member

Add following code to custom code >> custom CSS in the theme panel

.author-box-wrap .avatar {
border-radius: 50%;
}

Amit
tagDiv Member

We are using WP Rocket on our 3 websites with Newspaper theme without any issues.
To avoid issues you can either enable minification with plugin or cloudflare. You can exclude theme js to avoid lazy load issue or just disable lazy load from theme panel and use lazy load feature in WP Rocket plugin.

Amit
tagDiv Member

@edtrejo

You have to repeat same procedure for the mobile theme.
For mobile theme edit /mobile/single.php file to add matched content ads.

That matched content ads do not work on AMP.

Amit
tagDiv Member

In terms of SEO, having site AMP ready is better than having mobile theme.

Amit
tagDiv Member

You must update the WP Home URL (WordPress Address (URL)) with the https:// version. This will surely solve the gallery issue.

To fix green lock issue, open theme panel, and check if the side logo, favicon, background URL has https in their URL REFER: http://prntscr.com/ljqsqt

Note: Things may break If you are using CloudFlare Free SSL on your website. You must configure it very carefully.

Hope this will help, thank you for your understanding.

Amit
tagDiv Member

@axehorde

To show InFeed ads in the sidebar, you don’t need to modify adsense code, just put the code you get from your AdSense dashboard in HTML widget. That’s it. Same for the Matched Content ads.

The above-mentioned code is required only if you wanna add Matched content ads in the template.

For example, if you wanna show matched content ads below the post content then you need to edit loop-single.php file (Refer screenshot: https://prnt.sc/ljqqwq)
Result:
http://prntscr.com/ljqrg1

Amit
tagDiv Member

To make post links underlined, add following code to custom CSS

/* This will make all links in the post underlined by default*/

.td-post-content a {
text-decoration: underline;
}

/*Adding this code will show an underline when you take mouse pointer over the link*/
.td-post-content a:hover {
text-decoration: underline;
}

Hope this will help, thank you for your understanding.

Amit
tagDiv Member

@zseo, what transform rules for p tag is already defined in the plugin. There is no need to define any rule for it.
For Newspaper theme rules for some elements need to be defined like SUBTITLE, SOURCE, VIA.

Amit
tagDiv Member
Amit
tagDiv Member

@tmaghrebt for me your site loading fine check: https://tools.pingdom.com/#599ca9077f000000

Install the Cloudflare plugin to manage cache expiration.

Amit
tagDiv Member

Option- 1
Disabling author archive in Yoast SEO settings will disable author page. In this case, clicking on author name will redirect the user to the site homepage.

Option – 2
You can add redirection using regex redirect for author URL to about page.

Amit
tagDiv Member

@tmaghrebt what do you mean by stats?

Amit
tagDiv Member

@external
CSS needs only when you are using speed booster plugin.

Amit
tagDiv Member

You can also try renaming object-cache.php to object-cache.php.off
the file is located in domain.com/wp-content/

Amit
tagDiv Member

This mostly happens when you have a database cache enabled on the server end.

Amit
tagDiv Member

It appears when you open Menu slider in the mobile header

Amit
tagDiv Member

Try disabling Minification in WP Fastest cache plugin.

Amit
tagDiv Member

Yes, you can remove it by adding custom CSS code.
/* This will remove page title */
.page-id-828 .entry-title.td-page-title {display:none;}

/* This will remove breadcrumb */
.page-id-828 .entry-crumbs {display:none;}

828 is a page ID for the page you want to hide title and breadcrumbs

Amit
tagDiv Member

Can you try disabling minify option in your cache plugin’s settings?

Amit
tagDiv Member

To remove the author from a single post, go to theme panel >> Post settings >> disable SHOW AUTHOR NAME and hit save settings button.

Viewing 25 posts - 201 through 225 (of 511 total)