The main "menu" problem of Newspaper

Posted in: Newspaper
Post count: 28

I think the main problem of Newspaper Theme is “menu”.

The menu is loading after the page, after too many elements. This is a big problem specially, when the Internet is SLOW and in mobile (I don’t want to complicate my life and use AMP).

When the Internet is slow, if you touch the hamburger menu stay stacked and avoid the loading of page.

Anyway, hopefully there will be a solution to this in future releases..

Post count: 23312

Hi,

I have checked your website and I saw that you have a delay with your loading page. You can try to remove the start transition effect using the code below and place it in Theme panel -> Custom CSS area. Also, please notice that the speed of your website depends on how well your site is optimized.

.td-js-loaded .tdc-row-divider, .td-js-loaded .td-element-style{
-webkit-transition:none;
transition:none;
}

Also, if you want to increase the page speed, you sohuld check the following useful topic from here -> https://forum.tagdiv.com/topic/slow-3/

Thanks for oyur understanding!

Post count: 28

Thank you Catalin.. I put the CSS codes but actually there is no difference. The mobile menu doesn’t get active until the page loading %100.

And the about page speed, yes I read all this staff. I used Super Cache and Cloud etc. before. But after I found another small problems. For example, I change a image, but it doesn’t change for a while, something like this. And every time I need the clean cache.. a lot of work for me.. Anyway I’m not so expert all this. I don’t want to mess something doing speed solutions.

Anyway thank you again..

  • This reply was modified 7 years by Ersoy B..
  • This reply was modified 7 years by Ersoy B..
Post count: 23312

Hi,

About this problem, you can check the following topic from here -> https://forum.tagdiv.com/topic/slow-3/ There I have tried to explain what exactly you want to do if you want to increase your page speed.

Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.