Search Results for 'css'

Results from the Forum
Simion C.
tagDiv Staff

@jensgrabble So many errors would appear if there is no AMP whatsoever for the link you are testing. If this is your website https://www.ikwilgoedkoopreizen.be from what I can see AMP is not active. Please see this guide if you want to activate AMP
https://tagdiv.com/amp-newspaper-theme/


@Bintmusic
I have seen something similar with Woocommerce, this plugin also adds a noscript with a class and opacity – https://wordpress.org/support/topic/amp-paired-two-errors/ which can cause the same problem. I made some brief testing with a default theme and the same happens. It could be a problem with the AMP plugin itself or caused by a different plugin in.
While testing with WPBakery active and only theme plugins on our end the AMP posts are valid, no such errors.

The menu on mobile issue (not AMP) could be caused by minification, optimization or such plugins. The respective class that make the menu and search modals visible is not being added to the body when the icon is pressed – http://prntscr.com/n0yaz1
There are also some CSS regularities.
Maybe consider using the mobile theme just for AMP for the moment, and make a copy of the website on a testing sub-domain and set it exactly as the main one. There you can test and try to identify the problem plugin or configuration.

Catalin
tagDiv Staff

Hi,

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/
Also, check all of your Ad Spots and if you have entered any suspicious code through them, remove all of them and check the results without them.

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/

Another useful guide for increasing the page speed can be found here -> https://kinsta.com/blog/google-pagespeed-insights/

Lately, Google Page Speed Insight seems to change the layout and is not always reliable.

For minify CSS you can use this online tool -> https://www.minifier.org/

Thanks for your understanding!

Calin
tagDiv Staff

Hi,

‘While it does allow styling the document using custom CSS, it does not allow author written JavaScript beyond what is provided through the custom elements to reach its performance goals.‘

Please check the AMP HTML Specification
-> https://www.ampproject.org/docs/fundamentals/spec#html-tags
Also please check a similar topic -> https://forum.tagdiv.com/topic/custom-javascript-is-not-allowed/
-> https://forum.tagdiv.com/topic/a-mandatory-amp-html-tag-is-missing-from-this-document/

Also after you manage the javascript, please access your permalinks section of WordPress and press the save button again for the permalinks. you do not have to change the structure. Just save gain. This fixed the amp error for most users.

Thank you!

Calin
tagDiv Staff

Hi,

If you want to remove the footer only from homepage you’ll need to use a custom css; set this code in Newspaper>Theme Panel>Custom code>Custom css
.home .td-footer-wrapper{
display: none;
}

If you want to remove the footer entire website please check the settings from Newspaper>Theme panel>Footer > Footer settings -> https://www.screencast.com/t/z6NVymhN

Thank you!

GiacomoLaw
Participant
#0

https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.thenerdystudent.com

How can I improve my page speed on my mobile site? By deferring CSS and JS, and minifying CSS.

Desktop site is fine.

I am on Version 9.5.

Thanks!

Simion C.
tagDiv Staff

Hi,

You could do something like this – http://prntscr.com/n0vtc4
Enter this one in the Advanced CSS in the desktop field, in the desktop field

.td-header-style-1 .td-header-sp-logo img {
max-width: none;
}

You could also check out the header builder, now you can design your header in the composer
https://tagdiv.com/whats-new-in-newspaper-theme-9-5-update/
https://tagdiv.com/newspaper-theme-customize-the-header-manager/
There are headers designed by us in the cloud templates section, these can be imported (and modified if needed) with the cloud library plugin
http://prntscr.com/n0vylc

Thanks

Bintmusic
tagDiv Member

@Simion

To solve proble with js composer I comment this line in
plugins/js_composer/include/classes/core/class-vc-base.php

public function addNoScript() {
//echo ‘<noscript>’;
echo ‘<style type=”text/css”>’;
echo ‘ .wpb_animate_when_almost_visible { opacity: 1; }’;
echo ‘</style>’;
//echo ‘</noscript>’;
}

I tried to rule out optimization from javascript but the mobile theme menu still doesn’t work on mobile visualisation… works instead on the page amp

Do you have solutions to propose?

Thanks!

Simion C.
tagDiv Staff

That plugin seems to have replaced all the theme containers with it’s own sections, and it’s own CSS. It would be somewhat expected to have design issues in this case. I could try and patch things up and reapply some of the theme design on the plugin classes
http://prntscr.com/n0vh6l

@media only screen and (min-width: 1200px) {
.mec-container {
width: 1068px;
padding-left: 0;
padding-right: 0;
}
.mec-wrap .col-md-8,
.mec-wrap .col-md-4 {
padding-left: 0;
padding-right: 0;
}
.body-td-affix #td-outer-wrap {
background-color: #fff;
width: 1164px;
margin-right: auto;
margin-left: auto;
}
.mec-single-event {
background-color: #fff;
width: 1068px;
margin-right: auto;
margin-left: auto;
margin-top: 48px;
}
.mec-wrap .row {
margin-left: 0;
margin-right: 0;
}}

But there still may be other problems.

ethosmedia.eu
tagDiv Member

False alarm, some CSS only on live caused the error.

Simion C.
tagDiv Staff

Hi,

It is happening on Chrome in Windows as well – http://prntscr.com/n0unxt
Seems some classes are mixed up and the design is broken. Are you using any CSS minification or any kind of minification? try to temporarily disable it if you do.

The proper CSS may not be loading because of this. If the problem remains or you already tried this, send us an email at contact@tagdiv.com and provide admin login so we can take a closer look. Include a link to this topic in the email.

Thanks

khadley
tagDiv Member

Hi, when my client looked at the site for a review, she wants the logo even larger. I’ve change the code you gave me above to 140, and uploaded a new logo that size, but it’s resizing it again to 123 height. Is there a way to have it larger? not sure why the same css code doesn’t work, woudl seem logical that it would.

Also, is there a way to reduce the spacing above and below the logo in that header area?

jensgrabble
tagDiv Member

Hi Simon

I get more than 30 issues (before 2) with the new theme update:

The mandatory attribute ‘⚡’ is missing in tag ‘html’. MANDATORY_AMP_TAG_MISSING_OR_INCORRECT
line 1, column 151

The attribute ‘onload’ may not appear in tag ‘link rel=preload’. DISALLOWED_HTML
line 1, column 407

The attribute ‘href’ in tag ‘link rel=stylesheet for fonts’ is set to the invalid value ‘https://www.ikwilgoedkoopreizen.be/wp-includes/css/dist/block-library/style.min.css&#8217;. AUTHOR_STYLESHEET_PROBLEM
line 1, column 3267

The attribute ‘href’ in tag ‘link rel=stylesheet for fonts’ is set to the invalid value ‘https://www.ikwilgoedkoopreizen.be/wp-content/plugins/contact-form-7/includes/css/contact-form-7.min.css&#8217;. AUTHOR_STYLESHEET_PROBLEM
line 1, column 3437

The attribute ‘href’ in tag ‘link rel=stylesheet for fonts’ is set to the invalid value ‘https://www.ikwilgoedkoopreizen.be/wp-content/plugins/official-mailerlite-sign-up-forms/assets/css/mailerlite_forms.css.min.css&#8217;. AUTHOR_STYLESHEET_PROBLEM
line 1, column 3626

The attribute ‘href’ in tag ‘link rel=stylesheet for fonts’ is set to the invalid value ‘https://www.ikwilgoedkoopreizen.be/wp-content/plugins/revslider/public/assets/css/rs-plugin-settings.min.css&#8217;. AUTHOR_STYLESHEET_PROBLEM
line 1, column 3844

The mandatory attribute ‘amp-custom’ is missing in tag ‘style amp-custom’. DISALLOWED_HTML
line 1, column 4041

The attribute ‘href’ in tag ‘link rel=stylesheet for fonts’ is set to the invalid value ‘https://www.ikwilgoedkoopreizen.be/wp-content/plugins/wp-coupons-and-deals-premium/assets/css/wpcd-style.min.css&#8217;. AUTHOR_STYLESHEET_PROBLEM
line 1, column 4121

The mandatory attribute ‘amp-custom’ is missing in tag ‘style amp-custom’. DISALLOWED_HTML
line 1, column 4314

The attribute ‘href’ in tag ‘link rel=stylesheet for fonts’ is set to the invalid value ‘https://www.ikwilgoedkoopreizen.be/wp-content/plugins/js_composer/assets/css/js_composer.min.css&#8217;. AUTHOR_STYLESHEET_PROBLEM
line 1, column 4497

The attribute ‘href’ in tag ‘link rel=stylesheet for fonts’ is set to the invalid value ‘https://www.ikwilgoedkoopreizen.be/wp-content/plugins/wp-gdpr-compliance/assets/css/wpgdprc.css.min.css&#8217;. AUTHOR_STYLESHEET_PROBLEM
line 1, column 4681

The mandatory attribute ‘amp-custom’ is missing in tag ‘style amp-custom’. DISALLOWED_HTML
line 1, column 4866

The attribute ‘href’ in tag ‘link rel=stylesheet for fonts’ is set to the invalid value ‘https://www.ikwilgoedkoopreizen.be/wp-content/themes/Newspaper1/td-theme.min.css&#8217;. AUTHOR_STYLESHEET_PROBLEM
line 2, column 94

The attribute ‘href’ in tag ‘link rel=stylesheet for fonts’ is set to the invalid value ‘https://www.ikwilgoedkoopreizen.be/wp-content/themes/Newspaper1/includes/demos/lifestyle/td-theme-demo-style.min.css&#8217;. AUTHOR_STYLESHEET_PROBLEM
line 2, column 253

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 2, column 460

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 2, column 574

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 2, column 1483

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 21, column 674

The mandatory attribute ‘amp-custom’ is missing in tag ‘style amp-custom’. DISALLOWED_HTML
line 143, column 47

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 814, column 11

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 814, column 99

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 818, column 43

The mandatory attribute ‘amp-custom’ is missing in tag ‘style amp-custom’. DISALLOWED_HTML
line 822, column 17

The parent tag of tag ‘style amp-custom’ is ‘noscript’, but it can only be ‘head’. DISALLOWED_HTML
line 822, column 152

The mandatory attribute ‘target’ is missing in tag ‘FORM [method=GET]’. DISALLOWED_HTML
line 822, column 4116

The tag ‘FORM [method=GET]’ requires including the ‘amp-form’ extension JavaScript. MANDATORY_AMP_TAG_MISSING_OR_INCORRECT
line 822, column 4116

The parent tag of tag ‘style amp-custom’ is ‘body’, but it can only be ‘head’. DISALLOWED_HTML
line 822, column 4495

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 831, column 287

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 831, column 1115

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 831, column 1339

The mandatory attribute ‘target’ is missing in tag ‘FORM [method=GET]’. DISALLOWED_HTML
line 831, column 3051

The tag ‘FORM [method=GET]’ requires including the ‘amp-form’ extension JavaScript. MANDATORY_AMP_TAG_MISSING_OR_INCORRECT
line 831, column 3051

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 831, column 4951

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 831, column 6841

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 831, column 8740

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 831, column 10665

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 831, column 12593

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 831, column 13863

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 838, column 109

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 845, column 15

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 944, column 46

The attribute ‘style’ in tag ‘span’ is set to the invalid value ‘color:#0096ed !important’. DISALLOWED_HTML
line 953, column 849

The attribute ‘style’ in tag ‘span’ is set to the invalid value ‘color:#0096ed !important’. DISALLOWED_HTML
line 953, column 1496

The attribute ‘style’ in tag ‘span’ is set to the invalid value ‘color:#0096ed !important’. DISALLOWED_HTML
line 953, column 2151

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 953, column 2867

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 953, column 3687

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 963, column 717

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 963, column 1832

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 963, column 2971

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 963, column 4144

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 963, column 5291

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 963, column 6385

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 963, column 7626

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 973, column 534

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 973, column 2050

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 975, column 342

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 975, column 1892

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 975, column 3450

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 975, column 5082

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 975, column 6372

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 985, column 585

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 985, column 1580

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 985, column 2686

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 985, column 3786

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 985, column 4944

The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’? DISALLOWED_HTML_WITH_AMP_EQUIVALENT
line 985, column 5983

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 985, column 6930

The parent tag of tag ‘style amp-custom’ is ‘body’, but it can only be ‘head’. DISALLOWED_HTML
line 985, column 8080

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 997, column 10

The parent tag of tag ‘link rel=stylesheet for fonts’ is ‘body’, but it can only be ‘head’. DISALLOWED_HTML
line 1004, column 15

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 1004, column 219

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 1004, column 398

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 1005, column 363

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 1005, column 609

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 1044, column 17

Custom JavaScript is not allowed. CUSTOM_JAVASCRIPT_DISALLOWED
line 1044, column 184

The mandatory tag ‘head > style[amp-boilerplate]’ is missing or incorrect. MANDATORY_AMP_TAG_MISSING_OR_INCORRECT
line 1044, column 1297

The mandatory tag ‘noscript > style[amp-boilerplate]’ is missing or incorrect. MANDATORY_AMP_TAG_MISSING_OR_INCORRECT
line 1044, column 1297

The mandatory tag ‘amphtml engine v0.js script’ is missing or incorrect. MANDATORY_AMP_TAG_MISSING_OR_INCORRECT
line 1044, column 1297

Can you help me?

Thanks

axehorde
tagDiv Member

ok.

I’m trying to set up the event plugin here https://labussolanews.com/eventi/ but inside the single event page there is a problem.
The content does not remain inside the box but is like floating on the page (you can see when scrolling down). https://labussolanews.com/events/european-taekwondo-championship/.

The support tells me it’s not a plugin’s fault but is the theme.

” You need to us this CSS code “http://w3schools.com/css/default.asp&#8221; with Inspect Element. These issues are not from MEC and you need to contact your web designer in order to fix the issue with your theme. Your theme’s container width is not properly set”

Catalin
tagDiv Staff

Hi,

The author box for the post has a special design and for pages have another design. You should customize it yourself though such custom CSS code.

Thanks for your understanding!

Calin
tagDiv Staff

Hi,

Please try this custom css -> https://www.screencast.com/t/SXkOaVZhVo
.td_mega_menu_sub_cats a:hover {
background-color: #e3f2e1;
color: #0000FF;
}

Feel free to change the colors.

Thank you!

Calin
tagDiv Staff

Hi,

In order to remove those please add this custom css
.td-footer-wrap .td-footer-description, .td-footer-wrap .td-footer-logo {
display: none
}

In Theme panel>Mobile theme>Custom code -> https://www.screencast.com/t/R2voxrlKX

Thank you!

ySV
tagDiv Member

Can you help me to edit the color of mega menu text only with css code?

vitamin_ka
tagDiv Member

You need to properly configure robots.txt and disable indexing these directories, you will get rid of the error and unnecessary traffic from the robots

exemple:

User-agent: *
Disallow: /cgi-bin          
Disallow: /?                
Disallow: /wp-              
Disallow: *?filter_by
Disallow: *?s=              
Disallow: *&s=              
Disallow: /search           
Disallow: /author/          
Disallow: *?attachment_id=  
Disallow: */trackback
Disallow: */feed            
Disallow: */embed           
Disallow: */page/           
Allow: */uploads            
Allow: /*/*.js              
Allow: /*/*.css             
Allow: /wp-*.png            
Allow: /wp-*.jpg            
Allow: /wp-*.jpeg           
Allow: /wp-*.gif            
Allow: /wp-*.ttf            
Allow: /wp-*.woff           
Allow: /wp-*.svg

Also, if you downloaded the theme via ftp and not through the wordpress installer, you need to specify permissions for 755 folders and 644 theme files so that you don’t feel any inconvenience in using the theme in the future.

Bogdan B.
tagDiv Staff

Hello,

This issue was generated by google as it seems all 300 size ads are affected by this.
Please try to add this custom css code to the theme panel

.adsbygoogle{
margin-left:0!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Sometimes the envato server ca hang due to many requests. You can try the manual activation like so: https://www.screencast.com/t/EL4k48Lq

There is no css that can make images look sharp. Most likely you are uploading a thumbnail of your image instead of it;s full size: https://www.screencast.com/t/Hi8XPIHq0
If this is not the case, please try to upload a larger image.

Thanks.

Simion C.
tagDiv Staff

Hi,

That is simple HTML and some CSS code – https://forum.tagdiv.com/topic/food-blog/ If you plan to use a section to display recipe elements for many posts, maybe consider using a recipe plugin. It would be easier that way.

Let us know if you have more questions.
Thanks

Calin
tagDiv Staff

Hi,

You can change the style of share buttons from theme panel> post settings> sharing https://www.screencast.com/t/G0Krz1LGHt also this can be achieve using custom css -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/

Thank you!

meri
tagDiv Member

Hi,

Doesn’t change anything.
https://www.coupdepoker.com/association-poker-france/
https://www.coupdepoker.com/association-poker-france/mont-blanc-poker-club/

I left your code in the Custom CSS so you can double check.

Thanks for your help

Simion C.
tagDiv Staff

Hi,

I see the problem there . It is happening because of the same 1 second opacity transition. Try to enter this code in the theme panel custom CSS section

.td-js-loaded .td-element-style {
transition: none!important;
-webkit-transition: none!important;
}

Then check if the same happens. The transition should be removed from all elements. Let me know.

Thanks

Catalin
tagDiv Staff

Hi,

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/
Also, check all of your Ad Spots and if you have entered any suspicious code through them, remove all of them and check the results without them.

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/

Another useful guide for increasing the page speed can be found here -> https://kinsta.com/blog/google-pagespeed-insights/

Lately, Google Page Speed Insight seems to change the layout and is not always reliable.

Thanks for your understanding!

Viewing 25 results - 10,801 through 10,825 (of 33,436 total)