simonwimell
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Front page stopped workingDowngrading to 3.3.3 did the trick for us. But that’s just a temporary solution. 3.4 did not seem to work.
Forum: Plugins
In reply to: [Event Organiser] Critical Error Viewing EventSame issue here.
Forum: Plugins
In reply to: [Nested Pages] Plugin causes 503 errors / database errorsSame issue here. Nested Pages breaking front end with 503s.
Forum: Plugins
In reply to: [Disqus Conditional Load] Plugin Causing Issues with CronI’m just chiming in, maybe mostly for other people with the issue, that I had the same issue with this plugin “blocking” other plugin updates from showing up in WordPress admin (and also not showing in ManageWP). As soon as I removed Disqus Conditional Load 28 different plugin updates, that wasn’t showing before, appeared.
Now I’ve manually installed the most recent version of Disqus Conditional Load 11.0.6 and I hope the issue is gone. I believe I was having 11.0.1 before.
- This reply was modified 3 years, 4 months ago by simonwimell.
Can confirm: removing everything from “Delay JS inline scripts” resolved my problem with my external js file being removed and breaking functionality. Even though I can’t see anything in that list that I cleared that’s related to my script…
Forum: Plugins
In reply to: [Klarna Checkout for WooCommerce] error code read onlySame issue here. Tell us if we should give any data for troubleshooting.
Forum: Plugins
In reply to: [Flow-Flow Social Feed Stream] Error: Unsupported get requestSame issue here. 6 out of 14 feeds show this issue.
Forum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] Search doesn’t workHi @alessandrotesoro, I’ve just got an email about renewing my license, but if a simple and confirmed issue like this isn’t being addressed and fixed I will have to look for another solution…
Forum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] Search doesn’t work@alessandrotesoro any news on this issue?
Forum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] Search doesn’t workAlright @alessandrotesoro, didn’t know about the auto-closing. Looking forward to the fix!
Forum: Plugins
In reply to: [Protect the Children!] Doesn’t work with nested child pages?A suggestion is to replace
$parent_id = wp_get_post_parent_id($post_id);
with
$parent_id = get_post_ancestors($post_id);
on line 35 of index.php
and
$parent_post = protectTheChildrenEnabled($parent_id);
with
foreach ($parent_id as $id) { $parent_post = protectTheChildrenEnabled($id); }
on line 40 of index.php.
That should work, right?
Ok, a direct follow up. My theory seem to be false, and It seem to be very random with it’s search results. For example there’s no results for “Bronner” even though there is a user with last name Bronner.
The user page has the correct profile form shortcode and no page parent.
Deactivating all plugins except Ultimate Member and activating Twenty Seventeen makes no difference.
There seem to be some issue with the um_is_on_edit_profile() not returning true, since the <form> tags don’t get printed.
Hi! Sorry for the delay, but now you have the requested Google analytics access.
Kind regards,
SimonThanks, I’ve done so now!