Hi,
Please check where you have the custom CSS because it seems there is a custom code for the tex to align in the center.
Thank you!
Hello,
This is strange. Did you set the width of the logo in the CSS tab? Please try to add the logo element again and check if the issue persists.
Thank you!
tried tdb-logo-text-title within your CSS and no change
Hi,
Please then add it in the live CSS.
Thank you!
Hello,
Please set this code https://pastebin.com/BaLhwWgn in the code in Theme panel>Custom code>Custom css
Thank you!
Hi,
If you want to update the theme, you should download the latest version of it from Theme Forest account and download it.
I recommend that you update the theme manually https://forum.tagdiv.com/how-to-update-the-theme-2/ via FTP/cPanel/File Manager, also if possible disable extra plugins during the theme update to avoid any problems that may arise and make sure that you have activated the tagDiv Standard pack plugin to keep the website’s look. You can try to update the theme on a staging website.
After you update the theme, you need to update the theme plugins too.
In the worst cases, the settings in the theme panel may be lost (there have been isolated cases), in these cases, after the theme plugins that were previously used are activated, you will have to use a backup for the theme panel -> https://forum.tagdiv.com/import-export-theme-settings/
You could consider reinstalling the WordPress version, and checking for this plugin wp-zexit.php. It might be wise to inspect via FTP if it doesn’t appear in the WordPress -> Plugins. Additionally, using Wordfence to scan the website and remove unknown users would be prudent.
Change admin passwords and delete admin accounts you are not familiar with;
– Delete any weird/unknown plugins;
– Delete the weird/unknown themes;
– Clean unfamiliar Theme Panel injected code (example – https://i.imgur.com/4q70kCv.png);
– Clean WordPress files (example – https://i.imgur.com/stJCqiK.png)
Please block /wp-json/tdw/save_css
If an attacker wants to target this URL /wp-json/tdw/save_css they can do so. Even if the website uses a different theme, the attacker can still try that URL. We could add an option to be able to enable/disable the Live CSS, it will be considered. But for now in order to remove it this can only be done with a modification to the composer plugin. I think that all that removing it requires is to comment this line of code – https://prnt.sc/RtwvL5Nc4ikR -> https://prnt.sc/ymZmhdUfp57U But as I mentioned, the attacker can still try to access the URL.
If you want, you can contact our custom work team here, and they can help you update the theme safely: https://tagdiv.com/premium-customization-services/
Thank you!
Hi! No, I didn’t make any CSS.
The site is in maintenance mode, I can put it online just a few hours for you to see it 🙁
Hi,
This can be changed with custom CSS code.
Thank you!
Hi,
Did you make some code CSS ? Please provide the link to your website.
Thank you!
For some reason, the author block appears in this post:
https://libertylens.news/articles/letters/2024/05/15/dei-division-exclusion-indoctrination-has-no-business-in-k-12-school-districts/
but not this one:
https://libertylens.news/articles/letters/2024/05/10/become-a-precinct-committeeman/
Why did the CSS not remove the first one?
I’ve not noticed this previously before today’s update, but going back to the previous version hasn’t fixed it either.
At the bottom of my page below the footer, I have a large white area that I want to remove. It’s not showing when I edit in TagDiv composer, so I have no idea where it can have come from.
Inspect element in Chrome shows this code:
<body class="home page-template-default page page-id-610 logged-in admin-bar td-standard-pack global-block-template-1 tdb-template tdc-header-template tdc-footer-template td-animation-stack-type0 td-full-layout customize-support td-js-loaded" itemscope="itemscope" itemtype="https://schema.org/WebPage" data-new-gr-c-s-check-loaded="14.1172.0" data-gr-ext-installed="" style="padding-bottom: 66px !important;">
Similar code when logged out
<body class="home page-template-default page page-id-610 td-standard-pack global-block-template-1 tdb-template tdc-header-template tdc-footer-template td-animation-stack-type0 td-full-layout td-js-loaded" itemscope="itemscope" itemtype="https://schema.org/WebPage" style="padding-bottom: 66px !important;" aria-hidden="false">
Removing the padding-bottom removes the white box, but I have no idea where this is to remove it. Can I remove it with custom CSS?
Hi,
Did you have to check this option from the Manager -> Settings -> https://i.imgur.com/OkfpxSL.png? You can set the to display in the tab CSS.
Thank you!
Hello,
This can be changes using custom code CSS
.td-video-play-ico i { https://i.imgur.com/awd8bX1.png
color: red;
}
.td-video-play-ico
{
border: 1px solid red;
background-color: blue;
}
Set the code in Theme panel>Custom code>Custom css
Thank you!
Hello,
Currently, we are using the “Single Post Template 47 – Travel PRO” cloud template for our single post page. However, we have noticed that there is a CSS rule in this template:
.entry-title a:hover, .td-post-category:hover, .widget a:hover, .td_block_wrap a:hover {
text-decoration: none !important;
}
This rule prevents us from adding any text decoration to the elements, such as underlining. We would like to inquire if there is a specific reason why this rule is also marked as !important, and what is the recommended way to override or bypass this rule.
Thank you.
Thank you for your helpful guidance! I’ll apply the CSS code as instructed. Appreciate your assistance!
Hello,
You can change and height the color with custom code CSS ->
.td_block_template_9 .td-block-title:before
{
background-color: red!important;
height: 6px
}
Set the code in Theme panel>Custom code>Custom css
Thank you!
Hello!
Sure. You can display them inline if you are using a cloud template with the help of the tagdiv composer. Edit the cloud single post template with the tagdiv composer and add the elements Single Post Date and Single Post Modified Date. Make them inline: https://app.screencast.com/tk7qGp0ysCX0n and adjust them from the CSS tab.
Thank you!
Hi BOLD254, unfortunately the Newsmag theme was not made to be a full width theme it was made as a boxed theme. As simchris mentioned some elements as footer and header can be adjusted using css but the content and elements inside it will be quite hared to do.
If you need a full with website then as simchris said you’ll need a theme that offers more control over the layout and this is the Newspaper theme – https://themeforest.net/item/newspaper/5489609
Thank you!
Making footer full width is easy with CSS, but entire layout full width is near impossible. You’d need to use Newspaper theme.
(I don’t work here.)
Hi!
Since I added the bunny.net CDN I’m getting the following issue with GTmetrix: Use explicit width and height on image elements
and only on the following image? How do I add width and height? I’ve tried CSS code and tried the settings on the image with no luck (also using WPRocket which should add missing width and height but hasnt for this)
Anamaria: thank you. You give me back a lot of informations. I will try to follow them and in case of problem will return back here.
I just disable / block access to: /wp-json/tdw/save_css. I will leave it for few days just to see if disabled plugin problem is fixed. Then I will also do theme upgrade.
Thank you!
Hi,
Indeed you should use an inner row set the line after that set the inner row to have set in css tab on margin top a -30 (adjust the number after your need) in that row, and then set an z-index for it if you want it behind the elements from the row – https://i.imgur.com/qLfwfPe.png – https://i.imgur.com/6OIWBSA.png
Thank you!
Hi,
I think that you have malware on the website.
If you want to update the theme, you should download the latest version of it from Theme Forest account and download it.
I recommend that you update the theme manually https://forum.tagdiv.com/how-to-update-the-theme-2/ via FTP/cPanel/File Manager, also if possible disable extra plugins during the theme update to avoid any problems that may arise and make sure that you have activated the tagDiv Standard pack plugin to keep the website’s look. You can try to update the theme on a staging website.
After you update the theme, you need to update the theme plugins too.
In the worst cases, the settings in the theme panel may be lost (there have been isolated cases), in these cases, after the theme plugins that were previously used are activated, you will have to use a backup for the theme panel -> https://forum.tagdiv.com/import-export-theme-settings/
You could consider reinstalling the WordPress version, and checking for this plugin wp-zexit.php. It might be wise to inspect via FTP if it doesn’t appear in the WordPress -> Plugins. Additionally, using Wordfence to scan the website and remove unknown users would be prudent.
Change admin passwords and delete admin accounts you are not familiar with;
– Delete any weird/unknown plugins;
– Delete the weird/unknown themes;
– Clean unfamiliar Theme Panel injected code (example – https://i.imgur.com/4q70kCv.png);
– Clean WordPress files (example – https://i.imgur.com/stJCqiK.png)
Please block /wp-json/tdw/save_css
If an attacker wants to target this URL /wp-json/tdw/save_css they can do so. Even if the website uses a different theme, the attacker can still try that URL. We could add an option to be able to enable/disable the Live CSS, it will be considered. But for now in order to remove it this can only be done with a modification to the composer plugin. I think that all that removing it requires is to comment this line of code – https://prnt.sc/RtwvL5Nc4ikR -> https://prnt.sc/ymZmhdUfp57U But as I mentioned, the attacker can still try to access the URL.
If you want, you can contact our custom work team here, and they can help you update the theme safely: https://tagdiv.com/premium-customization-services/
Thank you!
Hello,
1. This can be done if you are using a mobile template – https://i.imgur.com/YqXXnl3.png or mobile theme plugin, if not then the only solution will be to hide them using a css (or if is a single post template you can use the option from the image in the css tab to hide it on mobile – https://i.imgur.com/Gwm7rwu.png)
2. The best way for optimize a font will be to use for the website only that font and this to be locally stored. After that the google fonts to be disabled in the theme panel – https://i.imgur.com/slZZ3Qm.png – https://i.imgur.com/282IEQJ.png
https://forum.tagdiv.com/font-customization/ – also you can check on each page and cloud template the fonts using the manager – https://i.imgur.com/XyqmGYp.png also you can use CDN and this provides now a new options to optimize the fonts – https://blog.cloudflare.com/cloudflare-fonts-enhancing-website-privacy-speed
3. This is because the lazy load helps the speed of the website but is creating LCP when the images starts to load. Now the options that should be used can differed from user to use, some of them prefers to use the theme option and choose this one – https://i.imgur.com/XWN5PHm.png to reduce the LCP, but if you are using a cache plugin, then you can disable the theme option for lazy load and use the one from the cache.
Thank you!