joewebmaster
Forum Replies Created
-
I’m getting the same error messages as mpek when I’m in Leads Management and I click on one of the date range filters. 1 day, 7 days, etc. Fresh install on WP 4.61. Just providing feedback.
Forum: Themes and Templates
In reply to: [GeneratePress] Generatepress.com Down?Working now at 7:46 CST. Might have been my ISP.
Forum: Reviews
In reply to: [GeneratePress] VERY Good ThemeAlmost five months out and I still think this theme ROCKS. Not only does the theme rock, but the support is really, really good. Especially the forum. http://generatepress.com/support/
I don’t know how Tom keeps up with it all, but he does. And he gives solid, real answers – need help? He’s there for us. And that’s SO RARE. He deserves a ton of respect and kudos. This theme (and Tom) has a very bright future.
Forum: Themes and Templates
In reply to: [Make] Upsell nag (Upgrade to Make Pro) shouldn't be globalI agree. Please remove all the “upgrade to Make Pro” nags. Maybe you could create an “Upgrade Options” or “About Make” page that gives users the information about how to and the opportunity to upgrade to the Pro version. Having the constant upgrade nags throughout my WordPress Dashboard and on the post pages is really bad. I don’t think it should be allowed in WordPress either. At the bare minimum, there should be an option to turn them completely off.
Forum: Themes and Templates
In reply to: [Coller] Slider on blog pagePosted it twice. Sorry.
Forum: Themes and Templates
In reply to: [Coller] Slider on blog pageCorrecting previous post.
Forum: Themes and Templates
In reply to: [Coller] Slider on blog pageTo resolve this, go into the slider-bx.php file, and remove this code (near the top) that is in the line that calls the slider function.
(is_home() == true) ||So now that whole line (and the one that works), should look like:
if ( ( of_get_option('slider_enabled') != 0 ) && ( (is_front_page() ==true) ) )