Pages have different font settings

Posted in: Newspaper
Post count: 60

Hi,

I just noticed that ‘Pages’ don’t respect the Cutome Typograpgy set for ‘Post Content Font’ settings and fall bacl to default fonts and size which makes Pages look out of place. Please either let Post Content Font overwite default Page layout or give a settings for that as well. One more thing is that when one selects different fonts and size the page first loads the default font and then renderes the page for the choosen fonts, which creates an awckward experience.

Thanks for support 🙂

Post count: 32

I was about to report the same. The Page fonts don’t change when changing the post fonts from Theme Panel.

Also, as mentioned above – the defaults load first – fonts, theme colors etc. – and then changes to the custom css. It surely does make for bad user experience.

Otherwise, I am finding the update pretty solid.

Have a look – http://www.droidgobl.in

Post count: 555

I told them about this last week and no one reply with a answer…but it need fixing

Before update post content fonts will match page fonts as well,now with this update it don’t work

http://jahliveradio.com/terms-use/

My fonts for my TOS page are too small and will not change for the love of god..please fixed this fa real…

Post count: 6600

Hi,

I have tested the “Post Content Font” and seems to work fine using the latest theme version (4.0.2).
Please try this without any plugins activated except those required by the theme and see if it works. Also update the theme to the latest version.
If not you can give us wp-access so we can check this issue, please provide the wp-admin user and pass to contact@tagdiv.com

Regarding the this happens just once until the cache is created, there is an delay until the font loads.


@Steven

Yes you are right, until version 4.0.2 the post content fonts and the page content fonts where the same, if you want to use it like that you can use an older theme version.

If you want you can use this css to change your TOS page font size:

.page .wpb_content_element p {
font-size: 10px;
}

use this for the titles from that page:

.page .wpb_content_element span {
font-size: 10px;
}

Hope this helps!

Thanks

Post count: 555

Thanks @Lucian but my about us page i want to change as well..will that work for all pages are just my TOS..

Post count: 555

It work thx @Lucian

Post count: 32

the custom css worked, thanks a lot!
since you’re here, could I also ask one other question?

I have a custom php code for social sharing buttons that I want to replace with what the theme has?

Where do I paste them so that it appears exactly where the current share buttons are (right below the tags, inside the box)?

Post count: 32

I take back my statement, the custom css changes only the title of the font. The css you provided for the body doesn’t seem to have the desired effect 🙁

Post count: 555

@Nitish Saxena it work for me…

.page .wpb_content_element p {
font-size: 10px;
}

you need to cache ur site too see the changes

Post count: 32

did all that..which is why i mention that though the Page Title font changes, the page content font remains the same..

Post count: 555

Look at mine http://jahliveradio.com/terms-use/ it change to what i want it too be

did you change the font size from 10,because 10 is very small…

Post count: 32

did everything mate…trust me I’ve been using WordPress long enough now 🙂

Post count: 60

Hi Lucian,

I am running the updated version. The cache is cleared and tested with all plugins disabled.

The CSS dictating the ‘Pages’ is:
.body .td-post-text-content, .page p, .bbpress p {
line-height: 21px;
}
And you can see it’s NOT taking the fonts chosen in ‘Post Content Font’ settings.

Whereas the CSS dictating ‘posts’ is:
body .td-post-text-content {
font-family: Chivo;
font-size: 16px;
}
I can add a CSS in Custom CSS option to change Page settings, but it should be managable from Theme Settinsg Option as pages are some of the most important page on site which carry about us and other info.

Here is an example of post page:
http://www.themukt.com/2014/07/24/google-switch-odf-gain-market-europe/

Here is an example of Pages, please notice the fonts and settings:
http://www.themukt.com/write-mukt/

It’s very important to have consistency across the site, given this is such a ‘perfect’ theme and I just love your work 🙂

Since there is already a ‘Page Title Font’ setting option, it would be helpful to also offer ‘Page Content Fonts’ option so that we can manage the page layout easily.

  • This reply was modified 12 years by arnieswap.
Post count: 6600

Hi,

@Nitish Saxena
Can you please send me a link to your site so I can inspect your page?


@arnieswap

We will talk about this, thank for your suggestion, you can use css to change the font until then.

Thanks

Viewing 14 posts - 1 through 14 (of 14 total)
The forum ‘Newspaper’ is closed to new topics and replies.