Search Results for 'css'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

1) If you want to stretch the header, please use this option: https://www.screencast.com/t/EiC2Cr2BjuS

2) Ad this code in your theme panel-> custom css box:

#td-header-menu{
border:1px solid black;
}

3) I’m not sure what overlap you are referring to, sorry.

Thank you!

Tatiane Pires
tagDiv Member

Same problem here.

I found that it’s another piece of Newspapers’ CSS that’s breaking alignleft and aligntight:


.wp-caption {
text-align: center;
max-width: 100% !important;
}

“max-width: 100% !important” is breaking the inline max-width set according to the image size. I removed that line, and everything works fine again.

If that max-width is needed by Newspaper elsewhere, it should have a more specific declaration that excludes captions inside post content.

From where I see it, it seems too simple to be fixed. It’s sad that an actual fix haven’t been shipped yet several updates after the bug was reported.

Simion C.
tagDiv Staff

Hi,

Yes that is the case, enter the CSS code in the theme panel and it will be saved in the database.
I don’t exactly now how you implemented that ad above the article title. If you made modifications to the post templates directly or any main them files, and inserted the ad code there, then the modifications will be lost after a theme update.
In this case you can create a child theme, and modify the post templates or supported theme files through it
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks

Sebastian Escobar
tagDiv Member

Ok, was a strange thing, the style was indicated in inspector in line 1344 and I don’t have this line in custom css, but finally I found it, Thank you very much..!!

Simion C.
tagDiv Staff

Hi,

You could change that color with some CSS. Something like this code for example
https://www.screencast.com/t/AgW7PKZGZHmX
This the code used, you may change the color as you want, then enter it in Theme panel->Custom CSS

.td-social-font-icons .td_social_instagram .td-sp:before {
color: #C32AA3;
}

Thanks

Catalin
tagDiv Staff

Hello dourmioan,

You should use a bit of CSS code if you want to make some changes to the yellow container. Please provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.

Thanks.

Simion C.
tagDiv Staff

Hi,

Regarding the mobile menu background, if the mobile theme plugin is not active it can be changed here
https://www.screencast.com/t/7fAAHdYQ
If the mobile plugin is active the settings are here
https://www.screencast.com/t/XPrfrNbV
Also the scroll would be present when the mobile theme is active
https://www.screencast.com/t/sGXK6QYLR2
When inactive it will not appear, it could be made visible by entering this code in Theme panel->Custom CSS
https://www.screencast.com/t/OctmuN7BL7

@media (max-width: 767px) {
.td-scroll-up {
display: block;
}

The news ticker text can be changed in the theme translation settings
https://www.screencast.com/t/5YY0QzJy6e
Same for the related articles – https://www.screencast.com/t/hZzfVfoRPeG

Thanks

Simion C.
tagDiv Staff

Hi,

That would be the latest articles section, the title inherits the color set here
https://www.screencast.com/t/hgIJw2WEA
Or you could use some CSS if you want to change the color for that element specifically, and also widgets in the sidebar for the latest articles section
https://www.screencast.com/t/T9BlvsMHGv

.td-pb-article-list .block-title {
border-color: yellow;
}
.td-pb-article-list .block-title > span {
background-color: yellow;
}

Thanks

Catalin
tagDiv Staff

Hello Francisco,

Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.

Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/

One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/

Basically, these are the theme requirements
https://forum.tagdiv.com/requirements-for-newspaper/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello eemskrant,

You should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-category-siblings{
display:none;
}

Thanks.

Simion C.
tagDiv Staff

Hi,

There are settings to customize the post title font properties for each post template
https://www.screencast.com/t/Ez3TTvRs
If you require something more precise, for example a specific post from many using the same template, you could use some CSS to do it. Use the unique post ID to do it
https://www.screencast.com/t/6NQtYrz0KgI
If you want to change the actual font, note that this has to be loaded first or it will not be applied. If the font is not used anywhere on the website you can load it like this
https://css-tricks.com/snippets/css/using-font-face/

Thanks

Catalin
tagDiv Staff

Hello ulugg,

You should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-pb-span4 .td-block-title-wrap, .widget, .td_block_widget {
text-align: center;
}

Thanks.

oneprimalscream
Participant
#0

I see this topic has been asked several times. I need a response with a solution, please.

1. BOTH COMPOSERS ARE NOT BEING UTILIZED ON THE PAGE – please do not tell me to deactivate one plugin or another, since the theme relies solely on TD Composer yet my content relies on Visual Composer. They’re not being used at once on the posts or pages, so this isn’t a ‘solution’.

2. Please tell me where in CSS code I can remove this custom cropping that Newspaper or TD Composer is forcing upon my pages. When I say I want to add a single image in Visual Composer and put in a custom size, I need that custom size to work. I have multiple posts and pages this is happening to.

Again, I’ve searched for this answer in the forums and while there are several threads, all have the same response: deactivate one plugin, or the other. NOT A POSSIBLE SOLUTION. Just tell us where to modify the code, please.

I need to launch this site within a few days, so a timely response is appreciated. My last requests never even got a response.

Attached is a photo of the images. They are all supposed to be 100px in height, but something is overridding it, and I can’t seem to find where/what is causing this while using Inspector.

Error on Resize

Thank you for your time.

Osnak
Participant
#0

Hello!
In all category page template sidebar starts below category description. I want to display sidebar from top of page. In Newspaper 8 version I add below mentioned CSS code in theme panel to change it:

.td_category_template_1 .td-category-header, .td_category_template_1 .td-category-header .td-container, .td_category_template_1 .td-category-description {
width: 100%;
}

.td_category_template_1 .td-main-sidebar {
padding-top: 48px;

The code was working fine with version 8 but unfortunately it is not working after upgradation to version 8.6.

Please advise how can I do this?
Thanks,
With regards,
Osnak

Mercuriel
Participant
#0

Hi there,

RE. https://www.syrupbee.com/

My sticky mobile menu has an issue just on mobile phones in which it’s right-hand side is full width even though the CSS code is supposed to stop it doing that. The CSS code works as well because, when I view my website from any width below 767px on a laptop, the sticky menu is not full width and looks perfect. It is only when I view my website on my actual mobile phone does this right-hand-side sticky menu problem occur. Any ideas?

Guims
Participant
#0

Hello all,

Here are the screenshots to make you see my problem:

https://www.screencast.com/t/UaCcTqfmp
https://www.screencast.com/t/thPiZKmP

How to make the error message or the registration confirmation message remain in the frame and also that it is above td-login-panel-descr?

Thank you in advance for your help.

Prajwal Desai
tagDiv Member

1) AMP – I got the answer, it’s coming in future update.

2) Message / alert box – I haven’t got the answer. Are you suggesting me to use custom code for this as well ?. If you can add dropcaps, buttons then why not message box ?. I can modify the css file and add code but with every update the code goes off. Since i want to display colored message box, i have to define multiple codes for each color in css. Can’t you even consider this as a request ?.

3) 4)- I Got the answer. Can you tell me how do we change background color of quote box ?.

5) haven’t got the answer. How do we ensure google adsense ads are displayed in firefox and chrome when they are blocked.

6) Post update date – I have referred the post and it does not display updated date in google search. It just adds “last updated label” to all posts. Though you have updated the post or not, it just shows last updated on all posts which is incorrect. Ideally it should show last updated date only if post has been updated recently. So please give me a proper solution for this.

Catalin
tagDiv Staff

Hello Prajwal Desai,

If you want to style your quotes with that style you should do it yourself because this task involves doing such a custom work and we cannot provide something like this at the moment, sorry! As a hint, please check our useful tutorial for Inspector browser from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
The theme does not have any such an option that allows you to turn off all the ads for the whole theme. You should try using such a custom CSS code for this behavior or simply remove the ad code from Theme panel.
Please refer to the following topic from here -> https://forum.tagdiv.com/topic/how-to-make-this/page/2/ because there you will find some useful steps which you need to follow in order to achieve as you wish.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello heisenberg234,

You should turn off your date from the Theme panel from the blocks/modules and post pages from here -> https://www.screencast.com/t/GbmrO1GL and then, you should use a bit of CSS code to display none the WordPress date from the top bar of your website.

The code is ->

.td_data_time{
display:none;
}

Thanks for the message!

kokorikos
tagDiv Member

hey hello again , can you tell me which element is this? cause i cant see that with inspector , so i can just change the color in style.css ?

Catalin
tagDiv Staff

Hello Pradeep Augustine,

You should use such a bit of CSS code if you want to hide the featured images for such a post from a certain category. Please use the Inspector browser, take the specific category of your featured image. Below I gave you a simple example how you should be done.

@media (max-width:768px){
.category-lifestyle .td-post-featured-image{
display:none;
}
}

The result can be found here -> https://www.screencast.com/t/T0Oj6Yqk

Thanks for your understanding!

brunodups
Participant
#0

Today I woke up and to my demise TD Composer had stopped working. A fault CSS loader has taken place of the fast, original one, it simply quits the loading. It loads header background color then stops, sinalizing several jQuery errors.
I:
– disabled all plugins
– updated theme from 8.5.1 to 8.6
– update theme’s plugins
– cleared cache
– disabled cache plugin

Nothing worked!

brunodups
tagDiv Member

I just got this error out of nowhere simply after waking up. TD Composer has became buggy, with a faulty CSS loader. If the TD Composer loads any external assets then this should definetely be looked into, i thought this was a personal problem but it’s not seeming like it.

jpprods
Participant
#0

Hello,

The thumbnails and tiles are not clickable in the red section on our website using a block 13 (see picture below) on mobile or when resized on desktop. We use two block 13 in that section, the second block works fine.

Must be a css issue, but can’t seem to pin-point the culprit.

Any help? The url is https://www.lemauricien.com

block 13

Prajwal Desai
Participant
#0

Hi,

I have got some feature requests, could you please look to add them in upcoming updates.

1) AMP theme and ads – Currently AMP plugin by automatic doesn’t display ads, could you come up with a new AMP plugin and allow us to display ads(more like a mobile theme plugin which you have).

2) Message box/ alert box + custom list shortcode – I know we can display a neat message box using custom css code. But if you could add it under shortcodes dropdown options (where buttons, dropbox and other shortcodes) are present, it would be great. Something like this –
https://snag.gy/8bdvku.jpg
https://snag.gy/PJnDwj.jpg

3) Ability to style quotes – Is there a way to set background for quotes ?. Something like this –
https://snag.gy/va4PHe.jpg

4) Ads on/off switch – Can you create a option to turn off ads for whole site at once ?. Currently one has delete the ads from all the locations > save to see how better website works with / without ads.

5) Adblocker detection – Can you add a feature where the website reports that adblocker is detected and one has to disable to view the site.

6) Post update date – Can you add an option to show post last updated date ?. I am very sure the current workaround of replacing the code doesn’t work well.

Viewing 25 results - 15,176 through 15,200 (of 33,436 total)