Rachel
Forum Replies Created
-
Just chiming in to say that since updating to latest version v2.4.0.6 it has caused major issues for my sites as well — media library grid view not working, Elementor not loading, other plugins having issues too — constant errors in the logs including
— PHP Warning: preg_match(): Compilation failed: quantifier does not follow a repeatable item at offset 1
— PHP Warning: Undefined array key
— Updating failed. The response is not a valid JSON responseAnd others
Hi, no worries! I just updated (new version was not available at the time of this post) and I see both issues are resolved! Thank you!
figured it out!
add_filter( 'register_taxonomy_args', function( $args, $taxonomy ) { if( 'genres' === $taxonomy && is_array( $args ) ) $args['rewrite']['with_front'] = false; return $args; }, 99, 2 );
But on your own Astra blog, it says you can?
https://wpastra.com/wordpress-multisite-plugins/ see item #13- This reply was modified 3 years, 2 months ago by Rachel.
No worries, I am uninstalling Jetpack and using a different social sharing plugin. Thanks for responding though!
Forum: Plugins
In reply to: [WP Job Manager] Custom email address for notifications (not site admin)?That’s not what I am asking. I don’t want YOUR plugin to send TO the administrative email that is set in Settings > General. I’m the website IT person, so that address is mine. But the client manages the job board. They are the ones that need to receive the notifications from your plugin. This is a basic feature of all other job boards I’ve seen. Under Job Listings > Settings > Email Notifications, I need to set the email address that each one of those SENDS TO (don’t matter where it comes from honestly).
Forum: Themes and Templates
In reply to: [Appointment] Custom CSS went away after latest updateThe theme directory name did not change, nothing changed except that I updated the theme via WP backend “update”. Help!
Forum: Plugins
In reply to: [WP Instagram Widget] Instagram does not load new imagesI am having the same issue. Images that are several days old are not loading. Caches have been cleared and that didn’t help.
When I tried to install the recommended Transient Cleaner plugin mentioned above, WordPress gave an error saying that this process is a part of wordpress core since 4.9, so the plugin is not needed and should be disabled.
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] RFQ only mode – checkout not workingThank you. There was a syntax error on the customer confirmation email, i fixed that and it appears to be working now. Thank you so much for a fast response and pointing in the right direction!!
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] RFQ only mode – checkout not workingI changed the “checkout” page URL to the woocommerce default, and that got it to go through from the cart to the checkout page, however when the person fills out all the info and clicks submit, the page refreshes with an empty woocommerce error — no message, even in inspector, so I can’t troubleshoot where the error is occuring.
Forum: Plugins
In reply to: [Slidebars] How to change position of icon?Oh no! That’s too bad, it is absolutely perfect for my site! Do you know any alternatives (paid or free) that will be supported in the future?
Forum: Plugins
In reply to: [WP Activity Log] Error on login screen after upgradeHi, latest version of both. server is php7.
Thanks pronl for the info. I would still like to see this fixed in a future release.
Agreed! The new emails are very long and I have to scroll and cut through a lot to get to the important part of the message — is my site OK or not?
Forum: Plugins
In reply to: [MaxGalleria] 4-column too big, overflowingi just added a max-width parameter since that had not been defined yet, and it appears to fix my immediate problem.