mdnotion
Forum Replies Created
-
It works if I paste the code in instead of the
related_posts(array('template_file'=>'yarpp-template-email.php'));
lines, but I would rather have those files modularized if at all possible!get_template_part('yarpp-template-email.php');
and
get_template('yarpp-template-email.php');
dont work eitherHi, what I ended up doing was getting the bootstrap library and using their responsive utility for mobile. check it out here:
http://getbootstrap.com/css/#responsive-utilities.
let me know if you need more help!
Forum: Plugins
In reply to: [Facebook Login Widget] Notice Messages on ActivationOk, so what I ended up just doing was this in my wp-config file:
// Enable Debug logging to the /wp-content/debug.log file
define(‘WP_DEBUG_LOG’, true);// Disable display of errors and warnings
define(‘WP_DEBUG_DISPLAY’, false);So, maybe these notices will be helpful to the plugin developers down the road. But, if anyone has this problem, this is how I fixed it.
Forum: Plugins
In reply to: [Facebook Login Widget] Notice Messages on ActivationAlso, I am working with wordpress version 3.9.1