mboldt
Forum Replies Created
-
The circled option is not there in the new version: https://imgur.com/VYKdVG7
I hit the same issue here. Did you have a resolution?
Forum: Plugins
In reply to: [BackUpWordPress] FATAL ERROR UPDATE for pluginSame thing here:
Fatal error: require_once(): Failed opening required ‘/…/wp-content/plugins/backupwordpress/whitelist-html/whitelist-html.php’ (include_path=’.:/usr/local/share/pear71′) in /…/wp-content/plugins/backupwordpress/classes/class-plugin.php on line 133
- This reply was modified 6 years, 11 months ago by mboldt.
Forum: Plugins
In reply to: [Custom Product Stickers for Woocommerce] Sticker overlapping menu drop downI faced this problem too. The z-index of the stickers is hardcoded in the plugin code to a number that is greater than the z-index of my dropdown menu.
I ended up just adding some CSS to make it lower:
.products .box-unavailable { z-index: 50 !important; }(You may have to repeat for the other sticker types…I happen to only use unavailable.)
- This reply was modified 7 years, 6 months ago by mboldt.
Okay, same deal on the frontend—the
app/model/eventdirectory was empty. Manually uploading the files seems to have fixed it, and the calendar page functions properly now too. Marking as resolved, but do you have any idea why the plugin would install with missing files?So, the NodeVisitor directory (from the backend error) was empty on the server, but there were files in the zip file, so I uploaded them by hand and now the backend is functional again. Still don’t know what’s going on in the frontend.
Now in the backend I see:
Warning: require(/home/saintgeorge/www/www/wordpress/wp-content/plugins/all-in-one-event-calendar/vendor/twig/NodeVisitor/Escaper.php): failed to open stream: No such file or directory in /home/saintgeorge/www/www/wordpress/wp-content/plugins/all-in-one-event-calendar/lib/bootstrap/loader.php on line 88 Fatal error: require(): Failed opening required '/home/saintgeorge/www/www/wordpress/wp-content/plugins/all-in-one-event-calendar/vendor/twig/NodeVisitor/Escaper.php' (include_path='.:/usr/local/php56/lib/php') in /home/saintgeorge/www/www/wordpress/wp-content/plugins/all-in-one-event-calendar/lib/bootstrap/loader.php on line 88And in the front end I see:
Fatal error: require(): Failed opening required '/home/saintgeorge/www/www/wordpress/wp-content/plugins/all-in-one-event-calendar/app/model/event/taxonomy.php' (include_path='.:/usr/local/php56/lib/php') in /home/saintgeorge/www/www/wordpress/wp-content/plugins/all-in-one-event-calendar/lib/bootstrap/loader.php on line 88Forum: Themes and Templates
In reply to: [Venture Lite] Home page customizations lost on upgradeThank you for your response! I tried to delete-then-reinstall, but it didn’t change anything. I’ve downgraded to version 1.1.0 to get the home page customizations back. I may just stick at this version, or if I get some time I may stand up a dev environment and tinker some more. If you have any other ideas of what to try, let me know.