Install this: https://github.com/anspress/anspress-email
I see this in ajax response: <style> #checkout { position:relative; bottom: 300px; } </style> Transaction failed.OUTSIDE THE FUNCTION AND WITH DOUBLE QUOTES Remove this and your issue will be solved.
Look like clearfix are not being applied. Try once disabling CSS minify.
AnsPress depend on your theme for layout and size. As your theme content width is fixed hence you are facing the issue.
Can someone help me please?
I do it this way and it works. Add this code to the functions.php: add_filter("mce_buttons", "tinymce_editor_buttons", 99); //targets the first line add_filter("mce_buttons_2", "tinymce_editor_buttons_second_row", 99); //targets the second line function tinymce_editor_buttons($buttons) { return array( "bold", "bullist", "numlist" ); } function tinymce_editor_buttons_second_row($buttons) { //return an empty array to remove this line return array(); } Also, I use this plugin, to prevent changes being lost with theme updates and only run on front-end: Code Snippets
What i have done: I use a normal template (not full width) and i disable the stats etc from the Anspress. I add them back using the Anspress widgets and works very well, without streching my page.
link is not working. please let us know which font icon you are using ? for example .apicon-history::before missed and I don’t know which font you have used , so the content is missing.
Did you tried version 2.4-beta2, download here https://github.com/anspress/anspress/archive/master.zip
There may be a JS error, is there any error you notice in console?