Search Results for 'css'

Results from the Forum
simchris
tagDiv Member

Well, if you look at your feed you have an HTML format page loading and not your actual RSS feed, but instead some weird bootstrap page based on your ‘coming soon’ plugin ….

/wp-content/plugins/coming-soon/themes/default/bootstrap/css/bootstrap.min.css

Obviously if your feed page isn’t actually there Feedburner can’t see it or validate it.

Amit
tagDiv Member

Hello @jessehollar
To remove x before the date, add following code in Theme panel >> custom code >> custom CSS

.td-sound-radar .td-post-date:before {display:none;}

Thank you for your understanding.

Amit
tagDiv Member

Hello @jessehollar
To remove x before the date, add following code in Theme panel >> custom code >> custom CSS

.td-sound-radar .td-post-date:before {display:none;}

Thank you for your understanding.

JesseHollar
tagDiv Member

And how is that going to help?
I’m sure that this issue can be resolved through css code.
Do you NOT use a child theme for some reason? I’d love to hear.

Guims
Participant
#0

Hello,
I would like to maximize my website, so I used your tutorial: https://forum.tagdiv.com/how-to-make-the-site-faster/

however, doing a scan with google pagespeed tells me that two css resources are blocking the display of above-the-fold content.

https://fonts.googleapis.com/css?family=Open+Sans:300italic,400,400italic,600,600italic,700%7CRoboto:300,400,400italic,500,500italic,700,900

and

https://bpe.fun/wp-content/cache/min/1/5de17f7f6e9875f928f344da488ff29d.css

is it possible to include both of its files in the td-speed-booster.php file

Thank you in advance for your help.

Amit
tagDiv Member

Hello

add following code in custom CSS section

#td-mobile-nav .td-menu-socials{display:none;}

This will remove social icons on menu slider.
Result: http://prntscr.com/h66o3w

MattiaVe
Participant
#0

Hi friends, I have issues about speed of site (despite dedicated server),
in particular I cannot: enable gzip, minify Javascript, leverage browser setting, minify css, despite dozens of attemps of different scripts in .htaccess . My provider say server is well configuration. We already use WP Supercache.
Said this, can you to suggest a plugin “Newspaper compatible” than can make enable gzip, minify Javascript, leverage browser setting, minify css, automatically?
Thank you,
greetings
Mattia
(ps: I looked for TAGDIV Speedbooster – as I have read in forum – but I haven’t in my installation of Newspaper)

sector
tagDiv Member

Hi,
You said ‘Must be larger’ but the Grid screen is too large so its not possible to find fit picture for every post.
is it possible to resize Grid screen more smaller with css? and Do you recommend decreasing or increasing the grid size?
Thanks

emil_bo
Participant
#0

Hello, I am using style 11 of the Newspaper theme. However, the height of the logo area (where the site title is displayed in text) is too big (too much white space), and I would like to make it smaller, such that all content from below moves up accordingly. Please help me with some advice on what kind of custom CSS I might use to achieve this.
In CSS terms, I see that classes td-header-sp-logo or td-banner-wrap-full are responsible for styling this area. I have tried to adjust the height with custom CSS, but with no effect. Please advise.

Simion C.
tagDiv Staff

Hi,

The background image is added with CSS, I believe in this file
https://www.screencast.com/t/pp1TeqaJ
But I don’t know how you could make it an automatic process. The image has to be selected from the media library and set as background for the row. Maybe you can think of a different method if you want to achieve this result.

Thanks

nermina
tagDiv Member

Hello Simion,

no, all CSS padding is default, no values. I’ve even tried to add some, but the problem is it basically overrode everything that I’ve entered, so I’ve deleted all the values and left it at zero.

Here’s the website. Hope you can figure out what’s going on.

https://www.zadovoljna.ba

Simion C.
tagDiv Staff

Hi,

It seems that for some reason the post title header is not working as intended. The responsive condition is not applying. Please enter this code in Theme panel->Custom CSS section and it should fix the situation
https://www.screencast.com/t/VVtaIMBq

@media (max-width: 767px) {
.td-post-template-6 .td-post-header {
width: 100%;
}}

Thanks

Bogdan B.
tagDiv Staff

Hello,

Sorry but the mobile theme has predefined mobile friendly fonts. IF you want to change them in specific location, you can mention where and we will provide a css code to change the font. Please specify where exactly you want the font changed and how. Is it a size increase, is it a font family change?

Thank you!

Simion C.
tagDiv Staff

Hi,

There seems to be a problem with the slide. Check in the slide settings, maybe you have set some margin or padding in the CSS tab
https://www.screencast.com/t/sjPbyzDvSBR
However it would be helpful if we could inspect the issue with the slide first hand. If you could provide a link top your website we will inspect it, and identify why this is happening.

Thanks

Bogdan B.
tagDiv Staff

Hi,

Did you add a custom class to the block?
Please add a custom class like so: https://www.screencast.com/t/h58mRldXrNAv
Then you can add the code mentioned above in the theme panel under advanced css and place it in the mobile section.

Thank you!

Simion C.
tagDiv Staff

Hi,

It seems the ad is loading but it is not displayed. Please enter this code in Theme panel->Custom CSS section, the ad should be visible on mobile
https://www.screencast.com/t/2yPULXvwr

@media (max-width: 767px) {
.td-header-rec-wrap {
display:block;
}}

Thanks

ZIMM
tagDiv Member

Thanks for that advice..

I pulled up the correct post id, and included the following CSS in the theme settings > Custom code > custom css

.postid-1388 .td-a-rec-id-
content_inline{
display:none;
}

Unfortunately it did not work 🙁

jaykuo
Participant
#0

hi, do you know how to change the height of td_comment_textarea? it seems a bit tall, but I couldn’t get it done by css. thanks.

princeehirim
tagDiv Member

My Javascript and Css is already minified and that was done through my hosting service but it doesn’t minify my HTML.

Chris can you tell me how to manually compress the main theme template.

print024
Participant
#0

“The package could not be installed. The theme is missing the style.css stylesheet.

Theme install failed.”

Please explain to me what i am doing wrong. i just purchased the theme.
thanks

foleyartist
Participant
#0

Hi,

Please can you tell me how to change the colour of individual category tags.
I can see the css:
.td-post-category {
background-color:

but this sets the global colour. I want the colours of each category set in Theme Panel> Categories> Per category settings> CATEGORY TAG COLOR ON POST PAGE to continue throughout the site.

thanks

Catalin
tagDiv Staff

Hi Arafat,

Here is talking about a block title. So, if you want to hide it only for mobile devices, you should add a custom class for it and then, with a bit of CSS code you can target to hide it only for mobile devices, like this ->

The code is ->

.custom_class .block-title {
display:none!important;
}

The result is here -> https://www.screencast.com/t/c12ulJFmUt1d

Thanks for the message!

Catalin
tagDiv Staff

Hello huynh101,

1)To make these changes, you should use a bit of CSS code. Try the code below and place it in Theme panel -> Custom CSS Area.

The code is ->

.td_video_playlist_column_3 .td_wrapper_player{
margin-left: 341px;
}
.td_video_playlist_column_3 .td_container_video_playlist{
left: 0;
}

The result is here -> https://www.screencast.com/t/WqIWeY70x

2)You should make some changes in tagdiv_theme.min.js according to the following topic here -> https://forum.tagdiv.com/topic/disable-related-videos-in-youtube-playlist/ To be simple, you have to edit the tagdiv_theme.js, uncomment the rel: 0 according to above topic and then, using an online tool for minification create the minify version of this folder and replace it with the content of tagdiv_theme.min.js Clear all the caches and check the results. Should work as expected.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

You can create your code so it applies only on the category pages you want. You can use the unique category IDs to make the code more specific. If you inspect a category page, it can be seen that the ID is displayed as a class on the body
https://www.screencast.com/t/yyqt6YccQ
So you can create your CSS code based on this ID. Here is more information about using the browser inspector
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
In this example I have changed the color of the category description, only for a particular category page
https://www.screencast.com/t/xXCx8f7ojg

Thanks

Viewing 25 results - 16,051 through 16,075 (of 33,436 total)