Home Forums WoodMart support forum css and javascript error

css and javascript error

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #125355

    Oriol Duarri
    Participant

    We have detected errors on our website since the last update of Woodmart. The footer is dismounted and some header menus, as well as the google map does not work, among other things. Attached screenshots

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

    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 );

    This issue will be fixed in the nearest update.

    Regards

    #125415

    Oriol Duarri
    Participant

    Hi,

    Thank you so much for the fix, now the header, google map and sliders works great again, but the footer still crashed, we don’t know why, just updated woodmart and, instead of building the footer widgets from left to right it appears from top to bottom, http://prntscr.com/nsfhpd

    #125438

    Hello,

    Please check the copyright field in the Theme Settings > Footer > there is the copyright text with HTML tags which may be not closed, close them all.

    Besides check, if all the tags are closed in the footer widgets in Appearance > Widgets > Footer Column

    Best Regards

    #125489

    Oriol Duarri
    Participant

    Hi elise,

    All the codes are closed correctly and the error still appearing, as we see it seems to be a php badfunction making footer to build as rows from top to bottom instead of columns from left to rigth

    There is no errors with devtools inspector, so we think you will need FTP or admin acceso for check this more patienly.

    #125512

    Hello,

    Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the updated site admin access to the private area if it is not valid.

    Best Regards

    #125515

    Oriol Duarri
    Participant

    Hi,

    here you have the access and the website with the parent theme and all the plugins not related to the theme disabled, if needed we can give FTP access too,

    Wait for your news,

    #125518

    Hello,

    Your HTML code in Footer columns is not valid. I have deleted it and inserted just text and here is the result http://prntscr.com/nspsbt

    Now I have inserted all as it was. Check and correct the errors in HTML code.

    Best Regards

    #125521

    Oriol Duarri
    Participant

    Hi elise,

    thank you so much, we’ve never closed that </div> and the error just appeared on 3.7.0 version of woodmart template, aswell thanks for the fix

    Best regards,

    #125529

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

    Best Regards

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

The topic ‘css and javascript error’ is closed to new replies.