toolboxwebdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Untappd WordPress Widget] Feed Not DisplayingOk, I had to put in the numeral ID of the brewery….now I get this error:
Fatal error: Call to a member function get_error_message() on a non-object in
/wp-content/plugins/untappd-checkins-widget/widgets/user_checkins.php on line 308Don’t know what i have to do to fix this. API’s and ID are correct
Check out the error here: https://redriverbrewing.com
Forum: Plugins
In reply to: [Untappd WordPress Widget] Feed Not DisplayingGood Morning,
I was wondering if there is anything I can do to get this Untappd feed activated?
Thanks.Forum: Plugins
In reply to: [Untappd WordPress Widget] Feed Not DisplayingRed River Brewing in Red River, NM
Forum: Themes and Templates
In reply to: [AccessPress Ray] Disable autoupdates for themeOk I figured it out. I checked the wp-config.php and there is an added string at the bottom that I haven’t seen on other installs with this theme. I just deleted the string below and it shut them off. Hope this helps someone that ran into the same problem I did. 🙂
add_filter( 'auto_update_plugin', '__return_true' ); add_filter( 'auto_update_theme', '__return_true' );Forum: Themes and Templates
In reply to: [Celestial - Lite] Nav Sub Menus hidden on mobile renderingFound the problem. The Superfish plugin was conflicting.