segmant
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] Woocommerce shop page errorHi Shea
No we don’t regularly add snippets. The last were added to solve a display issue with Max Mega Menu
Forum: Plugins
In reply to: [Code Snippets] Woocommerce shop page errorHi Shea
this is the error
2018-11-18T18:17:03+00:00 CRITICAL syntax error, unexpected 'textcolor_map' (T_STRING) in /var/www/vhosts/indycoffee.guide/httpdocs/wp-content/plugins/code-snippets/php/admin-menus/class-edit-menu.php(191) : eval()'d code on line 5
Forum: Plugins
In reply to: [Code Snippets] Woocommerce shop page errorHi Shea
No not resolved, still an issue
Forum: Plugins
In reply to: [Lazy Load Optimizer] Woocommerce carousel and WP Google Maps ProAnyone there? really could do with some sort of answer
Forum: Plugins
In reply to: [Code Snippets] I activated the plugin with a snippet and my sites broke downI think that it seems your going to have to re-install one of your backups, I cant see that its the fault of the code snippets plugin as there is nothing loading at all if you look in the console error on your site.
Its highly unusual that if you’ve gone though the steps mentioned earlier to recover the site that its still the same.
Have you tried to connect to your database and check that?
Forum: Plugins
In reply to: [Code Snippets] I activated the plugin with a snippet and my sites broke downI looked at the error console and your site isn’t loading anything at all you have a
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
and if i view the source code all theres a<a href="
printed, thats it.I think what you need to do is start deactivating your plugins one by one, just by adding the
#
to the plugin folders through FTP to see if that makes a difference.Please take a look at this https://kinsta.com/blog/wordpress-white-screen-of-death/
Do you have backups?
Forum: Plugins
In reply to: [Code Snippets] I activated the plugin with a snippet and my sites broke downthat is weird, have you tried re-uploading the
code-snippets
plugin folder?Did notice that in the
define(‘CODE_SNIPPETS_SAFE_MODE’, true);
you used there are the wrong types of‘
in the code wrapping theCODE_SNIPPETS_SAFE_MODE
these ones are correct
define('CODE_SNIPPETS_SAFE_MODE', true);
- This reply was modified 6 years, 3 months ago by segmant.
Forum: Plugins
In reply to: [Code Snippets] I activated the plugin with a snippet and my sites broke downThought id give you a temp work around as ive got stuck like this a few times
Just re-name the plugin folder via FTP or cPanel access to something like
##code-snippets
Forum: Plugins
In reply to: [Code Snippets] Woocommerce shop page errorHi Shea
I export all my snippets as a PHP file and there is no text with
textcolor_map
Forum: Plugins
In reply to: [Super Progressive Web Apps] No pop up/splash screensAhhh right, didnt know you dont get the ‘Add to Home screen’ on iOS.
But yes, great that Lighthouse give 100% for PWA, without your plugin it was 0
5 stars Jose
Forum: Plugins
In reply to: [Code Snippets] Woocommerce shop page errorHi Shea, yeah i just realised the
>
was there for a reason!But the
textcolor_map
appears in none of my snippetsThe only snippet that threw an error is this
Parse error: syntax error, unexpected 'endif' (T_ENDIF), expecting end of file in your code on line 5
add_action( 'wp_footer', 'cart_update_qty_script' ); function cart_update_qty_script() { if (is_cart()) : ?> <script> jQuery(window).on('load', function(){ jQuery("[name='update_cart']").removeAttr('disabled'); }); jQuery( document.body ).on( 'updated_cart_totals', function(){ jQuery("[name='update_cart']").removeAttr('disabled'); }); jQuery('div.woocommerce').on('change', '.qty', function(){ jQuery("[name='update_cart']").trigger("click"); }); </script> <?php endif; }
Forum: Plugins
In reply to: [W3 Total Cache] Leverage browser caching never worksWordpress Toolkit new security protocols in PLESK was the issue
Forum: Plugins
In reply to: [W3 Total Cache] CORS and CDNWordpress Toolkit new security protocols in PLESK was the issue
Forum: Plugins
In reply to: [YITH WooCommerce Recover Abandoned Cart] SPAM emailThese are the steps ive been through yet your plugin emails always get spammed.
We run our own Linux Plesk Onyx server so i can change any email settings i want.1. WordPress own wp_mail() function – FAIL
2. SMTP plugin – FAIL
3. Through our Mailster newsletter plugin which uses SMTP – FAIL
4. Send through Woocommerce email – FAIL
5. Postfix SMTP mail server – FAIL
6. Dovecot IMAP/POP3 server – FAIL
7. Courier IMAP/POP3 server – FAIL
8. Qmail SMTP mail server – FAILAlso note that none of these changes cause ANY other emails to be spammed
All emails being are being sent to different domainsI think its probably not worth going any further with your plugin, I tested Tyche Softwares Abandoned Cart Lite for WooCommerce and none of the 100+ tests we’ve done have been spammed.
Forum: Plugins
In reply to: [YITH WooCommerce Recover Abandoned Cart] SPAM emailWhat details do you need?