Forum Replies Created
-
AuthorPosts
-
This issue has been resolved with help from the RealtyPress team.
Added this code to functions.php
if(!is_admin()) add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100); function avia_register_child_frontend_scripts() { $child_theme_url = get_stylesheet_directory_uri(); wp_dequeue_script('avia-default'); //register js wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, true); wp_enqueue_script( 'avia-default-child' ); }
And this code to style.css:
.bootstrap-realtypress .rps-property-photo-row .bx-slider li img { position: absolute !important; }
I’m using a Child Theme so the code reflects that.
- This reply was modified 6 years, 8 months ago by WEP_Management_Inc.
HI Yigit,
Thanks for reaching out.
Unfortunately, your solution did not work. I disabled the linked image overlay and the image still doesn’t show.
see here: example
Any other ideas?
April 10, 2018 at 11:44 pm in reply to: RealtyPress plugin not showing images with Enfold theme. #940069Hi Yigit,
Thanks for checking in!
I’ve updated the login credentials and they should work now.I’ve changed the slider height to 700px and it didn’t work.
- This reply was modified 6 years, 8 months ago by WEP_Management_Inc.
Is there an updated solution to this problem running the current Enfold theme?
I would appreciate anyone help! Thank you.
April 10, 2018 at 1:45 am in reply to: RealtyPress plugin not showing images with Enfold theme. #939518Hi Mike,
Thanks for the pointers.
sadly, I’m still having some issues. There have been a few updates to the Enfold theme and the RealtyPress Plugin since that post you linked.
I did find the avia_hover_effect function but I can’t figure out how to alter the code to get it working on the property listing page.
I really don’t want to have to switch themes.
Is anyone able to login to my site and take a peak?
-
AuthorPosts