Search Results for 'css'

Results from the Forum
Saiyuke
Participant
#0

Hi,

On all my “pages” (not “Posts”, but “Pages” post type), I don’t know where to customize the CSS… Look at here : https://www.db-z.com/anime-dragon-ball/liste-episodes-dragon-ball/

–> On this page, the title is completely stucked to the breadcrumb, the text is not airy, and I can’t also customize the blockquote block.

Could you help me ? Thank you

Anamaria
tagDiv Staff

Hello,

You need to update the theme, you should download the latest version of it from the 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!

Anamaria
tagDiv Staff

Hello,

Please can try to use this code .td-woo-review h3 {
margin-top: -10px;
}

The code should be set in the theme panel > custom code> advance css > phone section if you want only for mobile to apply.

Thank you!

joonusa
tagDiv Member

Thank you for your fast response.
I put this CSS code in the custom css, but nothing changed.
Can you check for me?

View post on imgur.com

Anamaria
tagDiv Staff

Hello,

This website uses a default theme,so please activate the theme to be able to provide a code CSS for reduce the space. https://i.imgur.com/AK7rPav.jpeg

Thank you!

Anamaria
tagDiv Staff

Hello,

I can provide a code to have a different background color for author comments -> https://pastebin.com/q8WcuXpR add this code in this section https://i.imgur.com/aR3mh6e.png

and this code in theme panel custom code -> custom CSS
.comment.my-class {
background-color: #F3F4F6;
border-left: 4px solid #FF5722;
padding: 10px;
font-weight: bold;
font-style: italic;
}

To hide the date also, you can use this code in custom code-> custom CSS
a.comment-link time {
display: none;
}

Thank you!

Anamaria
tagDiv Staff

Hello,

This element is used when you have a front-end submission. You can hide the search bar using this code CSS
.tdb_posts_list .tdb-plist-search
{
display: none;
}

Set the code in Theme panel>Custom code>Custom css

Thank you!

Anamaria
tagDiv Staff

Hello,

Please use this code

.td-post-source-via
{
pointer-events: none;
}

Set the code in Theme panel>Custom code>Custom css

Thank you!

nguyenxuan
tagDiv Member

Thanks for your quick response.
I checked again, sure, Schema Pro plugin settings only for posts. And modal page settings not any star.

Post: https://locphatland.com/son-tien-view/ -> have 64 star Reviews -> on mobile, below search bar (menu) there are 64
Other post: https://locphatland.com/ky-gui-homyland-riverside/ -> have 1 star Reviews -> below search bar there is 1

=> So, “maybe you can exclude that from appearing or use some CSS code to hide it only from there” please help me that.

Bettina
tagDiv Staff

Hello!

Edit the modal page and check if there are any stars displaying. If not, then there could be a plugin conflict. Check the page settings, plugin settings; maybe you can exclude that from appearing or use some CSS code to hide it only from there.

Thank you!

Calin
tagDiv Staff

Hi u2them, indeed on Newsmag the easy way to display an element is if this is not hidden on other view port, if is on all view ports then is no option to see it, sorry. Now in case that you know the element that has been hidden or if is a row, column then we can inspect it and provide a css for that element to be display in tagDiv Composer so you can select it and change the display option.
Thank you!

Calin
tagDiv Staff

Hi Man Kam, those seems to be some attacks on the website and those are creating requests on your website.
Such attacks can take from a few days to a few months. Besides fixing the vulnerability issue in the theme more then a year ago, there isn’t much else we can do. Attackers can still attack websites if they want to. Any theme or plugin can have vulnerabilities at some point – https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-themes/ and attackers will try to take advantage of it. Besides keeping the theme and plugins updated, a security/firewall plugin should be active on the website, or on the hosting side. This won’t stop the attack, but it will prevent the attack from being successful.

What you can do is to use Wordfence and CDN to block the attacks on “/wp-json/tdw/save_css”. If you are blocking the IPs that make that request on your website, then eventually the attack should end. But there’s no way to say how long it will take until the attack will stop. Sometimes it takes a few days, but it could take months until the attackers move on.

Thank you!

Man Kam
Participant
#0

Dear suport team, I get the system msg from server, for high CPU usage from theme & tagdiv

[msg 1]

Osama Hilal Zafar August 06, 2024 10:53
Hi Km,

Most of the call seems to be at save_css json call

Which we believe may have caused the issue. There has been a reported vulnerability of the same call https://wpscan.com/vulnerability/e6d8216d-ace4-48ba-afca-74da0dc5abb5/

In case if the same path is no longer being utilized, it can be blocked via htaccesss an example would be

RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-json/tdw/save_css
RewriteRule ^(.*)$ – [F,L]

If you have any doubts on this, please do reach out.

SeiferVIII
tagDiv Member

So from where can I change the Mailchimp parameters on my website Sidebar?
Because I only find the Element Code and CSS, is there a specific place?

Thank you Anamaria

don_poky
Participant
#0

Hi,

I have developed a website on my local machine with the theme and now I have migrated on cloud, on a domain. After moving it online, the tagComposer is not working fine, it throws 900+ errors shown in console and i do not know what is that issue. I cannot attach the log file so sharing a snippet of it.

js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:99 Uncaught TypeError: Cannot read properties of undefined (reading 'contents')
at Object.setLiveIframeCss (js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:99:159)
at Object.showHelper (js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:94:482)
at HTMLDocument.<anonymous> (js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:82:532)
at HTMLDocument.dispatch (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,wp-hooks,utils&ver=6.6.1:2:40035)
at v.handle (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,wp-hooks,utils&ver=6.6.1:2:38006)
setLiveIframeCss @ js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:99
showHelper @ js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:94
(anonymous) @ js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:82
dispatch @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,wp-hooks,utils&ver=6.6.1:2
v.handle @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,wp-hooks,utils&ver=6.6.1:2
js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:99 Uncaught TypeError: Cannot read properties of undefined (reading 'contents')
at Object.setLiveIframeCss (js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:99:159)
at Object.showHelper (js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:94:482)
at HTMLDocument.<anonymous> (js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:82:532)
at HTMLDocument.dispatch (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,wp-hooks,utils&ver=6.6.1:2:40035)

I am not using any Cache or minify now (disabled to fix this).

Thanks.

Calin
tagDiv Staff

Hi u2them, this can be done using the tagDiv Composer – https://i.imgur.com/T21lqxg.jpeg select the mobile view port, then the row you want to hide and use the css tab to hide the element – https://i.imgur.com/Db4bCtl.png
I hope this will help you!

Calin
tagDiv Staff

The css code needs to be set the Newsmag > theme panel > custom code> custom csshttps://i.imgur.com/9NPam6k.png
Thanks

u2them
Participant
#0

I’m not using the separate mobile layout, just want to hide certain items on mobile, like an entire row. Seems like this should be super easy, like a hide button, but don’t see anything. Maybe a line of CSS for the row?

Bettina
tagDiv Staff

Hello!

Use this CSS code:

.widget a{color:#fff!important;}
body{color:#fff!important;}

But I recommend using a pro footer in order to easily modify with the tagdiv Composer.

Thank you!

Bettina
tagDiv Staff

Hello Jose J.!

I already said that you need to add the ID tag manually which one you like to display there. Unfortunately, it won’t take it automatically for each category.
For the style, there are only few options. You can try to add other modifications only with some CSS code.

Thank you!

Calin
tagDiv Staff

Oh, I understand so you want to be all subcategories displayed as it is on desktop, for this you’ll need to add this custom css in the theme panel > custom code> custom css
.category .td-category {
max-height: 100%;
overflow: inherit;
}

The results should be like this – https://i.imgur.com/B7PDuB9.png all categories will be display.

Emma Hin
Participant
#0

Hi,
I use Momentum preset from Newspaper theme for my website http://www.mesh-impact.com

I have an issue with layers that are added on top of an image and I cannot find how to remove it.

I’m providing below the piece of HTML Code that generates the display :

<div class="wpb_wrapper td_block_single_image td_block_wrap td-animation-stack vc_single_image tdi_243 td-hero-graphics-layer-1 td-slide-img td-single-image- td-pb-border-top td_block_template_1" data-td-block-uid="tdi_243" style="transform: matrix(1, 0, 0, 1, 8.55357, 2.7551);"><span class="td_single_image_bg td-lazy-img td-animation-stack-type0-2" data-type="css_image" data-img-url="https://www.mesh-impact.com/wp-content/uploads/2024/06/hero-graphics-layer-1.png" style="background-image: url("https://www.mesh-impact.com/wp-content/uploads/2024/06/hero-graphics-layer-1.png")"></span>
<style>.tdi_243{margin-bottom:0px!important}</style>
<style>.tdi_243 .td_single_image_bg{height:auto;padding-bottom:105%;background-size:100% auto;background-repeat:no-repeat;background-position:center top}body .tdi_243{width:100%}.tdi_243:hover .td_single_image_bg:before{opacity:0}</style></div>

I’ve searched for hours where this image is added in the Tagdiv builder, but wasn’t able to succeed.

Help would be appreciated.

Thank you very much

Emma

Anamaria
tagDiv Staff

Hello,

You can apply the filter only on the Flex Block and Big Grid Flex -> https://imgur.com/Nnt3zGX
The Posts Loops settings are divided into 5 tabs: General, Layout, Style, ADS and CSS. The Posts loop is a special block and doesn’t have filtering options.
Also, one of the pagination options of the Posts Loop has the option for normal numbers, and the flex blocks do not have this option.
The Posts Loop automatically filters the posts depending on the cloud template you set (for example, on the category page, there will be posted posts from that category).

Thank you!

Anamaria
tagDiv Staff

Hi Jose,

You should download the latest version of it from the 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!

Calin
tagDiv Staff

Hi,
For this you can use a custom css like this one:
.td-scandal .td-grid-style-2 .td-big-grid-meta, .td-scandal .td-scandal-videos, .td-scandal .td-scandal-videos .td_video_playlist_title, .td-scandal .td-scandal-instagram, .td-scandal .td_module_11 .td-read-more:hover a, .td-scandal .td-post-template-4 header,
.td-scandal .td-scandal-big-grid .td-grid-style-2 .td-big-grid-meta {
background-color: green!important;
}

This code should be set in the theme panel > custom code> custom css.
-> https://forum.tagdiv.com/newsmag-theme-colors-introduction/

Viewing 25 results - 1,151 through 1,175 (of 33,436 total)