Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
signorini
tagDiv Member

Ok, I understand. So it isn’t possible to change the width of the content box or remove the side bar?

signorini
tagDiv Member

Yes. I mean I want to increase the space dedicated to text and side bar and reduce the side empty space.

signorini
tagDiv Member

Yes, right. Probably when I checked the change it hadn’t propagated yet.
Thanks.
Therefore, to do this modification, I have to put the custom code for each category and/or post I want to modify the view.
I guess, I get the category “code” (in our case, .category-3326) by inspecting the <body> of every category.

signorini
tagDiv Member

I’ve tried, but nothing happened

signorini
tagDiv Member

Sure, for example, I want to hide the date of the posts in this category (both in category and post view): https://nonewsmagazine.com/category/milano-food-drink/categorie-ristoranti/aperitivo/

  • This reply was modified 3 years by signorini.
signorini
tagDiv Member

Just an update for users.
I had the same problem: an ample empty space under the header, it was caused by the Google Site Kit plugin when the option “Let Site Kit place AdSense code on your site” of the AdSense tab was on.

signorini
tagDiv Member

Hi Calin, thank you for your suggestion. It is working now.
My I use the same logo now or do I have to modify it with different characteristics, size, file format, or…?

signorini
tagDiv Member

Thanks Simchris!
The PHP version is 7.4, and I don’t use child themes.
The error is an uptime error. My hosting team is saying that it is generating too many php jobs overloading the whole process.
Is a strange thing that something that was working smoothly some days ago now is a mess. I love the Newsmag theme, I don’t want to delete it!

signorini
tagDiv Member

Hi!
My issue is partially solved.
Now it adds the 2 brackets, but it doesn’t overwrite the style.css blockquote parameters. I’m not an expert, but I was lucky to find the CSS scrips in the style.css file:
}
.td-page-content blockquote p,
.td-post-content blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p {
font-family: 'Roboto', sans-serif;
font-size: 30px;
line-height: 40px;
font-weight: normal;
font-style: italic;
text-transform: uppercase;
color: #4db2ec;
}

Only changing them here I can for example change the font size, the color, etc. Therefore as I understand only the bold script of the custom CSS is recognized.
.td-post-content blockquote {
max-width: 600px;
text-align: center;
margin: 20px;
padding: 20px;
font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
font-size: 20px;
color: #428bca;
border-left: 4px solid #428bca;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
border-right: 4px solid #428bca;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;

}

Clearly, I prefer not to make changes in the style.css file, also because probably they will be overwritten when the theme is updated.

For sake of clarity for future users that will eventually read this post having the same needs. You cannot change the style of the blockquote from “Newsmag – Theme panel”, but you need just to add the code in the custom CSS field of “Newsmag – Theme panel”.

signorini
tagDiv Member

I mean if it is possible to set a custom style.
With other themes, I just enter for example the following CSS code to obtain a blockquote in a sort of brackets.
blockquote {
max-width: 600px;
text-align: center;
margin: 20px;
padding: 20px;
font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
font-size: 20px;
color: #428bca;
border-left: 4px solid #428bca;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
border-right: 4px solid #428bca;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}

Bust if I try to do so with newsmag it doesn’t work or better, is a merge between the standard theme’s blockquote style and this one.

I’m sorry for my English, hope I was clear.
Thanks.
J

Viewing 10 posts - 1 through 10 (of 10 total)