Forums
(@cash_cs)
7 years, 3 months ago
was conflict with Pantheon cache. Need to set no-cache in Pantheon for quiz pages: https://pantheon.io/docs/cache-control/
7 years, 5 months ago
just use this code in your style.css theme file : #fb-root { display: none; }
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] { width: 100% !important; }
7 years, 6 months ago
the same after update WP
7 years, 10 months ago
You can add some hooks in lh-user-taxonomies.php (the file in LH plugin folder) and add: add_action( ‘user_new_form’, array($this, ‘user_profile’)); (after 606 row) add_action( ‘user_new_form’, array($this, ‘save_profile’)); (after 611 row)
8 years, 6 months ago
Thank you, but i think, I will make my own custom wordpress widget, it will be a cheaper ??
do_shortcode helps, thank you!
8 years, 9 months ago
I have the same problem, i need all fields from $post and + ACF fields, did you find the solution?