Thank you for the links. I will check them all.
Thank you simchris.
GT Metrix
HIGH:complained about server response time and suggested to opt for WP-Rocket.
MED: reduce DOM elements.
This is what I did:
Turned off lazy load
Reduce DOM elements by making the homepage shorter
Turned on Litespeed Cache.
The speed difference is not so big.
Sure the Lazy Load turned off looks much better but the page still loads very slow.
Typical for this Free News template.
The classic Newspaper template loads very fast on my server.
Such a shame.
-
This reply was modified 2 years by
Roboman.
Oops found the solution on this forum:
https://forum.tagdiv.com/topic/image-delay-loading-on-articles/
Hi Catalin,
Did you have a look already?
Thanks.
Thank you for your reply Catalin.
The logo with background do not fade in anymore with that code. But unfortunately the menu still fades in.
In reply to myself: I think I found a solution:
.td-container, .tdc-row {
width: 1200px;
margin-right: auto;
margin-left: auto;
}
Not sure if it will break some pages though.
Is this issue solved yet?
I have the same problem in my cloud-header template 5. The menu still fades in with the provided code.
Thank you for the info and suggestion Simion C!
After the theme update will I still need a seperate GDPR plugin to control GDPR for my website? What plugin is recommended?
This GDPR law is a disaster!
“But after all this should not be a such a big problem, the users will still be able to share the post after reading it.”
I dont agree. When a user starts reading the buttons load in and distract from reading. The social buttons as they were before the template update were better IMO. Is there a way to revert it back?
Hello Catalin,
Yes.
PHP 5.6.32-1+ubuntu14.04.1+deb.sury.org+1 (cli)
Zend Engine v2.6.0
mysql Ver 14.14 Distrib 5.7.20, for Linux (x86_64) using EditLine wrapper.
Thanks
I have the same error after upgrading the theme. Did you solve the problem and can you share please?
-
This reply was modified 8 years by
Roboman.
Thank you Chris S for the information!
Hello,
Thanks for taking time for me.
The website is : Link
Thanks
Hello Bogdan,
Thank you for your reply.
Sorry for being not clear with my question.
I’ll try to illustrate it with another picture.
This is the menu in Newspaper template.
https://www.screencast.com/t/AkCN6mxc
I would like the text being seperated with lines underneath, above and on the sides (borders) just like in this picture:
https://www.screencast.com/t/Nv65xRrF
Thank you
Oh it’s working now. So indeed there is quite some delay.
But it works. Great!!
Hi,
Same problem for me.
Facebook and Google+ are zero but Twitter works ok.
Followed all instructions and deleted cache. Facebook is public. Still zero.
If you want a background-image in the header and a seperate logo,
This works for me:
.td-banner-wrap-full, .td-header-style-11 .td-logo-wrap-full {
background: #000000 url(https://www.yourwebsite.com/wp-content/uploads/2017/05/yourbackgroundimage.jpg) no-repeat;
background-size: 100% 100%;
}
-
This reply was modified 9 years by
Roboman. Reason: corrected percentage
Awesome! This helped me a lot! Thanks!
Thank you for your reply and advise.
It was indeed a plugin that caused it.
Async javascript. I changed method to defer and now it works good.
Thanks!
Thanks Catalin !!!
Edit: It worked but if I put the date before the category then nginx gives an error.
When I switch date to the back then it is ok. like this:
<div style="display:inline-block;"><?php if (td_util::get_option('tds_category_module_10') == 'yes') { echo $this->get_category();}?></div>
<div style="display:inline-block;"><?php echo $this->get_date();?></div>
Is it possible to show the category after the date?
Thanks
Hi, I found a solution already in td_module_10 i added display:inline-block style.
<div class="td-module-meta-info">
<div style="display:inline-block;"><?php echo $this->get_date();?></div>
<div style="display:inline-block;"><?php if (td_util::get_option('tds_category_module_10') == 'yes') { echo $this->get_category();}?></div>
<?php echo $this->get_author();?>td_module_10.php
<?php echo $this->get_comments();?>
</div>
Thanks
The mobile template looks awesome but not having the option to offset articles or enable unique articles option is for me a big negative. It shows in the example that nacionpix mentioned.
Reading the big grid 1st article then scrolling 2 articles further you see the same article again makes the mobile template not very usable which is sad because the template looks so great on my phone. Better than desktop version in my case.
Hope Tagdiv will come up with a solution.
Best template and support in the industry IMO.
