loganstrike
Forum Replies Created
-
Forum: Plugins
In reply to: [Markup by Attribute for WooCommerce] Upgrade to 4.3.8 ErrorThe upgrade worked without issue. Thanks!
It’s working now. Thank you!
Forum: Plugins
In reply to: [WP Search with Algolia] Smart Quotes/Apostrophes on iOS@tw2113 I used the parse_query hook to catch the search query and remove curly single quotes. For some reason, this seems to have resulted in straight single quotes becoming URL encoded before reaching Algolia’s normalization, so I also had to remove straight single quotes in my custom function. I’m not sure if this is the best approach, but it appears to have solved the immediate issue. Thanks!
Forum: Plugins
In reply to: [WP Accessibility] Toolbar not showing after updating to V2.1.1I can confirm this issue as well. The toolbar is not appearing. I also noticed when WP Accessibility is activated, there is a JS error on the front end that seems to effect other JS elements. For example, my site uses Elementor and some elements have scroll-activated entrance animations which never fire. If I deactivate WP Accessibility, everything else works as expected.
Uncaught reference error: wpalt is not defined
at wpa-toolbar.min.js:1:39
at wpa-toolbar.min.js:1:978
at wpa-toolbar.min.js:1:989- This reply was modified 2 years, 5 months ago by loganstrike.
Forum: Plugins
In reply to: [Easy Table of Contents] Links are disabled when Sticky Toggle is onI found this same exact issue. I checked the “click” Event Listeners for one of the unclickable links using browser console, and when I removed the Easy TOC click event listener for the sticky toc, the links worked again.
When sticky toc is active, there is Javascript on the page that includes if(ez_toc_sticky_fixed_container) {…}. Inside here are a few click event listeners that seem to be related to this issue which causes all links on the page to be unclickable, except for TOC links.
Sticky Toggle Options settings were as follows:
On/Off – checked
Width – Auto
Height – Auto
Open Button Text – IndexTurning off Sticky TOC fixed the issue.
- This reply was modified 3 years, 7 months ago by loganstrike.
Forum: Plugins
In reply to: [Site Reviews] SIte crash after updateThe plugin seemed to work fine after the upgrade errors, but I didn’t look too deeply because the sites were all in development and I reinstalled the plugin to be sure.
We have version 3.5.2 saved in an older Flywheel blueprint so I can reproduce the error at will. After applying the above fixes and running the upgrade, I received no errors.
Forum: Plugins
In reply to: [Site Reviews] SIte crash after updateI’ve also seen crashes on three separate sites when upgrading the plugin. I upgraded from version 3.5.2 to 4.4.0 in all instances. Here is output from one of the WordPress error emails:
WordPress version 5.3.2
Current plugin: Site Reviews (version 4.4.0)
PHP version 7.1.33-3+ubuntu16.04.1+deb.sury.org+1Error Details
=============
An error of type E_ERROR was caused in line 22 of the file /www/wp-content/plugins/site-reviews/plugin/Modules/Upgrader.php. Error message: Uncaught UnexpectedValueException: DirectoryIterator::__construct(/www/wp-content/plugins/site-reviews/plugin/Modules/Upgrader): failed to open dir: No such file or directory in /www/wp-content/plugins/site-reviews/plugin/Modules/Upgrader.php:22
Stack trace:
#0 /www/wp-content/plugins/site-reviews/plugin/Modules/Upgrader.php(22): DirectoryIterator->__construct(‘/www/wp-content…’)
#1 /www/wp-content/plugins/site-reviews/plugin/Application.php(264): GeminiLabs\SiteReviews\Modules\Upgrader->run()
#2 /www/wp-content/plugins/site-reviews/plugin/Application.php(279): GeminiLabs\SiteReviews\Application->upgrade()
#3 /www/wp-includes/class-wp-hook.php(288): GeminiLabs\SiteReviews\Application->upgraded(Object(Plugin_Upgrader), Array)
#4 /www/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(”, Array)
#5 /www/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#6 /www/wp-admin/includes/class-plugin-upgrader.php(316): do_action(‘upgrader_proces…’, Object(Plugin_Upgrader), Array)
#7 /www/wp-admin/update.The feed has started working again and we didn’t make any changes. I wonder if the plugin or IP address was being blocked by Instagram. I’ll report back here if the feed stops working again.
Thank you.
Forum: Plugins
In reply to: [Events Made Easy] PHP warning on printable booking pageThat fixed it. Thank you.
Thank you for the reply. I went with a different solution. This ticket can be closed.
Yes, the file name is the same. The file is shown as 482MB in media manager, so it is not empty.
After further research I think I’ve answered my own question. We would need to purchase the Pro version of the plugin to get access to template blocks for the product loop.
https://www.kadencethemes.com/kadence-woocommerce-elementor-product-loop-template/
If that is correct, this ticket can be closed.
- This reply was modified 7 years ago by loganstrike.
We moved the website to a different host and the plugin is working fine. This ticket can be closed. Thank you.
Thank you for the reply. I don’t believe the MySQL user permissions are an issue because several other plugins have successfully installed their tables, such as Ninja Forms and Wordfence. Do you happen to know any other possible causes for this? Thanks again for your time.
Forum: Plugins
In reply to: [Contact Widgets] Icon Interference with Screener Plus and Contact WidgetAs a temporary workaround until the developers of Contact Widgets provide a solution, you can try adding a piece of Javascript to your website which will disable the “missing icon” icon.
<script> window.FontAwesomeConfig = { showMissingIcons: false } </script>This script must be placed above the reference to the Font Awesome 5 javascript file.