• Resolved worldjusticenews

    (@worldjusticenews)


    I am using the MH Magazine Theme.

    When the featured image used in wordpress popular posts is not the selected 300px width defined in the plugin widget, the article text extract does not begin aligning under the image as it should. It begins showing to the right of the image (in my example 1 character underneath each other which looks pretty stupid).

    Can a fix be applied to ensure the article text extract always starts under the image please?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @worldjusticenews,

    Normally I would have asked you to get in touch with MH Themes to get support since the MH Magazine Theme you’re using is a paid one. However, since it seems they’re not bundling WPP with their themes and that the fix is fairly simple I’ll make an exception this time.

    Please try adding the following to your theme’s stylesheet:

    .wpp-thumbnail {
        display: block !important;
        float: none !important;
        clear: both !important;
    }
    Thread Starter worldjusticenews

    (@worldjusticenews)

    Thanks so much for you excellent and speedy response – the fix worked ??

    Can I also ask if there is some way of making the continuation dots … show the same way the theme shows continuation as […] ?

    Plugin Author Hector Cabrera

    (@hcabrera)

    Currently the only way to do that would be via WordPress filters by hooking into wpp_custom_html or wpp_post in conjunction with a custom excerpt function (does it sound like a lot of work just to change the “read more” characters -a.k.a. the dots- to you? Because it is hehe). For more details, check here.

    Other than that, you’re out of luck this time ??

    Thread Starter worldjusticenews

    (@worldjusticenews)

    okies and thanks …. yes certainly not worth that effort lol.

    Thanks again for your excellent and speedy responses.

    Happy new year ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘article text extract alignment error’ is closed to new replies.