Hi,
I think that you had before a cloud header template, so please check in the cloud templates and assign it, because now you have a standard header template and maybe that is why the header is not the same.
Thank you!
Hello,
I just verified the website and seems that you have changed the logo -> https://i.imgur.com/zvSdcHY.png
Thank you!
Hello,
You need to go to the Theme Panel -> Header/ footer and assign the cloud templates https://i.imgur.com/COsz8eS.png, you can edit them with tagdiv composer -> https://i.imgur.com/CLfc37b.png https://forum.tagdiv.com/header-manager/ -> https://forum.tagdiv.com/footer-templates/
Thank you!
Hi,
Please provide video and screenshots with where you set the code, for what you want to set, etc.
Thank you!
Hi,
Please tell me where it only appears on one page or the entire site. Did you add any code or elements from another plugin?
Please follow the steps from this topic https://forum.tagdiv.com/topic/error-at-zones-6models-1dom-the-model-does-not-match-the-content-currene/ if you have a child theme; please use the main theme.
You can try to revert an old revision on a page/template -> https://www.wpbeginner.com/beginners-guide/complete-guide-to-wordpress-post-revisions/
Thank you!
Hi,
The bullet list is made with a custom css and an extra class on the block https://i.imgur.com/VsMFT1F.png ->
.td-numbers {
counter-reset: numbers;
}
.td-numbers .td_module_flex {
display: flex;
}
.td-numbers .td_module_flex .td-module-container {
flex: 1;
}
.td-numbers .td_module_flex:before {
counter-increment: numbers;
content: counter(numbers);
background-color:red;
color: black;
border-radius: 66px;
width: 31px;
height: 28px;
display: block;
text-align: center;
line-height: 28px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 1017px) {
.td-numbers .td_module_flex:before {
width: 52px;
height: 30px;
line-height: 30px;
}
}
@media (max-width: 767px) {
.td-numbers .td_module_flex:before {
width: 62px;
height: 30px;
line-height: 30px;
}
}
Set the code in a Raw CSS.
Thank you!
Hi,
Because it was an issue, if you really want to have that, you can do a request to the custom work.
Thank you!
Hello,
You can create a sticky sidebar like in this guide -> https://forum.tagdiv.com/sidebars-tutorial/ you can add the ad using the ad box element. Unfortunately, this ad will not be changed when you scroll, only if you use auto ads.
Thank you!
Hello,
Unfortunately, no. The settings from the theme panel are for the tagdiv standard pack plugin, and this plugin will be deprecated.
Thank you!
Hi,
The bullet list is made with a custom css and an extra class on the block https://i.imgur.com/VsMFT1F.png ->
.td-numbers {
counter-reset: numbers;
}
.td-numbers .td_module_flex {
display: flex;
}
.td-numbers .td_module_flex .td-module-container {
flex: 1;
}
.td-numbers .td_module_flex:before {
counter-increment: numbers;
content: counter(numbers);
background-color: var(--insight-purple);
color: var(--insight-turquoise);
border-radius: 66px;
width: 31px;
height: 28px;
display: block;
text-align: center;
line-height: 28px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 1017px) {
.td-numbers .td_module_flex:before {
width: 52px;
height: 30px;
line-height: 30px;
}
}
@media (max-width: 767px) {
.td-numbers .td_module_flex:before {
width: 62px;
height: 30px;
line-height: 30px;
}
}
Set the code in a Raw CSS.
Thank you!
Hello,
The page loading speed can depend on many factors, and each website is unique from this point of view. Let me explain some of these factors and maybe they give you some starting points for optimizing your website. A good choice for the page speed, could be the mobile layout which contains fewer elements because it can improve a bit your page speed.
There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Also, pagespeed is not covered by support -> https://forum.tagdiv.com/newspaper-theme-support/
If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray
To be able to optimize and to remove CLS and LCP please check these guide => https://developers.google.com/web/tools/lighthouse/ -> https://www.sqlpac.com/en/documents/google-pagespeeds-lighthouse-6-new-features-lcp-cls.html -> https://web.dev/lighthouse-whats-new-6.0/ -> https://web.dev/lcp/ -> https://web.dev/cls/
Thank you!
Hi,
Please do a fresh install of the wordpress and the theme, also, check this topic https://forum.tagdiv.com/topic/update-required-newspaper-12-1-1-brings-extra-security/
If you want, we can take a look. Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– cpanel url and credentials
Thank you!
Hi,
If the settings are not saved, please check the console https://i.imgur.com/0ex2unk.png and check the suggestion from here https://forum.tagdiv.com/topic/newspaper-theme-panel-settings-are-not-being-saved/
Thank you!
Hi,
I want to take a look. Please get in touch with us via email at contact@tagdiv.com and provide the wp-admin access and license certificate.
Thank you!
Hello,
Yes, you can try use the theme for multisite.
You need to contact us via email at contact@tagdiv.com after you install the theme on the subdomains and provide the license certificate.
Thank you!
Hi,
Did you activate the tagdiv plugins?
Thank you!
Hi,
The problem is from a plugin https://i.imgur.com/SCp0fOx.png
For me, it works without any issue.
Thank you!
Hi,
As I said here -> https://forum.tagdiv.com/topic/enable-sticky-video-at-scroll/, the video sticky works only for featured videos, not videos embedded from posts -> https://i.imgur.com/pMmECiK.png
Thank you!
Hello,
I recommend using 8.0 or 8.1
Thank you!
Hello,
1. No, you can set only on the plan how many posts can be done -> https://i.imgur.com/tWfxpTo.png
2. Please provide more details with screenshots.
3. You can do to achieve something like that with custom work.
Thank you!
Hi,
Did you set up a menu there in the tagdiv Composer, mobile viewport? -> https://imgur.com/0LEgkTh
Thank you!
Hello,
I would like to take a look. Can you please contact us via email at contact@tagdiv.com and provide the wp-admin access?
Thank you!
Hi,
I will add it to our list.
Thank you!
Hi,
The settings are the same, because is it header overly.
Please provide some screenshots with your settings to be able to help you. Do you have the header set for that template/page?
Thank you!
Ho,
Yes, there is an issue with video in the single image element. In the next update, it will be fixed.
Thank you!