Home Forums WoodMart support forum 360 view

360 view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #694330

    savaskalfas
    Participant

    Hello,

    I have edited the MOTORCYCLE template front page and changed the pictures in the 360° view element.

    Initially the demo had 6 pictures – I have now replaced them with 10 different pictures.

    However, the 2 directional LEFT/RIGHT arrows just below the pictures do not operate correctly.

    When clicking the right arrow only 2 pictures rotate.

    Moreover, when dragging the pictures with the mouse (left or right) the pictures change very fast.

    Is there a way to adjust the buttons and also make photos being dragged smoother with my mouse?

    Attachments:
    You must be logged in to view attached files.
    #694461

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

    #694506

    savaskalfas
    Participant

    Hello

    Please find attached login details.

    The site is under construction and doesn’t have a certificate yet.

    You may proceed and visit the backend, simply disregard any connection warnings.

    Regards,
    Savvas

    #694575

    Hello,

    Here is the code to reduce the rotation speed of the 360° view images:

    add_filter( 'woodmart_three_sixty_framerate', function () {
    	return 20; // Default 60
    });

    If you need to adjust how many frames change when clicking the navigation arrows, use this code:

    add_filter( 'woodmart_three_sixty_prev_next_frames', function () {
    	return 2; // Default 5
    });

    You can freely modify these values according to your setup.

    Best Regards,

    #694694

    savaskalfas
    Participant

    Hello and thanks for the message.

    I am wondering where exactly to paste this code.

    Should I edit the “container” or edit the “360 degree view” settings ?

    In the “360 degree view” settings I see that there is a CSS section at the bottom but this is for a paid service only…

    #694785

    Hello,

    You don’t need to add this code inside the 360° view settings.

    Please go to Appearance > Theme File Editor > functions.php of your child theme, and paste the provided code there.

    Alternatively, you can use a code snippets plugin (such as Code Snippets) to safely add the code without directly editing theme files.

    Best Regards,

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