Your account expired support, please renew to get your support.

HomePage Forums Themes Support Spacey – Single Property WordPress Theme Spacey Image Hubspots issue

Topic Resolution: Resolved

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #28525
    rora
    Support Expired

    Hi,

    I want to edit the map on the front page, but the hotspots are not moving when I change the numbers for the horizontal and vertical positions, not in the back end or front end. Can you please help me?

    Thanks,
    Rora

    #28541

    Hello,

    I can’t edit files on your site, please go to this file themes/spacey/inc/elementor/widgets/image-hotspots.phpb and find code:

    $this->add_control('image_hotspots_icons',
                [
                    'label'  => esc_html__('Hotspots', 'spacey'),
                    'type'   => Controls_Manager::REPEATER,
                    'fields' => array_values($repeater->get_controls()),
                ]
            );

    Then edit into:

    $this->add_control('image_hotspots_icons',
                [
                    'label'  => esc_html__('Hotspots', 'spacey'),
                    'type'   => Controls_Manager::REPEATER,
                    'fields' =>$repeater->get_controls(),
                ]
            );
    #28598
    rora
    Support Expired

    Thank you for the code. It works perfectly.

    Regards,
    Rora

    #28599

    Yes, let me know if you need to help.

    #28601
    rora
    Support Expired

    No, I’m good. Thanks. Everything works fine.

    Have a lovely weekend!
    Rora

    #37468
    KATANA
    Support Expired

    Hello,
    It does work for me on the back office, but not on the front office.
    Could you please check ?

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

You must be logged in to reply to this topic.