• Resolved FlyingNimbus

    (@flyingnimbus)


    Hello Ernest,

    First of all: great plugin!

    I’m not sure if I am doing something incorrectly of have missed some option but the images used are full size. I have turned on “Show images in Results?” and use all default settings, so the “primary image source” is “Featured image”. Is it correct the images, even tho displayed as 70×70 are loaded as full size, not compressed or resized?

    I also would like to suggest vertically aligning the title if you disable the description.

    • This topic was modified 7 years, 10 months ago by FlyingNimbus.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    Thank you for your kind words!

    The image compression is disabled by default, but you can enable it on the Performance options submenu: https://i.imgur.com/hxgxto9.png

    That should do the trick ?? I will definitely consider your suggestion as well. Until then, you can try the following custom CSS, it may do the trick for the vertical alignment:

    .results .item h3 {
        vertical-align: middle;
        line-height: 64px !important;
        display: inline;
    }
    Thread Starter FlyingNimbus

    (@flyingnimbus)

    Awesome, thank you!
    I guess I missed the performance settings page because I was too focused on all the tabs plugin index page, maybe its an idea to add the page with the performance options as a tab?
    The CSS worked but as long as your text doesn’t exceed one line, so I’ve converted it to:

    .results .item h3 {
        display: table-cell !important;
        height: 68px;
        vertical-align: middle;
    }

    Thank for the push in the right direction ??

    See your work in action: https://filevoid.net/4628113606/Capture.PNG

    • This reply was modified 7 years, 10 months ago by FlyingNimbus.
    Plugin Author wpdreams

    (@wpdreams)

    I’m glad it worked ?? Not a bad idea at all, I will take a note on that as well.

    Your solution is way better, I didn’t think of the table cell layout, this is great.

    Anyways, I’m happy it works now, let me know if you have any other questions. Also, feel free to rate the plugin if you like it, it’s greatly appreciated.

    Best regards,
    Ernest

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Uncompressed images and vertically align title’ is closed to new replies.