Robert_ITman
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Cart – fix to stop auto scrollingSORRY – NOT FIXED – even with above … it is auto scrolling again !!! Please help! This is destroying the customer experience for my customers.
Sorry – I already switched to another plugin for all my websites, better rated, more users: WP Mail SMTP By?WPForms
Same issue – I received an email with subject: “URL: Post SMTP email error” from your plugin with the following error:
You getting this message because an error detected while delivered your email.
For the domain: [URL removed]
The log to paste when you open a support issue:
Code: 400, Message: Bad Request, Body: {“errors”:[{“message”:”Invalid type. Expected: array, given: object.”,”field”:”personalizations”,”help”:”https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/errors.html#-Personalizations-Errors”}]}- This reply was modified 2 years ago by Robert_ITman. Reason: forgot to check 'Notify me of follow-up replies via email'
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Cart – fix to stop auto scrollingYou are very welcome. If I may, I recommend you keep this topic open so we can help others with questions about this.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Cart – fix to stop auto scrollingOther topics that relate to this issue:
SOLVED – I found a fix that works for my sites – as I didn’t want to override the admin CSS files, I found a way to hide these frustrating parts with adding the following to my functions.php file:
// https://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/ add_action('admin_head', 'my_custom_fonts'); function my_custom_fonts() { echo '<style> .woocommerce-embed-page #wpbody .woocommerce-layout, .woocommerce-embed-page .woocommerce-layout__notice-list-hide+.wrap, .update-nag, .components-surface.woocommerce-store-alerts, .components-snackbar.components-snackbar-explicit-dismiss, .woocommerce-layout__header.is-scrolled { display: none; } </style>'; }
All In One SEO working great for me again, likely a combination of going through their settings (many changes in recent updates) … but most likely solved with PHP 7.3 (should work for 7.4 too) to increase limits, giving more resources to WordPress – in cPanel update ‘MultiPHP INI Editor’ which updates .htaccess file with the following which works for me, might might work for you too:
# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php7_module>
php_flag display_errors Off
php_value max_execution_time 600
php_value max_input_time 1200
php_value max_input_vars 12000
php_value memory_limit 256M
php_value post_max_size 32M
php_value session.gc_maxlifetime 2880
php_value session.save_path “/var/cpanel/php/sessions/ea-php73”
php_value upload_max_filesize 32M
php_flag zlib.output_compression Off
</IfModule>
<IfModule lsapi_module>
php_flag display_errors Off
php_value max_execution_time 600
php_value max_input_time 1200
php_value max_input_vars 12000
php_value memory_limit 256M
php_value post_max_size 32M
php_value session.gc_maxlifetime 2880
php_value session.save_path “/var/cpanel/php/sessions/ea-php73”
php_value upload_max_filesize 32M
php_flag zlib.output_compression Off
</IfModule>
# END cPanel-generated php ini directives, do not edit# php — BEGIN cPanel-generated handler, do not edit
# Set the “ea-php73” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
</IfModule>
# php — END cPanel-generated handler, do not edit`Still, MailPoet needs to re-think it’s pricing – this is gauging like I have never seen before, your licenses are still very expensive – 10 times what one would expect to pay:
149€ per year for 1 website (blogger)
249€ per year for 4 websites (freelancer)
499€ per year for ? websites (agency)Thanks for sending those links, I looked everywhere for that info and never found it.
If I may, I suggest you make these links more prevalent – especially when installing your free plugin, this info should be readily available.
Also, I suggest you include links to the licenses (not including sending) on your prices page: https://account.mailpoet.com/ – as this info is not there. Where is the link on your website to find this info?
- This reply was modified 3 years, 11 months ago by Robert_ITman.
MailPoet needs to re-think it’s pricing – this is gauging like I have never seen before.
Not solved! It turns out, even if not using MailPoet’s expensive sending service there is a limit of 1,000 subscribers. That’s right – the plugin requires the sending service – even when using another sending service you still need to pay for MailPoet’s sending service. It doesn’t make sense to me either – one would assume there would be a license fee for the plugin – no-one would expect to have to pay for a sending service we don’t use ?!
I didn’t see the alert and MailPoet should include a note next to the deactivated button for those of us who have a plugin that hides alerts for admins. I wasted hours trying to figure out what was wrong as I didn’t see the alert something along the lines of: Congratulations – you now have more than a 1,000 subscribers and can’t send until you pay us the very expensive prices which you can see after you create an account and login to https://account.mailpoet.com/orders/upgrade/150710
MailPoet Pricing options:
15€ per month for 1,250 subscribers
20€ per month for 1,500 subscribers
25€ per month for 2,000 subscribers
30€ per month for 2,500 subscribers
50€ per month for 3,500 subscribers
75€ per month for 10,000 subscribers
150€ per month for 25,000 subscribers
350€ per month for 70,000 subscribersReally?! We only want a plugin and would only expect to pay maybe 15€ PER YEAR!!
!? No-one can justify these extra costs when we already pay SendGrid Pro (or other professional sending service) for sending our emails and newsletters – which cost much less, lets us send many more, and is better in every way.
We have switched to using AcyMailing Enterprise – its so much better and we only pay for the plugin license.
I should add those errors occur after clicking on ‘Save Changes’ button on the ‘Search Appearance’ page (/wp-admin/admin.php?page=aioseo-search-appearance#/global-settings and other tabs like #/content-types).
I noticed that when clicking away from the page and returning I have had some success saving my changes – for example I visited the ‘Sitemaps’ page (/wp-admin/admin.php?page=aioseo-sitemaps#/general-sitemap) then return to the ‘Search Appearance’ page and try again – it worked for me.
If I may, I don’t think this issue is with the hosting (if it is then I can help here too as I have full control over my server and hosting).
It looks like your code has an error and your code is not fully loading, see error:
POST /wp-json/aioseo/v1/options/ 500
Uncaught (in promise) Error: Unsuccessful HTTP response
at _.<anonymous> (chunk-vendors.js?ver=4.0.17:57)
at _.r.emit (chunk-vendors.js?ver=4.0.17:26)
at XMLHttpRequest.t.onreadystatechange (chunk-vendors.js?ver=4.0.17:57)`NOT RESOLVED !! Warning using MailPoet – be advised you might not be able to send. I just spent days setting up emails and subscriber lists and now find the send button is not active !! This product needs much work – and there is no way to contact them directly for help. I have a premium account and I use my own SendGrid Pro service to send – everything worked fine last week – and now I can’t send anything ?! I’ve never been so betrayed – this plugin is a waste of time – not only can I not send anything – but their code is a mess and I need to click on things several times and refresh pages manually several times before the intro loads
WHY IS THIS MARKED RESOLVED ??
NOT RESOLVED !!Found conflict with plugin ‘Ninja Forms’ Version 3.2.1 and 3.2.2 by The WP Ninjas – workaround is to disable your plugin ‘WordPress ReCaptcha Integration’ Version 1.3.0 (when your plugin is enabled pages such as /wp-login.php and /wp-admin/ do not load, to login need to rename or delete plugin folder: /wp-content/plugins/wp-recaptcha-integration)
Thanks for your quick reply! We want to track those who click our ad then create an account, we have an AdWords Conversion setup ‘New Account’ but don’t know where to add the code for wooCommerce … there is no page ‘thanks for creating an account’ for WordPress or wooCommerce and I can’t find any documentation anywhere including the WordPress codex and wooCommerce websites. I’m sure there is some code we can add to functions.php or to a template file where the user has just created an account show ‘thanks for creating an account’ and include the Conversion <!– Google Code for New Account Conversion Page –> … should be easy right?
Forum: Plugins
In reply to: [WP Hide Post] Accidental deploy?Noticed that WP Hide Post stopped working today on my websites – and what is worse is that it actually hid all my custom post types and wooCommerce products… yikes! If you get the message “No products were found matching your selection” – this might be your solution
I noticed I had a more recent version of WP Hide Post (2.0.3) than what is available on your WP plugins page (Version: 1.2.2) – how did that happen? (I’m sure it happened because I have auto updating plugin activated). Anyways I uninstalled the newer version and installed what you have available on your WP plugins page (Version: 1.2.2) and it solved my issue.