mishli
Forum Replies Created
-
Hello Bruna,
ok found the email.
Thank you!- This reply was modified 3 years, 7 months ago by mishli.
Hello again,
I have checked all the steps you submitted in the link.
All the steps were already set correctly.
The only one was Google Captcha and I have now enabled it.
Can you please review the site please so we can send our upcoming newsletter..Thanks!
Hello, thank you for the fast response!
yes, https://www.elishevanotes.com is the site i am talking about.
I can assure you all the subscribers on this site are legit and signed up using the site form which then sends a confirmation email and only then they go in the active list. We only send emails to the active list of course.
I do see that there are many contact who didn’t authorise the email and i wonder if it because the confirmation email got to their spam?
Maybe we should use the site emails to use MailPoet sending service as well?
If there’s any more validation you want me to do or send please let me know.
I can also tell you that the rate of the newsletter on this site is about 1-3 emails a year. so maybe some contacts have forgotten about us or don’t remember signing up since we don’t send emails that often…
Thanks for your help!
- This reply was modified 3 years, 7 months ago by mishli.
This seems to be resolved for me once I updated the server to PHP version 7.1
This seems to be resolved for me once I updated the server to PHP version 7.1
any updates on this?
I’ve updated mailPoet to latest version but still can’t see nothing and error is still there ??This also happens to me.
I tried deleting cache/cookies and disabled all plugins – didn’t work – still getting blank screens with ‘MailPoet is not defined’ in the console.I have a different site on the same server that Mailpoet 3 works great so i’m not sure it’s a server error.
any idea what it could be?
thanks
You are both right, when I put my code at the bottom it stays there after enabling the falcon.
Regarding the permalinks, it seems that after I edit the htaccess with my redirects – they don’t work (getting error 500) until I reset my permalink settings. I can live with that ??Thank you
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Get category of products$price = get_post_meta( $book->ID, "price", true ); $discount_price = round($price*0.80); $categoriesList = get_the_term_list( $book->ID, "category" , "", ' ', "" ); $catObj = get_category_by_slug($categoriesList); $cat_id = $catObj->term_id; if ($cat_id == 1) echo print_wp_cart_button_for_product("$book_title", "$discount_price", 0.0001 ); else echo print_wp_cart_button_for_product("$book_title", "$price", 0.0001 );
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Get category of productsThanks for the reply.
I’ve just managed to do it in a similar way to what you suggested.
Works great for me. If anyone would like the code I can share it here just let me know.