Hi there,
I recently bought the Newspaper theme and activated it on my website https://learnodo-newtonic.com. My site loads properly in all browsers but not in Internet Explorer. Kindly look into the issue for me.
Thanks,
Anirudh.
Hello Swati,
Maybe your images are stuck in opacity 0. This usually happens on a js error caused by plugins or customization or other external optimization tools. Please disable all plugins except visual composer or TD Composer, remove all of unknown Ad Code, clear cache and reset CDN files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functioning of the theme.
Hope this helps and let us know how it goes!
Thanks for the message!
Hi Catalan.
The issue with IE has been resolved. Thanks for your help in this and also for your help in the previous issues we were facing. Your support has been very professional. Also I congratulate you guys for creating such a wonderful theme with infinite customization options.
I have nearly designed my site. Just one more things. My site is 5 years old. So on many of my posts the fonts have been already set. Now I want to change the fonts of my posts through the theme panel but they don’t change. I think that is because they have been set from the post section. However, when I go to the edit post section, there too I am unable to see any of the fonts of your theme.
Kindly tell me of a way to set the font of my posts.
Thanks for all your time and help,
Anirudh.
Hi,
The font settings are in the theme panel, not in the post edit screen.
– https://forum.tagdiv.com/font-customization/
And they should change, the theme panel font settings are general. For example this setting will affect all the paragraphs in the post content
– https://www.screencast.com/t/GFOfOaNlxkB
There are settings for headings, list, quotes.
Post titles are per template used (with a general font setting if needed)
– https://www.screencast.com/t/mSGh1Cdam8w
Inspecting one of your posts, I see the default Open sans font is used for post paragraphs. It should change once you use the setting I mentioned.
The size of the font may not work, seems the text is also wrapped in a span after the initial paragraph, for some reason
– https://www.screencast.com/t/80YOZJQMJ
In this case, since it seems most posts are the same way, you could use some CSS
– https://www.screencast.com/t/sAkd4PeQ
.td-post-content p span {
font-size: 25px!important;
}
This can be entered in Theme panel->Custom CSS code section.
Please let me know if you need help or have more questions.
Thanks