Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1145730

    Hey, i use a picture with hotspots. Almost everything works as expected, except for this:

    In firefox (only!! in firefox) the position of the tooltip is wrong – at least when i hover the pulsating dot for the first time. If i hover it once again the position is right!

    Any solution?
    Thanks, Sven

    #1145809

    Hey SvHa,

    Could you please attach some screenshots of the issue?

    Looks fine on my end in FF on a Mac.

    Best regards,
    Victoria

    #1145844

    Hi Victoria,
    here are two Screenshots:
    firsthover.jpg (wrong)
    secondhover.jpg (right)

    Thank you :-)

    #1146701

    Hi,

    Thank you for the update.

    The following script might help. Please add it in the functions.php file.

    add_action('wp_footer', function() {
    	?>
    	<script>
    		(function($) {
    	            $('.av-image-hotspot').trigger('mouseenter');
    		})(jQuery);
    	</script>
    	<?php
    });

    This will simulate a hover event on the hotspots on page load and it should trigger the script to calculate the position of the tooltip.

    Best regards,
    Ismael

    #1146882

    Thank you Ismael, but sorry it does not work. The additional function changes nothing – sorry…
    Regards, Sven

    #1147038

    Hi Sven,

    Thank you for the update.

    Can we access the site’s dashboard? We would like to test the script. Please post the login details in the private field.

    Best regards,
    Ismael

    #1149829
    This reply has been marked as private.
    #1150393

    Hi,

    Can you tell me: is this a problem of Enfold or a problem made by the browser Firefox?

    It is probably an issue with the theme — specifically the script that calculates the tooltip position. Unfortunately, we won’t be able to provide you with a proper solution if we don’t have access to the site. Have you tried to adjust the tooltip position?

    Best regards,
    Ismael

    #1150417
    This reply has been marked as private.
    #1150831

    Hi,

    What is the login URL? We tried the default login URL, but it redirects to a 404 page. Please include it in the private field.

    Thank you for your patience.

    Best regards,
    Ismael

    #1150835
    This reply has been marked as private.
    #1151165

    Hi,

    Thank you for the update.

    We edited the script in the functions.php file, but it didn’t work. What happens when you slightly adjust the position of the hotspot, or the position of the tooltip?

    Best regards,
    Ismael

    #1151171
    This reply has been marked as private.
    #1151753

    Hi,

    We tried to adjust the position of the hotspot but the result is still the same. It works properly when the tooltip position is set to “Right Below” — but not when it’s above or centered. We are not really sure why the initial calculation is off.

    Best regards,
    Ismael

    #1151995

    … thank you Ismael, but i am disappointed that there is no solution… :-((

    #1152242

    Hi,

    Sorry about that. We’ll let you know once we found a fix. Please keep the thread open so that we can check it from time to time. Do you see the issue on other areas of the site?

    UPDATE: We save the layout of the home page as template and use it on a test page. The hotspot works properly when we use an image that is of a different size and aspect ratio. Please check the test page in the private field.

    Best regards,
    Ismael

    #1152502

    Hi Ismael,
    sorry but on my computer it does not work :-( Do you still need access to the backend?
    Regards, Sven

    #1154863

    Hi,

    Sorry for the late response. Since we can’t fix the issue yet, I guess we’ll have to close the thread for now. Please disable the login account and open a new thread if the issue becomes really troublesome to the site.

    Thank you for your patience.

    Best regards,
    Ismael

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.