generalcode
Forum Replies Created
-
I just copied the page and deleted the old page which “solves” this issue.
Forum: Plugins
In reply to: [Video Conferencing with Zoom] Manage webinars in ZoomI have the webhook installed now. How often does it call back to zoom to update? Is there a way to force the update?
Additionally, is it possible to have separate registrations for each date in a recurring webinar? I only see it as one registration for all times, even if I set it up in Zoom to need a separate registration for each occurence.
Thanks!
Was this ever resolved? I am having the same issue connecting Zoom. Neither of the solutions provided have worked. Thanks!
HUZZAH! All good now. Thanks!
Sorry I don’t have access to the error log. I will try to get a hold of it.
Ah, sorry, that one wasn’t coming up. See it now. Installed. Still crashes. ??
2.0.1 same issue for me.
Same here, latest update crashes the site.
Oh weird, yes you are right. For some reason blocks that were enabled previously were disabled with the update. Thanks! Should have caught that myself…
Forum: Plugins
In reply to: [WP GoToWebinar] Connecting to GoToWebinar issuesI am having the same issue here, except it is only happening on the staging site and not the live site. Though I am ready to go live with the staging site and I’m worried it won’t work once going live and we can’t lose this functionality on the site. I was thinking the issue might be that the app is registered only to the live page and so I added the staging site url but that didn’t work. When I click to connect it redirects to the live site instead of staying on the staging site. At any rate, it was working a week or so ago.
PHP Version: 7.0.31
Wordpress Version: 5.4.1
Plugin Version: 14.14
Current Theme: GeneratePress Child
Application Used: Own Application
Active Plugins:
Advanced Gutenberg Blocks
Advanced Gutenberg
Better Search Replace
Broken Link Checker
CoBlocks
Code Snippets
Contextual Related Posts
Duplicate Post
Folders
Font Awesome
Getwid
Ghost Kit
Google Analytics for WordPress by MonsterInsights
GP Premium
Kadence Blocks – Gutenberg Page Builder Toolkit
Modal Block
Gutenberg Blocks and Template Library by Otter
Page Links To
One Click Accessibility
Qubely – Advanced Gutenberg Blocks
Redirection
Relevanssi
Search Exclude
TablePress
Ultimate Addons for Gutenberg
Ultimate Category Excluder
UpdraftPlus – Backup/Restore
US MAP
Widget Shortcode
Yoast SEO
WP Editor
WP GoToWebinarForum: Plugins
In reply to: [Ally - Web Accessibility & Usability] Grayscale option has a bugWell you got me to do some digging of myself and I may have found a fix.
The below css keeps it sticky in grayscale mode.
Found answer is from here: https://github.com/pojome/one-click-accessibility/issues/24/* Override pojo style */
body.pojo-a11y-grayscale {
filter: none;
-webkit-filter: none;
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
-o-filter: none;
filter: none;
}
/* Apply new filter to other elements */
body.pojo-a11y-grayscale *{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-filter: grayscale(1);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
}- This reply was modified 4 years, 10 months ago by generalcode.
Forum: Plugins
In reply to: [Ally - Web Accessibility & Usability] Grayscale option has a bugThis is true for me as well. Additionally, the grayscale option prevents our main menu from sticking. Would love to see this resolved!