Fer
Forum Replies Created
-
Thanks @billmcq, I was having a similar issue (Updating failed. Could not update the meta value of _monsterinsights_skip_tracking in database.) and I was able to solve it with similar steps (I had 20 posts with duplicated meta IDs, product of a migration). Thank you!
Looks like I’m not the only one: https://wordpress.org/support/topic/badly-coded-noindexed-all-our-posts-for-months/
Forum: Plugins
In reply to: [Mailjet Email Marketing] Email not showingSolved it by myself.
NOTE: If you have sub-accounts API keys, those will not work with this (extremely buggy) plugin, only works with your main account API Key.I just installed this plugin and its redirecting, Versión 5.4.3
Oh, so that is only possible with the paid version of the plugin….got it, thanks!
Wow that was fast! Thank you very much Tobias for the helpful reply, I’m going to make some changes based on your response, again thank you very much for your time!
Forum: Plugins
In reply to: [Polylang] Elementor Posts not showing@digitalbowaba did you solve this? Same thing happened on my site!
Forum: Plugins
In reply to: [Polylang] published pages are not appeared@bablena did you solve this? I have the same problem with my site. Only shows 19 elements but I have tons of pages more. I think is crashing my image library too!
Forum: Plugins
In reply to: [Code Snippets] Add code snippet to specific section/content on a pageYou can add a shortcode
[loggedIn]on the page/section you want to show/hide and add a shortcode like this:add_shortcode( 'loggedIn', function () { if(is_user_logged_in()){ //do something in here //example: echo do_shortcode('[name_of_shortcode]'); } else { //do something else in here //example: echo "You need to login to see this"; } });@makewebbetter I’m not on your team, I’m just another user. I upgraded WordPress and the solution that once worked on my site, now does not. Are you guys working on this?
The issue remains, I download the latest version.
I “solved” it by adding a short description in the product to be “bumped”.
Go to Edit Product -> Product Data -> Advanced -> Purchase Note.
Add a “Thank you for buying x product” and that’s it, it should no longer appear in the email that the customer receives.