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 :)
Roboman
tagDiv Member

Thank you for the links. I will check them all.

Roboman
tagDiv Member

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.
Roboman
tagDiv Member
Roboman
tagDiv Member

Hi Catalin,

Did you have a look already?

Thanks.

Roboman
tagDiv Member

Hi Catalin,

Link

Thank you!

Roboman
tagDiv Member

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.

Roboman
tagDiv Member

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.

Roboman
tagDiv Member

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.

Roboman
tagDiv Member

Thank you for the info and suggestion Simion C!

Roboman
tagDiv Member

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!

Roboman
tagDiv Member

“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?

Roboman
tagDiv Member

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

Roboman
tagDiv Member

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.
Roboman
tagDiv Member

Thank you Chris S for the information!

Roboman
tagDiv Member

Hello,
Thanks for taking time for me.

The website is : Link
Thanks

Roboman
tagDiv Member

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

Roboman
tagDiv Member

Oh it’s working now. So indeed there is quite some delay.
But it works. Great!!

Roboman
tagDiv Member

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.

https://www.robot.nl

Roboman
tagDiv Member

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
Roboman
tagDiv Member

Awesome! This helped me a lot! Thanks!

Roboman
tagDiv Member

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!

Roboman
tagDiv Member

Thanks Catalin !!!

Roboman
tagDiv Member

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

Roboman
tagDiv Member

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

Roboman
tagDiv Member

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.

Viewing 25 posts - 1 through 25 (of 34 total)