Search Results for 'css'

Results from the Forum
Calin
tagDiv Staff

Hi,

This can be done using tagDiv Composer, but you need to check the right elements, a faster way is to use this custom css -> https://i.imgur.com/G8ggtGK.png
body .td-header-sticky-smart .td-element-style:after {
content: none!important;
}
body .td-header-sticky-smart {
width: 1068px;
margin: 0 auto;
}

This code need to be set in theme panel> custom code> custom css.

Hope it will help you!
Thank you!

Vlad S
tagDiv Staff

Hello !

Please use this css code: .home .entry-crumbs {
display:none;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Calin
tagDiv Staff

Hi,

I just ask my colleague and they said that was an email that have the “edged” in its name, but contain a link to set a password and a link to connect without details about the problem you are facing!
I checked the problem and is look that the header ad was set on full width, therefore I added in css tab margin left and right auto and I set a fix width, now is centered.
Another way is to set another row that is nit stretch and set in it the ad box.

Thank you!

Vlad S
tagDiv Staff

Hello !

Please use this css code here: .post_contribute.in_post {
background: #f9e7d9; }

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Atejero
Participant
#0

Hi!

We have recently installed your theme and the following questions have arisen:

1- At the end of a post, another is automatically loaded. Can you configure a maximum of post to load?
2- We have noticed that the extracts are not displayed, is there any configuration or CSS that you can provide us with?
3- Do you have any manual or help to configure the AMP page?

Thank you.

Regards.

Vlad S
tagDiv Staff

Hello !

Please use this css code: .wp-block-image figcaption {
font-family: Verdana, Geneva, sans-serif;
text-align: left;
margin: 6px 0 26px 0;
font-size: 11px;
font-style: italic;
font-weight: normal;
line-height: 17px;
color: #444;
}

The code must be added in here: https://www.screencast.com/t/OvjVPVlDs7v1

Thank you !

sasquatters
Participant
#0

I got video backgrounds to display but it takes them multiple seconds to load. Is there a way around this? One of my videos is also primarily displaying the bottom of the video and I cannot get it to align to the top. I set the row CSS to center top but that didn’t do anything.

Calin
tagDiv Staff

Hi, now I understand, the post content is only 679px -> https://i.imgur.com/nSM4eHv.png and when you are forcing to display and ad with 728×90 as in header then will get5 out of content because there is now enough space, therefore the 728×90 ads can be display only if you are using ca css code for resize, and this is not quite indicate, the best way it will be to use the responsive ads.
Thank you for your understanding!

snowman88
Participant
#0

First, when I try to import the footer tag in the composer, I get this error: Footer – Magazine PRO – by tagDiv
One of the images failed to upload.

The reason why I’m trying to import this demo footer again is because I can only directly edit and not “edit template” It’s the only one where I cannot edit through the tagdiv composer. When I click edit in the cloud templates, it’s just a bunch of code

[tdc_zone type="tdc_footer"][vc_row full_width="stretch_row" tdc_css="eyJhbGwiOnsicGFkZGluZy10b3AiOiI1NCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzExMTExMSIsImJhY2tncm91bmQtaW1hZ2UiOiJ1cmwoXCJodHRwczovL2NiZGtubC5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDkvZm9vdGVyX2JnLmpwZ1wiKSIsIm9wYWNpdHkiOiIwLjEiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNDAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJwb3J0cmFpdCI6eyJwYWRkaW5nLXRvcCI6IjQ0IiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ=="][vc_column][vc_row_inner][vc_column_inner width="1/3"][td_flex_block_1......

oliviaparis
tagDiv Member

Doesn’t work for me…
So this theme is a NEWSPAPER theme and you can’t create a FREEMIUM because of a simple issue of css in block for a small picto before the post title on home page and categories. Mean… after two weeks of work, spending 80 euros, I have now to change my theme or spend more euros with an IT Developer for a so obvious function for a magazine. It’s a little bit hard to swallow.
Thank you for your understanding
Olivia

Calin
tagDiv Staff

Hi,

If you have hidden it on all devices then it won’t appear anywhere. Open the CSS section in the composer and enter this code in it – https://prnt.sc/pqi1z7 the row should then be visible so you can interact with it. Then you can remove the code, after you make it visible on at least one viewport

.td-pb-row.vc_row {
display:block!important;
}

Thanks

Calin
tagDiv Staff

Hi,
I see that you are using a cloud header, therefore you’ll be able to edit the sticky header using tagDiv Composer , edit the homepage -> https://i.imgur.com/sK7dXKV.png click on the header manager -> https://i.imgur.com/aLdGM1X.png -> and enable the sticky menu -> https://i.imgur.com/q8yeZpa.png then select the row and set on it a background color -> https://i.imgur.com/PYTkqFL.png also make sure that the row is set on default -> https://i.imgur.com/IB3IHoh.jpg then you can set the logo and click on the header menu zone, there you can check the css tab and set an opacity on the background -> https://i.imgur.com/982nyiA.png
Hope this will help you!

Calin
tagDiv Staff

Hi,

Unfortunately there is no option for this, but you can use a custom css like this one -> https://i.imgur.com/TSYi17u.png
.td-related-title a:nth-child(2) {
float : left;
}

Or this one -> https://i.imgur.com/mfA9Jp9.png
.td-related-title a:first-child{
float : right;
}

The code need to be set in theme panel> custom code> custom css.

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

Please try like this -> https://i.imgur.com/2UzTQGP.jpg
.td-boxed-layout #td-outer-wrap .tdc-header-wrap{
margin-top: 148px;
}

Set the code in theme panel> custom code> custom css.
This code will be use only if you have set a background image.

Hope this will help you!

Calin
tagDiv Staff

Yes, is displaying only the text because all the extra css is striped out by the theme, I made some tests some time ago to set an icon or button for posts titles and I didn’t find a solution, sorry! I do not say that it can not be done but I do not know a way how to achieve this. Back then I suggested to use an extra category and to use a custom css that will set an image on all posts titles that has that category, but for this the category must be set as primary in posts to be display on homepage.
Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Using tagDiv composer you can select the columns then in css tab you can set the border width-> https://i.imgur.com/w55qCVt.png in this way you can set the borders on elements, columns and rows.

As for the header, you can try the steps from another topic and adjust the header after your needs -> https://forum.tagdiv.com/topic/home-page-layout-3/

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

There are options in theme panel> theme fonts> -> https://i.imgur.com/QDS4eTA.png but these elements will apply for all devices, not only for mobile, if you want only for mobile devices you need to use a custom css -> https://i.imgur.com/kAyisKx.png :
.single .td-post-content .td_smart_list_6 ul li, .single .td-post-content p {
font-size: 16px;
}
.post .td-post-next-prev-content a {
font-size: 16px;
}

This code need to be set in theme panel> custom code> advance css> phone

Thank you!

Vlad S
tagDiv Staff

Hello !

I adjusted it a bit more than you asked just to make sure that the proportions are equal all around. Please use this css code: p {
margin-top: 17px;
margin-bottom: -17px;
}

The code must be inserted here: https://www.screencast.com/t/5vaCUXXSO1Q

Thank you !

Calin
tagDiv Staff

Hi palani99, please note that there is no issue with the Newsmag theme width, the is no option for change the with, but this is not an issue, an issue is when an option exist, but is not working. Newspaper is a different theme with a loth more options and possibilities and Newsmag let’s say that is a lighter version more easy to use for a simple website.
Also trying a custom css will be very hard since there are many elements that need to be checked in part and for all port views, therefore this request for the moment it can be achieve only with custom work.
No I’m not sure, but it is possible that in coming update to be add an option.

As for the 728*90 Adsense ad code I do not see any where in your post content this size type, this it should look like this -> https://i.imgur.com/Tm8SfOP.png if you what I can check this, just provide me a link where I can inspect an adsense with this size in your post content.

Thank you for you understanding!

fabrizio_arnone
tagDiv Member

I used this workaround and it works… however, my thought was that the editor must enter the homepage tdcomposer and not the custom css code (which could have scared him too much). The TD Composer is more friendly for him than the custom css code…
Well, it was perfect in my mind that he could write and delete a specific class (“nascondi”, means “hide” in italian) in the extra class fields… BUT… when he put the extra class “nascondi”, the block is hidden in the backend too, and he can’t show it no more because he doesn’t see it.
So, can you suggest to me a contextual selector or class that I could use to hide this block ONLY in the frontend but not in the backend?
Thank you!!!

image1
image2

internath
Participant
#0

Hi
Where I can modify this css only when I have a background ADS ?

Add 148px top

.td-header-wrap {
position: relative;
z-index: 2000;
padding: 148px 0 0 0;
}
https://imgur.com/we4xG9g
https://imgur.com/HEA46qs

Thanks

adminvar
Participant
#0

hi
1- how can I show the post view count in blocks and modules . because I don’t found an option for that in theme panel but only to view the counter in single post page.

2- is there a method to create a child of the main plugins files like td-composer and td-standard-pack .

3- I have made a copy of style.css theme file for rtl language . also the td_legacy_main.css in td-composer plugin and td_standard_pack_main.css in td-standard-pack plugin , and now the theme is fully rtl.
my question is how to call the rtl copy of those files only when the site’s language is rtl.

blubbering
tagDiv Member

Hey

Here is a link to our Testsite wie build wit Newspaper 10:
https://wohnrevue.webadvice.ch/
Username: wohnrevue
Passwort: Pr3view

Problem is on every content Modul (see Footer Copyright) or Lorem-Ipsum text…

I don’t think it’s a custom css, it’s from your template.

Thx
Marcel

suvo6064
Participant
#0

Hi, I am using the theme for my blog and imported the demo Gadget Pro. I want to change the Grey box on the background of the header (behind the menu). But I can’t find or not understanding the options. I want to change the color to chrome yellow. I am pretty familiar with the composer and know a bit of CSS. But I can’t select the column or row or modify it. If anyone can show me the way to change it, I would be grateful. Thank you.

gumball44
tagDiv Member

I use WP Super Cache Autoptimize and Cloudflare

Here find the code in my htaccess. file, <IfModule mod_deflate.c>
<filesMatch "\.(js|css|html|php)$">
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>

# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 604800 seconds"
ExpiresByType image/jpeg "access plus 604800 seconds"
ExpiresByType image/png "access plus 604800 seconds"
ExpiresByType image/gif "access plus 604800 seconds"
ExpiresByType application/x-shockwave-flash "access plus 604800 seconds"
ExpiresByType text/css "access plus 604800 seconds"
ExpiresByType text/javascript "access plus 604800 seconds"
ExpiresByType application/javascript "access plus 604800 seconds"
ExpiresByType application/x-javascript "access plus 604800 seconds"
ExpiresByType application/x-font-woff "access plus 604800 seconds"
ExpiresByType application/x-font-svg "access plus 604800 seconds"
ExpiresByType image/svg+xml "access plus 604800 seconds"
</ifModule>
# END Expire headers

<filesmatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css)$">
Header set Cache-Control "max-age=2628000, public"
</filesmatch>

# Éviter que l'on découvre l'identifiant d'un auteur
<IfModule mod_rewrite.c>
RewriteCond %{QUERY_STRING} ^author=([0-9]*)
RewriteRule .* - [F]
</IfModule>
# BEGIN ShortPixelWebp
# Les directives (lignes) entre « BEGIN ShortPixelWebp » et « END ShortPixelWebp » sont générées
# dynamiquement, et doivent être modifiées uniquement via les filtres WordPress.
# Toute modification des directives situées entre ces marqueurs sera surchargée.

<IfModule mod_rewrite.c>
RewriteEngine On

Is one of these codes making troubles with weather widget ?

Thank you

Viewing 25 results - 6,826 through 6,850 (of 33,436 total)