Search Results for 'css'

Results from the Forum
dac1794
Participant
#0

Hi, there

It is a question about the layout.
I am using newspaper 7.
I would like to adjust the width of the main column.
Which part of the CSS does the corresponding area be specified?

Bogdan B.
tagDiv Staff

Hello,

The css seems to be added to the same css as the color so you can use this code to change the font size:
.comments .form-submit input[type=submit]{
font-size:16px!important;
}

The font settings are the same in 7.5 though (https://forum.tagdiv.com/how-to-update-the-theme-2/)
If you want to change the text on the read more button you can do so from the translation settings here: http://screencast.com/t/Z09ylO2Ge

As for it’s style, that is determined by the demo you use. The button style can only be altered through css.
Pleas provide a link to your sie so i can inspect it and provide the proper css

Thank you!

Bogdan B.
tagDiv Staff

Hello,
In order to change the name of the child theme you will have to edit 2 places:
First change the name in the child theme style.css: http://screencast.com/t/aS831GzMeM and then change the chilkd theme folder name.
Thank you!

Catalin
tagDiv Staff

Hello seban,

If you want to change the background-color of your sidebar you should use a bit of CSS to do that. Try the code below and place it in Theme panel->Custom CSS area.

.td-ss-main-sidebar{
background-color:red!important;
}

The result -> http://screencast.com/t/NDVsDBGT

If is not what you mean, provide more details about your problem so I will be able to provide a more accurate response. Also, you can provide your website URL so I can inspect it closer and provide you a more accurate response.

Thanks for the message!

investimpactly
Participant
#0

Hello
I love your Newspaper theme but cannot, despite my trying to find solutions on the forum or via the documentation, seem to find the right CSS code or setting in the Theme Panel to resize my logo on the desktop browser or mobile browser. Please help!

http://investimpactly.org/

simchris
Participant
#0

Has anybody done a css fix or hack to do a full width slider on home page with newsmag? We have a nonprofit thing which has been using a different brand theme past couple years and its a pain to deal with, and im done with it. Thinking of just moving it to trusty newsmag, but they have these full width images and slider with the animated messages.

Thanks fellow newsmaggers ?

GreatTaste
Participant
#0

I have a page in which the title is not showing. With it, it also doesn’t show the entry crumbs. This page has a parent page whose title also doesn’t show, however, reverting the parent page option to “none” doesn’t seem to fix the issue. I’ve also looked in the css and this is not a css issue.

Any idea why the title might not be showing?

sonyshreemadhan
Participant
#0

I was trying to speed up my site in Google Page Speed test I got this message

Should Fix:
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 1 blocking script resources and 1 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Remove render-blocking JavaScript:
http://softechnogeek.com/wp-content/cache/minify/df983.js
Optimize CSS Delivery of the following:
http://softechnogeek.com/wp-content/cache/minify/4d65e.css

Google Page Speed Insights

http://prnt.sc/daemb7

Bogdan B.
tagDiv Staff

Hello,

The black headers color is handled by this setting in the theme panel: http://screencast.com/t/jogyrvtkhttp://screencast.com/t/8sW0VLmkbhny
The post comment button and search submit will have to be changed with css:
.comments .form-submit input[type=submit], .widget_search input[type=submit]{
background-color:red;
}

The social icons do not appear to come from the theme. They are a plugin so maybe you should check the plugin settings.
As for the font sizes they are controlled from the fonts section.

Please provide an example of what red more button you are referring to.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please use this code on posts and change the url to your preferred one:
[vc_btn title="Buy now" color="danger" size="lg" align="center" link="" button_block="true"]

Then use this css in the theme panel-> custom css box:

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover{
border-color: black;
background-color: black;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This loading effect is just css as it changes colors from the default green ones to the yellow ones you selected. This effect is always visible but in some cases it is more visible than others. Using the speedbooster plugin will cause this effect to be more visible as it will move css to the footer. A simple solution is to copy this css directly in style.css:

.td-header-wrap .td-header-menu-wrap-full, .sf-menu>.current-menu-ancestor>a, .sf-menu>.current-category-ancestor>a, .td-header-menu-wrap.td-affix, .td-header-style-3 .td-header-main-menu, .td-header-style-3 .td-affix .td-header-main-menu, .td-header-style-4 .td-header-main-menu, .td-header-style-4 .td-affix .td-header-main-menu, .td-header-style-8 .td-header-menu-wrap.td-affix, .td-header-style-8 .td-header-top-menu-full{
background-color: #d33;
}
.td-header-wrap .td-header-menu-wrap .sf-menu>li>a, .td-header-wrap .header-search-wrap .td-icon-search{
color: #fff;
}
.td-magazine .td-header-style-1 .td-header-top-menu-full{
border-top-color: #ffc400;
}

Thank you!

Catalin
tagDiv Staff

Hello vanessadealmeida,

If you want to disable the Instagram Block only for mobile, you should use a bit of CSS to hide it. You should use the code below and place it in Theme panel->Custom CSS area.

The code is ->

@media(max-width:767px){
.td-instagram-main{
display:none;
}
}

Please notice that if you will use the Mobile Theme plugin, the Instagram will not be rendered for mobile.

Thanks for your understanding!

Todd Ruiz
Participant
#0

Dear Team,
i was wondering if there is a way to dynamicaly apply the category color to some elements
ie:the pink block from the sidebar, i would like it to change color following the category color

http://khaosoden-new.unixdev.co.th/2016/10/24/politicos-activists-agree-pause-politics-now/

but i can’t find where i can call it
Thanks

Catalin
tagDiv Staff

Hello giulian curl,

I have inspected your category page and I did not saw any ad inside it. For an instance, if you want to remove all the ads from this page you should use the code below and place it in Theme panel->Custom CSS area.

.category-146 .td-a-rec{
display:none
}
.category-146 .td-g-rec{
display:none;
}

Hope this helps!

Thanks for the message!

chanie721
Participant
#0

Hi I just purchased this and am trying to install the demo with content. Nothing is coming up. I’m getting this error message on the homepage. What do I do?

Fatal error: Call to undefined function vc_shortcode_custom_css_has_property() in /homepages/28/d565728735/htdocs/clickandbuilds/DallasMillennials/wp-content/themes/Newspaper/vc_templates/vc_row.php on line 53

ericaeide
tagDiv Member

Catalin,

Thank you. I already created some CSS to change it, however it would definitely be helpful to have the option within the Newspaper font settings for these, since there are so many other options – why not have them all? I have 2 theme licenses and the other one is for someone who isn’t great at CSS, so for her to be able to change it herself easily would be a plus. Thank you.

Erica

m0re
tagDiv Member

Thanks it worked on the Home Page where I gave the page ID in CSS but what about on Single post sidebar because the same block is on display in the sidebar on every post. What CSS will work in this case? my URL is http://www.morenews.pk

Kevin
tagDiv Member

Hi,
I use Bogdan’s css code but found i have to modify it slightly and use the category ID instead of the name.

eg:

.category-40 .td-category-header.td-image-gradient-style8 {
background-image: url(http://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/login-mod.jpg);
background-size:100% 100%;
background-repeat: no-repeat;
}

Give it a try.

Kevin

laurena86
tagDiv Member

Hi Catalin

That screenshot result is exactly what I’m after, but even after trying that code in the Custom CSS box in theme panel still nothing seems to be happening?

I have just used a cross browser tester and also tried on a different browser and my device.

Any idea?

Many thanks
Lauren

Catalin
tagDiv Staff

Hello laurena86,

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

@media (max-width: 767px){
.td-header-main-menu {
height: 120px;
}
}
@media (max-width: 767px){
.td-main-menu-logo img {
max-height: 100px !important;
width: 200px;
top: 60px;
}
}
@media (max-width: 767px){
.header-search-wrap .td-icon-search {
padding-top: 35px;
}
}
@media (max-width: 767px){
#td-top-mobile-toggle{
top:35px;
}
}

The result -> http://screencast.com/t/BqesKyKxQI

Thanks.

Bogdan B.
tagDiv Staff

Hi,

1. Unfortunately the styles you see there are custom added. We did not add any custom list styles to our theme but it can easily be done with css and a small gif image like this guide shows: http://www.w3schools.com/CSSref/pr_list-style.asp

2. The blockquotes can be changed from the formats section: http://screencast.com/t/ZDHzfDjRa

Thank you!

Bogdan B.
tagDiv Staff

Hi,

It can be removed with this css:
.td_block_slide .td-image-gradient:before {
display:none!important;
}

Add it in the theme panel->custom css box.

Thank you!

asamirr
tagDiv Member

Hi,

Thanks for your reply,

Spaces are n’t affect the css code , This code has no spaces and it works fine, but it changes the background for all categories.

.td-category-header.td-image-gradient-style8{background-image: url(“bac.gif”);}

If I have a category its name “Farm” and slug”farm”

I added this code but it doesn’t work.

.category-Farm .td_category_template_8 .td-category-header .td-image-gradient-style8 {
background-image: url(“http://www.baereralreaerermyed.com/wp-content/uploads/2016/11/back3.jpg”);
background-repeat: no-repeat;
background-size:100%
}

Regards,

Catalin
tagDiv Staff

Hello Gadgetsay,

Please try to clear all your caches because maybe you have a strong caching plugin and that’s why all your settings which are made will not be applied. Also, if you want to hide a sidebar for a particular page you can use a bit of CSS code to do that. You will have to find the page ID for your desired page and then you should use the code below ->

.page-id-1087 .td-pb-span4{
display:none;
}
.td-pb-span8 {
width:initial!important;
}

The result you should -> http://screencast.com/t/8xsX4cZaahEr

Hope this helps!

Thanks for the message!

Catalin
tagDiv Staff

Hello neoandrej,

I have inspected your website and I saw that you have display:none for your article inline ad, as you can see here-> http://screencast.com/t/eTB2HGRgi Do you have some additional customization through code? Because this rule does not come from our theme. As a quick solution, you should use a bit of CSS to change your display type and place it in Theme panel->Custom CSS area.

The code is ->

@media (min-width: 1141px){
.td-rec-hide-on-m {
display: block!important;
}
}

The result you should see here -> http://screencast.com/t/n7gCJWiz

Thanks for your understanding!

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