Home Forums WoodMart support forum Some effect issues.

Some effect issues.

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

    GG
    Participant

    Hello,

    After updating the WPBakery Page Builder plugin we have some issues with the theme:

    – The animated counter just displays the amount, but the effect isn’t working. (Count up effect)
    – Products tab: if you select another tab you have scroll go up or down, for the arrows to show again. So they disappear if you select another tab.

    Any updates on this?

    #125557

    Hi,

    Try to add the following PHP code snippet to the child theme functions.php file to fix this http://prntscr.com/nr8vh5

    wp_enqueue_script( 'woodmart-waypoint', 'https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.2/waypoints.min.js', array( 'jquery' ), woodmart_get_theme_info( 'Version' ), true );

    Regards

    #125561

    GG
    Participant

    We are not using child themes, is it possible to add this in the main theme?

    #125573

    Hello,

    No, you need to add it to the child theme. Please find in the Themeforest the full folder with the theme and you will find the child theme. This issue will be fixed with the new update and you will just switch to the parent theme and delete the child.

    Best Regards

    #125626

    GG
    Participant

    -fixed.

    works now thanks, waiting for the update.

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

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Some effect issues.’ is closed to new replies.