Home › Forums › All Other Themes › Real estate theme issues
- This topic has 13 replies, 3 voices, and was last updated 5 years, 1 month ago by Sonl Sinha.
-
AuthorPosts
-
March 28, 2019 at 10:34 pm #120483
Hello,
Site is: http://welcomehomeclr.com/
We have several issues that need to be fixed:
1. Featured image for property is not displayed properly (huge height, looks bad on phones) and it duplicates within property’s page.
2. Search redirects to homepage from any other page..We need support ASAP.
Thanks.March 29, 2019 at 5:55 am #120504Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .property-list .property-box-image img { min-height:inherit !important; height:auto;} abs-col-item { position: static !important;} .fcarousel .abs-col-item ul.property-status li { left:-88px !important; top:-40px !important;} }
Regards,
ChrisMarch 29, 2019 at 10:27 am #120533Hi Chris,
It’s basically the same as it was
– https://ibb.co/Rbdp88Y
– https://ibb.co/vHtSLGWMarch 29, 2019 at 11:00 am #120537Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.property-preview .owl-item img { height:auto;}
Regards,
ChrisMarch 29, 2019 at 3:54 pm #120558Hi again,
https://ibb.co/qrGY8wr
https://ibb.co/yhkq8h1
https://ibb.co/JvZdCY6And there are new issues…
April 2, 2019 at 5:53 am #120688Hi,
Remove
@media screen and (max-width:479px) { .property-list .property-box-image img { min-height:inherit !important; height:auto;} abs-col-item { position: static !important;} .fcarousel .abs-col-item ul.property-status li { left:-88px !important; top:-40px !important;} }
And add this new CSS code there
.fcarousel .abs-col-item ul.property-status li { top:-32px;} @media screen and (max-width:479px) { .property-list .property-box-image img { min-height:inherit !important; height:auto;} .abs-col-item { position: static !important;} .fcarousel .abs-col-item ul.property-status li { left:-88px !important; top:-40px !important;} .owl-thumb-wrapper .owl-item { width: 118px !important;} }
Regards,
ChrisApril 2, 2019 at 8:50 pm #120780Thanks Chris. It’s working fine now.
We’ll report if there are some further errors.
April 3, 2019 at 5:27 am #120792Hi Andrew,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/21/
Regards,
ChrisSeptember 27, 2019 at 7:21 pm #131566I hate to reopen an old thread but I am having the exact same issue with the search redirecting back to the home page. I have tried the fix here and it does not fix the issue. I tried your demo and it works fine for some reason. I am not sure why it works there and not on mine. Any ideas?
September 30, 2019 at 5:17 am #131602Hi John,
Kindly show us your website URL please?
Regards,
ChrisSeptember 30, 2019 at 2:01 pm #131673This is a test site as the actual site is not open to public yet. It does the same thing and is on the same server though.
http://www.edevpros.com/bande1/
http://www.edevpros.com/bande1/search-properties-page-2/
October 2, 2019 at 5:29 am #131815Hi John,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email: [email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We’ll check and revert back to you.
Regards,
ChrisOctober 2, 2019 at 11:36 pm #131916Never mind. I fixed it myself just now. I forgot to add the 2 pages in the property settings on the general tab and search tab. Once I did that, it worked. Thanks and sorry for any inconvenience caused.
October 3, 2019 at 5:09 am #131926Great!! 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.