Nevermind, I found Less files in includes folder 🙂
hey @rakesh_121
FIRST OF ALL WRITE MESSAGES IN CAPS ON IT’S VERY BAD IDEA!!!!!!!
Looks like your mobile theme appear first for users,
try to disable mobile theme,
also check cache,
Another issue can be only on your device!
Perhaps you Windows tablet or browser set to Mobile device view
Check my screenshot from MacBookPro browser Chrome

@simon
I agree with you about 2x size for retina and it’s correct, issue come from Google Pagespeed
Google take image from srcset! and took exactly 4x size, which Google think is speed issue!
please check screenshot where it’s come

if I remove this part of code, google pass the page speed test!!!
So I think in mobile theme we have to add another rewriting of td_module class!
Check developer pagespeed report https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Freatlat.net%2F&hl=en
Google took the best size from assets, For my opinion we don’t need this srcset for mobile theme!

So my question, can we pass just 265x198px image without full asset?
Hey @bogdan-b
Solved,
.td-wp-booster-error {
display: none !important;
}
Solution level Wizard 99level ?
just in case, Bogdan,
can you add to backlog to solve API issue?
I just hide error for my users, but its like Homer Simpson checkEngine solution

Hey @bogdan-b
TY for quick respond,
BTW Mobile theme accept my edits by API, problem shown on Backend(Dashboard) 🙂
BTW, sharing buttons from theme contain still have Google plus!!!!
Google Plus goes DOWN!!!
Also, perhaps you could add Addthis support for sharing buttons, many and many users love AddThis sharing buttons, but for now I just solve it by tagDivAPI
@giacomolaw have no idea about speed 🙁
Newspaper theme is pretty slow 🙁
Looking around how improve it,
I think best benefits which you can get its bug fixing, and security updates!
For me this point much important, but fix performance will be great too 🙂
@giacomolaw I have few different project based on Newspaper… all updated to version 9.5 without any error. I always update theme using ZIP file and just re upload theme using plugin which I link you before.
Just try!, You always can roll back.
@giacomolaw perhaps you have issue with file uploading…
How you tried update theme? with patch? or upload new theme directly?
try use plugin Update Theme and Plugins from Zip File
and upload new theme zip file
after installation new theme you not need activate it just ignore this step.
Also this plugin have a great option to save backup old theme or plugin version(check settings)
If you no have modified files in your theme this is the best way to update Newspaper theme without errors!
@epicke ?
Option 5 sounds so crazy for regular customer 🙂
BTW mostly question was about.. WHY tagDiv plugin have conflict with almost all my plugins!
@giacomolaw what’s wrong? Did you already fix issue?
For me website loaded correct :/
Hey @bogdan-b
I investigate some time to debug issue,
and I catch it!
Problem in TD_Composer wp-admin script!

Problem comes on ThirstyAffiliates plugin report page.
And on any wp-admin page if you resize window size. (tested without ThirstyAffiliates plugin, only tagDiv components)

Please check screenshots,
and add it to developers bugs list.
Thank you
-
This reply was modified 7 years by
reatlat.
Hey @bogdan-b
You absolutely right!
For some reason in last version Newspaper I got issue with one of most important plugins for me.
I run pure empty WordPress instance install all TagdivPlugins and Newspaper 9.2.2
Conflict comes with a plugin called ThirstyAffiliates Affiliate Link Manager.
Can TagDiv Team investigate time to resolve issue?
Perhaps Issue from plugin ? But in this case your team can send support ticket to plugin author.
Looking forward to your reply,
Alex
@digitalchew this sounds weird ?
It’s not easy debug your situation via forum.
Which theme version you use?
AMP plugin version?
Feel free contact me directly http://bit.ly/2AXJWYX
@simion you absolutly right, I know it,
in classic editor lightbox works perfect, main reason why I wrote this topic, to request bugfix/feature for next release.
The Gutenberg editor, is quite different, but its so cool and pretty.
and anyway after 2 years WP stop support classic editor, and Gutenberg comes like only one way to manage content.
@robertcfp glad you found issue 🙂
similar issue sometimes comes with Akismet plugin,
perhaps solution for you, use custom disqus plugin, or migrate to native WP comment system (which better for SEO)
@robertcfp looks like issue with some plugin, not Theme, check the screenshot,

PS: if you tried hide your project, also remove url from dev-console
@perfectbodymate turnoff this option and disable comments manually or via third party plugin
1. select all pages or only pages where you want disable comments
2. select disallow comments
3. save result
If you need any help feel free contact me http://bit.ly/2AXJWYX
@nd89vn try this solution, not best, but in many cases can help =)
1. Create new menu
2. add custom link to new menu
3. remove hashtag from link
4. enjoy result
This solution should help you, if you need help, feel free contact me http://bit.ly/2AXJWYX
-
This reply was modified 7 years by
reatlat.
@themesic do you have activated Newspaper theme? can you pass the link website? Or contact me by email https://reatlat.net/contact/
@fabiobiondo If I remember correct, Newspaper theme require a bit more memory then usually wp hosting gives by default 🙂
check this article https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
try paste code to wp-config.php
/** Varibles for NewsPaper Theme */
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
paste it before text /* That’s all, stop editing! Happy blogging. */
@themesic feel free reuse my simplified version of plugin for add more features to Newspaper theme https://gist.github.com/reatlat/417fa9f3bb3928462c782a3fe8891b45
Some description, I create child class for td_class and override functions
in plugin you will fins a simple functions only for Newspaper theme.
@fabiobiondo in this case, you have to wait response from tagDiv team, or write support ticket in codecanyon
PS: I just want to help, I’m freelancer, I’m not work in tagDiv 😉
