Home › Forums › WoodMart support forum › Newsletter stoped working
Newsletter stoped working
- This topic has 14 replies, 2 voices, and was last updated 5 years, 5 months ago by Elise Noromit.
-
AuthorPosts
-
June 4, 2019 at 1:33 pm #127096
exe65ParticipantHello,
I have bought three licences of Woodmart and on all of them newsletter stoped working (it worked about a week ago). It just shows me a black square (see image 11).
When i go into the settings everything seems fine and html block is also inserted (and with content – i checked). All of the plugins, woocommerce, wordpress and theme are updated.
What could be causing this ?
Thank you,
Attachments:
You must be logged in to view attached files.June 4, 2019 at 3:36 pm #127132
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
We are working in this issue and it will be fixed in our nearest update. Meanwhile, 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 );
Best Regards
June 6, 2019 at 8:10 am #127329
exe65ParticipantHello,
Can you please paste the whole code? I rewrote it like i saw on the picture and the site went blank.
Thank you,
June 6, 2019 at 8:55 am #127337
Elise NoromitMemberHello,
Here is the whole code, provided you do not have your own customizations:
<?php /** * Enqueue script and styles for child theme */ function woodmart_child_enqueue_styles() { wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'woodmart-style' ), woodmart_get_theme_info( 'Version' ) ); 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 ); } add_action( 'wp_enqueue_scripts', 'woodmart_child_enqueue_styles', 1000 );
Best Regards
June 7, 2019 at 7:40 am #127513
exe65ParticipantThe code doesnt work. It returns: The site is experiencing technical difficulties.
I have tried it on all sites/themes.June 7, 2019 at 8:11 am #127519
Elise NoromitMemberHello,
Please provide your site admin access
Best Regards
June 7, 2019 at 9:43 am #127537
exe65ParticipantIn private
June 7, 2019 at 11:49 am #127558
Elise NoromitMemberHello,
Please provide the full rights in admin so that I could see Edit theme in Appearance or provide FTP into the private area
Best Regards
June 7, 2019 at 1:05 pm #127566
exe65ParticipantFTP is in private.
June 7, 2019 at 3:28 pm #127596
Elise NoromitMemberHello,
I cannot log in I tried both ports. Please check.
Best Regards
June 8, 2019 at 11:49 am #127665
exe65ParticipantWhere are you located at? It’s a possibility i have a blocked country.
June 8, 2019 at 1:01 pm #127673
Elise NoromitMemberHello,
Remove the blocking or you need my IP?
Best Regards
June 9, 2019 at 6:31 am #127712
exe65ParticipantI have whitelisted your IP and unblocked your country – you should be good now.
Also i have put back the theme editor (it was disabled in ithemes security) – so you can go back to the admin dashboard.
June 9, 2019 at 6:47 am #127713
exe65ParticipantUpdate: after updating to the latest theme version today – 3.8.0 and updating the woodmart core, the newsletter started working.
June 9, 2019 at 10:17 am #127726
Elise NoromitMemberOk. If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Newsletter stoped working’ is closed to new replies.
- You must be logged in to create new topics. Login / Register