Dexter Adams
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Swiper] Version 1.2.1 not workI had to do something similar to @dieter93 but ended up getting it working.
Forum: Plugins
In reply to: [WP Swiper] Version 1.2.1 not workThe first slider on this page is your plugin: https://qaconsultants.com/
The second is a native one we built for dynamic content (it works).Forum: Plugins
In reply to: [WP Swiper] Version 1.2.1 not workThe latest version has disabled my navigation. Clicking arrows does nothing.
An update to the latest version of WP fixes this. Closed.
Yeah, I tried deactivating all plugins except for this one and still get the error.
Forum: Plugins
In reply to: [WP Swiper] Block Validation Error Breaks Ability to EditThank you! This is wonderful! Thank you for the quick response. All is well!
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Style Mobile Menu@mtoy64 here’s what I suggest. Try typing or pasting (if your devtools lets you) this into your console and running it.
jQuery(‘html’).addClass(‘has-modal-open’);
jQuery(‘.wp-block-navigation__responsive-container’).addClass(‘has-modal-open is-menu-open’);
You can refresh your browser page to close it again. If you drop your cursor in the console log you can use your arrow key to click the up arrow to rerun it (hit enter when it shows again).- This reply was modified 5 months ago by Dexter Adams.
Forum: Plugins
In reply to: [WP Swiper] Consider Opening Source CodeI wholeheartedly agree with @colind. It would greatly improve this plugin as it’s really the only solid Swiper integration into Gutenberg.
Forum: Fixing WordPress
In reply to: Google does not seem to know about pages other than HomeSorry if this is a dumb question but have you double-checked to make sure you that your “Discourage search engines from indexing this site” setting in Settings > Reading in the WordPress dashboard isn’t checked?
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Import Does Nothing, Appears To HangDude @ vinull you saved me so much time… commenting out the line in parse.php (line 174) and uncommenting the lines beneath fixed my problems!