Search Results for 'optimize'

    No search results were found in Documentation!

Results from the Forum
Catalin
tagDiv Staff

Hello cthrag,

I have checked your website URL on Google Insights and I saw that your page speed is too slow because your website was not be optimized, as you can see here -> https://developers.google.com/speed/pagespeed/insights/?hl=ro&url=https%3A%2F%2Fwww.karaburunzeytinevleri.com%2F&tab=desktop

Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.

Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/

One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/

Basically, these are the theme requirements
https://forum.tagdiv.com/requirements-for-newspaper/

Thanks for your understanding!

kompic
tagDiv Member

Wrong.
You did not understood what is happening. Please check your demo. I even sent you screenshots.

“Big grid full 1” is not using thumbnails. It loads neither the thumbnail nor original image.
What it does is this: It takes original image, generates a copy of it, and changes its name.

For example:
I write a post, upload an image 1545px x 1313px as a featured image which I previously optimized using tiny png(https://tinypng.com/) to reduce the size to 200kb.
SO the original image is this: mainimage.jpb (200kb)

When the post is loaded in “Big grid full 1”, it loads the featured image but with different name, and in my case, increased to 700kb.
So, the loaded image is mainimage-1545×1313.jpb (700kb)

I have sent you all the evidence. That is a bug, please fix it. If you don’t understand, then please check carefully everything I said in this one and previous post.
Thanks

  • This reply was modified 8 years by kompic.
Catalin
tagDiv Staff

Hello matijakurusic,

Please notice that our theme using the thumbnails and that’s why it creates more size of images. So, if you want to reduce them, you should turn off the unused blocks from here -> https://www.screencast.com/t/lhulD32mR You should load only the final version of your images which are optimized and the theme will not make another one for the same image which uses the same thumbnail, sorry!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello joep,

1)Please notice that the Block Header Styles does not have any such a hover effect, sorry! If you want to have such an effect, you should use a bit of CSS code in order to achieve this. Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-block-title-wrap:hover{
background-color:green;
}

The result is here -> https://www.screencast.com/t/KYOJ4dnoKS

2)You can try the code below and add a margin top to your social sharing buttons.

The code is ->

@media (max-width: 767px){
.td-post-sharing-top {
margin-top: 20px;
}
}

The result is here -> https://www.screencast.com/t/wHSS4q9v39by

Also, if you have some additional customizations which can break the mobile theme layout you should optimize it. So, if you will check our demo on mobile, you will see good results.

3)Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.widget_mc4wp_form_widget .td-block-title span {
color:red;
}

The result is here -> https://www.screencast.com/t/Pv20efchx

Thanks for the message!

kompic
Participant
#0

Hello, I am testing out your new demo (Coffee blog) cofee blog
;
The problem is with the “big grid full 1”.

I noticed that when I test my environment and your original demo, with Pingdom or Gt metrix, result is the same.

Big grid full 1 generates new image in the same size as original, but with different name.
The problem is that my original image is optimized before upload, and it’s size is 200kb, full hd resolution, and the big grid full 1 instead of using the original image, it generates another image from original in the same full hd resolution which size is 700kb.

Please check what I have found on your demo:

Pingdom test – this link shows that the grid loads new generated image which is the same size as original, it just gives it different name.
https://demo.tagdiv.com/newspaper_blog_coffee/wp-content/uploads/2018/01/51.jpg

https://demo.tagdiv.com/newspaper_blog_coffee/wp-content/uploads/2018/01/51-1920×1250.jpg

The images are identical. The problem is, in my case, that my original image is optimized in size, and this grid makes another one, and in some weird way the size is almost 3 times bigger.

What can I do to have big grid full 1 use original image? There is no sense of generating by itself the same image bigger in size for each new post which gets to be in that grid.

Thank you

Jasmin
tagDiv Member

Hello Catalin,

I analyzed the page with “seobility.net” after optimizing according to yoast.
Thank you for your reply. You were right – one unused plugin was still attaching css code. The other js files were from google ads.
Autoptimize reduced the rest of the files to 3 css and 3 js files.
Now it looks way better.

Catalin
tagDiv Staff

Hello Vickydhumale,

I have inspected your source page and I saw that you are using the Autoptimize plugin which is not tested with the theme and which can interact with the theme core files and causes a lot of unknown issues. Please try to disable it, clear all of the caches, purge CDN files if you are using the CDN system, Cloudflare, remove any minified sources and check the results.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

We do not provide a robots file with the theme. That would have to be created/configured by the users. You could check online guides and tutorials in the matter
https://yoast.com/wordpress-robots-txt-example/
http://www.wpbeginner.com/wp-tutorials/how-to-optimize-your-wordpress-robots-txt-for-seo/
https://torquemag.io/2015/04/wordpress-robots-txt-seo/
https://www.bloggertracks.com/easily-edit-robots-txt-seo/

Thanks

Lubo
tagDiv Member

you have to optimize pictures…
use tinypng.com

Simion C.
tagDiv Staff

Hi,

For me the website is loading fast, home page loads under 2sec while posts around 3sec. You could follow tutorials provided by theme users to optimize further, there are many veterans in this forum with extensive know-how in the matter. Some topics here

https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/

Thanks

Jose
Participant
#0

Hi team,

We all know that google will soon implement a new algorithm, which will benefit the fastest websites in mobile version.

I have optimized my website as much as possible, I use td booster, td mobile, etc….. I use a fast server (OVH Cloud) and also a CDN service to help load images and data (CDN77).

I got a 99 on pagespeed on google, on my cell phone.

But the speed of first data (FCP and DCL) never improves. It’s always “stockings” and me, I want to get “quick.”

Can I get some advice, please?

I can modify my website, add or remove, but I want to get high speed.

My web:https://goo.gl/UFaj1n

Thanks team, I love newspaper

pinnaclecompass
Participant
#0

Hello,
I’m writing to see if anyone has experienced this and can provide some tips we could use to troubleshoot.
At some point, the mobile menu and mobile search button stopped working, when our site is viewed on a phone. (Viewing the page in responsive/mobile view on a desktop Chrome/Firefox works fine.)
The odd thing is, the menu/search button works on most single article pages, but not on pages which include blocks listing video stories. (We found this by deleting blocks one by one, until we found that blocks with video seem to ‘break’ the link to the mobile menu.)
Example can be found on https://www.caymancompass.com, where the search or menu buttons do not respond to touch. This means that when the home page is viewed on a phone (android or iPhone), the buttons for menu and search do nothing.
We are using the regular theme, not the mobile theme plugin.

We have other sites using this theme, without these problems. We cannot find any obvious differences though.
Our live site is still at Newspaper 7.3, due to some custom code required by the boss, which needs to be rebuilt to work with themes newer than 7.5. Any hints (that don’t involve full upgrade to 8.7+) would be appreciated.
We tried: turning off Autoptimize and WP SuperCache, clearing cache in Cloudflare, upgrading to the latest visual composer, downgrading visual composer, turning off some plugins we added, removing and replacing blocks on home page, commenting out CSS, taking out Javascript and/or CSS from Autoptimize.
It could be something simple we missed. Any hints would be appreciated.

Jose
tagDiv Member

Thank you. Thank you,

I would like to use this background image and the same style as “craft” in the titles of the home blocks (and sidebar blocks as well).

Maybe it’s easier to choose that demo, install and then optimize it to my liking?

Thanks

Bogdan B.
tagDiv Staff

Hello,

It is ‘autoptimize’ that creates the issue:
https://www.screencast.com/t/FCuHY8Xbb2

Thanks,

Simion C.
tagDiv Staff

Hi,

Basically the theme requirements are these
https://forum.tagdiv.com/requirements-for-newspaper/
https://forum.tagdiv.com/system-status-parameters-guide/
The latest theme version is optimized over the previous versions, the composer as well was optimized. You could try as a test to deactivate all other plugins except theme plugins and check if this has any effect. Check with your hosting provider what exactly is causing the problem.

Simion C.
tagDiv Staff

Hi,

Could’t say exactly, basically as long as the theme requirements are met there should be no problem
https://forum.tagdiv.com/requirements-for-newspaper/
https://forum.tagdiv.com/system-status-parameters-guide/
The latest theme version has been optimized over the previous versions, also the tagDiv composer was optimized. Maybe your hosting provider could mention what exactly is causing the issues and what are the resulting problems.

Thanks

Simion C.
tagDiv Staff

Hi,

The WP Super Cache is recommended to be used with the theme, other plugins or configurations can cause issues. To test page speed it is always recommended to first remove ads if possible, and deactivate all non-theme plugins. It also depends on the hosting provider.
The autooptimize plugin could cause issues with the mobile plugin, try disabling it and test again.
There are many guides you can follow here in the forum regarding page speed, provided by theme users who achieved great results. Some of theme here
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/

Thanks

Simion C.
tagDiv Staff

@Ludonoticias That could be the case, there are plans to begin testing with autooptimize plugin but I could not say for sure when they will begin. It could be a setting in the plugin such as you mention that is causing the issues.

in2town
Participant
#0

Hi, i am trying to optimize my home page for relevant keywords which includes travel magazine and holiday magazine. So, i would like to know how to change the block title from h4 to h2 to help me with this. I have been searching for a long time and cannot find the solution.

Also, on my page i have a lot of h3 titles for my articles, please see http://www.in2town.co.uk this is going to confuse google when i am trying to rank for my keywords. Is there a way i can remove the h3 titles to make it easier to rank for my chosen keywords

thanks

Ludonoticias
tagDiv Member

Hi, i have had the same issue. I have found the Autoptimize pluging cause the change in style when the “inline and defer css?” option is on

thoughtful
Participant
#0

I have Newsmag but am a bit concerned about the lack of features that have been rolled out in the Newspaper theme such as the AMP optimized version of the site. Is there an estimate of how long it will take for tagdiv to release an update? Otherwise, is it worth migrating to the Newspaper theme instead?

Catalin
tagDiv Staff

Hello ashubais,

Please notice that aspect depends on how well your site is optimized. Check our optimization guide from here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ and from here -> https://developers.google.com/speed/docs/insights/BlockingJS

Thanks for your understanding!

ashubais
Participant
#0

Help me, How to optimize my AMP pages, my normal speed is 88 in PageSpeed Insights but the AMP pages are too slow. How to fix it. here is my website please check it out – https://www.ytechb.com/amazing-whatsapp-tricks-2018/amp/

Simion C.
tagDiv Staff

Those are images served by Instagram, I could not say how you could optimize these images. That is how they are pulled from Instagram CDN and I don’t think they can be optimized in any way.

veeru1saini
Participant
#0

http://prntscr.com/iqm4pl anyway to deal with this….
I am using WP Smush to optimize images…do you recommend any particular image optimization plugin (considering this one is free)

Viewing 25 results - 2,951 through 2,975 (of 4,409 total)