- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
hi,
1) this is a little difficult, as the page is made from 3 components.
the first component is the header where the logo is, the second is the menu part
and the 3 is the rest of the page. so you need to apli shadow to all of this elemets.
2) soon we will relese a new version of the theme with a new fonts solution.
right now you need to do this from css. in the theme panel we have a panel for custom css : http://screencast.com/t/stb3BvsajWwc .then in the same panel add your custom css for fonts and the css to target what element you what to apply the font too.
3) only the log In and Socials have Style 1. this is how the disign was made. no solution for this.
sorry I could not help you more.
Thanks for you message.
Radu A.
Hi
When I give the site a background-color – it also gives my header (where the logo is) the same background-color? Even though I want my header to have a different background-color.
I have updated the header bg in the theme panel but it will still show the site background-color.
Is there away around this? I tried using css to do this but it gave the full width a background-color.
Thanks in advance
FYI:
it’s against Google policy to “reload” a banner on a page with resize, hence why you can’t do the “drag browser” in to see the ad change. You have to launch a new “visit” at the size you test with to launch a new session cookie and “ad serving” for that “instance.” This is particularly and specifically for image-based ads or fixed-layout text-ads.
The *NEW* text-ads being developed by Google with rolling-slide animations via CSS3/Ajax, etc. may be able to resize with the viewport, but the way Google provides the “responsive adsense code” is to serve different code block PER VIEWPORT or BREAKPOINT.
Anybody really curious about this topic should read Google’s complete AdSense webmaster guidelines/requirements (“LAWS”) since they are really specific about that stuff.
Upshot: things work correctly if you resize your screen from wide to narrow, and the ad stays wide — it’s still the same session/cookie/ad unit. You would have to refresh AFTER you resize to get a new session/cookies/ad unit at the NEW size.
Just my input on this since I had to suffer this last year when we built our own responsive wordpress theme and had to do custom javascript to swap out the 300×200 to 250×250 for vertical ipad so it wouldn’t break the page layout.
Google is working on this stuff … but it’s still a bit newish. They were a bit late to the party on “responsive” stuff.
Hello. Newspaper is Amazing. The most complete theme I’ve ever encountered. A couple of questions:
1. I was wondering if you have any custom css that would allow me to put a gradient shadow around the main body of my pages.
2. Also, I would like to customize the fonts output by the widgets (body text). How can I do this?
3. Some widgets do not have an option to use Style 1 header. Do you have a solution for this?
Thanks in advance. Hope you respond soon.
Philip
Hi,
You have to uncomment this line in each module http://screencast.com/t/bxbpJoBq09
To change the color you can make it via CSS like:
.meta-info {
color: #4B4B4B !important;
}
add is in Theme panel -> Custom CSS
hi,
try to use css :
textarea, input{
border: 1px solid #000000 !important;
}
http://screencast.com/t/eY3vluX1Jb
Thanks for you message.
Radu A.
Hi,
That will add a class on that row: http://screencast.com/t/7IGbqae5yF and see here: http://screencast.com/t/hYnOyPuFXVAG
and ytou can use in Custom CSS like:
.my-class {
your custom css here
}
Thanks!
Hi,
Give us your site link to inspect it and make the right CSS.
Hi,
Remove this code http://screencast.com/t/TJYaT1hG
and add this CSS in Theme panel -> Custom CSS:
.post-via span {
background-color: transparent;
color: #4db2ec;
}
.post-source-via {
font-family: 'PT Sans', sans-serif;
font-size: 14px;
font-weight: normal;
text-transform: none;
font-style: normal;
}
I have this problem too :S
The page content is too wide for the viewport, forcing the user to scroll horizontally. Size the page content to the viewport to provide a better user experience.
The page content is 342 CSS pixels wide, but the viewport is only 320 CSS pixels wide.
Hello, If I have a page and I have a row I would like to edit the CSS of, I placed head1 for the extra class name.
Does anyone know what I type into the custom CSS box?
Ok. The name of the menu I’m trying to move to the right: “Hoved (Header Menu (main))”
This CSS doesn’t move the menu (I’ve tried changing the px):
#menu-hoved{
padding-left: 1px;
}
Hi,
We have added back the like facebook button if you want that: http://screencast.com/t/WtffILJ2PjYd
I see that you use a plugin that have some issue. The CSS from above doesn’t work for you?
Thanks!
hi,
this css :
.menu-item-37076 {
position: absolute; left: 260px;}
}
will make the tag with the class ‘menu-item-37076’ to always have the distance from left side of the screen 260px. I think using css padding or margin rule in what you need, like:
#menu-hovedside{
padding-left: 1px;
}
here is some doc about padding : http://www.w3schools.com/css/css_padding.asp
Hi,
In theme panel -> Header use Style 2, then edit this file like here: http://screencast.com/t/p9YFwjFuIu
and add this CSS in Custom CSS section:
.header-logo-wrap a.td-logo-wrap {
left: 0px;
}
.header-logo-wrap {
text-align: center;
}
Thanks!
The same here,
The Minify plugin that is messing up my CSS.
No need for you to look into this for me.
Cheers!
Ok,
I found the answer to my issue. It is the Minify plugin that is messing up my CSS.
No need for you to look into this for me.
Cheers!
Hey Chris,
Thanks for your suggestion. I’ve ended up just setting WordPress not to display full summaries, and I am filling out the excerpt in order to place the text I want in the feed. I’ve also used CSS to truncate the text for posts on the front page since most of my excerpts are too long for the front page.
But your suggestion might actually help with another project I am working on that may need a customized RSS feed.
You can align it by changing some padding to align it. I need to see the site live to inspect it.
Do you have CSS knowledge? to make it?
Thanks!
Hi,
Use this CSS:
.more-link-wrap {
background-color: transparent !important;
}
.more-link-wrap a {
color: #CCCCCC;
font-family: 'PT Sans',sans-serif;
}
Hi,
Just upgraded from 3.2 to the latest version, all went fine except one problem – the main menu/header menu (NOT the ‘Top’ one). The text items in it are now vertically aligned to the top of the bar rather than in the middle in the previous versions. It’s doubly odd as the home/search icons ARE in the middle and aligned fine.
I’ve figured out a CSS workaround with some padding and realignment, but am not sure how well that will work on other browsers/systems. I was wondering what the cause of this was and is there a better way to fix it?
Hi, i try your advise and that second option dosen’t work 🙁
My menu: http://www.screencast.com/t/nJTUIJkOsqQB
My CSS settings: http://www.screencast.com/t/vCB0eq6uZWO
So how can I remove extra space?
Thanks for reply.
-
This reply was modified 12 years by
gettinenglish.
@mbasche: vielen Dank – jetzt habe ich die Stelle im CSS gefunden 😉
Falls deine Seite schon online ist, könntest den Link mal posten?
@all: Könntet ihr eure Seiten auch mal posten ? (so wie @FRMedia1981) 🙂
Uppss,
You can remove the space to, add this CSS
.sf-menu a.sf-with-ul {
padding-right: 11px;
}
Thanks!
hi,
there are 2 pixel on the right side of the menu : http://screencast.com/t/tKcvV72f0
use this css :
#menu-hovedside{
padding-left: 1px;
}
here: http://screencast.com/t/quwcmwxeCH
will become : http://screencast.com/t/DtYdqY3v
Thanks for you message.
Radu A.