• Resolved st7n

    (@st7n)


    Hey there, I’m hoping someone might know the answer to this. I’m using the plugin on the homepage for a site, but the title and post are showing in a completely different font from everything else on the page. Any ideas where the problem could be?

    I’m pulling the most recent post from a single category.

    If it helps, my theme supports using Google Web Fonts and I’m using Liber Baskerville throughout. I can’t provide a link unfortunately, as we’re getting ready to publicly launch soon and have a placeholder up currently.

    Thanks in advance for any suggestions!

    https://www.ads-software.com/extend/plugins/posts-in-page/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eric Amundson

    (@sewmyheadon)

    Hey st7n,

    This happens because of a discrepancy between the styling applied to your theme and the (lack of) styling in the plugin.

    Here’s how to fix:

    1. Use a tool like Firebug or Chrome Dev Tools to find the classes, IDs and CSS applied to the fonts you want to use.
    2. Then, inspect the output of the Posts in Page plugin – most likely, you’ll need to tweak the output template to add a few classes, IDs, wrappers, etc.
    3. Copy the posts_loop_template.php file from the plugin’s directory into your theme directory
    4. Add any additional markup you need to connect to your site’s styles and behaviors.

    Make sense?

    Thread Starter st7n

    (@st7n)

    Thank you so much for your reply. This is exactly what was needed!

    Plugin Author Eric Amundson

    (@sewmyheadon)

    Right on, st7n, happy to help. ??

    e

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Output Font’ is closed to new replies.