Hey,
Looks alright. I try to customise as little as possible. So that update doesn’t cause problems.
Thank you for your support.
I checked it in another browser and everything seems to be fine. must be something to do with cache.
Just let me know about the child theme? Will my child theme work fine with 8.5.1? I am using the child theme that I activiated with newspaper 7 I guess.
Okay so I updated the theme to 8.5.1 via filezilla and I still have this problem.
Many other problem have resolved itself.
I just want to make sure of one other thing. I am using a child theme, do I need to do something (upgrade) to my child theme as well? or that should be good to go ?
Yes, I have made most of my modifications using a child theme.
Okay, I will update it in a staging site and see if everything works fine.
without caption: https://imgur.com/a/eLDnH
with caption: https://imgur.com/a/foAYH
And I am on the version 8.1. I don’t want to update my theme altogether. That way I lose some of the changes I made in the theme files. Can I somehow just update the files that were updated in the update?
-
This reply was modified 8 years by
junaiddar.
Thank you.
Can you please check if there is this problem when you view the website?
The errors given on the console are of these type:
the last one is the main error that occurs everytime this happens
my website:
https://emperorpost.com
Will implementing the like button that is provided by FB, sync FB page and website likes?
Does this code go in td_module_single.php file?
<div class=”fb-like” data-href=”https://developers.facebook.com/docs/plugins/” data-layout=”button_count” data-action=”like” data-size=”large” data-show-faces=”true” data-share=”false”></div>
Okay, that sorted it out. Somehow, the sidebar widget was empty. Maybe some plugin removed it.
thanks
– The sidebar has not been set manually for each post.
– There is only one category selected.
In the theme panel:
Categories -> category global settings
default sidebar is selected and the position is right.
Note that the sidebar is being displayed on pages:
– Disclaimer, about us, privacy policy, etc
but not on posts. It was displaying before though
Yes, I think so.
As it was working fine few days back.
The side-bar is not showing in the posts and I have tried everything that I could think.
– Disabled all the plugins except the visual composer.
– Tried reversing all the things I did before it was working.
– Also tried to use chrome inspect to see the problem. I think it is just failing to load.
Need Help.
Here is my page:
https://emperorpost.com
Update: I activated the deactivated and activated Yoast Seo and it is working fine now. Strange
Update: Deactivating Yoast Seo makes the responsive mobile theme to work fine. But Yoast Seo is supposed to be compatible with Newspaper theme.
If you open the website from a mobile device, scroll down to the bottom and click one of the mentioned pages.
The website works fine in the developer’s tools mobile version in chrome
Okay. Thanks a lot.
Thank you, that worked.
Is there any way I can make additional tabs appear only in the mobile version? I am not using the mobile theme.
-
This reply was modified 8 years by
junaiddar.
I tried this code in Custom CSS and Advance CSS mobile section.
I removed @media (max-width: 767px) bit when I placed it in advance CSS mobile section. Nothing worked.
Didn’t work. I tried disabling AMP and then tried this code again. Still no success.
What other modifications do I need? Can you point me in the direction?
Update:
After I integrated fb comments into the mobile theme as well. Its performance has greatly improved.
Yesss, the speed issue is bad. It is slowing down the page speed by at least 1-2 sec. Fb has to speed it up somehow.
Maybe somebody has solved it? Maybe by getting in CloudFlare or something.
and also js.async=true; . Tried both
Thanks, Chris. I have thoroughly studied FB comments doc. It didn’t find this. However, I did add this
js.async=false;
But still, fb comments load very slow.
You misunderstood me. I know where it is located. I was asking where on comments file do I need to add the code so that fb comments also appear on the mobile version of the app.
More specifically where to add this code:
<div class=”fb-comments” data-href=”http://www.[YOUR_SITE]” data-width=”100%” data-numposts=”5″></div>