Thanks Bogdan, So this means the Chaki guys did a lot of CSS customization because their website is also Newpaper theme
I have exactly the same problem on my bbpress forum but running on Newspaper, just noticed this a few days ago. My settings are ok and was working fine before.
Thank you
Thanks, I have managed to use posts and redirected to the desired pages.
One thing though, I have noticed the background picture on the travel demo is not responsive but moves to a central place when on mobile, is there any thing I can do to achieve responsiveness?
If I use a background image that has text, most of the words on the image will be cut off on mobile.
this is how it is on mobile –http://www.screencast.com/users/thelastpoet/folders/Default/media/71b1fd67-0c96-48f7-88d2-30368c75a4b6
These parts don’t show on mobile — http://www.screencast.com/users/thelastpoet/folders/Default/media/b884d9d2-e6e3-4e50-ae55-9d781636ccf6
-
This reply was modified 10 years by
thelastpoet.
I have tried all the above solutions and none worked.
Luckily I saw this post; https://forum.tagdiv.com/topic/problem-with-user-registration/
replacing the line wp_new_user_notification($user_id, $random_password); with wp_new_user_notification($user_id, null, ‘both’ ); Worked for Me, courtesy of lukas
Hi, I use Easy SMTP and all other emails and notifications work, I also mentioned that WordPress backend registration works well only the popup has issues. I don’t know how to check the error logs please direct me how to do that.
Hi arayaz, would you mind sharing the code you used for custom notification (‘wp_new_user_notification’) I am also experiencing the issue you mentioned https://forum.tagdiv.com/topic/user-registration-notification-error/
I am experiencing the same problem as Carel, https://forum.tagdiv.com/topic/user-registration-notification-error trying to find solutions to this.
Hey Chris, thanks a lot. I am actually using Easy SMTP plugin. I have tried to use the password reset feature on the Popup and it works, the only email that is not going through is when a user registers on through the popup, they don’t receive a message. All other notification work.
Hi Lucian, I have resolved it, I had activated Yoast breadcrumb feature. I unchecked it and viola! my problem was solved. Thanks