Example Typography Text

  • Posted in : Read WP
  • Neosoph
    Participant

    Can you send me the actual wordpress post text you have published for the following two pages?

    http://themes.pixelwars.org/read-wp/typography/
    http://themes.pixelwars.org/read-wp/shortcodes/

    Mehmet S.
    Keymaster

    Hi, you can reach them by importing the pages xml sample data that located under sample data/parts/pages folder in the package.

    Thanks

    Neosoph
    Participant

    Thanks that was helpful. 3 Questions:

    1) – I have not modified the theme at all – I think I may have found some bugs. On a page [lead_p drop_caps=”yes”] shortcode functions properly, but on a post the font is forced into 18px with the following CSS:

    @media screen and (min-width: 768px) {
    .blog-single .post .entry-content > p {
    font-size: 18px;
    }

    Was this intended? It breaks the shortcode for posts.

    2) – In your XML example, [tagline] seems to have varying font sizes, but I can’t figure out how you changed the font (on one you used H3, but the other one appears to be a hard-coded CSS font). I think [tagline] isn’t working properly for posts either? The CSS looks different.

    3) – Is it possible for us to get cite (for block quotes) as a shortcode? It’s tedious having to switch to the text editor back and forth (I do lots of quoting).

    Neosoph
    Participant

    I was able to figure out #2: You have to make sure [tagline] gets it’s own line…

    [tagline]

    content

    [/tagline]

    Still can’t figure out #1

    Neosoph
    Participant

    I ended up simply deleting this from main.css:

    @media screen and (min-width: 768px) {
    .blog-single .post .entry-content > p {
    font-size: 18px;
    }
    }

    That fixed it I guess? Please let me know if there is a better way, I am not a web designer.

    ahmetsali
    Keymaster

    Hi, i just tested and drop caps are fine in posts. It is ok to remove that code if it helped you.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register