• Hello,

    Hope you guys are well.

    I’m having trouble getting my single property page to look right. I can’t seem to find the right code to make it not look pixelated.

    I’ve managed to find the gallery.php in

    /wp-content/plugins/essential-real-estate/public/templates/single-property

    and find the part of the code that controls the image quality. That is:

    <div class=”single-property-image-main owl-carousel manual ere-carousel-manual”>
    <?php
    $gallery_id = ‘ere_gallery-‘ . rand();
    foreach ($property_gallery as $image):
    $image_src = ere_image_resize_id($image, 870, 420, true);
    $image_full_src = wp_get_attachment_image_src($image, ‘full’);
    if (!empty($image_src)) {
    ?>

    For some reason, when I increase the value of width and height or remove the crop, image looks okay but it becomes distanced (like 100px above) from the rest the gallery.

    Could someone point me in the right direction?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi jljacob !

    For some reason, when I increase the value of width and height or remove the crop, image looks okay but it becomes distanced (like 100px above) from the rest the gallery.

    I don’t understand what you mean. Please take a picture of your website and address so I can check.

    Thread Starter jljacob

    (@jljacob)

    Hey Kami,
    Thanks for getting back to me.

    In both the property page and the search page, I can’t seem to make the image previews resize while retaining the quality. The code which I quoted seems to make the image resize and then fit to the screen, but changing the values destroys the structure of the lightbox (although it makes the image look good).

    Printscreens of both pages:

    Screen 1
    Screen 2

    You can set the image size in Real Estate Option.
    On the property page, you can set the image size here:
    https://prntscr.com/plcuwv
    and the advanced search page here:
    https://prntscr.com/plcv3f

    Thread Starter jljacob

    (@jljacob)

    Only got back to it now, and it doesn’t seem to work. The image quality doesn’t really change noticeably on the property page. Is there anyway around it?

    In the advanced search it’s different. The image quality becomes great but the dimensions become the source image ones – https://prnt.sc/pvjvkm

    I would be happy if it’s possible to vertically align the property results.

    Sorry to bump after 1 month, had some personal issues, and thank you so much for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Single Property Page’ is closed to new replies.