achanne
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: A Few Posts Missing Comment Form But Comments are OnI found the answer myself. When you register a new custom post type in functions.php, “comments” must be added to list of what is supported. Without it, the custom post type does not allow comments by default; however, posts imported from another post type where comments were previously allowed are not affected.
Forum: Fixing WordPress
In reply to: Deprecated JQueryI think I need to clarify one thing: JQuery Migration Helper (plugin) is not the one with the deprecated code. The JQuery Migration Helper has informed us that a plugin we are using has the deprecated code
jQuery.fn.live()Here is the message provided by JQuery Migration Helper, pointing to where deprecated code is sitting:
This page generated the following warnings:
https://clubfoody.com/wp-content/themes/pluto-osetin-theme/inc/acf/advanced-custom-fields/js/input.min.js: jQuery.fn.load() is deprecated
https://clubfoody.com/wp-content/themes/pluto-osetin-theme/inc/acf/advanced-custom-fields/js/input.min.js: jQuery.fn.load() is deprecated
https://clubfoody.com/wp-content/plugins/wp-ultimate-recipe-premium/core/vendor/vafpress/public/js/vendor/jquery.reveal.js: jQuery.fn.live() is deprecated
https://clubfoody.com/wp-content/plugins/wp-ultimate-recipe-premium/core/vendor/vafpress/public/js/vendor/jquery.tipsy.js: jQuery.fn.live() is deprecated
https://clubfoody.com/wp-content/plugins/wp-ultimate-recipe-premium/core/vendor/vafpress/public/js/vendor/jquery.tipsy.js: jQuery.fn.live() is deprecated
https://clubfoody.com/wp-content/plugins/wp-ultimate-recipe-premium/core/vendor/vafpress/public/js/vendor/jquery.tipsy.js: jQuery.fn.live() is deprecated
https://clubfoody.com/wp-content/plugins/wp-ultimate-recipe-premium/core/vendor/vafpress/public/js/vendor/jquery.tipsy.js: jQuery.fn.live() is deprecated
https://clubfoody.com/wp-content/plugins/wp-ultimate-recipe-premium/core/vendor/vafpress/public/js/vendor/jquery.tipsy.js: jQuery.fn.live() is deprecated
https://clubfoody.com/wp-content/plugins/wp-ultimate-recipe-premium/core/vendor/vafpress/public/js/vendor/jquery.tipsy.js: jQuery.fn.live() is deprecated
https://clubfoody.com/wp-content/plugins/wp-ultimate-recipe-premium/core/js/admin.js: jQuery.fn.load() is deprecatedPlease make sure you are using the latest version of all of your plugins, and your theme. If you are, you may want to ask the developers of the code mentioned in the warnings for an update.
Forum: Plugins
In reply to: [WP Favorite Posts] Lack of compatibility with WordPress 5.5Every admin page that uses jquery will have a warning of some sort. If there were no warnings, you would not have had a problem with plugins or jquery in the first place. However, despite having a list of warnings, plugins (or at least most of them) should work now.
Forum: Plugins
In reply to: [WP Favorite Posts] Lack of compatibility with WordPress 5.5Hello. Unfortunately, MANY plugins are not compatible with WordPress 5.5. This is caused by a jQuery problem BUT WordPress has an easy, albeit temporary fix: just look for a plugin called “Enable jQuery Migrate Helper” and activate it. This should solve most of the problems with broken plugins in WP 5.5 for now.
Forum: Fixing WordPress
In reply to: Media Library Completely Blank After Updating to WP 5.5Thanks. I have found the culprit, which is the plugin WP Favorite Posts. I have posted in the plugin forum about this. Apparently, it’s having other problems with compatibility with 5.5.
Forum: Plugins
In reply to: [WP Favorite Posts] Lack of compatibility with WordPress 5.5This plugin is also causing the Media Library page in the dashboard to show NOTHING.
Forum: Fixing WordPress
In reply to: Some Users Not Receiving Newsletter From SiteI think I understand SMTP…it basically allows your WP site to use your email account (like gmail) when you send a message rather than have your website “spoof” your ‘from’ email, is that correct? Also, can the SMTP plugin (the one you recommended) be used with existing email/newsletter plugins? If so, that would be great as we have styled newsletter templates and won’t have to do that all over again.
Forum: Fixing WordPress
In reply to: Some Users Not Receiving Newsletter From SiteYes, the writer sends to both subscribers and admin (I have both admin and subscriber test accounts and they all receive the newsletter; however, the writer herself isn’t receiving her own letter). Newsletters are sent from a form that’s put there by the plugin. Is the SMTP sending plugin a plugin that simply creates a sent log? And with the plugin installed, do we just keep using Email Users to send newsletters or do we send from the plugin’s mail form?
Forum: Plugins
In reply to: [Email Users] Putting Unsubscribe Checkboxes on Other PagesOkay, I just wrote a short code that you can put into the functions.php file or a blank plugin. I will share the code in a separate post…
Forum: Developing with WordPress
In reply to: Function To Run on New User Sign UpThanks-you!!!
I think the problem is that I installed a separate WordPress in the subdomain folder and created a new database for that install. So, I’m guessing there should be no need for a new WP install or a separate database?
I think I might have found the problem: I installed a separate WordPress in the subdomain folder connected to its own database. There should be no need for a new WP install or a separate database…is that correct?
To make a long story short:
I am NOT supposed to be able to install themes and plugins on the admin panel of the sub-site, even as an admin or super-admin…BUT I CAN. Is there a way to correct this?Acutally, I am the Super-Admin. And when I click on My Sites > subdomain.example.com > Dashboard, I get taken to a login page rather than get logged-in automatically. And when I do log in, the dashboard of the sub-site looks like the dashboard of an independent site (i.e. the themes section has two default themes rather than network activated themes, etc). Am I missing something?
I am currently running Multisite-User-Sync and yes, it did work to add the new site to every user as expected. But I think a better way to rephrase the question is: Why is that anything Network Enabled can not be found in the dashboard of the new subdomain site (this includes users, plugins, themes, &c)?