jagesso
Forum Replies Created
-
Forum: Plugins
In reply to: [Delete Me] fatal error when using groups pluginI have Groups 2.1.1 (current version) and am getting these errors. I found them as a result of investigating CPU spikes on my server. There are tons of them. Here are a couple of samples.
I don’t think this problem is fixed.
[Tue Apr 11 07:13:15.192347 2017] [fcgid:warn] [pid 495927:tid 139688912353024] [client xxx.xx.xxx.xxx:49264] mod_fcgid: stderr: PHP Fatal error: Call to a member function get_role_caps() on boolean in /home/jagessojabw/public_html/xx.com/wp-content/plugins/groups/lib/core/class-groups-user.php on line 389
[Tue Apr 11 07:01:24.423286 2017] [fcgid:warn] [pid 495729:tid 139688775984896] [client xxx.xx.xxx.xxx:64683] mod_fcgid: stderr: PHP Fatal error: Call to a member function get_role_caps() on boolean in /home/jagessojabw/public_html/xx.com/wp-content/plugins/groups/lib/core/class-groups-user.php on line 389
@denisehamlin, do you know what fixed this for you? I have the same issue.
Our listing pages are blank with this message across the top:
Fatal error: Can’t use function return value in write context in /home/content/p3pnexwpnas04_data02/02/3203902/html/wp-content/plugins/wp-listings/includes/views/single-listing.php on line 110
Here’s an example page: http://fergusongreeley.com/listings/4118-w-30th-st-rd-greeley-co-80634/
Forum: Themes and Templates
In reply to: [Quest] Fatal error: Internal Zend errorSame. Any support or resolution for this?
Fatal error: Internal Zend error – Missing class information for in /home/content/p3pnexwpnas14_data03/46/3047746/html/wp-content/themes/quest/inc/pacebuilder/helper.php on line 7
Forum: Themes and Templates
In reply to: [Quest] Zend Errors and White Screen of DeathI’m still having constant Zend errors. Need some feedback.
My sites will not load and will show this error:
Fatal error: Internal Zend error – Missing class information for in /home/content/p3pnexwpnas14_data03/46/3047746/html/wp-content/themes/quest/inc/pacebuilder/helper.php on line 7
Updated to latest version of WP and Quest.
The only fix seems to be to FTP in and reinstall the theme.
This is happening regularly on justaskbenwhy.com.
Any help?
Forum: Themes and Templates
In reply to: [Quest] Zend Errors and White Screen of DeathAnd I should have asked, is there an update coming to account for WP 4.5?
Forum: Plugins
In reply to: [Scroll Triggered Boxes] Problem: Box showing up on product pagesI ended up using CSS to hide it on Woocommerce pages. It works, but not ideal.
.woocommerce #stb-8234 {
display: none !important;
}Just change the #stb-#### number to match the number of your Scroll Triggered Box.
Forum: Plugins
In reply to: [Scroll Triggered Boxes] Problem: Box showing up on product pagesI have this same issue. I have tried numerous manual conditions without luck.
This is a great plugin, but I’d love see see placement options a little simpler (lots of questions about that topic on the support pages here).
I already have the pop-up excluded from pages, so it is just showing on posts. I did this with manual condition ! is_page()
However, it still shows on Woocommerce pages:
Here’s a sample: http://justaskbenwhy.com/product/cash-flow-freedom-university/
How do I exclude it from the /product/* section of the site?
Forum: Themes and Templates
In reply to: [Responsive] Front Page HTML MissingIt ended up being a plugin conflict. I had to go through and deactivate plugins one at a time. Ultimately, it ended up being one that provided auto-excertps of posts. Seems strange given that plugin wasn’t active on the home page, but that resolved it for me.
Forum: Plugins
In reply to: [Aspexi Social Media Slider] Turn off or improve for mobile themes?It is still a little much on mobile themes, but I do like it on desktop. In case this helps anyone else, I decided to add this CSS, which shuts it off on smaller screens:
@media only screen and (max-width: 320px) {
.aspexifblikebox {
display: none;
}
}Forum: Plugins
In reply to: [Aspexi Social Media Slider] Turn off or improve for mobile themes?Great service. Looks good and I have reactivated it on several sites. Thanks.
Forum: Themes and Templates
In reply to: [Ridizain] Site title disappears on hoverPerfect, makes sense. Thank you much and I’ll mark as resolved!
Forum: Themes and Templates
In reply to: [Ridizain] Site title disappears on hoverHi thanks for the response. That code you show is not in my custom CSS, so it must be part of the theme itself.
I can make the change by experimenting in my browser (“Insepct Element” in Chrome), but it doesn’t stick if I do it through the “Edit CSS” portion of the WordPress theme, due to the conflict you mention.
Forum: Themes and Templates
In reply to: [Ridizain] Site title disappears on hoverThat didn’t work! I tried something almost identical before. Very strange.
I have that in right now, but you can see the same behavior: http://www.victorycoaches.com.
Forum: Plugins
In reply to: [Aspexi Social Media Slider] Turn off or improve for mobile themes?By the way, the main theme I support is Ridizain. However, this is a problem on multiple websites I run, each of which have different themes.