Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author xdark

    (@xdarkeu)

    You can change the post title font size from option Post title size.

    If the image is blur try to increase values Thumbnail height and Thumbnail width

    Please note that if you are using the widget you must make the same changes to widget settings.

    Thread Starter edo.hayashi

    (@edohayashi)

    Hi Vagenas,

    Thank you for the plugin! I did what you have instructed. Perhaps my description isn’t good but my problem goes on the “Title to display” The current font size is 28px, is there a chance to change it and also the font?

    As for the thumbnail, I tried but it only made the thumbnails bigger instead of being clearer.

    Plugin Author xdark

    (@xdarkeu)

    Sorry, my bad. I thought you were referring to post title.
    You can change the title but be aware that changes will be lost in every update.
    open file [ERP dir]/front/views/main/Grid/grid.php
    line 34 now reads <h2 class="erpProTitle col-md-12" style="line-height: 1.4;"><?php if (isset($title)) echo $title; ?></h2>

    you can change the h2 tag to anything that suits your needs or add the font size in style property like this

    <h2 class="erpProTitle col-md-12" style="line-height: 1.4; font-size:14px;"><?php if (isset($title)) echo $title; ?></h2>

    The above mod will change font size to 14px…

    As for the images could you please give me a link to see how it looks now?

    Thread Starter edo.hayashi

    (@edohayashi)

    I’ve changed the h2 to h4 to make the font smaller. Thank you for this!

    As for the images, please click here. This is cropped at 40, check the thumbnails, they are blurred.

    Plugin Author xdark

    (@xdarkeu)

    Is this link right? I can’t see ERP in this page.

    Thread Starter edo.hayashi

    (@edohayashi)

    The link is right, seems like there’s a problem since I can see the changes when I’m logged in but not when it is logged out. My apologies for this.

    Thread Starter edo.hayashi

    (@edohayashi)

    I’ll fix my side of the problem first. Thank you very much! Consider this fixed since the thumbnail is not a big issue on my side.

    Thread Starter edo.hayashi

    (@edohayashi)

    I found the problem and has fixed it. May I ask if you can check again the link?

    Plugin Author xdark

    (@xdarkeu)

    It seems image is too small as I already said. Try to set it to 175×175

    Thread Starter edo.hayashi

    (@edohayashi)

    Thanks a lot! That solved it!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Related Post title font sized and Thumbnail Crop’ is closed to new replies.