Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Disable image overlay function? #941117

    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.

    in reply to: Disable image overlay function? #940695

    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?

    in reply to: RealtyPress plugin not showing images with Enfold theme. #940069

    Hi 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.

    in reply to: Disable image overlay function? #939993

    Is there an updated solution to this problem running the current Enfold theme?

    I would appreciate anyone help! Thank you.

    in reply to: RealtyPress plugin not showing images with Enfold theme. #939518

    Hi 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?

Viewing 5 posts - 1 through 5 (of 5 total)