Search Results for 'css'

Results from the Forum
Ken0929
Participant
#0

Hi,

I’m setting the 7 days post sorting option.But I don’t want to show the post views on posts to my users.
If I use css(display:none) to not show the post views, will 7 days post sorting work correctly?

Thanks.

sabarisns
Participant
#0

After updating to Newspaper 8.6, my website’s share button shows some critical css error.
Screenshot:- https://prnt.sc/hvxjfo
Website url: https://techlog360.com

Simion C.
tagDiv Staff

Hi,

The latest articles background color will be affected by this setting in the theme panel
https://www.screencast.com/t/xiOKXsUtdyC
Note that this setting may affect other elements as well. I could give you a code to set a background of your choosing only for the latest articles title
https://www.screencast.com/t/RZdeo16Gg50
Enter it in Theme panel->Custom CSS section if you decide to use this solution

.td-pb-article-list .td-block-title {
background-color: blue;
}

Thanks

aph100
tagDiv Member

Hi, I am sorry I am not sure I understand.

if i use single image, I am able to use the Single Image settings to get, for example, rounded corners, but I am not able to display a caption.

If I use Column text, I can insert an image with a caption, but I don’t see any way too get the rounded corners.

My query was, if i use Column Text, and I also able to set some css or other setting to get the rounded corners?

Many thanks for your help

Bogdan B.
tagDiv Staff

Hello,

the comment count can be changed with css by using this cod in the theme panel-> custom code section:

.td-module-comments a {
background-color:red;
}
.td-module-comments a:after{
border-color:red transparent transparent transparent;
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,

If you want to reduce the spacing, you can add this code in your custom css section of the theme panel:

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta{
margin:0!important
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic{
padding:0!important
}
#bbpress-forums div.odd, #bbpress-forums ul.odd{
margin-top:0!important;
}

Thanks.

Simion C.
tagDiv Staff

Hi,

Enter this code in Theme panel->Custom CSS section and the ad should be visible
https://www.screencast.com/t/mqFtO4oJHgh

.td-a-rec-id-footer_top {
display: block;
}

That is a predefined footer template, the blocks in the template cannot be edited. You could select style 3 for example which is similar. Add the widgets you want, configured the way you want in the footer sections.

Thanks

Catalin
tagDiv Staff

Hello madanyadlapati,

I have inspected your website and I saw that you like the border style to your pages, right? Also, I notice that you are using such a custom CSS code to add this to your page but please notice that is not a simple task doing this. This task involves doing such customizations in order to achieve good results and notice that we cannot provide something like this at the moment, sorry! If you like this effect, you can try using our Newsmag theme because this one has implemented by default these borders as you can see in our demo preview here -> https://demo.tagdiv.com/newsmag/

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

The theme does not have options to remove the ads on specific pages. If you are using Adsense then you could create such a condition in the code (display none is not recommended for Adsense). You could create the condition in the header style used. This is an example
https://www.screencast.com/t/NXo350HgT
Same for the footer template used
https://www.screencast.com/t/KyJWT2HXHF
This could be a solution. They could be removed with CSS as well like in this example
https://www.screencast.com/t/vD9egHWZ2M

Thanks

simchris
tagDiv Member

I don’t work here, but you might try learning to do custom CSS — basically, use the console view in Chrome to inspect your page, then use the inspector to select an element on page — then figure out the CSS to over-ride..

e.g.,
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-19 current_page_item menu-item-first td-menu-item td-normal-menu menu-item-26"><i class="icon-017-cross"></i>Home

Catalin
tagDiv Staff

Hello jgrusky,

You should try using the CSS code. In order to create it you should check the inspector browser from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ because there you will find a way how you can create your own custom CSS code.

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello,

Please add this css code in your custom code section of the theme panel:

.td-header-gradient:before{
display:none;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

I have tested this on my end but it works as expected. Please make sure any other change is happening and it’s not a caching issue or a plugin conflicting with the css
If you still have trouble please provide a link to your site so we can inspect the ‘strong’ text.

Thank you!

Catalin
tagDiv Staff

Hello Colleric,

You should use a bit of CSS code to hide the Ads for a specific page using the specific page ID or you can use the is_page() function in WordPress -> https://developer.wordpress.org/reference/functions/is_page/ to check if it is the page when you have targetted and then block the ads you want. For this, you should edit the Ads core files from theme’s folder and create some checks in order to achieve as you wish. Notice that is not a simple task and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry! We only can point you in the right direction.

Thanks for your understanding!

alexisbreak
tagDiv Member

Is not it. You did not understand

I’m sending some photos of my developing layout to understand. The home is all black, actually it’s # 333 but the posts are all white with the black footer. The second footer I’m still tidying up.
Through various CSS CUSTOM I managed to do, I just worried that I would have a better and easier way to do this.
https://imgur.com/a/KafF9

However, I still have a problem, there is a black “box” wrapped in the featured image that I can not change her color at all, although I already found her css is like I could not replace.
https://imgur.com/6dmInD5

Simion C.
tagDiv Staff

Hi,

Leave the lazyload disabled, enter this code in Theme panel->Custom CSS

.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: none;
}

This code should cancel the zoom effect when hovered, on a default big grid or full big grid.

Thanks

Bogdan B.
tagDiv Staff

Hello,

If you use the mobile theme, then there is no style 5 on the mobile theme. There is only a single post style and that is the default one. Sorry for the inconvenience. If you want to remove images on the mobile theme you can use css to hide the featured image for specific posts or from a specific category.
I will be able to help with the code if needed but i will need a link to your site and and you will need to place the posts with no featured image in a specific category so I can target it with css.

Thanks.

Catalin
tagDiv Staff

Hello vasik,

The social network icons can be managed from here -> https://www.screencast.com/t/Mr6MwivAGAZ The social icons will be displayed in Top Bar and Footer section. So, if you want to hide them only for Top Bar section, you should use a bit of CSS code to this effect.

The code is ->

.td-header-sp-top-widget{
display:none!important;
}

Thanks.

Catalin
tagDiv Staff

Hello Somosung,

Unfortunately, the theme does not have any such an option that allows you to change the smart list content font or size, sorry! You should use the inspector browser to do this, according to our documentation regarding on how you can create your Custom CSS code from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Ivana,

Yes, it seems to be another class and that’s why the above code does not work. Try to use the code below and place it in Theme panel -> Custom CSS area.

@media (max-width: 767px){
.td-top-menu-full {
display: block;
}
}

Thanks for your understanding!

dragoerny
Participant
#0

Hi.

I’m trying to use the WPbakery editor with my Newspaper theme and i9 have two problem.

1). The fronteditor options is missing. The docs regarding WPbakery says that you maybe have disabled this in your code ?
2). When i try both via std css and via WP bakery to make a border around a text box nothing happens. It looks corrent but not border is there. I have selected a color, width and so on buth nothing. Any idea ?

MrOrsh
Participant
#0

Since the last update I have a small bit (maybe 10-15 pixels) of padding suddenly appearing at the bottom of my site. It appears on all pages and in all browsers I tested. I have been trying to target in in css to see what could be causing it, but no luck :-/

Site: enkelteknik.se

#0

Hello,

In the past I used this css code to add a background-color to the header advertisement. Since today the color has disappeared. Any suggestions?

.td-banner-wrap-full.td-banner-bg.td-container-wrap {
background-color: #f2f2f2;
}

I also can’t seem to hide the footer advertisement on my homepage using either Custom Css (theme panel) or Live Css.
And does live css work for individual posts?

Thank you

mihai
Participant
#0

https://demo.tagdiv.com/newspaper_business/

Above “Around the world” there is a block with some links (Automotive, Eurozone, Investments..)

What block did you use? 15
I have to use CSS for this arrangement? which? I use the settings in “Default Demo”.

Thanks

tricon23
Participant
#0

Hi.

I need to have Skyscraper ad positions on the left and the right.
I know that will have to do this with a little extra css and maybe a little modification of the header.
Can you provide a solution for this?

Thank you very much,
Patric

Viewing 25 results - 15,451 through 15,475 (of 33,436 total)