fkildoo
Forum Replies Created
-
Update: Now I see that the recent version of this plugin is 2.16.3.6. Interestingly, my site showed all plugins are up to date and the BasePress plugin is still at version 2.16.3.2. I did a force update check and still it would not show there is an update available. I was able to successfully update the plugin by installing it from an uploaded file.
Working well now with v2.3.0. Thanks Daniel!
Thank you. Here are the screenshots:
That did not work. I am getting the same error. I had 1 rule set up, so I did what you suggested. I exported then deleted the rule (permanently), upgraded PHP, then reimported the rule. Same issue. I then deleted the rule (permanently), and then recreated the rule from scratch. The rule redirects 1 user role to a custom URL, from the home and search results page. I have reverted back to PHP 7.
Forum: Plugins
In reply to: [Wolfe Candy Tree View] No outputThanks for the quick reply. I updated the plugin and tried the new shortcode. Still no output of files, but I do get this error: “Warning: Invalid argument supplied for foreach() in /home/customer/www/xxxxx.com/public_html/wp-content/plugins/wolfe-candy-tree-view/C-tree.php on line 405”. It is a password protected site. Not sure if that has to do with anything.
I’ve since moved on to another solution for now as I needed something quick. I may revisit this later. Thanks again.
Excellent! Thank you @capuderg for investigating and for the great support.
I updated from v2.4 to v2.5. It was an automated update via the Easy Updates Manager plugin. I have 23 active plugins on my site, including Easy Updates Manager, All In One WP Security, BuddyPress, Gravity Forms, Members, UpdraftPlus, and others. Those are some of the bigger plugins.
The plugin updated on my website to v2.5 a couple days ago, and I just noticed that it reset on my site as well. It was set up for Gmail. Now when I go to the plugin settings, it has switched back to the default settings of Default (none). Emails are not being sent or received either. I am going to set it back up for Gmail the way it was before and turn off automatic updates.
Works great! Thanks very much!!
@capuderg, I don’t think you understand the issue. The issue popped up after v2.0.1. Like @edbright78, before updating I was having no problems with the WP Mail plugin sending from my nominated alias account. Now they are sending from my primary address. Which I don’t want.
- This reply was modified 4 years, 9 months ago by fkildoo.
Forum: Themes and Templates
In reply to: [evolve] Google Font BackupAs I’m working through this, I’ve discovered it’s not only my added fonts that aren’t loading, but also the icon fonts included with the Evolve parent theme. The icon shows the value rather than the image, and when inspecting the element in the console, it shows: “Failed to decode downloaded font” for both my added font and the fontawesome that are included with Evolve.
Forum: Themes and Templates
In reply to: [evolve] Google Font BackupIn addition, I have downloaded the Google font I need and tried loading it from my server using @font-face in my child theme’s CSS file, but it seems Redux overrides it.
As a temporary fix, I’ve added the following to my theme’s functions.php file to stop the emails. I am using Active Directory Integration plugin and have it set so passwords cannot be changed in WordPress, so there would never be a need for these emails to be generated by WordPress.
add_filter('send_password_change_email', '__return_false');
While this works for my needs, it still appears to be a bug so I’m leaving it open.
Forum: Plugins
In reply to: [Widget Context] Target by URL not working at allThe widgets I’m using that it doesn’t work on are Recent Posts, RSS, and WooCommerce widgets – Product search, product categories, and recently viewed products. The section widgets have hide/show functionality already built in that works.