Jimmy
Forum Replies Created
-
Forum: Plugins
In reply to: [bbPress Notify (No-Spam)] BuddyPress GroupsI can’t get it to work. I tried putting the code in multiple locations of two different functions.php files (one in the Divi theme folder, one in wp-includes folder). I don’t know how to check error logs. Basically, I have no business tinkering with anything but a CSS file. Thanks for all your help.
Forum: Plugins
In reply to: [bbPress Notify (No-Spam)] BuddyPress GroupsThat broke the website. “Error 500.” This PHP business is way beyond me, amigo. I noticed, however, that all the other functions in the functions.php file end with a } not a semicolon. I was able to remove the extra code and the website works again, btw.
Forum: Plugins
In reply to: [bbPress Notify (No-Spam)] BuddyPress GroupsVinny, if I try that, I will break the entire website!
Thanks for all your help, seriously.Forum: Plugins
In reply to: [bbPress Notify (No-Spam)] BuddyPress GroupsIt works! You, sir, are a genius.
My next question is: Can this plugin notify everyone in the forum *except* the person that replied on the thread? Basically, if I reply on the thread, I don’t want an email telling me that I replied.Forum: Themes and Templates
In reply to: [Twenty Twelve] Menu button does not work on mobile phoneYeah, I suppose I will have to do that. FML.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Menu button does not work on mobile phoneIt works on the demo theme. Crazy. I am using a Twenty Twelve child theme, but have made no changes to the style.css. I did make a new footer.php file, and its contents are as follows:
<?php /** * The template for displaying the footer. * * Contains footer content and the closing of the * #main and #page div elements. * * @package WordPress * @subpackage Twenty_Twelve * @since Twenty Twelve 1.0 */ ?> </div><!-- #main .wrapper --> <footer id="colophon" role="contentinfo"> <div class="site-info"> ? <?php echo date('Y'); ?> <?php echo bloginfo('name'); ?> | <a href="/terms-and-conditions/">Terms and Conditions</a> | <a href="https://solofirm.net">Lawyer website by SoloFirm.net</a> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>
Forum: Themes and Templates
In reply to: [Twenty Twelve] Menu button does not work on mobile phoneIt doesn’t work in the standard Android browser (ice cream sandwich), nor in the Android Google Chrome browser, nor in the standard iPhone 5 browser.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Menu button does not work on mobile phoneExcuse me — I meant *portrait* mode, not landscape mode.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Header not showing up in mobileWeird. I deleted the header image and re-uploaded and it seems to be working now.