Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
adamuiowa
tagDiv Member

I updated to 11.4.1 and it’s still the same issue.

You can see for yourself: https://www.wrestleview.com/top-story/220515-wwe-news-may-premium-live-event-name-confirmed-female-superstars-featured-on-billboard-in-saudi-arabia/

On top, right below the featured image, the ads takes a while to load. It’s the direct Adsense ad, without any ad server.

I really don’t want to revert back to another theme. Please if you can help.

Thanks

adamuiowa
tagDiv Member

Hi Simion,

I checked with my host and everything is fine.

I have checked the MIME types and I could see Nginx already has those types added within the configuration file.

I have now updated the Engitron(nginx) on the server where the mime types has been updated,

Change log for v1.8.10:

“Updated Nginx mime type definitions (covers additions to documents file types, web fonts etc.).”

So there is no issue with Nginx for MIME types from server end.

Please let me know what else it could be.

Thanks

Website: http://seo.wrestleview.com

  • This reply was modified 8 years by adamuiowa.
adamuiowa
tagDiv Member

The icons are there. URL is seo.wrestleview.com

This is the error I am getting in the console:
Failed to decode downloaded font: http://seo.wrestleview.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?15
(index):1 OTS parsing error: incorrect file size in WOFF header
(index):1 Failed to decode downloaded font: http://seo.wrestleview.com/wp-content/themes/Newspaper/images/icons/newspaper.ttf?15
(index):1 OTS parsing error: name: table overruns end of file

adamuiowa
tagDiv Member

Hi Catalin,

Why did this happen now on this theme update and not on previous versions? It was working fine for every theme update.

First solution is a no no, I am not using any CDN. Plus isn’t this part of the Newspaper theme?

Thanks for clarifying.

adamuiowa
tagDiv Member

Hi Bogdan,

The only thing I did for Disqus to synchronize comments count is I edited one file:

#2 Edit /wp-includes/comment-template.php
Find line:
$hash = get_comments_number( $post_id ) ? '#comments' : '#respond';
Replace with:
$hash = get_comments_number( $post_id ) ? '#comments' : '#disqus_thread';

All I want is just to remove the word “comments”. I want the Number only to display.
https://prnt.sc/j0sdlw

It should be fairly easy, but not able to find it.

Thanks

adamuiowa
tagDiv Member

Two things you have to do:

#1 Paste the following code at the bottom of your single.php, before this <?php

get_footer();

<script id="dsq-count-scr" src="//lchfdieta-pl.disqus.com/count.js" async></script>

#2 Edit /wp-includes/comment-template.php
Find line: $hash = get_comments_number( $post_id ) ? '#comments' : '#respond';
Replace with:
$hash = get_comments_number( $post_id ) ? '#comments' : '#disqus_thread';

That’s it.

One thing you will notice, your comments will be displayed like this “15 comments” and the the Newspaper theme comment icon will disappear. I am trying to find the fix for that.

adamuiowa
tagDiv Member

Hi Simion,

The thing is, the count views were working even with Disqus for over a year, they just stopped working.

Thanks

adamuiowa
tagDiv Member

Hi Simion,

I didn’t know we needed to add the /?amp.

Normally I just add /amp without the question mark.

Thanks

adamuiowa
tagDiv Member

Hi Catalin,

The inline ads do NOT work when a Twitter or Youtube embbeded code is added to the article.

Here is the perfect example:

http://www.wrestleview.com/screenshot1.png
As you can see, this one has the Twitter embedded comment, the ad banner does not show.

http://www.wrestleview.com/screenshot2.png
I removed the Twitter embbed, and the ad banner shows.

Here is the link to the actual article. This one has the Twitter embbed, but the banner does not show.
http://www.wrestleview.com/wwe-news/65455-wwe-officially-releases-ryan-ryback-reeves-wwe-contract-monday/

This is happening on Mobile and Desktop.

Thanks

adamuiowa
tagDiv Member

Hello Catalin,

The Twitter code is working. It just prevents the ad banner from loading inline.

It’s not only Twitter code. ANY embedded code, youtube or other, once the code is pasted in the article, it makes the inline ad code disappear.

This was happening prior to the updates being released. But we will do the updates this weekend.

Thanks

adamuiowa
tagDiv Member

Bogdan,

Thanks for pointing out those suggestions.

Earlier today we did the following and got these results:

* Tried the wp bootser and it didn’t help. I disabled it.

* I added the code in the .htaccess file, it helped a bit.

* We have WP Super cache enabled and configured.

The website is still running slow. Would you suggest fixing leverage browser cache, enable compression, eliminate render-blocking JS and CSS? It would see the images (which we have compressed) are causing slow load times for only the main page.

Any help would be greatly appreciated!

Viewing 11 posts - 1 through 11 (of 11 total)