CYBERsprout
Forum Replies Created
-
Great to hear!
Forum: Plugins
In reply to: [WP Job Manager] Disabling Job SchemaWorked great! Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Issue with main calendarGot it fixed using the Beaver Themer custom archive ??
Forum: Reviews
In reply to: [Livemesh Addons for Beaver Builder] Love the post gridI’d highly recommend joining the Facebook group for Beaver Builder: https://www.facebook.com/groups/beaverbuilders/
That’s where I’ve heard of all of the other add-ons for the plugin. You have some awesome modules so it’d be a shame for more users not to see them!
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Conflict with Gravity FormsI figured it out ??
Once I set the “Do not stick element when screen smaller than:” the form fields started working great on mobile.
Do you want me to revert it back to the issue temporarily so you can examine it?
Forum: Plugins
In reply to: [Display Featured Image for Genesis] Color OverlayAdding max-width:100% did the trick! Here’s my CSS in its entirety if anybody else wants to adapt it to their site:
.big-leader .wrap { background: rgba(0, 0, 0, 0.35); padding-top: 100%; padding-bottom: 20px; max-width:100%; }
Thanks for the help!
Forum: Fixing WordPress
In reply to: Facebook Share Button Code Not WorkingI fixed the CORS issue on the staging site but it didn’t make a difference. I’ll check out that Facebook support page.
Forum: Fixing WordPress
In reply to: Facebook Share Button Code Not WorkingI tried running the plugin on a staging site and all of the plugins were deactivated except for the functionality one. The CORS issue went away but the Facebook share button reacted the same by closing the popup almost immediately when sharing.
It is probably worth noting that the LinkedIn, Tweet, and even the FB like buttons work fine. Only the FB share button is having issues.
Site and example: https://triuneleadershipservices.com/purpose-vision-risk-now-time/
Forum: Plugins
In reply to: [Client Dash] Menus lose hierarchy after activating a user role menuYep, that worked! Thanks!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Redirect and Auto-Complete OrderYeah, I kind of figured. Any suggestions on where to hook into only the “Thank You” page only?
Forum: Fixing WordPress
In reply to: WooCommerce Redirect and Auto-Complete OrderWill do!
Forum: Plugins
In reply to: [Client Dash] Menus lose hierarchy after activating a user role menuJoel, could you send an email to tyler(at)cybersprout(dot)net and I’ll hook you up
Same thing here. Nice fix!
Forum: Fixing WordPress
In reply to: iframe is not renderingThat’s it! I knew I was missing something simple. Thanks for the help!
Forum: Plugins
In reply to: [The Events Calendar] Events Archive PageSo I figured out the problem and why switching themes solved it. Setting the ‘limit content’ for the Genesis Content Archives messes up the Events Calendar. If it is left at 0 (no restriction), everything works. When I switched themes, the Genesis theme settings reset to the defaults and solves this problem.